/** Shopify CDN: Minification failed

Line 715:3 Unexpected "/"

**/
/* ============================================
   Custom Wrist Outfitters colors
   ============================================ */

.wo-orange {
  color: #ff5400;
}

.wo-charcoal, .wo-grey, .wo-gray {
  color: #333637;
}

.wo-darkcharcoal, .wo-darkgray, .wo-darkgrey {
  color: #242628;
}



/* ============================================
   Custom Header Background Image
   Fades in when header is NOT transparent
   ============================================ */

store-header {
  position: relative;
}

store-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://wristoutfitters.com/cdn/shop/files/wo-header-plane-background-80.jpg?v=1745942249');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 0;
  pointer-events: none;
}

store-header:not(.header--transparent)::before {
  opacity: 1;
  transition: opacity 0.2s ease-out-out;
}

store-header .container {
  position: relative;
  z-index: 1;
}

/* ============================================
   Custom Inventory Pulse Indicator
   ============================================ */

@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(2.5);
    opacity: 0;
  }
}

/* Position context for the dot */
product-inventory .inventory {
  position: relative;
  padding-left: 24px;
  display: inline-block;
}

/* The solid dot (after) */
product-inventory .inventory::after {
  width: 9px;
  height: 9px;
  background: #54c63a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}

/* The pulsing ring (before) */
product-inventory .inventory::before {
  width: 9px;
  height: 9px;
  background: #54c63a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  animation: inventory-pulse 2s linear infinite;
}

/* Low stock — amber color */
product-inventory .inventory--low::before,
product-inventory .inventory--low::after {
  background: #F4AF29;
}

/* Fix "Sizing Chart" position (not justified right, but next to Lug Size (mm) label), and adding icon */

.product-form__option-link {
    /* margin-inline-start: 18px; */
}

/* Adding measuring tape icon */

.product-form__option-info .product-form__option-link {
  margin-inline-start: 18px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.product-form__option-info .product-form__option-link:hover {
  text-decoration: underline;
}

.product-form__option-link .icon-size-chart {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* Fix tm rendering (make it smaller and less ugly) */

/* ============================================
   Superscript TM styling
   ============================================ */

sup {
  font-size: 0.4em;
  font-weight: 400;
  vertical-align: super;
}

/* ============================================
   TM Symbol styling
   ============================================ */

.tm-symbol {
  font-size: 0.4em;
  font-weight: 400;
  vertical-align: 100%;
  text-transform: none;
}

/* Prevent ™ sup from animating with split-lines */
sup.tm-symbol {
  /* display: inline !important;
  opacity: 1 !important;
  visibility: visible !important; */
}

/* Hide slideshow headings until ™ is processed */
.slideshow split-lines:not([reveal]):not(.tm-ready) {
  /* opacity: 0; */
  /* color: transparent; */
}


/* Fix banner subheader spacing */

.heading--small+.heading--large {
    margin-block-start: 2px!important;
}

.text-container .heading--large, .rte .heading--large {
    /* margin-block-start: 48px; */
    margin-block-end: 10px!important;
    /* margin-inline-start: 0;
    margin-inline-end: 0; */
}

/* 
To fix Promotional Blocks Header:
 - Heading showing up on lighter backgrounds
 - Positioning of header closer to button
*/

/* .rte>:first-child, .text-container>:first-child {
margin-block-start: 0;
padding-bottom: 0px!important;
margin-bottom: 10px!important;
text-shadow: 0px 0px 10px #000000;
} */

/* 
To fix Promotional Blocks Subheader:
 - Heading showing up on lighter backgrounds
 - Positioning of header closer to Header
*/

/* .promotion-block__content-wrapper .heading.heading--small {
    margin-bottom: 0px!important;
    text-shadow: 0px 0px 10px #000000;
} */

.promotion-block__content-wrapper p.heading.h4 {
    margin-bottom: 0px!important;
    text-shadow: 0px 0px 10px #000000;
}

@media screen and (min-width: 741px) {
    .heading--small+p, .heading--small+.h1, .heading--small+h1, .heading--small+.h2, .heading--small+h2, .heading--small+.h3, .heading--small+h3, .heading--small+.h4, .heading--small+h4 {
        margin-block-start: 0px!important;
    }
}

    .heading--small+p, .heading--small+.h1, .heading--small+h1, .heading--small+.h2, .heading--small+h2, .heading--small+.h3, .heading--small+h3, .heading--small+.h4, .heading--small+h4 {
        margin-block-start: 0px!important;
    }


.promotion-block__content-wrapper.text-container p+.button-wrapper {
    margin-block-start: 12px;
}

/* .promotion-block__content-wrapper.text-container .heading--small {
    margin-bottom: 0px;
    text-shadow: 0px 0px 10px #000000;
} */

.promotion-block:not(.promotion-block--quote) .promotion-block__content-wrapper.text-container .heading--small {
  margin-bottom: 0px;
  text-shadow: 0px 0px 10px #000000;
}

/* Fix header font and size for Judge.me review cards */

.jdgm-cards-carousel {
    .jdgm-title {
        font-size: 36px;
        font-weight: 500;
        font-family: "Saira Condensed", sans-serif;
        text-transform: uppercase;
    }
}

/* ============================================
   Video Section Button Position
   ============================================ */

.video-wrapper__poster-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.video-poster--center {
  justify-content: center;
}

.video-poster--lower_third {
  justify-content: flex-end;
  padding-bottom: 33%;
}

.video-poster--bottom {
  justify-content: flex-end;
  padding-bottom: 5%;
}

.video-wrapper__poster-content .button--primary,
.video-wrapper__poster-content .button--video-outline {
  width: auto;
  align-self: center;
}

/* ============================================
   Video Section Outline Button
   ============================================ */

.button--video-outline {
  background-color: transparent !important;
  background-image: none !important;
  border: solid 3px #ffffff;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0px;
  overflow: hidden;
  transition: gap 0.3s ease, border-color 0.3s ease;
}

.button--video-outline:hover {
  gap: 10px;
  border-color: #ffffff;
  color: #ffffff;
}

.button--video-outline__chevron {
  font-size: 1.4em;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  line-height: 1;
}

.button--video-outline:hover .button--video-outline__chevron {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================
   Product Card Title — no wrap
   ============================================ */

/* .product-item-meta__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
} */

#shopify-section-template--20260061118542__17760640470c54191a div.container.vertical-breather {
    padding-top: 0px!important;
}

#shopify-section-template--20260061118542__rich_text_fEa7Bc section.section {
    margin-bottom: 0px!important;
}


/* ============================================
   Product Card — bottom align reviews and swatches
   ============================================ */

.product-list__inner {
  align-items: stretch;
}

product-item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.product-item__image-wrapper {
  flex-shrink: 0;
}

.product-item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-item-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-item-meta__title {
  /* white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.product-item-meta {
  flex: 1;
  display: flex !important;
  flex-direction: column;
}

.product-item-meta__reviews-badge {
  margin-top: auto !important;
}


/* ============================================
   Slideshow Zoom-Out Effect
   ============================================ */

@keyframes slideshow-zoom-out {
  0% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}

.slideshow--zoom .slideshow__image-wrapper {
  overflow: hidden;
}

.slideshow--zoom .slideshow__image {
  /* animation: slideshow-zoom-out 1.5s cubic-bezier(.26,.54,.32,1) forwards; */
  animation: slideshow-zoom-out 1.8s cubic-bezier(.0,.45,0,1),opacity 0.5s cubic-bezier(.0,.45,0,1) forwards;
  transform-origin: center center;
}

.slideshow--zoom slide-show-item[hidden] .slideshow__image {
  animation: none;
}

/* Adjust background color of announcement bar and footer */

.announcement-bar {
    background-color:#242628!important;
}

.footer {
    background:#242628;
}

.footer a {
  color: #ff5400;
  text-decoration: none!important;
}

.footer a:hover {
  color: #ffffff!important;
  text-decoration: underline!important;
}

.footer .link--faded {
    transition: opacity .25s ease-in-out;
}

.footer .link--faded:hover {
  opacity: 1; /* or whatever value */
}

/* ============================================
   Buckle Selector
   ============================================ */

.buckle-selector {
  margin-top: 16px;
}

.buckle-selector__trigger {
  display: flex;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.buckle-selector__preview {
  width: 64px;
  height: 64px;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.buckle-selector__plus {
  font-size: 28px;
  line-height: 1;
  color: #999;
}

.buckle-selector__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buckle-selector__label {
  font-size: 1rem;
}

/* Buckle tray grid */
.buckle-selector__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 8px 0;
}

@media screen and (min-width: 741px) {
  .buckle-selector__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Individual buckle card */
.buckle-card {
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 12px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  text-align: center;
}

.buckle-card:hover {
  border-color: currentColor;
}

.buckle-card.is-selected {
  border-color: currentColor;
}

.buckle-card.is-unavailable {
  opacity: 0.4;
  cursor: default;
}

.buckle-card__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 8px;
}

.buckle-card__title {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.buckle-card__size {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 4px;
}

.buckle-card__price {
  font-size: 0.85rem;
}

.buckle-card__unavailable-message {
  font-size: 0.7rem;
  color: #999;
  margin-top: 4px;
}

/* Color swatches */
.buckle-card__swatches {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.buckle-swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.buckle-swatch.is-selected {
  border-color: currentColor;
}

/* Selected buckle info strip */
.buckle-selector__selected-info {
  display: none;
  margin-top: 8px;
  font-size: 0.85rem;
  color: #666;
}

.buckle-selector__selected-info.is-visible {
  display: block;
}

.buckle-selector__remove {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
  color: #999;
  margin-left: 8px;
  text-decoration: underline;
}

.buckle-card__color {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 4px;
}

/* Blog formatting */

/* .rte h2 {
    font-size: 2.5em!important;
} */


@media screen and (min-width: 741px) {
  .rte h2 {
    font-size: 2.2em!important;
  }
}

@media screen and (min-width: 1200px) {
  .rte h2 {
    font-size: 2.5em!important;
  }
}

/* ============================================
   Buckle Selector — Quick Buy Fix
   ============================================ */

quick-buy-popover .buckle-selector__tray-elements {
  display: none;
}

/* Multiple buckle selectors */
.buckle-selector__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.buckle-selector__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* .buckle-selector__remove {
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  font-size: 1.2em;
  line-height: 1;
  padding: 4px;
  display: none;
} */

.buckle-selector__remove {
    background: none;
    cursor: pointer;
    color: #999;
    font-size: 1.2em;
    line-height: 1;
    display: none;
    border: 1.5px solid #999;
    text-decoration: none;
    border-radius: 40px;
    padding: 2px 6px 2px 6px;
}

.buckle-selector__remove:hover {
    background-color: #444;
    cursor: pointer;
    color: #eee;
    border: 1.5px solid #444;
}

.buckle-selector__item.has-selection .buckle-selector__remove {
  display: block;
}

.buckle-selector__item.is-additional {
  display: none;
}

.buckle-selector__item.is-additional.is-visible {
  display: flex;
}

/* Ensure clicks reach the buckle trigger button */
.buckle-selector__trigger .buckle-selector__preview,
.buckle-selector__trigger .buckle-selector__label,
.buckle-selector__trigger .buckle-selector__plus,
.buckle-selector__trigger .buckle-selector__image {
  pointer-events: none;
}

/* /* ============================================
   Prevent layout shift on variant change
   ============================================ */

product-rerender {
  min-height: var(--product-rerender-height, auto);
}

.product-meta__price-list-container {
  min-height: 2.5rem;
}

.product-form__payment-container {
  min-height: 3rem;
}

product-payment-terms {
  min-height: 1.5rem;
} */

/* ============================================
   Prevent Shop Pay installments flicker
   ============================================ */

product-payment-terms {
  min-height: 24px;
  display: block;
}

shopify-payment-terms {
  min-height: 24px;
  display: block;
}


/* ============================================
   Judge.me changes to make text more readable
   ============================================ */

.jdgm-widget.jdgm-widget {
    display: block;
    /* padding: 20px; */
}

.collection__description {
    line-height: 1.22em;
}

.jdgm-subtab__name {
    color: #4e4e4e !important;
    background-color: #f6f6f6  !important;
    text-decoration: none !important;
}

.jdgm-subtab__name.jdgm--active {
    background-color: #404040  !important;
    color: #e9e9e9 !important;
}

.jdgm-widget.jdgm-widget {
    display: block;
    padding: 0px !important; /* was 20px, but was cutting off */
}

.jdgm-row-actions, .jdgm-rev-widg__body, .jdgm-subtab, .jdgm-all-reviews__body, .jdgm-shop-reviews__body {
  max-width: 800px;
  margin: auto !important;
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  color: #404040 !important;
}

.jdgm-rev a, .jdgm-quest a {
  color: #404040 !important;
}

.jdgm-rev__variant-label {
    color: #444444 !important;
    font-size: 16px;
    font-weight: 700;
}

.jdgm-widget:not(.jdgm-medals-wrapper) .jdgm-medals .jdgm-medals__container {
    display: block;
    overflow: auto;
    white-space: wrap!important;
}

/* ============================================
   Buckle Selector Label Spacing
   ============================================ */

.buckle-selector {
  margin-top: 0;
}

.product-form__option-info + .buckle-selector {
  margin-top: -20px;
}

.buckle-selector-label {
  margin-top: -8px;
}

.upcart-upsells-title {
    font-size: 22px !important;
    font-weight: lighter !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* ============================================
   Mega Menu Image Grid
   ============================================ */

/* 2x2 grid for 3+ images */
/*
.mega-menu__images-wrapper--tight {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 12px;
  align-content: start;
}

.mega-menu__images-wrapper--tight .mega-menu__image-push {
  display: flex;
  flex-direction: column;
}

.mega-menu__images-wrapper--tight .mega-menu__image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
} */

/* Single column for 1-2 images */
/*
.mega-menu__images-wrapper:not(.mega-menu__images-wrapper--tight) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.mega-menu__images-wrapper:not(.mega-menu__images-wrapper--tight) .mega-menu__image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
} */

/* ============================================
   Mega Menu Layout Options
   Comment out the two layouts you are not using
   ============================================ */

/* ============================================
   LAYOUT OPTION 1: Images stacked right or left, links fill remaining columns
   ============================================ */

/*
.mega-menu__images-wrapper--tight {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 12px;
  align-content: start;
}

.mega-menu__images-wrapper--tight .mega-menu__image-push {
  display: flex;
  flex-direction: column;
}

.mega-menu__images-wrapper--tight .mega-menu__image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
}

.mega-menu__images-wrapper:not(.mega-menu__images-wrapper--tight) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.mega-menu__images-wrapper:not(.mega-menu__images-wrapper--tight) .mega-menu__image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
}
*/

/* ============================================
   LAYOUT OPTION 2: Images across top (up to 5), links in columns below
   ============================================ */

/*
.mega-menu__inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px;
}

.mega-menu__images-wrapper {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px;
  width: 100%;
}

.mega-menu__images-wrapper .mega-menu__image-push {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mega-menu__images-wrapper .mega-menu__image {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
}

.mega-menu__columns-wrapper {
  display: flex !important;
  flex-direction: row !important;
  gap: 24px;
  width: 100%;
}

.mega-menu__column {
  flex: 1;
  min-width: 120px;
}
*/

/* ============================================
   LAYOUT OPTION 3: Links in columns on top, images in a row below
   ============================================ */


.mega-menu__inner {
  display: flex !important;
  flex-direction: column-reverse !important;
  gap: 24px;
}

.mega-menu__images-wrapper {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px;
  width: 100%;
}

.mega-menu__images-wrapper .mega-menu__image-push {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mega-menu__images-wrapper .mega-menu__image {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
}

.mega-menu__columns-wrapper {
  display: flex !important;
  flex-direction: row !important;
  gap: 24px;
  width: 100%;
}

.mega-menu__column {
  flex: 1;
  min-width: 120px;
}

/* ============================================
   Mega Menu Image Text Overlay
   ============================================ */

.mega-menu__image-push {
  position: relative;
}

.mega-menu__image-wrapper {
  position: relative;
  overflow: hidden;
  margin-block-end: 0px!important;
}

.mega-menu__heading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  color: #ffffff!important;
  text-align: center;
}

.mega-menu__text {
  display: none; /* hide subtext if too cluttered, remove this line to show it */
}


/* Nav dropdown links */
.nav-dropdown__link.link--faded {
  color: #252628 !important;
  transition: none !important;
}

.nav-dropdown__link.link--faded:hover {
  color: #ff5400 !important;
  opacity: 1 !important;
}

/* Mega menu links */
.mega-menu__title,
.mega-menu__title.heading--small,
.mega-menu .linklist__item .link--faded {
  color: #252628 !important;
  transition: none !important;
}

.mega-menu__title:hover,
.mega-menu__title.heading--small:hover,
.mega-menu .linklist__item .link--faded:hover {
  color: #ff5400 !important;
  opacity: 1 !important;
}

/* Don't let menu icon wrap */
.mega-menu__title,
.linklist__item .link--faded,
.nav-dropdown__link {
  white-space: nowrap;
}

/* Fix tag pills sitting next to text */
.nav-dropdown__link,
.mobile-nav__link {
  justify-content: flex-start !important;
  gap: 8px;
}

/* Restore expand/collapse buttons for top-level mobile nav items */
.mobile-nav__link.heading {
  justify-content: space-between !important;
  gap: 0;
}

/* Text with icons formatting */

.text-with-icons__content-wrapper p:first-child, .text-with-icons__icon-wrapper {
  color: #ff5400;
}

/* Fix foot links */

/* div.footer__item-content .linklist__item */
/* class="linklist list--unstyled" class="linklist__item" class="linklist__item" class="link--faded" */

/* ============================================
   Focal footer — center and stack blocks
   ============================================ */

/* Hide the text and links blocks we replaced */
/* .footer__item--text, */
.footer__item--links {
  display: none !important;
}


/* Stack remaining blocks centered */
.footer__item--text,
.footer__item-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 16px;
}

/* Center the logo image */
.footer__item--image {
  display: flex;
  justify-content: center;
}

/* Center social media icons */
.footer__item--social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media {
  justify-content: center !important;
}

.footer__item {
    word-break: break-word;
    max-width: 625px!important;
}

/* Footer aside — center everything */
.footer__aside {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 12px;
}

/* Currency selector — center */
.footer__cross-border {
  display: flex !important;
  justify-content: center !important;
}

/* Payment methods — center and allow wrapping left to right */
.footer__follow-and-payment {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  width: 100%;
}

.footer__payment-methods {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px;
}

.payment-methods-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 6px;
}

/* Force column layout on aside at ALL breakpoints */
.footer .footer__aside {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 12px;
  width: 100%;
}

/* Copyright */
.footer .footer__copyright {
  display: block !important;
  text-align: center !important;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}

/* Currency selector */
.footer .footer__cross-border {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
}

/* Payment row */
.footer .footer__follow-and-payment {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  gap: 8px;
}

.footer .footer__payment-methods {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px;
  width: 100%;
}

.footer .payment-methods-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 6px;
}

.footer__cross-border {
  margin-inline-end: 0px!important;
}

.footer__item--social-media .footer__item-content {
    margin-block-start: 0px!important;
}

/* Reorder footer aside elements */
.footer .footer__cross-border {
  order: 1;
}

.footer .footer__follow-and-payment {
  order: 2;
}

.footer .footer__copyright {
  order: 3;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.7rem;
  line-height: 1.5;
  max-width: 600px;
  text-align: center;
}

.footer {
  background-color: #252628!important;
  padding: 40px 40px;
}



.wo-footer {
  background-color: #252628;
  padding: 40px 40px 20px;
  font-family: inherit;
  color: #ffffff;
}

.wo-footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}

.wo-footer__column {
  flex: 1 1 180px;
  min-width: 180px;
}

.wo-footer__heading {
  /* font-size: 1.1rem; */
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 14px;
}

.wo-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wo-footer__list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  white-space: nowrap;
}

.wo-footer__icon {
  width: 28px;
  flex-shrink: 0;
  color: #ffffff;
  text-align: center;
}

.wo-footer__list a {
  color: #ff5400;
  text-decoration: none;
  transition: color 0.15s;
}

.wo-footer__list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Guarantee badge column */
.wo-footer__badge {
  flex: 0 1 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

.wo-footer__badge-img {
  width: 180px;
  height: auto;
  /* transform: rotate(-5deg); */
  margin-bottom: 12px;
  content: url("/cdn/shop/files/wirstoutfitters-lifetime-guarantee-badge-small-tilted.png");
}


.wo-footer__badge-hdr {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px;
}

.wo-footer__badge-sub {
  font-size: 0.8rem;
  color: #cccccc;
  line-height: 1.4;
  max-width: 440px;
}

.wo-footer__badge-sub a {
  color: #ff5400;
  text-decoration: none;
}

.wo-footer__badge-sub a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .wo-footer__badge {
    flex: 1 1 100%;
    padding: 30px 0 10px;
  }
  .wo-footer__badge-img {
    width: 160px;
    transform: none !important;
    content: url("/cdn/shop/files/wirstoutfitters-lifetime-guarantee-badge-small.png?v=1747331817") !important;
  }
}

@media (max-width: 640px) {
  .wo-footer__column {
    flex: 1 1 100%;
  }
  .wo-footer__badge-img {
    width: 140px;
    transform: none;
    content: url("/cdn/shop/files/wirstoutfitters-lifetime-guarantee-badge-small.png?v=1747331817") !important;
  }
}

/* Mobile: stack all columns */
@media (max-width: 640px) {
  .wo-footer__column {
    flex: 1 1 100%;
  }

  .wo-footer__badge-img {
    width: 140px;
  }
}

/* Wide desktop padding */
@media (min-width: 1140px) {
  .wo-footer { padding: 40px 60px 20px; }
}
@media (min-width: 1440px) {
  .wo-footer { padding: 40px 200px 20px; }
}
@media (min-width: 1640px) {
  .wo-footer { padding: 40px 300px 20px; }
}

.wo-center-image {
    display: flex;
    justify-content: center;
    align-items: center;
}