/** Shopify CDN: Minification failed

Line 435:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:0) */
.rr-footer {
    background: radial-gradient(circle at 80% 0, rgba(233, 221, 201, .14), transparent 35%), #0e3a25;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    padding: 11px 46px 8px;
  }
  .rr-footer-inner {
    display: grid;
    gap: 27px;
    grid-template-columns: 150px 100px 120px 90px 165px 115px;
    margin: 0 auto;
    max-width: 920px;
  }
  .rr-footer-brand {
    color: #fff;
    display: grid;
    text-decoration: none;
  }
  .rr-footer-brand svg {
    height: 48px;
    width: 74px;
  }
  .rr-footer-brand strong {
    font: 800 22px/1 Poppins, Inter, Arial, sans-serif;
    letter-spacing: .03em;
  }
  .rr-footer-brand small {
    font: 800 6px/1.2 Inter, Arial, sans-serif;
    letter-spacing: .12em;
    margin-top: 6px;
  }
  .rr-footer nav,
  .rr-footer-proof {
    display: grid;
    gap: 4px;
    justify-content: start;
  }
  .rr-footer h2 {
    font: 800 10px/1 Inter, Arial, sans-serif;
    letter-spacing: .09em;
    margin: 3px 0 4px;
  }
  .rr-footer a {
    color: rgba(255, 255, 255, .9);
    font: 500 9px/1.15 Inter, Arial, sans-serif;
    text-decoration: none;
  }
  .rr-footer-proof p {
    display: grid;
    gap: 2px;
    grid-template-columns: 26px 1fr;
    margin: 3px 0;
  }
  .rr-footer-proof span {
    font-size: 19px;
    grid-row: 1 / 3;
  }
  .rr-footer-proof strong {
    font: 800 10px/1 Inter, Arial, sans-serif;
    letter-spacing: .05em;
  }
  .rr-footer-proof small {
    color: rgba(255, 255, 255, .72);
    font: 500 9px/1.15 Inter, Arial, sans-serif;
  }
  .rr-footer-social {
    align-items: end;
    display: flex;
    gap: 17px;
    justify-content: end;
    padding-bottom: 7px;
  }
  .rr-footer-social a {
    align-items: center;
    background: #f4eee3;
    border-radius: 50%;
    color: #0e3a25;
    display: flex;
    font: 800 16px/1 Inter, Arial, sans-serif;
    height: 24px;
    justify-content: center;
    width: 24px;
  }
  .rr-footer-bottom {
    align-items: center;
    color: rgba(255, 255, 255, .78);
    display: flex;
    font: 500 9px/1 Inter, Arial, sans-serif;
    gap: 24px;
    justify-content: center;
    margin-top: 4px;
  }
  @media (max-width: 900px) {
    .rr-footer {
      padding: 28px 22px;
    }
    .rr-footer-inner {
      gap: 24px;
      grid-template-columns: 1fr 1fr;
    }
    .rr-footer-brand,
    .rr-footer-proof,
    .rr-footer-social {
      grid-column: 1 / -1;
    }
    .rr-footer-social {
      justify-content: start;
    }
    .rr-footer-bottom {
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:1) */
.rr-announcement {
    align-items: center;
    background: #123d27;
    color: #fff;
    display: flex;
    font: 700 12px/1 Inter, Arial, sans-serif;
    gap: 9px;
    height: 26px;
    justify-content: center;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .rr-announcement svg {
    fill: none;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 22px;
  }
  .rr-site-header {
    align-items: center;
    background: rgba(250, 248, 244, .97);
    box-shadow: 0 1px 0 rgba(35, 67, 47, .08);
    color: #0f2f21;
    display: grid;
    gap: 20px;
    grid-template-columns: 258px minmax(0, 1fr) 112px;
    min-height: 71px;
    padding: 0 45px;
    position: relative;
    z-index: 2;
  }
  .rr-logo {
    align-items: center;
    color: #143d28;
    display: flex;
    gap: 12px;
    text-decoration: none;
  }
  .rr-logo-mark {
    height: 52px;
    width: 92px;
  }
  .rr-logo-copy {
    display: grid;
    gap: 3px;
  }
  .rr-logo-copy strong {
    font: 800 30px/1 Poppins, Inter, Arial, sans-serif;
    letter-spacing: .01em;
  }
  .rr-logo-copy small {
    font: 800 5.5px/1.1 Inter, Arial, sans-serif;
    letter-spacing: .08em;
  }
  .rr-main-nav {
    align-items: center;
    display: flex;
    gap: 26px;
    justify-content: center;
    white-space: nowrap;
  }
  .rr-main-nav a {
    color: #111;
    font: 800 10px/1 Inter, Arial, sans-serif;
    letter-spacing: .04em;
    text-decoration: none;
  }
  .rr-main-nav span {
    font-size: 12px;
    margin-left: 5px;
  }
  .rr-header-actions {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
  }
  .rr-header-actions a {
    color: #111;
    position: relative;
  }
  .rr-header-actions svg {
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 24px;
  }
  .rr-cart-link span {
    align-items: center;
    background: #d9782a;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font: 800 9px/1 Inter, Arial, sans-serif;
    height: 17px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -9px;
    width: 17px;
  }
  @media (max-width: 900px) {
    .rr-site-header {
      grid-template-columns: 1fr auto;
      padding: 0 18px;
    }
    .rr-main-nav {
      display: none;
    }
    .rr-logo-mark {
      height: 45px;
      width: 78px;
    }
    .rr-logo-copy strong {
      font-size: 24px;
    }
  }
/* END_SECTION:header */

/* START_SECTION:main-password (INDEX:5) */
:root {
    --rr-forest: #23432f;
    --rr-sand: #e9ddc9;
    --rr-off-white: #faf8f4;
    --rr-charcoal: #2b2b2b;
    --rr-orange: #d9782a;
  }

  * {
    box-sizing: border-box;
  }

  body {
    background: var(--rr-forest);
    color: var(--rr-off-white);
    font-family: Inter, Arial, sans-serif;
    margin: 0;
    min-height: 100vh;
  }

  .rr-password {
    align-items: stretch;
    display: grid;
    min-height: 100vh;
    position: relative;
  }

  .rr-password::before {
    background:
      linear-gradient(90deg, rgba(18, 46, 30, .95) 0%, rgba(18, 46, 30, .78) 42%, rgba(18, 46, 30, .18) 100%),
      url("/cdn/shop/files/rr-home-hero-approved.png") center / cover no-repeat;
    content: "";
    inset: 0;
    position: absolute;
  }

  .rr-password-inner {
    align-content: center;
    display: grid;
    gap: 34px;
    max-width: 760px;
    min-height: 100vh;
    padding: 56px clamp(24px, 7vw, 96px);
    position: relative;
    z-index: 1;
  }

  .rr-password-logo {
    color: var(--rr-off-white);
    display: inline-grid;
    gap: 10px;
    text-decoration: none;
    width: max-content;
  }

  .rr-password-logo strong {
    font: 800 clamp(34px, 5vw, 64px)/.9 Poppins, Inter, Arial, sans-serif;
    letter-spacing: .02em;
  }

  .rr-password-logo span {
    color: rgba(250, 248, 244, .82);
    font: 800 10px/1.35 Inter, Arial, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .rr-password-copy {
    display: grid;
    gap: 18px;
  }

  .rr-password-copy h1 {
    color: var(--rr-off-white);
    font: 800 clamp(48px, 8vw, 92px)/.94 Poppins, Inter, Arial, sans-serif;
    letter-spacing: 0;
    margin: 0;
    max-width: 680px;
  }

  .rr-password-copy p {
    color: rgba(250, 248, 244, .84);
    font: 500 clamp(17px, 2vw, 22px)/1.5 Inter, Arial, sans-serif;
    margin: 0;
    max-width: 590px;
  }

  .rr-password-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .rr-password-proof span {
    border: 1px solid rgba(250, 248, 244, .24);
    border-radius: 999px;
    color: rgba(250, 248, 244, .88);
    font: 800 11px/1 Inter, Arial, sans-serif;
    letter-spacing: .08em;
    padding: 11px 14px;
    text-transform: uppercase;
  }

  .rr-password-form {
    display: grid;
    gap: 12px;
    max-width: 430px;
  }

  .rr-password-form label {
    color: rgba(250, 248, 244, .82);
    font: 800 11px/1 Inter, Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .rr-password-fields {
    background: rgba(250, 248, 244, .96);
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr auto;
    overflow: hidden;
  }

  .rr-password-fields input {
    background: transparent;
    border: 0;
    color: var(--rr-charcoal);
    font: 600 15px/1 Inter, Arial, sans-serif;
    min-height: 52px;
    min-width: 0;
    padding: 0 18px;
  }

  .rr-password-fields button {
    background: var(--rr-orange);
    border: 0;
    color: #fff;
    cursor: pointer;
    font: 900 12px/1 Inter, Arial, sans-serif;
    letter-spacing: .08em;
    min-height: 52px;
    padding: 0 22px;
    text-transform: uppercase;
  }

  .rr-password-form .errors {
    color: #ffd9bd;
    font: 700 13px/1.4 Inter, Arial, sans-serif;
  }

  .rr-password-foot {
    color: rgba(250, 248, 244, .68);
    font: 600 12px/1.5 Inter, Arial, sans-serif;
    margin: 0;
    max-width: 430px;
  }

  @media (max-width: 720px) {
    .rr-password::before {
      background:
        linear-gradient(180deg, rgba(18, 46, 30, .96) 0%, rgba(18, 46, 30, .82) 58%, rgba(18, 46, 30, .58) 100%),
        url("/cdn/shop/files/rr-home-hero-approved.png") center top / cover no-repeat;
    }

    .rr-password-inner {
      gap: 28px;
      padding: 34px 22px;
    }

    .rr-password-fields {
      grid-template-columns: 1fr;
    }

    .rr-password-fields button {
      width: 100%;
    }
  }
/* END_SECTION:main-password */

/* START_SECTION:ruffroad-approved-home (INDEX:7) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Poppins:wght@600;700;800&display=swap');
  .rr-approved-home {
    background: #faf8f4;
    color: #111;
    font-family: Inter, Arial, sans-serif;
    letter-spacing: 0;
  }
  .rr-approved-home * {
    box-sizing: border-box;
  }
  .rr-approved-home img {
    display: block;
    max-width: 100%;
  }
  .rr-sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
  .rr-approved-hero img {
    height: auto;
    width: 100%;
  }
  .rr-trust-strip {
    align-items: center;
    background: #fbfaf6;
    box-shadow: 0 2px 18px rgba(35, 67, 47, .08);
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    min-height: 53px;
    padding: 0 86px;
  }
  .rr-trust-item {
    align-items: center;
    display: flex;
    gap: 13px;
  }
  .rr-trust-item svg {
    fill: none;
    height: 27px;
    stroke: #111;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    width: 27px;
  }
  .rr-trust-item p {
    display: grid;
    gap: 3px;
    margin: 0;
  }
  .rr-trust-item strong {
    font: 800 9px/1 Inter, Arial, sans-serif;
    letter-spacing: .05em;
  }
  .rr-trust-item span {
    font: 500 9px/1.15 Inter, Arial, sans-serif;
  }
  .rr-section {
    margin: 0 auto;
    max-width: 1184px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .rr-category-section {
    padding-top: 10px;
  }
  .rr-category-section > h2,
  .rr-why > h2 {
    color: #1b1d1c;
    font: 700 22px/1 Poppins, Inter, Arial, sans-serif;
    letter-spacing: .07em;
    margin: 0 0 10px;
    text-align: center;
  }
  .rr-category-grid {
    display: grid;
    gap: 11px;
    grid-template-columns: repeat(4, 1fr);
  }
  .rr-category-card {
    background: #f7f4ed;
    border-radius: 7px;
    box-shadow: 0 1px 0 rgba(35, 67, 47, .05);
    color: #111;
    display: grid;
    overflow: hidden;
    text-decoration: none;
  }
  .rr-category-card img {
    height: 118px;
    object-fit: cover;
    width: 100%;
  }
  .rr-category-card > div {
    align-items: center;
    display: grid;
    gap: 13px;
    grid-template-columns: 45px 1fr 20px;
    min-height: 61px;
    padding: 0 14px;
  }
  .rr-category-icon {
    align-items: center;
    background: #fbfaf7;
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 50%;
    display: flex;
    font: 600 24px/1 Inter, Arial, sans-serif;
    height: 45px;
    justify-content: center;
    margin-top: -18px;
    width: 45px;
  }
  .rr-category-card p {
    display: grid;
    gap: 5px;
    margin: 0;
  }
  .rr-category-card strong {
    font: 800 12px/1 Inter, Arial, sans-serif;
    letter-spacing: .09em;
  }
  .rr-category-card small {
    font: 500 10px/1.3 Inter, Arial, sans-serif;
  }
  .rr-arrow {
    font-size: 18px;
  }
  .rr-section-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
  }
  .rr-section-heading h2 {
    font: 800 18px/1 Poppins, Inter, Arial, sans-serif;
    letter-spacing: .03em;
    margin: 0;
  }
  .rr-section-heading a {
    color: #111;
    font: 800 10px/1 Inter, Arial, sans-serif;
    letter-spacing: .05em;
    text-decoration: none;
  }
  .rr-bestsellers {
    padding-top: 16px;
  }
  .rr-product-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, 1fr);
  }
  .rr-product-card {
    background: #f7f4ee;
    border-radius: 7px;
    min-height: 202px;
    padding: 10px 10px 9px;
    position: relative;
  }
  .rr-product-card a {
    color: #111;
    text-decoration: none;
  }
  .rr-product-card img {
    height: 96px;
    margin: 0 auto 8px;
    object-fit: contain;
    width: 100%;
  }
  .rr-product-card h3 {
    font: 700 11px/1.15 Inter, Arial, sans-serif;
    margin: 0 0 5px;
  }
  .rr-rating {
    color: #111;
    font: 500 8px/1 Inter, Arial, sans-serif;
    margin: 0 0 7px;
  }
  .rr-rating span,
  .rr-story-grid span {
    color: #d9782a;
    letter-spacing: .08em;
  }
  .rr-product-card > div {
    align-items: center;
    bottom: 8px;
    display: flex;
    justify-content: space-between;
    left: 10px;
    position: absolute;
    right: 10px;
  }
  .rr-product-card strong {
    font: 700 13px/1 Inter, Arial, sans-serif;
  }
  .rr-product-card button {
    align-items: center;
    background: #123d27;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    height: 29px;
    justify-content: center;
    width: 29px;
  }
  .rr-why {
    margin-top: 12px;
  }
  .rr-why {
    background: #f3f0e9;
    border-radius: 7px;
    max-width: 1112px;
    padding-bottom: 13px;
    padding-top: 10px;
  }
  .rr-why > h2 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .rr-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .rr-why-grid article {
    align-items: center;
    border-left: 1px solid rgba(35, 67, 47, .18);
    display: grid;
    gap: 14px;
    grid-template-columns: 38px 1fr;
    min-height: 49px;
    padding: 0 18px 0 24px;
  }
  .rr-why-grid article:first-child {
    border-left: 0;
  }
  .rr-why-grid span {
    align-items: center;
    border: 2px solid rgba(17, 17, 17, .8);
    border-radius: 50%;
    color: #123d27;
    display: flex;
    font: 700 21px/1 Inter, Arial, sans-serif;
    height: 38px;
    justify-content: center;
    width: 38px;
  }
  .rr-why-grid p {
    display: grid;
    gap: 6px;
    margin: 0;
  }
  .rr-why-grid strong {
    font: 800 10px/1 Inter, Arial, sans-serif;
    letter-spacing: .04em;
  }
  .rr-why-grid small {
    font: 500 8px/1.3 Inter, Arial, sans-serif;
  }
  .rr-bundle {
    align-items: center;
    background: #f3f0e9;
    border-radius: 7px;
    display: grid;
    gap: 18px;
    grid-template-columns: 292px 1fr 145px;
    margin-top: 10px;
    max-width: 1112px;
    min-height: 127px;
    padding-bottom: 9px;
    padding-top: 9px;
  }
  .rr-bundle-copy p,
  .rr-bundle-price p {
    color: #d9782a;
    font: 800 10px/1 Inter, Arial, sans-serif;
    letter-spacing: .06em;
    margin: 0 0 5px;
  }
  .rr-bundle-copy h2 {
    font: 500 25px/1.05 Poppins, Inter, Arial, sans-serif;
    letter-spacing: 0;
    margin: 0 0 6px;
  }
  .rr-bundle-copy span {
    display: block;
    font: 500 11px/1.22 Inter, Arial, sans-serif;
    margin-bottom: 7px;
  }
  .rr-bundle-copy a {
    background: #d9782a;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font: 800 10px/1 Inter, Arial, sans-serif;
    padding: 10px 17px;
    text-decoration: none;
  }
  .rr-bundle-products {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 80px 20px 125px 20px 105px 20px;
    justify-content: center;
  }
  .rr-bundle-products figure {
    display: grid;
    gap: 6px;
    justify-items: center;
    margin: 0;
  }
  .rr-bundle-products figcaption {
    font: 500 10px/1.1 Inter, Arial, sans-serif;
    text-align: center;
  }
  .rr-bundle-products > span {
    font: 500 25px/1 Inter, Arial, sans-serif;
  }
  .rr-bundle-price {
    padding-left: 8px;
  }
  .rr-bundle-price strong {
    display: block;
    font: 600 28px/1 Poppins, Inter, Arial, sans-serif;
    margin-bottom: 10px;
  }
  .rr-bundle-price span {
    font: 500 14px/1 Inter, Arial, sans-serif;
    margin-right: 8px;
    text-decoration: line-through;
  }
  .rr-bundle-price em {
    background: #d9782a;
    border-radius: 999px;
    color: #fff;
    font: 800 9px/1 Inter, Arial, sans-serif;
    padding: 8px 9px;
  }
  .rr-community {
    padding-top: 9px;
  }
  .rr-story-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
  }
  .rr-story-grid article {
    background: #f7f4ee;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 105px 1fr;
    min-height: 103px;
    overflow: hidden;
  }
  .rr-story-grid img {
    height: 103px;
    object-fit: cover;
    width: 100%;
  }
  .rr-story-grid p {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 9px 10px 8px;
  }
  .rr-story-grid span {
    font-size: 9px;
  }
  .rr-story-grid strong {
    font: 700 9px/1.18 Inter, Arial, sans-serif;
  }
  .rr-story-grid small {
    font: 700 8px/1.25 Inter, Arial, sans-serif;
  }
  .rr-social-newsletter {
    display: grid;
    gap: 10px;
    grid-template-columns: 1.55fr 1fr;
    max-width: 1112px;
    padding-bottom: 8px;
    padding-top: 10px;
  }
  .rr-social-panel,
  .rr-newsletter-panel {
    border-radius: 7px;
    min-height: 132px;
  }
  .rr-social-panel {
    background: #f7f4ee;
    padding: 12px 18px;
  }
  .rr-social-panel h2,
  .rr-newsletter-panel h2 {
    font: 800 16px/1 Poppins, Inter, Arial, sans-serif;
    letter-spacing: .05em;
    margin: 0 0 4px;
  }
  .rr-social-panel p {
    font: 500 10px/1 Inter, Arial, sans-serif;
    margin: 0 0 8px;
  }
  .rr-social-grid {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(6, 82px);
  }
  .rr-social-grid img {
    border-radius: 4px;
    height: 81px;
    object-fit: cover;
    width: 82px;
  }
  .rr-newsletter-panel {
    background: radial-gradient(circle at 20% 20%, rgba(233, 221, 201, .12), transparent 34%), #0f3b25;
    color: #fff;
    display: grid;
    justify-items: center;
    padding: 14px 28px 10px;
    text-align: center;
  }
  .rr-newsletter-panel p {
    font: 500 10px/1.25 Inter, Arial, sans-serif;
    margin: 0 0 9px;
  }
  .rr-newsletter-form {
    display: grid;
    grid-template-columns: 1fr 116px;
    height: 33px;
    max-width: 368px;
    width: 100%;
  }
  .rr-newsletter-form input {
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #111;
    font: 500 9px/1 Inter, Arial, sans-serif;
    padding: 0 18px;
  }
  .rr-newsletter-form button {
    background: #d9782a;
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font: 800 9px/1 Inter, Arial, sans-serif;
  }
  .rr-newsletter-panel small {
    font: 500 8px/1 Inter, Arial, sans-serif;
    margin-top: 7px;
  }
  @media (max-width: 1100px) {
    .rr-trust-strip {
      padding: 0 52px;
    }
    .rr-product-card h3 {
      font-size: 11px;
    }
    .rr-social-grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .rr-social-grid img {
      width: 100%;
    }
  }
  @media (max-width: 900px) {
    .rr-trust-strip,
    .rr-category-grid,
    .rr-product-grid,
    .rr-why-grid,
    .rr-story-grid,
    .rr-social-newsletter,
    .rr-bundle {
      grid-template-columns: 1fr 1fr;
    }
    .rr-section {
      padding-left: 18px;
      padding-right: 18px;
    }
    .rr-trust-strip {
      padding: 14px 18px;
    }
    .rr-bundle {
      display: block;
      padding: 22px;
    }
    .rr-bundle-products {
      margin: 20px 0;
    }
  }
  @media (max-width: 600px) {
    .rr-approved-hero img {
      height: 260px;
      object-fit: cover;
      object-position: center;
    }
    .rr-trust-strip,
    .rr-category-grid,
    .rr-product-grid,
    .rr-why-grid,
    .rr-story-grid,
    .rr-social-newsletter {
      grid-template-columns: 1fr;
    }
    .rr-category-card > div {
      grid-template-columns: 45px 1fr 20px;
    }
    .rr-product-card {
      min-height: 252px;
    }
    .rr-story-grid article {
      grid-template-columns: 105px 1fr;
    }
    .rr-social-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .rr-newsletter-form {
      grid-template-columns: 1fr;
      height: auto;
    }
    .rr-newsletter-form input,
    .rr-newsletter-form button {
      border-radius: 5px;
      height: 40px;
    }
    .rr-newsletter-form button {
      margin-top: 8px;
    }
  }
/* END_SECTION:ruffroad-approved-home */