/** Shopify CDN: Minification failed

Line 38:2 Unexpected "="

**/
body,
button,
input,
select,
textarea {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
    
  font-weight: 500;
  letter-spacing: -0.025em;
}

* ==========================================================
   RUGOUTLET — CUSTOM FOOTER BENEFITS
   Add to assets/rugoutlet-global.css
   ========================================================== */

.rugoutlet-benefits-section {
  margin: 0;
}

.rugoutlet-benefits-strip {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(
      110deg,
      var(--ro-benefits-bg-start, #4a0504) 0%,
      var(--ro-benefits-bg-middle, #5b0705) 42%,
      var(--ro-benefits-bg-end, #6a0b08) 68%,
      var(--ro-benefits-bg-start, #4a0504) 100%
    );
  color: var(--ro-benefits-text, #ffffff);
}

.rugoutlet-benefits-strip,
.rugoutlet-benefits-strip * {
  box-sizing: border-box;
}

.rugoutlet-benefits-strip__decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.09);
}

.rugoutlet-benefits-strip__decoration svg {
  display: block;
  width: 100%;
  height: 100%;
}

.rugoutlet-benefits-strip::before,
.rugoutlet-benefits-strip::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  height: 4px;
  opacity: 0.36;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 9px,
      rgba(255, 255, 255, 0.45) 9px 11px,
      transparent 11px 18px
    );
}

.rugoutlet-benefits-strip::before {
  top: 0;
}

.rugoutlet-benefits-strip::after {
  bottom: 0;
}

.rugoutlet-benefits-strip__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(
    var(--ro-benefits-max-width, 1500px),
    calc(100% - 48px)
  );
  margin: 0 auto;
}

.rugoutlet-benefit {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-width: 0;
  min-height: 172px;
  padding:
    var(--ro-benefits-padding-desktop, 34px)
    28px;
  color: var(--ro-benefits-text, #ffffff);
  text-decoration: none;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

a.rugoutlet-benefit {
  cursor: pointer;
}

.rugoutlet-benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  bottom: 28%;
  width: 1px;
  background: var(
    --ro-benefits-divider,
    rgba(255, 255, 255, 0.18)
  );
}

.rugoutlet-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ro-benefits-text, #ffffff);
}

.rugoutlet-benefit__icon svg {
  display: block;
  width: 52px;
  height: 52px;
  overflow: visible;
  fill: none !important;
  stroke: currentColor;
  shape-rendering: geometricPrecision;
}

/*
  Halo contains global SVG rules in some layouts. This reset prevents those
  rules from filling the line icons or making them appear as heavy shapes.
*/
.rugoutlet-benefit__icon svg path,
.rugoutlet-benefit__icon svg circle,
.rugoutlet-benefit__icon svg rect,
.rugoutlet-benefit__icon svg line,
.rugoutlet-benefit__icon svg polyline,
.rugoutlet-benefit__icon svg polygon {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.55 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke;
}

.rugoutlet-benefit__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.rugoutlet-benefit__description {
  margin: 0;
  color: var(
    --ro-benefits-muted,
    rgba(255, 255, 255, 0.76)
  );
  font-family:
    var(
      --ro-font-body,
      "Inter",
      Arial,
      Helvetica,
      sans-serif
    );
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.rugoutlet-benefit__title {
  display: inline-block;
  margin-top: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  color: var(--ro-benefits-text, #ffffff);
  font-family:
    var(
      --ro-font-body,
      "Inter",
      Arial,
      Helvetica,
      sans-serif
    );
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: border-color 180ms ease;
}

a.rugoutlet-benefit:hover {
  background: rgba(255, 255, 255, 0.075);
}

a.rugoutlet-benefit:hover .rugoutlet-benefit__title {
  border-color: var(--ro-benefits-text, #ffffff);
}

a.rugoutlet-benefit:focus-visible {
  z-index: 3;
  outline: 3px solid rgba(255, 255, 255, 0.56);
  outline-offset: -4px;
}

/* Tablet */

@media screen and (max-width: 1100px) {
  .rugoutlet-benefits-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rugoutlet-benefit {
    min-height: 154px;
  }

  .rugoutlet-benefit:nth-child(2)::after {
    display: none;
  }

  .rugoutlet-benefit:nth-child(-n + 2) {
    border-bottom: 1px solid
      var(
        --ro-benefits-divider,
        rgba(255, 255, 255, 0.16)
      );
  }
}

/* Mobile */

@media screen and (max-width: 600px) {
  .rugoutlet-benefits-strip__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
  }

  .rugoutlet-benefit {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    min-height: auto;
    padding:
      var(--ro-benefits-padding-mobile, 24px)
      8px;
  }

  .rugoutlet-benefit:not(:last-child) {
    border-bottom: 1px solid
      var(
        --ro-benefits-divider,
        rgba(255, 255, 255, 0.16)
      );
  }

  .rugoutlet-benefit:not(:last-child)::after {
    display: none;
  }

  .rugoutlet-benefit__icon svg {
    width: 41px;
    height: 41px;
  }

  .rugoutlet-benefit__description {
    font-size: 11px;
    line-height: 1.55;
  }

  .rugoutlet-benefit__title {
    margin-top: 9px;
    font-size: 10.5px;
  }

  a.rugoutlet-benefit:hover {
    background: transparent;
  }

  a.rugoutlet-benefit:active {
    background: rgba(255, 255, 255, 0.07);
  }
}

@media screen and (max-width: 380px) {
  .rugoutlet-benefits-strip__inner {
    width: calc(100% - 18px);
  }

  .rugoutlet-benefit {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .rugoutlet-benefit__icon svg {
    width: 36px;
    height: 36px;
  }

  .rugoutlet-benefit__description,
  .rugoutlet-benefit__title {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rugoutlet-benefit,
  .rugoutlet-benefit__title {
    transition: none;
  }
}