@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #e41b21 !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #e41b21 !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

[data-content-region="above_footer_banner--global"] {
  clear: both; }

.shop-by-animal-widget {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .shop-by-animal-widget {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      gap: 15px; } }
  .shop-by-animal-widget .widget-title {
    margin: 0;
    line-height: 110%;
    font-weight: 500;
    color: #313B45;
    font-size: 26px; }
    @media (min-width: 801px) {
      .shop-by-animal-widget .widget-title {
        font-size: 36px; } }
  .shop-by-animal-widget .animal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    @media (min-width: 801px) {
      .shop-by-animal-widget .animal-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } }
    @media (min-width: 1261px) {
      .shop-by-animal-widget .animal-grid {
        grid-template-columns: repeat(10, 1fr); } }
    @media (min-width: 801px) {
      .shop-by-animal-widget .animal-grid.auto-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } }
  .shop-by-animal-widget .animal-card {
    margin-right: -1px;
    margin-bottom: -1px; }
  .shop-by-animal-widget .animal-link {
    width: 100%;
    height: 100%;
    display: inline-flex;
    padding: 22px 0;
    border: 1px solid #313B45;
    background: #FAF8F3;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    gap: 9px;
    align-items: center; }
    .shop-by-animal-widget .animal-link img {
      transition: filter 0.3s ease; }
    .shop-by-animal-widget .animal-link:hover img {
      filter: invert(17%) sepia(96%) saturate(7481%) hue-rotate(-2deg) brightness(93%) contrast(107%); }
    .shop-by-animal-widget .animal-link:hover .animal-title {
      color: #E41B21; }
  .shop-by-animal-widget .animal-title {
    flex-grow: 1;
    text-transform: capitalize; }

.features-grid {
  display: grid;
  color: #313B45;
  grid-template-columns: repeat(2, 1fr);
  padding: 1.5rem 0; }
  @media (min-width: 801px) {
    .features-grid {
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } }
  .features-grid .feature {
    padding: 16px;
    text-align: center;
    margin-bottom: -1px;
    margin-right: -1px;
    border: 1px solid #313B45;
    display: inline-flex;
    flex-direction: column;
    gap: 4px; }
    @media (max-width: 801px) {
      .features-grid .feature {
        padding: 16px 13px; } }
    @media (min-width: 801px) {
      .features-grid .feature {
        padding: 1.5rem 16px; } }
    @media (max-width: 801px) {
      .features-grid .feature:nth-child(odd) {
        border-left: none; } }
    @media (max-width: 801px) {
      .features-grid .feature:nth-child(even) {
        border-right: none; } }
    @media (min-width: 801px) {
      .features-grid .feature:first-child {
        border-left: none; } }
    @media (min-width: 801px) {
      .features-grid .feature:last-child {
        border-right: none; } }
    .features-grid .feature .feature-title {
      color: #313B45;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0; }
    .features-grid .feature p {
      color: #313B45;
      font-size: 14px;
      line-height: normal;
      margin: 0;
      display: none; }
      @media (min-width: 801px) {
        .features-grid .feature p {
          display: block; } }
  .features-grid .features-grid-link {
    font-size: 14px;
    margin-top: auto;
    width: fit-content;
    margin: auto;
    margin-bottom: 0;
    color: #cd181e; }
    .features-grid .features-grid-link:hover {
      color: #313b45; }

.top-categories-widget {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .top-categories-widget {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .top-categories-widget .top-header {
    display: flex;
    gap: 24px;
    flex-direction: column;
    margin-bottom: 24px; }
    @media (min-width: 1261px) {
      .top-categories-widget .top-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
  .top-categories-widget .h3 {
    margin: 0; }
  .top-categories-widget .tabs-navigation {
    display: flex;
    overflow-y: hidden;
    margin-right: -12px; }
    @media (min-width: 801px) {
      .top-categories-widget .tabs-navigation {
        border-bottom: 1px solid #313B45;
        margin-right: 0; } }
  .top-categories-widget .tab-item {
    padding: 5px 24px;
    cursor: pointer;
    color: #313B45;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom-color: #313B45;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available; }
    @media (min-width: 801px) {
      .top-categories-widget .tab-item {
        margin-bottom: -1px;
        min-width: 168px;
        padding: 0.5rem 1rem; } }
  .top-categories-widget .tab-item.is-active {
    border-color: #313B45; }
  .top-categories-widget .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; }
    @media (min-width: 768px) {
      .top-categories-widget .grid {
        grid-template-columns: repeat(8, 1fr); } }
    @media (min-width: 1180px) {
      .top-categories-widget .grid {
        /* grid-template-rows: repeat(2, 315px); */ } }
  .top-categories-widget .card-item:nth-child(1) {
    grid-column: span 2; }
    @media (min-width: 768px) {
      .top-categories-widget .card-item:nth-child(1) {
        grid-column: 1 / 5;
        grid-row: 1 / 3; } }
  @media (min-width: 768px) {
    .top-categories-widget .card-item:nth-child(2) {
      grid-column: 5 / 7;
      grid-row: 1 / 2; } }
  @media (min-width: 768px) {
    .top-categories-widget .card-item:nth-child(3) {
      grid-column: 7 / 9;
      grid-row: 1 / 2; } }
  @media (min-width: 768px) {
    .top-categories-widget .card-item:nth-child(4) {
      grid-column: 5 / 7;
      grid-row: 2 / 3; } }
  @media (min-width: 768px) {
    .top-categories-widget .card-item:nth-child(5):not(.background) {
      grid-column: 7 / 9;
      grid-row: 2 / 3; } }
  .top-categories-widget .card-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1; }
    @media (min-width: 1180px) {
      .top-categories-widget .card-item {
        aspect-ratio: 1 / .8; } }
    .top-categories-widget .card-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .top-categories-widget .card-content {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    width: 100%;
    height: 100%;
    top: 0; }
    .top-categories-widget .card-content a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      color: white;
      text-decoration: none;
      display: inline-flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 12px;
      gap: 6px; }
      @media (min-width: 801px) {
        .top-categories-widget .card-content a {
          gap: 4px;
          padding: 16px; } }
  .top-categories-widget .background {
    background-color: #E53E3E;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none; }
    @media (min-width: 768px) {
      .top-categories-widget .background {
        grid-column: 7 / 9;
        grid-row: 2 / 3; } }
    .top-categories-widget .background .card-content {
      left: 0;
      bottom: 0;
      text-align: center;
      background: none; }
      .top-categories-widget .background .card-content a {
        justify-content: center; }
    .top-categories-widget .background .card-subtitle {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.9px;
      text-decoration: none; }
  .top-categories-widget .card-title {
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin: 0; }
    @media (min-width: 801px) {
      .top-categories-widget .card-title {
        font-size: 28px; } }
    @media (min-width: 1261px) {
      .top-categories-widget .card-title {
        font-size: 36px; } }
  .top-categories-widget .card-subtitle {
    text-decoration: underline; }
  .top-categories-widget .tab-content {
    display: none;
    padding: 0; }

.vv-seo-text-widget {
  --vv-seo-text-color: #313B45;
  --vv-seo-text-accent: #cd181e;
  --vv-seo-text-surface: #FAF8F3;
  --vv-seo-text-border: #313B45;
  color: var(--vv-seo-text-color);
  padding: 24px 0; }
  @media (min-width: 801px) {
    .vv-seo-text-widget {
      padding: 40px 0; } }
  .vv-seo-text-widget__inner {
    border-top: 2px solid var(--vv-seo-text-border);
    border-bottom: 2px solid var(--vv-seo-text-border);
    padding: 24px 0; }
    @media (min-width: 801px) {
      .vv-seo-text-widget__inner {
        padding: 32px 0; } }
  .vv-seo-text-widget__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr; }
    @media (min-width: 801px) {
      .vv-seo-text-widget__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    .vv-seo-text-widget__grid[data-columns="1"], .vv-seo-text-widget__grid[data-columns="2"], .vv-seo-text-widget__grid[data-columns="3"] {
      grid-template-columns: 1fr; }
    @media (min-width: 801px) {
      .vv-seo-text-widget__grid[data-columns="2"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .vv-seo-text-widget__grid[data-columns="3"] {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media (min-width: 1261px) {
      .vv-seo-text-widget__grid {
        gap: 32px; } }
  .vv-seo-text-widget__item {
    background: var(--vv-seo-text-surface);
    min-width: 0; }
  .vv-seo-text-widget__heading {
    color: var(--vv-seo-text-color);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 6px;
    font-size: 16px; }
  .vv-seo-text-widget__copy {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65; }
    .vv-seo-text-widget__copy > *:first-child {
      margin-top: 0; }
    .vv-seo-text-widget__copy > *:last-child {
      margin-bottom: 0; }
    .vv-seo-text-widget__copy p,
    .vv-seo-text-widget__copy ul,
    .vv-seo-text-widget__copy ol {
      margin: 0 0 12px; }
    .vv-seo-text-widget__copy a {
      color: var(--vv-seo-text-accent); }
  .vv-seo-text-widget--heading-font-open-sans .vv-seo-text-widget__heading {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .vv-seo-text-widget--heading-font-bitter .vv-seo-text-widget__heading {
    font-family: "Bitter", Arial, Helvetica, sans-serif; }

.newsletter-section {
  padding: 40px 12px 16px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
  overflow: hidden; }
  @media (min-width: 801px) {
    .newsletter-section {
      padding: 24px 24px 16px; } }
  @media screen and (min-width: 1080px) {
    .newsletter-section {
      flex-direction: row;
      padding: 24px;
      gap: 24px; } }
  @media (min-width: 1261px) {
    .newsletter-section {
      padding: 40px;
      gap: 48px; } }
  .page-cart .newsletter-section {
    display: none !important; }
  .newsletter-section .image-container {
    position: relative;
    flex: 4; }
  .newsletter-section .image-container img {
    width: 100%;
    height: auto; }
  .newsletter-section .welcome-text {
    color: #DA3832;
    max-width: 744px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    line-height: .8;
    margin-top: -24px; }
    @media (min-width: 801px) {
      .newsletter-section .welcome-text {
        margin-top: -44px;
        margin-bottom: 40px; } }
  .newsletter-section .newsletter-seal-icon {
    max-width: 120px;
    transform: rotate(-3deg);
    position: absolute;
    right: -10px;
    top: -34px; }
    @media screen and (min-width: 1024px) {
      .newsletter-section .newsletter-seal-icon {
        max-width: 180px;
        transform: rotate(-9.5deg);
        position: absolute;
        right: -48px;
        top: 29px; } }
  .newsletter-section .form {
    margin: 0; }
  .newsletter-section .newsletter-content {
    flex: 2;
    padding: 0;
    border-top: 2px solid #313B45; }
    @media (min-width: 801px) {
      .newsletter-section .newsletter-content {
        padding: 24px; } }
    @media (min-width: 1261px) {
      .newsletter-section .newsletter-content {
        padding: 40px; } }
    .newsletter-section .newsletter-content .newsletter-title {
      padding: 40px 24px;
      text-align: center; }
      @media (min-width: 801px) {
        .newsletter-section .newsletter-content .newsletter-title {
          padding: 0;
          margin-bottom: 24px;
          text-align: left;
          font-size: 2rem;
          line-height: 1.1; } }
      @media (min-width: 1261px) {
        .newsletter-section .newsletter-content .newsletter-title {
          font-size: 3rem;
          line-height: 1; } }
    .newsletter-section .newsletter-content .newsletter-caption {
      font-size: 16px;
      margin-bottom: 24px;
      font-weight: 600;
      line-height: 125%;
      letter-spacing: 1.28px;
      text-transform: uppercase;
      display: block; }
    .newsletter-section .newsletter-content .form-field {
      margin: 0 0 24px; }
    .newsletter-section .newsletter-content .form-input {
      border-color: #313B45;
      font-size: 16px;
      font-weight: 400;
      border-radius: 0;
      padding: 12px;
      color: #313B45;
      background: transparent; }
    .newsletter-section .newsletter-content .button--primary {
      margin: 0; }
    .newsletter-section .newsletter-content .form-checkbox + .form-label,
    .newsletter-section .newsletter-content .form-radio + .form-label {
      display: block;
      margin-bottom: 0;
      padding-left: 26px;
      font-size: 12px;
      color: #313B45; }
    .newsletter-section .newsletter-content .form-checkbox + .form-label::before {
      top: 38%;
      width: 18px;
      height: 18px;
      border-radius: 3px; }
    .newsletter-section .newsletter-content .form-checkbox + .form-label::after {
      top: 40%;
      left: 2px; }
    .newsletter-section .newsletter-content .form-prefixPostfix {
      position: relative; }
      .newsletter-section .newsletter-content .form-prefixPostfix .form-checkbox {
        top: calc(50% + 15px);
        transform: translate(0, -50%);
        margin: 0;
        left: 10px; }

.brand__section {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 801px) {
    .brand__section {
      padding-left: 24px;
      padding-right: 24px; } }
  @media screen and (min-width: 1080px) {
    .brand__section {
      flex-direction: row; } }
  @media (min-width: 1261px) {
    .brand__section {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media (min-width: 801px) {
    .brand__section .brand__image {
      flex: .6; } }
  @media (min-width: 1261px) {
    .brand__section .brand__image {
      flex: 4; } }
  .brand__section .brand__image img {
    display: block;
    width: 100%; }
  @media (min-width: 801px) {
    .brand__section .brand__title {
      font-size: 2rem;
      line-height: 1.1; } }
  @media (min-width: 1261px) {
    .brand__section .brand__title {
      font-size: 2.25rem; } }
  .brand__section .brand__content {
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px; }
    @media (min-width: 801px) {
      .brand__section .brand__content {
        padding: 24px;
        flex: .4; } }
    @media screen and (min-width: 1080px) {
      .brand__section .brand__content {
        border-top: 2px solid #313B45;
        padding: 40px 24px; } }
    @media (min-width: 1261px) {
      .brand__section .brand__content {
        padding: 40px 64px;
        gap: 24px;
        flex: 2; } }
  .brand__section .brand__subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .brand__section .brand__caption {
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 1.12px; }
    @media (min-width: 801px) {
      .brand__section .brand__caption {
        font-size: 18px;
        line-height: 90%;
        letter-spacing: 1.08px; } }
  .brand__section p + p {
    margin-top: 16px; }

.widget-layout-cols {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: 16px; }
  @media (min-width: 801px) {
    .widget-layout-cols {
      gap: 16px;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .block-item .widget-layout-cols {
    padding-top: 0;
    padding-bottom: 0; }
  .widget-layout-cols .widget-cols-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px; }
    @media (min-width: 801px) {
      .widget-layout-cols .widget-cols-wrapper {
        gap: 32px;
        flex-direction: row; } }
    @media (min-width: 1261px) {
      .widget-layout-cols .widget-cols-wrapper {
        gap: 40px; } }
  .widget-layout-cols .widget-col {
    display: flex;
    gap: 16px; }
    @media (min-width: 801px) {
      .widget-layout-cols .widget-col {
        width: calc(50% - 20px); } }
    @media (max-width: 800px) {
      .widget-layout-cols .widget-col {
        padding-left: 16px;
        padding-right: 16px; } }
    @media (max-width: 800px) {
      .widget-layout-cols .widget-col:last-child:not(.sale-widget) {
        padding-bottom: 16px; } }
  .widget-layout-cols .sale-widget .widget-inner-col {
    justify-content: center; }
  .widget-layout-cols .widget-inner-col {
    border-top: 2px solid #1c1c1c;
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    flex: 1;
    padding-top: 24px; }
    @media (min-width: 1261px) {
      .widget-layout-cols .widget-inner-col {
        padding-top: 0;
        gap: 16px; } }
  .widget-layout-cols .widget-col-image {
    display: flex;
    height: auto;
    align-self: flex-start;
    max-width: 130px;
    aspect-ratio: 1 / 1; }
    .widget-layout-cols .widget-col-image img {
      width: 100%; }
    @media screen and (min-width: 1024px) {
      .widget-layout-cols .widget-col-image {
        max-width: 180px; } }
    @media (min-width: 1261px) {
      .widget-layout-cols .widget-col-image {
        max-width: 262px;
        background: #ccc; } }
  @media (min-width: 1261px) {
    .navPage-subMenu .widget-layout-cols .widget-col-image {
      max-width: 200px; } }
  .widget-layout-cols .sale-widget {
    flex-direction: column;
    gap: 0;
    background-color: #C30017;
    color: #FAF8F3;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 801px) {
      .widget-layout-cols .sale-widget {
        flex-direction: row; } }
    .widget-layout-cols .sale-widget .widget-inner-col {
      border: 0;
      gap: 24px;
      padding: 16px; }
    .widget-layout-cols .sale-widget .widget-col-image {
      position: relative;
      flex-grow: 1;
      height: 100%; }
      @media (max-width: 800px) {
        .widget-layout-cols .sale-widget .widget-col-image {
          width: 100%;
          max-width: 100%;
          height: auto;
          aspect-ratio: auto; } }
      .widget-layout-cols .sale-widget .widget-col-image img {
        width: 100%; }
        @media (min-width: 801px) {
          .widget-layout-cols .sale-widget .widget-col-image img {
            height: 100%;
            object-fit: cover;
            object-position: center; } }
      .widget-layout-cols .sale-widget .widget-col-image::before {
        content: '';
        clip-path: polygon(100% 100%, 0 100%, 0 0);
        position: absolute;
        background: #C30017;
        width: 100%;
        bottom: -5px;
        height: 45px; }
        @media (min-width: 801px) {
          .widget-layout-cols .sale-widget .widget-col-image::before {
            clip-path: polygon(100% 0, 100% 100%, 0 100%);
            width: 40px;
            top: 0;
            right: 0;
            bottom: 0;
            height: auto; } }
    .widget-layout-cols .sale-widget .widget-col-title {
      color: #FAF8F3; }
    .widget-layout-cols .sale-widget .button--primary {
      border: 2px solid #FFFFFF;
      color: #FFFFFF;
      background: transparent;
      margin: 0 auto;
      margin: 0;
      line-height: 1;
      min-height: 44px; }
      .widget-layout-cols .sale-widget .button--primary:hover {
        background: transparent;
        border-color: #FFFFFF; }
      .widget-layout-cols .sale-widget .button--primary:hover {
        background-color: #FFFFFF;
        color: #E41B21; }
    .widget-layout-cols .sale-widget .widget-inner-col p {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: 0.72px;
      text-transform: uppercase; }
    .widget-layout-cols .sale-widget .widget-col-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -0.96px;
      color: #FAF8F3; }
      @media (min-width: 801px) {
        .widget-layout-cols .sale-widget .widget-col-title {
          font-size: 48px; } }
  .widget-layout-cols .widget-col-title {
    letter-spacing: -0.4px;
    font-size: 20px;
    line-height: 1; }
    @media (min-width: 1261px) {
      .widget-layout-cols .widget-col-title {
        font-size: 36px;
        letter-spacing: 0;
        line-height: 1.1; } }
  .widget-layout-cols .category-card {
    gap: 8px;
    flex-direction: row; }
    @media (max-width: 800px) {
      .widget-layout-cols .category-card {
        padding: 8px; } }
    .widget-layout-cols .category-card .widget-col {
      position: relative;
      gap: 0;
      width: calc(50% - 4px); }
      @media (min-width: 801px) {
        .widget-layout-cols .category-card .widget-col {
          width: calc(25% - 6px); } }
    .widget-layout-cols .category-card .widget-col-image {
      max-width: 100%;
      width: 100%; }
      @media (min-width: 801px) {
        .widget-layout-cols .category-card .widget-col-image {
          aspect-ratio: 3 / 2; } }
      .widget-layout-cols .category-card .widget-col-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .widget-layout-cols .category-card .widget-inner-col {
      border: 0;
      position: absolute;
      inset: 0;
      gap: 12px;
      justify-content: flex-end;
      padding: 16px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.1%, rgba(0, 0, 0, 0.75) 99.9%); }
      .widget-layout-cols .category-card .widget-inner-col::after {
        content: '';
        position: absolute;
        inset: 0;
        top: 45px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        z-index: 1; }
      .widget-layout-cols .category-card .widget-inner-col > * {
        position: relative;
        z-index: 2; }
    .widget-layout-cols .category-card .widget-col-title {
      color: #FAF8F3; }
    .widget-layout-cols .category-card .widget-col-link {
      font-size: 16px;
      line-height: 1.45;
      text-decoration: underline;
      color: #FAF8F3; }
  @media (max-width: 800px) {
    .widget-layout-cols.usp-cols {
      padding: 24px 16px; } }
  .widget-layout-cols .usp-title {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: -0.4px;
    text-align: center; }
    @media (min-width: 801px) {
      .widget-layout-cols .usp-title {
        font-size: 1.5rem;
        line-height: 1.1;
        letter-spacing: -0.48px; } }
  .widget-layout-cols .widget-usp-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (min-width: 801px) {
      .widget-layout-cols .widget-usp-wrapper {
        gap: 24px; } }
    .widget-layout-cols .widget-usp-wrapper .widget-usp {
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-width: 286px;
      flex-grow: 1;
      padding: 0 24px; }
    .widget-layout-cols .widget-usp-wrapper img {
      max-width: 60px;
      display: block;
      margin: 0 auto; }
    .widget-layout-cols .widget-usp-wrapper .widget-inner-usp p {
      color: #E41B21;
      font-size: 0;
      font-weight: 400;
      line-height: 1.45; }
      @media (min-width: 801px) {
        .widget-layout-cols .widget-usp-wrapper .widget-inner-usp p {
          font-size: 1rem; } }
      .widget-layout-cols .widget-usp-wrapper .widget-inner-usp p strong,
      .widget-layout-cols .widget-usp-wrapper .widget-inner-usp p b {
        display: block;
        font-weight: 700;
        line-height: normal; }
      .widget-layout-cols .widget-usp-wrapper .widget-inner-usp p strong {
        font-size: 1rem; }
        @media (max-width: 800px) {
          .widget-layout-cols .widget-usp-wrapper .widget-inner-usp p strong span {
            display: block; } }

.testimonial-widget {
  position: relative;
  overflow: hidden; }
  .testimonial-widget .testimonial-image {
    position: relative; }
  .testimonial-widget .testimonial-content {
    position: relative;
    z-index: 1;
    padding: 24px;
    background: #FAF8F3;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media screen and (min-width: 1024px) {
      .testimonial-widget .testimonial-content {
        position: absolute;
        bottom: 75px;
        right: 40px;
        max-width: 500px; } }
    @media (min-width: 1261px) {
      .testimonial-widget .testimonial-content {
        max-width: 700px; } }
  .testimonial-widget .testimonial-time-stamp {
    position: absolute;
    right: 10px;
    top: -32px;
    width: 80px;
    transform: rotate(-20deg);
    flex-shrink: 0; }
    @media (min-width: 801px) {
      .testimonial-widget .testimonial-time-stamp {
        width: 105px;
        right: 0;
        top: -59px;
        width: 110px; } }
  .testimonial-widget .testimonial-text {
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%; }
    @media (min-width: 1261px) {
      .testimonial-widget .testimonial-text {
        font-size: 44px; } }
  .testimonial-widget .testimonial-rating {
    background-image: url("../img/star_icon.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 136px;
    height: 27px;
    display: inline-block;
    background-position: top;
    font-size: 0; }
    .testimonial-widget .testimonial-rating[star-rating="5"] {
      background-position: 0 0; }
    .testimonial-widget .testimonial-rating[star-rating="4"] {
      background-position: 0 -41px; }
    .testimonial-widget .testimonial-rating[star-rating="3"] {
      background-position: 0 -81px; }
    .testimonial-widget .testimonial-rating[star-rating="2"] {
      background-position: 0 -120px; }
    .testimonial-widget .testimonial-rating[star-rating="1"] {
      background-position: 0 -160px; }
  .testimonial-widget .testimonial-author {
    color: rgba(18, 18, 18, 0.75);
    line-height: 1.45; }
    .testimonial-widget .testimonial-author .author-name {
      font-weight: 700; }
  .testimonial-widget .testimonial-link {
    color: #E41B21;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 4px; }

.carousel-section.slick-slider {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 !important;
  color: #fff; }
  @media (min-width: 801px) {
    .carousel-section.slick-slider {
      margin: 24px 0 !important; } }
  @media (min-width: 1261px) {
    .carousel-section.slick-slider {
      margin: 40px 0 !important; } }

.carousel-section .slick-list {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .carousel-section .slick-list {
      padding-bottom: 24px; } }

.carousel-section .slick-track {
  display: flex; }

.carousel-section .slide {
  position: relative;
  overflow: hidden; }

.carousel-section.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column-reverse;
  height: auto; }
  @media (min-width: 801px) {
    .carousel-section.slick-initialized .slick-slide {
      flex-direction: row; } }

.carousel-section .slide-content {
  background-color: #DA3832;
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  flex-grow: 1; }
  @media (min-width: 801px) {
    .carousel-section .slide-content {
      width: 50%;
      padding: 24px 40px;
      gap: 16px;
      flex-direction: unset; } }
  @media (min-width: 1261px) {
    .carousel-section .slide-content {
      padding: 24px 64px;
      gap: 24px; } }
  .carousel-section .slide-content .slide-content-inner {
    text-align: center; }
  .carousel-section .slide-content .slide-heading {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: .9;
    letter-spacing: -0.96px; }
    @media screen and (min-width: 1440px) {
      .carousel-section .slide-content .slide-heading {
        font-size: 68px;
        letter-spacing: -1.36px; } }
  .carousel-section .slide-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 8px 0; }
    @media (min-width: 801px) {
      .carousel-section .slide-content p {
        margin: 0; } }
  .carousel-section .slide-content .shop-now {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    margin: 0 auto; }
    .carousel-section .slide-content .shop-now:hover {
      background: transparent;
      border-color: #fff; }
    @media (min-width: 801px) {
      .carousel-section .slide-content .shop-now {
        margin: auto 0; } }

.carousel-section .slide-image-container {
  width: 100%;
  object-fit: cover;
  background-color: #DA3832;
  position: relative; }
  @media (min-width: 801px) {
    .carousel-section .slide-image-container {
      width: 50%; } }
  @media (min-width: 801px) {
    .carousel-section .slide-image-container:before {
      content: "";
      clip-path: polygon(29% 0, 0 0, 0 107%);
      width: 171px;
      height: 100%;
      position: absolute;
      background: #DA3832;
      left: -1px; } }
  .carousel-section .slide-image-container:after {
    content: "";
    clip-path: polygon(0 65%, 0% 100%, 100% 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(218, 56, 50, 0.2);
    left: 0;
    top: 0; }
    @media (min-width: 801px) {
      .carousel-section .slide-image-container:after {
        clip-path: polygon(38% 0, 0 0, 0 100%);
        width: 50%; } }
  .carousel-section .slide-image-container img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%; }

.carousel-section .slick-prev,
.carousel-section .slick-next {
  width: 45px;
  height: 45px;
  position: static;
  z-index: 1;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0;
  order: 1;
  transform: none;
  padding: 0;
  display: none !important; }
  @media (min-width: 801px) {
    .carousel-section .slick-prev,
    .carousel-section .slick-next {
      display: block !important; } }

.carousel-section .slick-prev,
.carousel-section .slick-prev:hover {
  left: 0;
  order: 1;
  margin-right: 16px; }
  .carousel-section .slick-prev:before,
  .carousel-section .slick-prev:hover:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Crect x='0.5' y='1.41992' width='43' height='43' rx='21.5' stroke='%23313B45'/%3E%3Cpath d='M25 29.9199L18 22.9199L25 15.9199' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 45px; }

.carousel-section .slick-next,
.carousel-section .slick-next:hover {
  right: 0;
  order: 3;
  margin-left: 16px; }
  .carousel-section .slick-next:before,
  .carousel-section .slick-next:hover:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Crect x='0.5' y='1.41992' width='43' height='43' rx='21.5' stroke='%23313B45'/%3E%3Cpath d='M19 15.9199L26 22.9199L19 29.9199' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 45px; }

.carousel-section .slick-dots {
  position: relative;
  text-align: center;
  width: 100%;
  order: 2;
  bottom: 0; }
  @media (min-width: 801px) {
    .carousel-section .slick-dots {
      text-align: left;
      width: auto; } }

.carousel-section .slick-dots li {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px; }
  @media (min-width: 801px) {
    .carousel-section .slick-dots li {
      height: 44px; } }
  .carousel-section .slick-dots li button {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0; }
    @media (min-width: 801px) {
      .carousel-section .slick-dots li button {
        height: 44px; } }
  .carousel-section .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #313B45;
    opacity: 1;
    position: static; }
  .carousel-section .slick-dots li.slick-active button:before {
    background: #DD2D2D;
    opacity: 1;
    width: 18px;
    height: 5px;
    border-radius: 20px;
    transition: width 0.3s ease-out;
    position: relative; }

.with-highlight {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 14px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="240" height="27" viewBox="0 0 240 27" fill="none"%3E%3Cpath d="M240 0.25L240 26.25L-2.27299e-06 0.250021L240 0.25Z" fill="%23E41B21"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  padding-top: 45px;
  background-size: 120px 13px;
  background-position: right -20px top;
  text-align: center; }
  @media (min-width: 801px) {
    .with-highlight {
      padding-right: 200px;
      background-size: 200px 18px;
      background-position: right -20px top;
      text-align: left;
      padding-top: 0; } }
  @media (min-width: 1261px) {
    .with-highlight {
      padding-right: 240px;
      background-size: auto;
      background-position: right top; } }
  .with-highlight .content-layout-title {
    color: #E41B21;
    font-weight: 500 !important; }

.content-layout-cols {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 801px) {
    .content-layout-cols {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .content-layout-cols .content-layout-footer {
    margin-top: 12px;
    text-align: center; }
    @media (min-width: 801px) {
      .content-layout-cols .content-layout-footer {
        text-align: left; } }
  .content-layout-cols .content-cols-wrapper {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 801px) {
      .content-layout-cols .content-cols-wrapper {
        flex-direction: row;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px; } }
    @media (min-width: 801px) {
      .content-layout-cols .content-cols-wrapper.content-layout-cols-3 {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 801px) {
      .content-layout-cols .content-cols-wrapper.content-layout-cols-4 {
        grid-template-columns: repeat(4, 1fr); } }
    .content-layout-cols .content-cols-wrapper.slick-slider {
      grid-template-columns: 1fr;
      margin-bottom: 0;
      gap: 24px; }
      @media (min-width: 801px) {
        .content-layout-cols .content-cols-wrapper.slick-slider {
          gap: 8px; } }
      .content-layout-cols .content-cols-wrapper.slick-slider .slick-dots {
        position: relative;
        text-align: center;
        width: 100%;
        order: 2;
        bottom: 0; }
        @media (min-width: 801px) {
          .content-layout-cols .content-cols-wrapper.slick-slider .slick-dots {
            text-align: left;
            width: auto; } }
      .content-layout-cols .content-cols-wrapper.slick-slider .slick-dots li {
        margin: 0;
        padding: 0;
        width: 24px;
        height: 24px; }
        @media (min-width: 801px) {
          .content-layout-cols .content-cols-wrapper.slick-slider .slick-dots li {
            height: 44px; } }
        .content-layout-cols .content-cols-wrapper.slick-slider .slick-dots li button {
          width: 24px;
          height: 24px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0;
          border: 0; }
          @media (min-width: 801px) {
            .content-layout-cols .content-cols-wrapper.slick-slider .slick-dots li button {
              height: 44px; } }
        .content-layout-cols .content-cols-wrapper.slick-slider .slick-dots li button:before {
          content: '';
          width: 8px;
          height: 8px;
          background: #313B45;
          opacity: 1;
          position: static; }
        .content-layout-cols .content-cols-wrapper.slick-slider .slick-dots li.slick-active button:before {
          background: #DD2D2D;
          opacity: 1;
          width: 18px;
          height: 5px;
          border-radius: 20px;
          transition: width 0.3s ease-out;
          position: relative; }
  .content-layout-cols .slick-list {
    margin-left: -4px;
    margin-right: -12px; }
    @media (min-width: 801px) {
      .content-layout-cols .slick-list {
        margin-left: -8px;
        margin-right: -8px; } }
  .content-layout-cols .content-col {
    display: flex;
    position: relative;
    gap: 16px;
    aspect-ratio: 1 / 1; }
    .content-layout-cols .content-col.slick-slide {
      margin-left: 4px;
      margin-right: 4px; }
      @media (min-width: 801px) {
        .content-layout-cols .content-col.slick-slide {
          margin-left: 8px;
          margin-right: 8px; } }
  .content-layout-cols .content-inner-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 4px;
    justify-content: center;
    padding-top: 24px;
    position: absolute;
    inset: 0;
    justify-content: flex-end;
    padding: 12px 8px; }
    @media (min-width: 801px) {
      .content-layout-cols .content-inner-col {
        padding: 16px; } }
    .content-layout-cols .content-inner-col::after {
      content: '';
      position: absolute;
      inset: 0;
      top: 45px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      z-index: 1; }
    .content-layout-cols .content-inner-col.background {
      align-items: center;
      justify-content: center; }
      .content-layout-cols .content-inner-col.background::after {
        display: none; }
      .content-layout-cols .content-inner-col.background .content-col-link {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.9px;
        text-decoration: none;
        text-transform: uppercase; }
  .content-layout-cols .content-col-image {
    display: flex;
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #ccc; }
    .content-layout-cols .content-col-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .content-layout-cols.default .content-col-title {
    font-size: 20px; }
    @media (min-width: 551px) {
      .content-layout-cols.default .content-col-title {
        font-size: 24px; } }
  .content-layout-cols .content-col-title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #FAF8F3;
    z-index: 2; }
    @media (min-width: 551px) {
      .content-layout-cols .content-col-title {
        font-size: 24px; } }
    @media (min-width: 1261px) {
      .content-layout-cols .content-col-title {
        font-size: 36px;
        letter-spacing: 0;
        line-height: 1.1; } }
  .content-layout-cols .content-col-link {
    font-size: 16px;
    line-height: 1.45;
    text-decoration: underline;
    color: #FAF8F3;
    z-index: 2; }
    .content-layout-cols .content-col-link:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }

.grid-links {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 24px 0; }
  .grid-links h3,
  .grid-links .h3 {
    color: #313B45; }
  .grid-links .grid-links-grid-item {
    display: grid;
    grid-template-columns: 1fr; }
    @media (min-width: 801px) {
      .grid-links .grid-links-grid-item {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px; } }
  .grid-links a {
    line-height: 1;
    text-decoration: none;
    color: #313B45;
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #313B45;
    padding: 16px 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500; }
    .grid-links a:hover {
      border-color: #E41B21; }
      .grid-links a:hover svg {
        transform: rotate(-40deg); }
    .grid-links a svg {
      transition: transform 0.3s ease; }

.category-contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #E41B21;
  padding: 16px;
  color: #FFFFFF; }
  @media (min-width: 801px) {
    .category-contact-sidebar {
      padding: 24px; } }
  .category-contact-sidebar .link {
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none; }

.featured-articles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .featured-articles {
      gap: 32px;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .featured-articles .featured-articles-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    @media (min-width: 801px) {
      .featured-articles .featured-articles-header {
        gap: 32px; } }
    .featured-articles .featured-articles-header svg {
      margin-left: auto;
      color: #E41B21; }
      @media (max-width: 800px) {
        .featured-articles .featured-articles-header svg {
          width: 120px; } }
    .featured-articles .featured-articles-header .title {
      font-weight: 500; }
  @media (max-width: 800px) {
    .featured-articles-items {
      overflow: hidden; } }
  .featured-articles-items.slick-slider {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    .featured-articles-items.slick-slider.slick-dotted {
      margin: 0; }
      @media (max-width: 800px) {
        .featured-articles-items.slick-slider.slick-dotted {
          margin-right: -0.75rem;
          min-width: calc(100% + 12px);
          max-width: 100%; } }
  @media (min-width: 801px) {
    .featured-articles-items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 1.5rem; } }
  @media (max-width: 800px) {
    .featured-articles-items .slick-list {
      overflow: visible;
      padding-right: 44px; } }
  .featured-articles .article-item {
    display: flex;
    flex-direction: column;
    position: relative; }
    .featured-articles .article-item.slick-slide {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      @media (min-width: 801px) {
        .featured-articles .article-item.slick-slide {
          gap: 0; } }
      @media (max-width: 800px) {
        .featured-articles .article-item.slick-slide {
          padding-right: 8px; } }
    @media (min-width: 801px) {
      .featured-articles .article-item:nth-child(1) {
        grid-row: 1 / span 2; } }
    @media (min-width: 801px) {
      .featured-articles .article-item:nth-child(2) {
        grid-column: 2;
        grid-row: 1; } }
    @media (min-width: 801px) {
      .featured-articles .article-item:nth-child(3) {
        grid-column: 2;
        grid-row: 2; } }
    .featured-articles .article-item-image {
      display: flex;
      flex-grow: 1;
      flex-direction: column; }
      .featured-articles .article-item-image picture {
        display: flex;
        flex-grow: 1; }
      .featured-articles .article-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .featured-articles .article-item-content {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      @media (min-width: 801px) {
        .featured-articles .article-item-content {
          gap: 12px;
          padding: 24px 0; } }
      .featured-articles .article-item-content .button-as-link {
        color: #313B45; }
        .featured-articles .article-item-content .button-as-link::after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0;
          left: 0; }
        .featured-articles .article-item-content .button-as-link:hover {
          color: #E41B21; }
      .featured-articles .article-item-content .title {
        font-family: "Bitter", Arial, Helvetica, sans-serif;
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: -0.56px;
        font-weight: 500; }
        @media (min-width: 801px) {
          .featured-articles .article-item-content .title {
            font-size: 32px;
            letter-spacing: -0.64px; } }
  .featured-articles .slick-dots {
    position: static;
    bottom: auto;
    text-align: left; }
    @media (max-width: 800px) {
      .featured-articles .slick-dots {
        padding-right: 0.75rem; } }
    .featured-articles .slick-dots li {
      margin: 0;
      padding: 0;
      width: 24px;
      height: 24px; }
      @media (min-width: 801px) {
        .featured-articles .slick-dots li {
          height: 44px; } }
      .featured-articles .slick-dots li button {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0; }
        @media (min-width: 801px) {
          .featured-articles .slick-dots li button {
            height: 44px; } }
      .featured-articles .slick-dots li button:before {
        content: '';
        width: 8px;
        height: 8px;
        background: #313B45;
        opacity: 1;
        position: static; }
      .featured-articles .slick-dots li.slick-active button:before {
        background: #E41B21;
        opacity: 1;
        width: 18px;
        height: 5px;
        border-radius: 20px;
        transition: width 0.3s ease-out;
        position: relative; }

.store-information {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .store-information .info-title {
    color: #E41B21;
    font-weight: 600; }

.widget-title-text {
  padding-top: 1.5rem;
  padding-bottom: 16px; }
  @media (min-width: 801px) {
    .widget-title-text {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .widget-title-text.text-align-left {
    text-align: left; }
  .widget-title-text.text-align-center {
    text-align: center; }
  .widget-title-text.text-align-right {
    text-align: right; }
  .widget-title-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .widget-title-text .title {
    color: #E41B21;
    font-weight: 500; }
    @media (max-width: 800px) {
      .widget-title-text .title {
        font-size: 2.375rem; } }
  .widget-title-text .h5 {
    font-weight: 500; }

.email-signup-checkboxes {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%; }
  @media (min-width: 801px) {
    .email-signup-checkboxes {
      gap: 16px; } }
  .email-signup-checkboxes .email-signup-checkboxes-title {
    line-height: 1.2;
    text-decoration: none;
    color: #313B45;
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    font-weight: 500; }
  .email-signup-checkboxes svg {
    max-width: 100%; }
  .email-signup-checkboxes .email-signup-checkboxes-col {
    width: 50%;
    padding: 12px;
    box-sizing: border-box;
    user-select: none; }
    @media (min-width: 551px) {
      .email-signup-checkboxes .email-signup-checkboxes-col {
        width: 25%; } }
  .email-signup-checkboxes .option {
    height: 100%; }
  .email-signup-checkboxes label {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
    gap: 12px;
    width: 100%;
    height: 100%; }
  .email-signup-checkboxes input[type="checkbox"] {
    display: none; }
    .email-signup-checkboxes input[type="checkbox"]:checked + label {
      color: #e41b21; }
  .email-signup-checkboxes .email-signup-checkboxes-row {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%; }

.page-newsletter_subscribe .thank-you-page.page-content,
.page-page.page-newsletter_subscribe .thank-you-page.page-content {
  padding: 0; }

.page-newsletter_subscribe .thank-you-message-row,
.page-page.page-newsletter_subscribe .thank-you-message-row {
  width: 100%;
  display: flex; }
  .page-newsletter_subscribe .thank-you-message-row .back-button,
  .page-page.page-newsletter_subscribe .thank-you-message-row .back-button {
    width: fit-content;
    background: #000;
    margin-top: 4px; }
    .page-newsletter_subscribe .thank-you-message-row .back-button:hover,
    .page-page.page-newsletter_subscribe .thank-you-message-row .back-button:hover {
      color: #fff;
      background: red; }

.page-newsletter_subscribe .thank-you-message-col,
.page-page.page-newsletter_subscribe .thank-you-message-col {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  background-image: url("../img/thanksHero.jpg");
  color: #313b45;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  margin-top: 12px; }
  @media (min-width: 551px) {
    .page-newsletter_subscribe .thank-you-message-col,
    .page-page.page-newsletter_subscribe .thank-you-message-col {
      padding: 3rem;
      min-height: 570px;
      justify-content: center;
      margin-bottom: 40px;
      margin-top: 0; } }

.page-newsletter_subscribe .thank-you-message-wrapper,
.page-page.page-newsletter_subscribe .thank-you-message-wrapper {
  padding: 30px;
  max-width: 570px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  flex-direction: column;
  gap: 12px; }

.page-newsletter_subscribe .thank-you-heading,
.page-page.page-newsletter_subscribe .thank-you-heading {
  line-height: 1.2;
  text-decoration: none;
  color: #313B45;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: .01em;
  font-weight: 700;
  color: #131211;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .page-newsletter_subscribe .thank-you-heading,
    .page-page.page-newsletter_subscribe .thank-you-heading {
      font-size: 39px;
      line-height: 47px; } }

.page-newsletter_subscribe .thank-you-message,
.page-page.page-newsletter_subscribe .thank-you-message {
  margin-bottom: 4px; }
  .page-newsletter_subscribe .thank-you-message:not(:last-child),
  .page-page.page-newsletter_subscribe .thank-you-message:not(:last-child) {
    margin-bottom: 4px; }

.page-newsletter_subscribe .page-content,
.page-page.page-newsletter_subscribe .page-content {
  width: 100%; }

.page-newsletter_subscribe .page-heading,
.page-page.page-newsletter_subscribe .page-heading {
  margin: 0; }

.page-newsletter_subscribe .newsletter-section,
.page-page.page-newsletter_subscribe .newsletter-section {
  display: none; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: #faf8f3;
  color: #313b45;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #313b45;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #e41b21; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #313b45;
  font-family: "Bitter", Arial, Helvetica, sans-serif;
  font-weight: 500; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.375rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.625rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.9375rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #313b45;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 32px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Bitter", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #176ec1;
  border-color: #176ec1;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 18px; }

.button--small {
  font-size: 16px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #313b45;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #313b45;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #313b45;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #313b45;
      border-width: 1px;
      height: 1.125rem;
      left: 0;
      top: 0;
      width: 1.125rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 2px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: 0.375rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.375rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 0.75rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 0.75rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: #faf8f3;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #313b45;
  display: block;
  font-size: 18px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #313b45; }

.tab.is-active .tab-title {
  color: #313b45; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 18px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #313b45;
  font-size: 18px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #313B45;
    font-size: 1rem;
    margin-left: 0; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #313B45;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #313B45; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #313B45;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.125rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #313b45;
    padding: 1.875rem;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #faf8f3;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 0.375rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #313B45; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  background-color: #FFFFFF;
  padding: 16px 12px 76px 12px; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #313B45; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: #faf8f3;
  background-color: rgba(250, 248, 243, 0.9);
  border: 1px solid #faf8f3;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: #faf8f3;
    background-color: rgba(250, 248, 243, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.75rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 10px 0 24px;
  line-height: 1; }
  @media (min-width: 801px) {
    .page-heading {
      margin: 10px 0 40px; } }

.hero-display {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: -0.96px; }
  @media (min-width: 801px) {
    .hero-display {
      font-size: 5.5rem;
      letter-spacing: -1.76px; } }

h1,
.h1 {
  font-size: 2.375rem;
  line-height: 1; }
  @media (min-width: 801px) {
    h1,
    .h1 {
      font-size: 3rem;
      line-height: 1.1; } }
  @media (min-width: 1261px) {
    h1,
    .h1 {
      font-size: 4.25rem; } }

h2,
.h2 {
  font-size: 2rem;
  line-height: 1; }
  @media (min-width: 801px) {
    h2,
    .h2 {
      font-size: 3rem; } }

h3,
.h3 {
  font-size: 1.625rem;
  line-height: 1.1; }
  @media (min-width: 801px) {
    h3,
    .h3 {
      font-size: 2.25rem;
      letter-spacing: 0; } }

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.4px; }
  @media (min-width: 801px) {
    h4,
    .h4 {
      font-size: 1.5rem;
      line-height: 1.1; } }

h5,
.h5 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25; }
  @media (min-width: 801px) {
    h5,
    .h5 {
      font-size: 1.5rem; } }

h6,
.h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.25; }
  @media (min-width: 801px) {
    h6,
    .h6 {
      font-size: 1.125rem;
      letter-spacing: 0; } }

.text-eyebrow {
  font-family: "Bitter", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25; }
  .text-eyebrow.eyebrow-lg {
    font-size: 1rem; }
  .text-eyebrow.eyebrow-sm {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 400; }

.text-body1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5; }
  .text-body1.body1-sm {
    line-height: normal; }
  .text-body1.body1-lg {
    font-weight: 600;
    line-height: 1.25; }

.text-body2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45; }
  .text-body2.body2-sm {
    line-height: normal; }
  .text-body2.body2-lg {
    font-weight: 700;
    line-height: normal; }

.text-body3 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal; }
  .text-body3.body3-sm {
    letter-spacing: -0.28px; }
  .text-body3.body3-lg {
    font-weight: 600; }

.text-body-tiny {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25; }
  .text-body-tiny.tiny-sm {
    line-height: normal; }
  .text-body-tiny.tiny-lg {
    font-weight: 700;
    line-height: normal; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.375rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: #faf8f3;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 0.75rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative;
  margin-bottom: 0;
  margin-left: auto; }
  .form-wishlist i {
    width: 24px;
    height: 24px; }
  .form-wishlist .button {
    width: 100%;
    margin: 0; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

[id*=wishlist-dropdown].is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important;
  right: 0 !important;
  min-width: 230px;
  top: 30px !important;
  box-shadow: 0 0 3px #ccc; }
  @media (min-width: 801px) {
    [id*=wishlist-dropdown].is-open {
      right: -10px !important; } }
  [id*=wishlist-dropdown].is-open:focus {
    outline: none; }
  [id*=wishlist-dropdown].is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  [id*=wishlist-dropdown].is-open .button {
    border: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  [id*=wishlist-dropdown].is-open .button-wishlists input.button {
    display: none; }
  [id*=wishlist-dropdown].is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.product-grid-wishlist [id*=wishlist-dropdown].is-open,
.cart-item-actions [id*=wishlist-dropdown].is-open {
  right: 0 !important; }
  @media (max-width: 800px) {
    .product-grid-wishlist [id*=wishlist-dropdown].is-open,
    .cart-item-actions [id*=wishlist-dropdown].is-open {
      min-width: 150px; } }
  @media (max-width: 800px) {
    .product-grid-wishlist [id*=wishlist-dropdown].is-open .button,
    .cart-item-actions [id*=wishlist-dropdown].is-open .button {
      padding-left: 8px;
      padding-right: 8px; } }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.75rem; }

.modal-header-title {
  font-size: 32px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 36px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .success-icon {
    animation: animate-icon 0.5s;
    border-color: #007500;
    color: #007500; }
    .modal--alert .success-icon .icon {
      width: 50px;
      height: 50px; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #313b45;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #176ec1;
      border-color: #176ec1;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

.breadcrumbs {
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }

.breadcrumb {
  display: inline-flex;
  gap: 8px;
  font-size: 12px;
  line-height: 1.25; }
  .breadcrumb.is-active > .breadcrumb-label {
    pointer-events: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none; }
  .breadcrumb:not(:first-child)::before {
    content: '/'; }

nav[aria-label="Breadcrumb"] {
  margin-top: 16px; }
  @media (min-width: 801px) {
    nav[aria-label="Breadcrumb"] {
      margin-top: 24px; } }
  .productView nav[aria-label="Breadcrumb"] {
    margin-top: 0; }
  .category-landing-page nav[aria-label="Breadcrumb"] {
    margin-top: 0; }

.panel-title {
  font-size: 24px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px; }

.pagination-item {
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    width: 44px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 2px solid transparent;
    border-radius: 0; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #313b45;
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    text-decoration: underline;
    width: auto;
    height: auto; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #e41b21; }
  .pagination-item--current .pagination-link {
    border-color: #E41B21; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.pagination-main {
  padding: 12px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .pagination-main .pagination-show-out-of {
    font-size: 16px;
    line-height: 1.45; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease;
  border-radius: 0;
  padding: 8px 24px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  min-height: 48px;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.9px;
  text-transform: uppercase; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.75rem; } }

.sa_btn,
.button--primary {
  background-color: #E41B21;
  border: none;
  border-radius: 0;
  min-height: 48px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  justify-content: center;
  align-self: flex-start; }
  .sa_btn:active,
  .button--primary:active {
    border: none; }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.button-as-link {
  color: #cd181e;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px; }
  .button-as-link strong {
    font-weight: 600; }
  .button-as-link .icon {
    display: inline-flex; }

.button-link {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  color: #313B45;
  cursor: pointer; }
  .button-link:hover {
    color: #E41B21; }

.tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column; }
  @media (min-width: 801px) {
    .tabs {
      flex-direction: row; } }
  .tabs::before, .tabs::after {
    display: none; }
  .tabs .tab {
    flex-grow: 1;
    text-align: center; }

.tab-title {
  padding: 1.125rem 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-top: 1px solid #313B45; }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.75rem 1.5rem;
      border: 0;
      min-height: 70px;
      justify-content: center;
      text-align: center; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.tabs-contents .tab-content.is-active {
  padding-top: 0; }
  @media (min-width: 801px) {
    .tabs-contents .tab-content.is-active {
      padding-top: 40px; } }

@media (min-width: 801px) {
  .tabs-contents .tab-content {
    padding: 40px;
    border: 1px solid #313B45;
    margin-top: -1px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    margin-top: 70px; } }

.tabs-contents .tab {
  float: none;
  border: 1px solid transparent; }
  @media (min-width: 801px) {
    .tabs-contents .tab {
      float: left;
      width: 325px;
      max-width: 24%;
      margin: 0 -1px 0 0; } }
  @media (min-width: 801px) {
    .tabs-contents .tab.is-active {
      border: 1px solid #313B45;
      border-bottom: 0; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }
  .accordion-content .navList {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .accordion-content .navList::before, .accordion-content .navList::after {
      display: none; }
  .accordion-content .navList-action {
    padding: 0; }
  .accordion-content .navList-action--checkbox {
    padding-left: 26px;
    margin: 0;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    gap: 8px; }
    .accordion-content .navList-action--checkbox span {
      margin-left: auto; }
    .accordion-content .navList-action--checkbox::after {
      inset: 0;
      margin: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9.98242L9 12.7949L13.5 4.91992' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
      width: 18px;
      height: 18px; }
    .accordion-content .navList-action--checkbox.is-selected::before {
      background-color: #E41B21;
      border-color: #E41B21; }
  .accordion-content .navList-item .navList-action-close {
    display: none; }
  .accordion-content [data-facet="category"],
  .accordion-content [data-facet*="Size"] {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px; }
    .accordion-content [data-facet="category"] .navList-action,
    .accordion-content [data-facet*="Size"] .navList-action {
      display: block;
      padding: 10px 16px;
      min-height: 42px;
      border-radius: 4px;
      border: 1px solid #313B45;
      font-size: 14px;
      line-height: normal;
      font-weight: 600; }
      .accordion-content [data-facet="category"] .navList-action::before, .accordion-content [data-facet="category"] .navList-action::after,
      .accordion-content [data-facet*="Size"] .navList-action::before,
      .accordion-content [data-facet*="Size"] .navList-action::after {
        display: none; }
      .accordion-content [data-facet="category"] .navList-action.is-selected,
      .accordion-content [data-facet*="Size"] .navList-action.is-selected {
        color: #E41B21;
        border-color: #E41B21; }

.facetedSearch-navList [data-facet="category"] .navList--inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  gap: 6px; }

.facetedSearch-navList [data-facet="category"] .navList-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px; }
  .facetedSearch-navList [data-facet="category"] .navList-item .navList-action {
    width: auto; }

.accordion-title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%;
  border: 0;
  padding: 0;
  min-height: 32px; }
  .accordion-navigation.toggleLink {
    color: #313B45; }
  .accordion-navigation .accordion-title {
    font-size: 1rem;
    font-weight: 700;
    color: #313B45; }

.accordion--navList {
  display: flex;
  flex-direction: column;
  margin: 0;
  border-color: #313B45;
  border-radius: 0;
  border-width: 2px; }
  .accordion--navList::before, .accordion--navList::after {
    display: none; }
  @media (min-width: 801px) {
    .accordion--navList {
      border: 0; } }
  @media (min-width: 801px) {
    .sidebarBlock + .accordion--navList {
      margin-top: 2rem; } }
  .accordion--navList .accordion-heading {
    font-size: 1rem;
    line-height: 19px;
    margin: 0; }
  .accordion--navList .accordion-content {
    padding: 0; }
    .accordion--navList .accordion-content.is-open {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .accordion--navList .accordion-content .toggleLink-text {
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      color: #313B45;
      text-decoration: underline; }
  .accordion--navList .accordion-indicator {
    width: 18px;
    height: 18px;
    fill: #313B45; }
  .accordion--navList .accordion-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #313B45; }
    @media (min-width: 801px) {
      .accordion--navList .accordion-block {
        gap: 8px;
        padding: 16px 0; } }
    .accordion--navList .accordion-block:last-child {
      border-bottom: 0; }
  .accordion--navList .rating--small {
    display: inline-flex;
    align-items: center;
    gap: 4px; }
    .accordion--navList .rating--small > span {
      display: inline-flex; }
    .accordion--navList .rating--small .icon {
      height: 1rem;
      width: 1rem;
      margin-top: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  color: #cd181e;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 24px; } }

#facetedSearch-content--rating .navList {
  flex-direction: column-reverse; }

#facetedSearch-content--rating .navList-action {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  padding-left: 26px;
  margin: 0;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  gap: 8px; }
  #facetedSearch-content--rating .navList-action::before, #facetedSearch-content--rating .navList-action::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  #facetedSearch-content--rating .navList-action::before {
    background-color: white;
    border: solid #313b45;
    border-width: 1px;
    height: 1.125rem;
    left: 0;
    top: 0;
    width: 1.125rem; }
  #facetedSearch-content--rating .navList-action::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  #facetedSearch-content--rating .navList-action::before {
    border-radius: 2px; }
  #facetedSearch-content--rating .navList-action::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  #facetedSearch-content--rating .navList-action::before, #facetedSearch-content--rating .navList-action::after {
    top: 50%; }
  #facetedSearch-content--rating .navList-action::before {
    margin-top: -0.5625rem; }
  #facetedSearch-content--rating .navList-action::after {
    margin-top: -0.5rem; }
  #facetedSearch-content--rating .navList-action.is-disabled {
    cursor: default; }
    #facetedSearch-content--rating .navList-action.is-disabled::before {
      background-color: white; }
  #facetedSearch-content--rating .navList-action.is-checked::after, #facetedSearch-content--rating .navList-action.is-selected::after {
    opacity: 1;
    transform: scale(1); }
  #facetedSearch-content--rating .navList-action span + span {
    margin-left: auto; }
  #facetedSearch-content--rating .navList-action::after {
    inset: 0;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9.98242L9 12.7949L13.5 4.91992' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px; }
  #facetedSearch-content--rating .navList-action.is-selected::before {
    background-color: #E41B21;
    border-color: #E41B21; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem; }

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-input {
  border-color: #DDD;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 12px;
  color: #313B45; }

input[type="date"] {
  padding: 11px 12px; }

input::-webkit-date-and-time-value {
  text-align: left; }

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M16.5 4.5V5H17H18C18.663 5 19.2989 5.26339 19.7678 5.73223C20.2366 6.20107 20.5 6.83696 20.5 7.5V19.5C20.5 20.163 20.2366 20.7989 19.7678 21.2678C19.2989 21.7366 18.663 22 18 22H6C5.33696 22 4.70107 21.7366 4.23223 21.2678C3.76339 20.7989 3.5 20.163 3.5 19.5V7.5C3.5 6.83696 3.76339 6.20107 4.23223 5.73223C4.70107 5.26339 5.33696 5 6 5H7H7.5V4.5V3.5C7.5 3.36739 7.55268 3.24021 7.64645 3.14645C7.74021 3.05268 7.86739 3 8 3C8.13261 3 8.25979 3.05268 8.35355 3.14645C8.44732 3.24021 8.5 3.36739 8.5 3.5V4.5V5H9H15H15.5V4.5V3.5C15.5 3.36739 15.5527 3.24021 15.6464 3.14645C15.7402 3.05268 15.8674 3 16 3C16.1326 3 16.2598 3.05268 16.3536 3.14645C16.4473 3.24021 16.5 3.36739 16.5 3.5V4.5ZM7.5 6.5V6H7H6C5.60217 6 5.22064 6.15804 4.93934 6.43934C4.65804 6.72064 4.5 7.10218 4.5 7.5V11.5V12H5H19H19.5V11.5V7.5C19.5 7.10218 19.342 6.72064 19.0607 6.43934C18.7794 6.15804 18.3978 6 18 6H17H16.5V6.5V7.5C16.5 7.63261 16.4473 7.75979 16.3536 7.85355C16.2598 7.94732 16.1326 8 16 8C15.8674 8 15.7402 7.94732 15.6464 7.85355C15.5527 7.75978 15.5 7.63261 15.5 7.5V6.5V6H15H9H8.5V6.5V7.5C8.5 7.63261 8.44732 7.75978 8.35355 7.85355C8.25978 7.94732 8.13261 8 8 8C7.86739 8 7.74022 7.94732 7.64645 7.85355C7.55268 7.75978 7.5 7.63261 7.5 7.5V6.5ZM5 13H4.5V13.5V19.5C4.5 19.8978 4.65804 20.2794 4.93934 20.5607C5.22065 20.842 5.60218 21 6 21H18C18.3978 21 18.7794 20.842 19.0607 20.5607C19.342 20.2794 19.5 19.8978 19.5 19.5V13.5V13H19H5Z' fill='%23313B45' stroke='%23313B45'/%3E%3Cpath d='M8.5 16.5C8.5 16.7761 8.27614 17 8 17C7.72386 17 7.5 16.7761 7.5 16.5C7.5 16.2239 7.72386 16 8 16C8.27614 16 8.5 16.2239 8.5 16.5Z' fill='%23313B45' stroke='%23313B45'/%3E%3Cpath d='M12 16H16C16.1326 16 16.2598 16.0527 16.3536 16.1464C16.4473 16.2402 16.5 16.3674 16.5 16.5C16.5 16.6326 16.4473 16.7598 16.3536 16.8536C16.2598 16.9473 16.1326 17 16 17H12C11.8674 17 11.7402 16.9473 11.6464 16.8536C11.5527 16.7598 11.5 16.6326 11.5 16.5C11.5 16.3674 11.5527 16.2402 11.6464 16.1464C11.7402 16.0527 11.8674 16 12 16Z' fill='%23313B45' stroke='%23313B45'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  border-width: thin; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.25rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.25rem center; }

.radio-group {
  margin-top: 20px; }
  .radio-group .form-field {
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    margin-right: 24px; }
    .radio-group .form-field:before, .radio-group .form-field:after {
      display: none; }
  .radio-group .form-radio + .form-label {
    padding-left: 27px; }
    .radio-group .form-radio + .form-label::before {
      border-radius: 100%;
      top: 2px; }
  .radio-group .form-radio:checked + .form-label::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='17' height='17' rx='8.5' stroke='%23E41B21'/%3E%3Crect x='4.5' y='5' width='9' height='9' rx='4.5' fill='%23E41B21'/%3E%3C/svg%3E");
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.3125rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.25rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.1875rem;
  border: 1px solid #313B45;
  border-radius: 2px;
  width: 18px;
  height: 18px; }

.form-checkbox:checked + .form-label::after,
.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.42041' width='18' height='18' rx='2' fill='%23E41B21'/%3E%3Cpath d='M4.5 9.98291L9 12.7954L13.5 4.92041' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0px; }

.form-checkbox:checked + .form-label::before,
.form-checkbox:checked + .form-label::before,
.form-radio:checked + .form-label::before,
.form-radio:checked + .form-label::before {
  border-color: #fff; }

.form-label-warning {
  display: block;
  color: #E41B21; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700; }

.form-label--alternate [data-option-value] {
  font-size: 14px;
  font-weight: 400; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.375rem; }

.form-select--small,
.form-select--date {
  background-position: center right 10px;
  background-size: 1.5rem;
  font-size: 14px;
  height: 44px;
  line-height: 1rem;
  max-width: 100%;
  padding: 12px 16px;
  padding-right: 1.5rem;
  border-radius: 0; }
  .productView-options .form-select--small, .productView-options
  .form-select--date {
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
    max-width: 100%;
    background-color: #faf8f3; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 16px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #313b45; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #313b45; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #313b45; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em 0 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.75rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.add-to-cart-wrapper .form-increment .form-inlineMessage {
  display: none !important; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #ccc;
  color: #313b45;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 12px;
  margin-right: 12px;
  justify-content: center;
  padding: 10px 8px;
  transition: all 0.15s ease;
  border-radius: 4px;
  display: inline-flex;
  align-items: center; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #313B45;
    box-shadow: 0 0 0 1px #313B45; }
  .form-option.has-matching-variant {
    min-height: 80px;
    min-width: 100px; }
    @media (min-width: 801px) {
      .form-option.has-matching-variant {
        min-height: 80px;
        min-width: 120px; } }

.form-option-variant {
  display: inline-flex;
  font-size: 14px;
  min-width: 2.375rem;
  pointer-events: none;
  text-align: center;
  text-align: center;
  flex-direction: column;
  font-weight: 600;
  line-height: normal;
  color: #313B45; }

.form-option-variant-item-code {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #646C73; }

.form-option-variant-price {
  font-size: 16px; }

.form-option-variant-base-price {
  font-size: 14px;
  color: #E41B21;
  text-decoration: line-through;
  margin: 3px 0 1px; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-swatch--color {
  width: 68px;
  height: 57px;
  min-height: 50px;
  min-width: initial;
  padding: 0;
  border-radius: 2px;
  margin: 0 4px 4px 0;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important; }
  @media (min-width: 801px) {
    .form-option-swatch--color {
      width: 126px;
      height: 57px; } }
  .form-option-swatch--color .form-option-variant--color {
    width: 126px;
    height: 57px;
    border-radius: 2px; }
  .form-option-swatch--color span[style*="FFFFFF"], .form-option-swatch--color.form-none-option {
    box-shadow: 0 0 0 1px #ccc !important;
    margin-bottom: 0; }
    .form-option-swatch--color span[style*="FFFFFF"] span, .form-option-swatch--color.form-none-option span {
      font-size: 0;
      position: absolute; }

input:focus + label.form-option-swatch--color {
  outline: 0 !important;
  border: 0 !important; }

.form-radio:checked + .form-option-swatch--color span:after {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.19792 1.75391C6.87938 1.75391 5.59045 2.1449 4.49412 2.87744C3.39779 3.60998 2.54331 4.65118 2.03872 5.86935C1.53414 7.08752 1.40212 8.42797 1.65935 9.72118C1.91659 11.0144 2.55152 12.2023 3.48387 13.1346C4.41622 14.067 5.60411 14.7019 6.89732 14.9591C8.19052 15.2164 9.53097 15.0844 10.7491 14.5798C11.9673 14.0752 13.0085 13.2207 13.741 12.1244C14.4736 11.028 14.8646 9.73912 14.8646 8.42057C14.8646 7.54509 14.6921 6.67819 14.3571 5.86935C14.0221 5.06051 13.531 4.32558 12.912 3.70653C12.2929 3.08747 11.558 2.59641 10.7491 2.26138C9.94031 1.92634 9.0734 1.75391 8.19792 1.75391ZM11.0646 6.82724L8.01792 10.8272C7.95581 10.9079 7.87606 10.9733 7.78476 11.0184C7.69347 11.0634 7.59307 11.087 7.49125 11.0872C7.38999 11.0878 7.28994 11.0653 7.19868 11.0214C7.10743 10.9775 7.02737 10.9134 6.96459 10.8339L5.33792 8.76057C5.28408 8.69141 5.24439 8.61232 5.22111 8.52782C5.19783 8.44331 5.19143 8.35505 5.20226 8.26808C5.2131 8.1811 5.24096 8.09711 5.28425 8.0209C5.32754 7.94469 5.38542 7.87775 5.45459 7.82391C5.59427 7.71517 5.77142 7.66637 5.94708 7.68825C6.03406 7.69908 6.11805 7.72694 6.19426 7.77024C6.27047 7.81353 6.33741 7.87141 6.39125 7.94057L7.47792 9.32724L9.99792 5.99391C10.0513 5.92387 10.118 5.86503 10.1941 5.82076C10.2703 5.77649 10.3544 5.74765 10.4417 5.73589C10.529 5.72413 10.6177 5.72968 10.7029 5.75221C10.788 5.77475 10.8679 5.81384 10.9379 5.86724C11.008 5.92064 11.0668 5.98732 11.1111 6.06346C11.1553 6.1396 11.1842 6.22372 11.1959 6.31101C11.2077 6.39829 11.2022 6.48704 11.1796 6.57219C11.1571 6.65733 11.118 6.7372 11.0646 6.80724V6.82724Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center; }

.form-radio:checked + .form-none-option span:after {
  filter: invert(0.5); }

.form-radio:checked + .form-option-swatch--color span[style*="FFFFFF"]:after {
  content: url('data:image/svg+xml,%3Csvg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.99992 0.333618C5.68138 0.333618 4.39245 0.724611 3.29612 1.45715C2.19979 2.1897 1.34531 3.23089 0.840725 4.44906C0.336141 5.66724 0.204118 7.00768 0.461353 8.30089C0.718588 9.59409 1.35353 10.782 2.28588 11.7143C3.21823 12.6467 4.40611 13.2816 5.69932 13.5389C6.99253 13.7961 8.33297 13.6641 9.55115 13.1595C10.7693 12.6549 11.8105 11.8004 12.5431 10.7041C13.2756 9.60776 13.6666 8.31883 13.6666 7.00029C13.6666 6.12481 13.4942 5.2579 13.1591 4.44906C12.8241 3.64022 12.333 2.9053 11.714 2.28624C11.0949 1.66718 10.36 1.17612 9.55115 0.841088C8.74231 0.506057 7.8754 0.333618 6.99992 0.333618ZM9.86659 5.40695L6.81992 9.40695C6.75782 9.48763 6.67806 9.55301 6.58676 9.59808C6.49547 9.64315 6.39507 9.66671 6.29325 9.66695C6.19199 9.6675 6.09194 9.64497 6.00068 9.60107C5.90943 9.55718 5.82937 9.49307 5.76659 9.41362L4.13992 7.34029C4.08608 7.27112 4.04639 7.19203 4.02311 7.10753C3.99984 7.02303 3.99343 6.93477 4.00426 6.84779C4.0151 6.76081 4.04296 6.67682 4.08625 6.60061C4.12954 6.5244 4.18743 6.45746 4.25659 6.40362C4.39627 6.29488 4.57343 6.24608 4.74908 6.26796C4.83606 6.2788 4.92005 6.30665 4.99626 6.34995C5.07248 6.39324 5.13941 6.45112 5.19325 6.52028L6.27992 7.90695L8.79992 4.57362C8.85333 4.50358 8.92 4.44475 8.99614 4.40048C9.07229 4.35621 9.1564 4.32737 9.24369 4.3156C9.33098 4.30384 9.41972 4.30939 9.50487 4.33192C9.59001 4.35446 9.66988 4.39355 9.73992 4.44695C9.80996 4.50036 9.86879 4.56703 9.91306 4.64317C9.95733 4.71932 9.98617 4.80343 9.99794 4.89072C10.0097 4.978 10.0042 5.06675 9.98162 5.1519C9.95908 5.23704 9.91999 5.31691 9.86659 5.38695V5.40695Z" fill="%23313B45"/%3E%3C/svg%3E%0A'); }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 14px;
  height: 44px;
  line-height: 1rem;
  padding: 12px 16px;
  border-radius: 0; }
  .productView-options .form-input--small {
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
    max-width: 100%;
    background-color: #faf8f3;
    border-color: #8f8f8f; }

.productView-options textarea.form-input {
  border-radius: 4px;
  height: 58px;
  font-size: 16px;
  max-width: 100%;
  width: 100% !important;
  background-color: #faf8f3;
  border-color: #8f8f8f; }

.form-minMaxRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }
  .form-minMaxRow .form-field {
    margin: 0;
    width: 97px; }
    @media (min-width: 1261px) {
      .form-minMaxRow .form-field {
        width: 112px; } }
    .form-minMaxRow .form-field input {
      width: 100%;
      height: 48px;
      padding: 8px 16px;
      color: #313B45;
      border-radius: 4px;
      border-color: #DDDDDD; }
      .form-minMaxRow .form-field input::placeholder {
        opacity: 1;
        color: #646C73; }
    .form-minMaxRow .form-field-button {
      width: 100%;
      margin-top: 8px; }
  .form-minMaxRow .button {
    margin: 0; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

/* Formstack Styles */
.fsform-container .fsForm {
  padding: 0; }

.fsform-container div[style="margin:.5em 1em;"] {
  margin-left: 0 !important; }

.fsform-container .fsBody {
  font-weight: 400;
  letter-spacing: 0; }
  .fsform-container .fsBody span {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    letter-spacing: 0; }
  .fsform-container .fsBody span[style*="24px"] {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #313b45; }

.fsform-container label[data-internal-label="cellPhone"] {
  margin-left: 30px; }

.fsform-container label[title="Farm & Ranch Catalog"],
.fsform-container label[title="Equine Catalog"] {
  margin-left: 0 !important;
  margin-right: 20px;
  margin-top: 20px;
  display: inline-block; }

.fsform-container .fsLabel {
  color: #313b45;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: .5rem;
  font-weight: 400;
  letter-spacing: 0; }

.fsform-container label {
  font-weight: 400;
  letter-spacing: 0; }

.fsform-container .fsRequiredMarker {
  font-size: 16px;
  color: #757575; }

.fsform-container input[type=text], .fsform-container input[type=tel], .fsform-container input[type=text], .fsform-container input[type=email], .fsform-container select {
  width: 100%;
  min-height: 48px;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #313b45;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  margin-top: 4px; }

.fsform-container .fsFieldAddress,
.fsform-container .fsFieldAddress2 {
  margin-bottom: 16px; }

.fsform-container input[type=checkbox] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .fsform-container input[type=checkbox]:checked + span::before {
    background: #faf8f3 url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.42041' width='18' height='18' rx='2' fill='%23E41B21'/%3E%3Cpath d='M4.5 9.98291L9 12.7954L13.5 4.92041' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    top: 5px;
    left: 0;
    background-position: center;
    border-color: transparent;
    background-repeat: no-repeat; }
  .fsform-container input[type=checkbox] + span {
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    gap: 8px;
    display: inline-flex;
    cursor: pointer;
    padding-left: 26px;
    margin-bottom: 4px;
    padding-top: 2px; }
    .fsform-container input[type=checkbox] + span::before {
      content: "";
      border: 1px solid #313b45;
      border-radius: 2px;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 5px;
      left: 0; }

.fsform-container input[type=radio] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .fsform-container input[type=radio]:checked + span::before {
    background: #faf8f3 url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='4' fill='%23E41B21'/%3E%3C/svg%3E%0A");
    top: 5px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat; }
  .fsform-container input[type=radio] + span {
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    gap: 8px;
    display: inline-flex;
    cursor: pointer;
    padding-left: 26px;
    margin-bottom: 4px; }
    .fsform-container input[type=radio] + span::before {
      content: "";
      border: 1px solid #313b45;
      border-radius: 50px;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 5px;
      left: 0; }

.fsform-container select {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L12 16L5 9' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  appearance: none;
  background-size: 18px; }

.fsform-container .fsSubmit {
  margin-top: 0; }

@media screen and (max-width: 640px) {
  .fsform-container .fsFieldZip {
    flex-basis: 100%; } }

.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1/1; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  object-fit: contain;
  max-height: 80%;
  object-fit: contain;
  width: 80%; }

.card-title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 801px) {
    .card-title {
      font-size: 22px;
      letter-spacing: -0.44px; } }
  .card-title > a {
    color: #313b45;
    display: block;
    text-decoration: none;
    line-height: 1.25; }
    .card-title > a:hover {
      color: #313b45; }

.card-text abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px; }
  @media (min-width: 801px) {
    .card-body {
      gap: 16px; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #313b45;
    border-width: 1px;
    height: 1.125rem;
    left: 0;
    top: 0;
    width: 1.125rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 2px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5625rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #313b45; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #313b45; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 500;
  position: fixed; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-label {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0;
  padding: 0 32px 0 0;
  background-color: transparent;
  width: auto;
  font-weight: 700;
  background-size: 24px;
  background-position: 100% 50%; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #313b45;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L12 16L5 9' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  line-height: 1.25;
  width: 155px; }
  @media (min-width: 801px) {
    .actionBar-section .form-select {
      width: auto; } }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 0.75rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  z-index: 50;
  position: absolute;
  top: 20px;
  right: 0.75rem; }
  @media (min-width: 801px) {
    .navUser {
      position: static; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

.navUser-section {
  position: relative;
  margin: 0; }

.navUser-section--alt {
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: static; }
  .navUser-section--alt .navUser-item {
    display: none; }
    @media (min-width: 801px) {
      .navUser-section--alt .navUser-item {
        display: flex; } }
    .navUser-section--alt .navUser-item.navUser-item--cart {
      display: flex; }
  .navUser-section--alt .nav-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .navUser-section--alt .nav-icon svg {
      width: 18px;
      height: 18px; }
  .navUser-section--alt .navUser-item--reorder .nav-icon svg {
    width: 21px;
    height: auto; }
  .navUser-section--alt .navUser-item--cart .nav-icon svg {
    width: 24px;
    height: auto; }

.navUser-action {
  color: #313b45;
  text-decoration: none;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px; }
  .navUser-action .text {
    white-space: nowrap; }

.navUser-action--currencySelector + .dropdown-menu::before,
.navUser-action--channelSelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.75rem; }

.navUser-action--currencySelector + .dropdown-menu::after,
.navUser-action--channelSelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.875rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #313b45;
    gap: 0; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #313b45; }
  .navUser-item--cart .dropdown-menu {
    max-width: 25rem;
    border: 0; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0;
      top: 0 !important;
      position: fixed !important;
      height: 100vh;
      display: flex;
      flex-direction: column; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        display: none; }
    .navUser-item--cart .dropdown-menu .side-cart {
      height: 100%; }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account {
  position: relative; }
  .navUser-item--account .navUser-or + .navUser-action {
    margin-right: -0.5rem; }
  .navUser-item--account .navUser-action {
    display: inline-flex; }

.navUser-or {
  color: #313b45;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  width: 100%;
  padding-top: 16px; }
  @media (min-width: 801px) {
    .dropdown--quickSearch {
      padding-top: 0;
      max-width: 320px; } }
  @media (min-width: 1261px) {
    .dropdown--quickSearch {
      max-width: 650px; } }
  .dropdown--quickSearch .form {
    margin: auto; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0;
    position: relative; }
  .dropdown--quickSearch .form-input {
    height: 44px;
    padding: 0.75rem 8px;
    background-color: transparent;
    text-transform: uppercase;
    border-color: #313B45;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 0.75rem .5rem; }
    .dropdown--quickSearch .form-input::placeholder {
      opacity: 1;
      color: #313B45; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.search-submit {
  width: 44px;
  height: 44px;
  padding: 8px;
  background: #313B45;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .search-submit svg {
    width: 18px;
    height: 18px;
    color: #FAF8F3;
    pointer-events: none; }

.countPill {
  background-color: #313b45;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 18px;
  text-align: center;
  width: auto;
  min-width: 18px;
  min-height: 18px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navUser .account-dropdown {
  width: 160px;
  padding: 1rem;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
  left: 0 !important;
  margin-top: 10px; }
  .navUser .account-dropdown::before, .navUser .account-dropdown::after {
    display: none !important; }
  .navUser .account-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .navUser .account-dropdown a {
    text-decoration: none;
    color: #313B45;
    font-size: 14px;
    transition: color 0.3s ease; }
    .navUser .account-dropdown a:hover {
      color: #e41b21; }

@media (min-width: 801px) {
  .navPages .navPage-subMenu-list, .navPage-childList {
    border-left: 1px solid #cccccc;
    margin: 0.375rem 0.75rem;
    padding-left: 0.75rem; } }

.has-activeNavPages {
  position: fixed;
  max-width: 100%;
  inset: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (max-width: 800px) {
    .navPages-container {
      background-color: #faf8f3; } }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 1.5rem 0 12px;
      position: relative;
      border-bottom: 1px solid #ddd; } }
  .navPages-container.is-open {
    display: block;
    padding: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    height: calc(100dvh - var(--header-height)); }
  @media (max-width: 800px) {
    .navPages-container .navPages {
      transition: all 0.4s cubic-bezier(0.29, 0.63, 0.44, 1); } }
  @media (max-width: 800px) {
    .navPages-container.open-submenu .navPages {
      transform: translate3d(-100%, 0, 0);
      overflow: visible; } }

.navPages {
  background-color: #faf8f3;
  height: 100%;
  overflow-y: auto;
  padding: 0 16px 54px 16px; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      max-width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .navPages .navPage-subMenu-list:after, .navPages .navPage-subMenu-list:before {
      display: none !important; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        width: 100%;
        max-width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px 16px; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }
    @media (min-width: 1261px) {
      .navPages .navPage-subMenu-list {
        gap: 32px;
        grid-template-columns: repeat(6, 1fr); } }
  @media (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list {
      display: grid;
      grid-auto-flow: column;
      grid-template-rows: repeat(5, auto);
      gap: 12px 32px; } }
  @media (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list .navPage-subMenu-item:nth-child(5n+1) {
      border-top: 1px solid #313B45;
      padding-top: 10px; } }
  @media (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list .navPages-action {
      text-transform: capitalize;
      letter-spacing: 0;
      font-size: 16px; } }
  @media (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="6"] {
      grid-template-rows: repeat(6, auto); } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="6"] .navPage-subMenu-item:nth-child(5n+1) {
      border-top: 0;
      padding-top: 0; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="6"] .navPage-subMenu-item:nth-child(6n+1) {
      border-top: 1px solid #313B45;
      padding-top: 10px; } }
  @media (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="7"] {
      grid-template-rows: repeat(7, auto); } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="7"] .navPage-subMenu-item:nth-child(5n+1) {
      border-top: 0;
      padding-top: 0; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="7"] .navPage-subMenu-item:nth-child(7n+1) {
      border-top: 1px solid #313B45;
      padding-top: 10px; } }
  @media (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="8"] {
      grid-template-rows: repeat(8, auto); } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="8"] .navPage-subMenu-item:nth-child(5n+1) {
      border-top: 0;
      padding-top: 0; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="8"] .navPage-subMenu-item:nth-child(8n+1) {
      border-top: 1px solid #313B45;
      padding-top: 10px; } }
  @media (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="9"] {
      grid-template-rows: repeat(9, auto); } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="9"] .navPage-subMenu-item:nth-child(5n+1) {
      border-top: 0;
      padding-top: 0; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="9"] .navPage-subMenu-item:nth-child(9n+1) {
      border-top: 1px solid #313B45;
      padding-top: 10px; } }
  @media (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="10"] {
      grid-template-rows: repeat(10, auto); } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="10"] .navPage-subMenu-item:nth-child(5n+1) {
      border-top: 0;
      padding-top: 0; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPages .variant-2 .navPage-subMenu-list[data-row="10"] .navPage-subMenu-item:nth-child(10n+1) {
      border-top: 1px solid #313B45;
      padding-top: 10px; } }
  .navPages .variant-2 .navPages-action {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .navPages .variant-2 .navPages-action {
        border: 0;
        padding-bottom: 0 !important;
        margin-bottom: 0; } }
  .navPages .navPages-list--user ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none; }
    @media (min-width: 801px) {
      .navPages .navPages-list--user ul {
        display: inline-flex;
        gap: 16px; } }
  .navPages .navPages-list--user a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.28px;
    text-decoration: none;
    padding: 10px 0;
    min-height: 44px; }
  .navPages .navPages-list--user a[href*="tel"] {
    gap: 4px;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E41B21;
    color: #FFFFFF;
    border: 0;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    min-height: 54px; }
    .navPages .navPages-list--user a[href*="tel"]::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.05 17C9.98797 16.996 7.05248 15.7778 4.8873 13.6127C2.72211 11.4475 1.50397 8.512 1.5 5.44996C1.5 4.53497 1.86348 3.65745 2.51048 3.01045C3.15748 2.36344 4.035 1.99996 4.95 1.99996C5.14376 1.99849 5.33719 2.01607 5.5275 2.05246C5.71148 2.07969 5.89235 2.12491 6.0675 2.18746C6.19069 2.23069 6.30046 2.30531 6.38596 2.40397C6.47146 2.50262 6.52973 2.62189 6.555 2.74996L7.5825 7.24996C7.61019 7.37211 7.60686 7.49925 7.5728 7.61978C7.53874 7.7403 7.47503 7.85038 7.3875 7.93996C7.29 8.04496 7.2825 8.05246 6.36 8.53246C7.09874 10.1531 8.3949 11.4546 10.0125 12.2C10.5 11.27 10.5075 11.2625 10.6125 11.165C10.7021 11.0774 10.8122 11.0137 10.9327 10.9797C11.0532 10.9456 11.1804 10.9423 11.3025 10.97L15.8025 11.9975C15.9265 12.0262 16.0411 12.0861 16.1356 12.1714C16.23 12.2566 16.3012 12.3646 16.3425 12.485C16.4058 12.663 16.4535 12.8462 16.485 13.0325C16.5152 13.221 16.5302 13.4116 16.53 13.6025C16.5162 14.5135 16.1425 15.3822 15.4905 16.0187C14.8385 16.6552 13.9612 17.008 13.05 17ZM4.95 3.49996C4.43344 3.50194 3.93859 3.70802 3.57332 4.07329C3.20806 4.43856 3.00198 4.9334 3 5.44996C3.00199 8.11478 4.06146 10.6699 5.94577 12.5542C7.83008 14.4385 10.3852 15.498 13.05 15.5C13.5666 15.498 14.0614 15.2919 14.4267 14.9266C14.7919 14.5614 14.998 14.0665 15 13.55V13.3025L11.52 12.5L11.3025 12.9125C10.965 13.565 10.7175 14.0375 10.0875 13.7825C8.84466 13.3376 7.71652 12.6215 6.78505 11.6861C5.85358 10.7508 5.14217 9.61965 4.7025 8.37496C4.4325 7.78996 4.9425 7.51996 5.5875 7.18246L6 6.97996L5.1975 3.49996H4.95Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-size: 100%; }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 16px 24px;
      float: none; } }
  @media (min-width: 1261px) {
    .navPages-list {
      gap: 32px; } }
  @media (max-width: 800px) {
    .navPages-list .navPage-subMenu {
      position: absolute;
      z-index: 8;
      width: 100%;
      right: -100%;
      display: none;
      box-sizing: border-box; } }
  @media (max-width: 800px) {
    .navPages-list > .navPages-item.open-menu .navPage-subMenu {
      background-color: #faf8f3;
      display: block;
      height: calc(100dvh - var(--header-height));
      overflow-y: auto;
      top: 0; } }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #313b45;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 0;
  text-decoration: none; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0; }
      .navPages-action.is-open {
        background-color: #faf8f3; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  @media (min-width: 801px) {
    .navPages-action:hover, .navPages-action.activePage {
      color: #4f4f4f; } }
  .navPages-action svg {
    fill: transparent;
    color: #313b45; }

@media (min-width: 801px) {
  .navPages-list > .navPages-item .navPages-action {
    padding-bottom: 8px; } }

.navPages-list > .navPages-item .navPages-action.has-subMenu {
  position: relative;
  gap: 4px;
  min-height: 48px; }
  @media (min-width: 801px) {
    .navPages-list > .navPages-item .navPages-action.has-subMenu {
      min-height: fit-content; }
      .navPages-list > .navPages-item .navPages-action.has-subMenu::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #E41B21;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        visibility: hidden; } }
  @media (min-width: 801px) {
    .navPages-list > .navPages-item .navPages-action.has-subMenu.is-open::after {
      opacity: 1;
      visibility: visible; } }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  @media (min-width: 801px) {
    .has-subMenu.is-open .navPages-action-moreIcon,
    .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
      transform: rotate(-180deg); } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 1.125rem;
        width: 1.125rem; } }
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon svg {
      height: 1.125rem;
      width: 1.125rem; }
      @media (min-width: 801px) {
        .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon svg {
          width: 100%;
          height: auto; } }

.navPage-childList {
  display: none;
  margin: 0; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  @media (max-width: 800px) {
    .navPage-childList {
      padding: 0 16px;
      background-color: #FFFFFF;
      flex-direction: column; } }
  .navPage-childList.is-open {
    display: block; }
    @media (max-width: 800px) {
      .navPage-childList.is-open {
        display: flex; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #faf8f3;
      position: absolute;
      text-align: left;
      padding: 0.75rem;
      z-index: 9; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPage-subMenu {
      padding: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .navPage-subMenu {
      padding: 2.5rem; } }
  @media (min-width: 801px) {
      .navPage-subMenu.is-open {
        display: flex;
        flex-direction: column;
        gap: 24px;
        left: 0;
        width: 100%;
        padding-top: 24px; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }
  .navPage-subMenu .widget-inner-col p {
    font-size: 16px; }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 13.4375rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 13.4375rem;
    padding: 0 !important;
    top: 0;
    width: 14.4375rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding: 0.75rem 0; }
    .navPage-subMenu-item .navPages-action {
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid #cccccc;
      margin-bottom: 12px; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

@media (min-width: 801px) {
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 12px; } }

.navPage-subMenu-action .collapsible-icon-wrapper {
  box-sizing: content-box;
  display: inline-block;
  height: 100%;
  text-align: right;
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-action .collapsible-icon-wrapper {
      display: none; } }

@media (max-width: 800px) {
  .navPages-childList-shopAll {
    order: 1; } }

.navPage-childList-action {
  font-weight: 600;
  font-size: 16px;
  padding: 8px 0; }
  @media (min-width: 801px) {
    .navPage-childList-action {
      padding: 0 0 12px; } }
  @media (max-width: 800px) {
    .navPage-childList-action {
      display: flex;
      align-items: center;
      min-height: 44px; } }
  .navPage-childList-action.navPages-shopAll {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }
  .navPages-quickSearch .search-submit {
    margin-top: 26px;
    margin-right: 25px; }

.navPages-list--user {
  padding: 24px 0; }
  @media (min-width: 801px) {
    .navPages-list--user {
      display: none; } }
  .navPages-list--user #currencySelection2 {
    background-color: white;
    border: 1px solid #e5e5e5; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item {
      padding: 0; }
      .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5; }
    .navPages-list--user #currencySelection2 a {
      padding: 0.75rem 1.5rem; }
  .navPages-list--user .navPages-action {
    color: #313b45;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px; }
    .navPages-list--user .navPages-action .nav-icon {
      display: inline-flex; }
    .navPages-list--user .navPages-action .text {
      white-space: nowrap; }

.block-item ul {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  margin: 0; }
  @media (min-width: 801px) {
    .block-item ul {
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      gap: 32px; } }
  .block-item ul li {
    line-height: normal; }
  .block-item ul a {
    text-decoration: none;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px; }
    @media (min-width: 801px) {
      .block-item ul a {
        display: inline-block;
        min-height: fit-content;
        padding: 0; } }

.block-item .highlight a {
  color: #FF001E; }

@media (min-width: 801px) {
  .block-item .btn {
    background-color: #FFE9ED;
    border-radius: 4px;
    padding: 8px; } }

.navPages-item:not(.cat-best-deal) .block-item .best-deals,
.navPages-item:not(.cat-new-products) .block-item .new-products,
.navPages-item:not(.cat-top-seller) .block-item .top-seller,
.navPages-item:not(.cat-clearance) .block-item .clearance {
  display: none; }

.nav-header {
  font-size: 14px;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  width: 100%; }
  .nav-header .nav-title {
    display: flex;
    align-items: center;
    padding: 16px 0; }
    @media (min-width: 801px) {
      .nav-header .nav-title {
        padding: 0; } }
    .nav-header .nav-title .nav-back {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2rem;
      width: 2rem; }
      @media (min-width: 801px) {
        .nav-header .nav-title .nav-back {
          display: none; } }
    .nav-header .nav-title h2 {
      color: #e41b21; }
      @media (max-width: 800px) {
        .nav-header .nav-title h2 {
          font-size: 26px; } }
  @media (max-width: 800px) {
    .nav-header {
      display: flex;
      flex-direction: column;
      align-items: normal;
      cursor: pointer; } }
  .nav-header .button-as-link {
    width: fit-content; }
    @media (max-width: 800px) {
      .nav-header .button-as-link {
        padding: 6px 16px; } }
    @media (max-width: 800px) {
      .nav-header .button-as-link strong {
        display: none; } }
    @media (max-width: 800px) {
      .nav-header .button-as-link .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        height: 2rem;
        width: 2rem; } }
    @media (max-width: 800px) {
      .nav-header .button-as-link .icon svg {
        height: 1.125rem;
        width: 1.125rem; } }

.navPage-subMenu-action {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #313B45;
  padding: 8px 16px;
  text-transform: capitalize; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      font-family: "Bitter", Arial, Helvetica, sans-serif;
      font-size: 14px;
      letter-spacing: 1.12px;
      text-transform: uppercase;
      padding: 0 0 12px; } }
  @media (max-width: 800px) {
    .navPage-subMenu-action {
      position: relative; } }
  @media (max-width: 800px) {
    .navPage-subMenu-action .text,
    .navPage-subMenu-action .icon {
      color: #313b45;
      position: relative;
      z-index: 1;
      pointer-events: none; } }
  @media (max-width: 800px) {
    .navPage-subMenu-action > .collapsible-icon-wrapper {
      width: auto;
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 16px; } }
  @media (max-width: 800px) {
    .navPage-subMenu-action > .collapsible-icon-wrapper::after {
      content: '';
      position: absolute;
      inset: 0;
      background-color: #FFFFFF;
      opacity: 0;
      visibility: hidden; } }
  @media (max-width: 800px) {
    .navPage-subMenu-action > .collapsible-icon-wrapper .icon {
      transform: rotate(0); } }
  .navPage-subMenu-action > .collapsible-icon-wrapper.is-open {
    border-top: 1px solid #313b45; }
    @media (max-width: 800px) {
      .navPage-subMenu-action > .collapsible-icon-wrapper.is-open .icon {
        transform: rotate(90deg); } }
    @media (max-width: 800px) {
      .navPage-subMenu-action > .collapsible-icon-wrapper.is-open::after {
        opacity: 1;
        visibility: visible; } }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 0.75rem; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: white;
      color: white;
      transition: all 0.15s ease;
      display: block;
      height: 1.5rem;
      width: 1.5rem; }
  .socialLinks a {
    height: 2.75rem;
    width: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .socialLinks a:hover {
      opacity: .8; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  font-size: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.25rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: #faf8f3;
      background-color: rgba(250, 248, 243, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

.heroCarousel-content {
  padding: 0.75rem 1.5rem 3rem;
  box-sizing: content-box;
  display: inline-flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      left: 0;
      margin: 0;
      max-height: 80%;
      overflow: auto;
      padding: 1.5rem 4rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      max-width: 47.875rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #faf8f3;
  font-size: 38px;
  margin: 0;
  font-family: "Bitter", Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: -0.76px;
  font-weight: 600; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 68px;
      letter-spacing: -1.36px; } }

.heroCarousel-description {
  color: #faf8f3;
  margin: 0;
  font-family: "Spectral SC";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.08px;
  line-height: .9; }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

.hero-banner .hero-caption {
  font-family: "Bitter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 0.96px; }
  @media (min-width: 801px) {
    .hero-banner .hero-caption {
      font-size: 18px;
      letter-spacing: 1.08px; } }

.hero-banner .hero-banner-wrapper {
  position: relative;
  text-align: center;
  padding: 22px 12px;
  text-align: center; }
  @media (min-width: 801px) {
    .hero-banner .hero-banner-wrapper {
      padding: 40px; } }

.hero-banner.option-1 .home-hero-content {
  max-width: 1028px;
  margin: 0 auto;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 10px; }
  @media (min-width: 801px) {
    .hero-banner.option-1 .home-hero-content {
      gap: 6px; } }

.hero-banner.option-1 .seal-icon {
  position: absolute;
  top: -44px;
  right: 12px;
  transform: rotate(-10.33deg);
  max-width: 94px; }
  @media (min-width: 1261px) {
    .hero-banner.option-1 .seal-icon {
      max-width: 180px;
      top: -87px;
      right: 40px; } }

.hero-banner.option-1 .hero-banner-img {
  position: relative; }
  .hero-banner.option-1 .hero-banner-img picture,
  .hero-banner.option-1 .hero-banner-img img {
    width: 100%; }

.hero-banner.option-3 {
  position: relative; }
  @media (min-width: 801px) {
    .hero-banner.option-3 .home-hero-content {
      gap: 22px; } }
  .hero-banner.option-3 .hero-banner-wrapper {
    text-align: left; }
    @media (min-width: 801px) {
      .hero-banner.option-3 .hero-banner-wrapper {
        position: absolute;
        top: 0;
        color: #fff;
        display: flex;
        height: 100%;
        align-items: center;
        max-width: 696px; } }
    @media (min-width: 1261px) {
      .hero-banner.option-3 .hero-banner-wrapper {
        max-width: 766px;
        left: 24px; } }
  @media (min-width: 801px) {
    .hero-banner.option-3 .h1 {
      color: currentColor; } }
  @media (min-width: 1261px) {
    .hero-banner.option-3 .h1 {
      color: currentColor; } }
  .hero-banner.option-3 .seal-icon {
    top: 0;
    right: 20px;
    transform: none;
    max-width: 94px;
    display: flex;
    align-items: center;
    height: 100%; }
    @media (min-width: 801px) {
      .hero-banner.option-3 .seal-icon {
        height: auto;
        max-width: 100px;
        top: 60px; } }
    @media (min-width: 1261px) {
      .hero-banner.option-3 .seal-icon {
        max-width: 145px;
        right: 40px; } }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 18px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 18px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -0.75rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 0.75rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel .slick-track {
    display: flex; }
    .productCarousel .slick-track::before, .productCarousel .slick-track::after {
      display: none; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  height: auto; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }
  .productCarousel-slide.slick-slide,
  .productCarousel-slide .card {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 0.75rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.375rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 80%;
    object-fit: contain;
    width: 80%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-items: center;
  margin: 4px 0 0 0;
  gap: 6px; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1;
      max-width: 620px;
      flex-wrap: nowrap;
      margin-left: auto;
      margin-right: auto; }
  .productView-thumbnails .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
    @media (min-width: 801px) {
      .productView-thumbnails .slick-list {
        margin-left: auto;
        margin-right: auto; } }
  .productView-thumbnails .slick-next {
    right: 0;
    margin-top: 0; }
    @media (min-width: 801px) {
      .productView-thumbnails .slick-next {
        top: 66%;
        position: relative;
        top: 35px;
        right: 0; } }
  .productView-thumbnails .slick-prev {
    left: 0;
    margin-top: 0; }
    @media (min-width: 801px) {
      .productView-thumbnails .slick-prev {
        left: -15px;
        position: relative;
        top: 35px;
        right: 0; } }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 87px; }

.productView-thumbnail {
  text-align: center; }

.productView-thumbnail-link {
  box-shadow: inset 0 0 0 1px #DDDDDD;
  box-sizing: content-box;
  display: flex;
  height: 87px;
  justify-content: center;
  max-width: 87px;
  position: relative;
  width: 100%;
  margin: 0 -0.5px;
  aspect-ratio: 1/1;
  align-items: center; }
  .productView-thumbnail-link img {
    height: 80%;
    width: 80%;
    object-fit: contain; }
  .productView-thumbnail-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background-color: #E41B21;
    opacity: 0;
    visibility: hidden; }
  .productView-thumbnail-link.is-active::after {
    opacity: 1;
    visibility: visible; }

@media (min-width: 801px) {
  .productView-product {
    padding-bottom: 24px; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  color: #1C1C1C;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  margin-top: 0.75rem;
  letter-spacing: -0.44px;
  margin-bottom: 16px; }
  @media (min-width: 801px) {
    .productView-title {
      font-size: 32px;
      letter-spacing: 0; } }

.product-price-container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
  flex-wrap: wrap;
  row-gap: 8px; }
  @media (min-width: 801px) {
    .product-price-container {
      margin-bottom: 24px; } }

.vaccine-message, .freight-message {
  font-size: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 4px; }
  @media (min-width: 801px) {
    .vaccine-message, .freight-message {
      font-size: 14px; } }
  .vaccine-message .icon, .freight-message .icon {
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 801px) {
      .vaccine-message .icon, .freight-message .icon {
        height: 1.5rem;
        width: 1.5rem; } }

.vaccine-message {
  color: #e41b21; }

.productView-info-bulkPricing {
  margin-bottom: 24px;
  margin-top: -16px; }
  .productView-info-bulkPricing:empty {
    display: none; }
  .productView-info-bulkPricing ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #E41B21;
    font-size: 14px; }
  .productView-info-bulkPricing-price {
    font-weight: 700; }

.productView-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.48px;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 24px; } }
  .productView-price .price-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px; }
    .productView-price .price-section .price-label:empty {
      display: none !important; }
    .productView-price .price-section .price-now-label {
      display: none; }
      .productView-price .price-section .price-now-label[style*="inline"] ~ .price, .productView-price .price-section .price-now-label:not([style]) ~ .price {
        color: #E41B21; }
  .productView-price .non-sale-price--withoutTax {
    display: inline; }
  .productView-price .price-section--saving {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #007500;
    line-height: 1.25; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .percentage-saving {
    display: flex;
    align-items: center; }
    .productView-price .percentage-saving .price,
    .productView-price .percentage-saving > span {
      font-size: 12px;
      color: #007500;
      font-weight: 400; }
  .productView-price .d-none {
    display: none; }

.price-now-label {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  color: #646C73;
  font-weight: 400;
  vertical-align: middle; }
  @media (min-width: 551px) {
    .price-now-label {
      font-size: 14px; } }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.price-section.price-section--withoutTax.non-sale-price--withoutTax {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #646C73; }
  .price-section.price-section--withoutTax.non-sale-price--withoutTax .price-range.label {
    font-size: 12px; }

.productView-info {
  margin-top: 0.75rem;
  display: none; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Bitter", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 0.75rem; } }

.productView-options {
  text-align: left; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  .productView-options .notify-me-wrapper {
    display: none;
    width: 100%; }
    .productView-options .notify-me-wrapper .notify-me-button {
      width: 100%;
      margin: 16px 0 0 0;
      border-width: 2px;
      border-color: #313B45;
      color: #313B45; }
  .productView-options.listrak-notify-me:not(.discontinued) .notify-me-wrapper {
    display: block; }
  .productView-options.listrak-notify-me:not(.discontinued) .add-to-cart-buttons {
    display: none; }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options input::-webkit-outer-spin-button,
  .productView-options input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      gap: 16px;
      position: relative; }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .productView-options .productView-lead-time,
  .productView-options .productView-free-shipping,
  .productView-options .productView-inventory-status,
  .productView-options .productView-backorder-message {
    color: #313B45;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.25;
    line-height: normal;
    gap: 4px; }
    @media (min-width: 551px) {
      .productView-options .productView-lead-time,
      .productView-options .productView-free-shipping,
      .productView-options .productView-inventory-status,
      .productView-options .productView-backorder-message {
        margin-left: auto;
        justify-content: end; } }
    .productView-options .productView-lead-time svg,
    .productView-options .productView-free-shipping svg,
    .productView-options .productView-inventory-status svg,
    .productView-options .productView-backorder-message svg {
      height: 1.125rem;
      width: 1.125rem; }
  .productView-options .product--inventory {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .product--inventory {
        width: auto;
        justify-content: end;
        margin-left: auto; } }
    .productView-options .product--inventory .productAttributes-message {
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 0;
      letter-spacing: -0.28px; }
      .productView-options .product--inventory .productAttributes-message.in-stock, .productView-options .product--inventory .productAttributes-message.out-of-stock {
        position: absolute;
        right: 0;
        top: 15px;
        padding-left: 130px; }
        @media (min-width: 551px) {
          .productView-options .product--inventory .productAttributes-message.in-stock, .productView-options .product--inventory .productAttributes-message.out-of-stock {
            position: static;
            padding-left: 0; } }
      .productView-options .product--inventory .productAttributes-message.almost-sold-out {
        top: 5%;
        min-height: 34px; }
        @media (min-width: 551px) {
          .productView-options .product--inventory .productAttributes-message.almost-sold-out {
            min-height: fit-content; } }
      @media (min-width: 551px) {
        .productView-options .product--inventory .productAttributes-message {
          margin-left: auto; } }
    .productView-options .product--inventory .alertBox-message {
      color: #313B45;
      display: inline-flex;
      font-size: 12px;
      line-height: 1.25;
      flex-wrap: wrap;
      line-height: normal; }
    .productView-options .product--inventory .alertBox-icon {
      display: flex;
      padding: 0; }
      .productView-options .product--inventory .alertBox-icon .icon {
        height: 1.125rem;
        width: 1.125rem; }
    .productView-options .product--inventory .in-stock {
      color: #007500; }
  .productView-options .qty-dropdown-field {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid #DDD;
    max-width: 123px;
    height: 48px;
    padding: 8px 16px;
    margin: 0; }
    .productView-options .qty-dropdown-field select {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      border: 0;
      appearance: none;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 7.67017L9 12.9202L3.75 7.67017' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: 100% 50%;
      width: 44px;
      padding-left: 6px;
      cursor: pointer; }
    .productView-options .qty-dropdown-field .form-label--alternate {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 400;
      color: #313B45; }
    .productView-options .qty-dropdown-field:before, .productView-options .qty-dropdown-field:after {
      display: none; }
  .productView-options [data-product-option-change] .form-field {
    margin-bottom: 18px; }
    @media (min-width: 801px) {
      .productView-options [data-product-option-change] .form-field {
        margin-bottom: 24px; } }
  .productView-options .form-field {
    font-size: 0; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field.pdp-options-saved-design, .productView-options .form-field.pdp-options-saved-design-link, .productView-options .form-field.pdp-options-saved-print-output {
      display: none !important; }
  .productView-options .add-to-cart-buttons {
    width: 100%; }
    .productView-options .add-to-cart-buttons.pre-order-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem; }
      @media (min-width: 551px) {
        .productView-options .add-to-cart-buttons.pre-order-buttons {
          min-width: 50%;
          width: auto; } }
      @media (min-width: 801px) {
        .productView-options .add-to-cart-buttons.pre-order-buttons {
          margin-right: 0.6875rem;
          min-width: auto;
          padding: 0;
          width: auto; } }
      .productView-options .add-to-cart-buttons.pre-order-buttons .button {
        padding: 0.5rem 1.5rem; }
    .productView-options .add-to-cart-buttons .button--primary {
      background-color: #176EC1; }
    .productView-options .add-to-cart-buttons .button[disabled] {
      background-color: #DDD;
      color: #fff; }
    .productView-options .add-to-cart-buttons .button.force-disabled {
      background-color: #DDD;
      color: #fff;
      pointer-events: none;
      cursor: not-allowed; }
    .productView-options .add-to-cart-buttons .button.product-display-logic-force-disabled {
      background-color: #DDD;
      color: #fff;
      pointer-events: none;
      cursor: not-allowed;
      opacity: 1; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    position: relative;
    z-index: 0; }
  .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 6px; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons button.show-more-button {
    color: #757575;
    display: block;
    margin-top: 0.375rem;
    padding: 0.375rem 0;
    text-align: center;
    text-decoration: underline;
    width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
      color: #333333; }
  .productView-options .form-label small {
    font-size: 0;
    margin: 0;
    vertical-align: top; }
    .productView-options .form-label small::before {
      font-size: 12px;
      content: '*';
      color: #E41B21;
      line-height: 1.8; }

.listrak-modal-wrapper {
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden; }
  .listrak-modal-wrapper .modal-body {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: white; }
    @media (min-width: 551px) {
      .listrak-modal-wrapper .modal-body {
        padding: 40px; } }
  .listrak-modal-wrapper .modal-close {
    position: static;
    margin-left: auto; }
    .listrak-modal-wrapper .modal-close::before, .listrak-modal-wrapper .modal-close::after {
      display: none; }
  .listrak-modal-wrapper .modal-top-text {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .listrak-modal-wrapper .modal-header-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0; }
    @media (min-width: 551px) {
      .listrak-modal-wrapper .modal-header-title {
        font-size: 24px; } }
  .listrak-modal-wrapper .listrak-notify-success-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px; }
    @media (min-width: 551px) {
      .listrak-modal-wrapper .listrak-notify-success-text {
        gap: 16px; } }
  .listrak-modal-wrapper .listrak-notify-success-icon {
    height: 3rem;
    width: 3rem; }
    .listrak-modal-wrapper .listrak-notify-success-icon svg {
      width: 100%;
      height: 100%; }
  .listrak-modal-wrapper .card-title {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600; }
  .listrak-modal-wrapper .card-body {
    padding: 8px; }
    .listrak-modal-wrapper .card-body .price:not(.price--non-sale) {
      font-size: 16px; }
    .listrak-modal-wrapper .card-body .card-figcaption {
      opacity: 1;
      visibility: visible;
      position: static;
      margin-top: auto;
      display: block; }
    .listrak-modal-wrapper .card-body .product-grid-auto-ship-main {
      margin: 0;
      min-height: 24px; }
    .listrak-modal-wrapper .card-body .card-figcaption-button[data-button-type="add-cart"],
    .listrak-modal-wrapper .card-body .card-figcaption-button {
      background-color: transparent;
      color: #313b45;
      background: #fff;
      border: 1px solid #313b45;
      letter-spacing: 0;
      min-height: 48px; }
      .listrak-modal-wrapper .card-body .card-figcaption-button[data-button-type="add-cart"]:hover,
      .listrak-modal-wrapper .card-body .card-figcaption-button:hover {
        background: #E41B21;
        border: 1px solid #E41B21;
        color: #fff; }
  .listrak-modal-wrapper .listrak-notify-success-message {
    text-align: left; }
  .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel {
    margin: 0;
    padding: 0;
    position: relative; }
    .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation__header {
      text-align: left;
      min-height: 36px;
      margin: 0 0 16px 0; }
      @media (min-width: 551px) {
        .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation__header {
          min-height: 44px; } }
      .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation__header .ss__title {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0;
        font-weight: 600;
        line-height: 1.25; }
      .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation__header .ss__carousel__navigation {
        margin: 0;
        display: flex;
        flex-direction: row;
        gap: 8px; }
        @media only screen and (min-width: 1024px) {
          .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation__header .ss__carousel__navigation {
            display: none; } }
        .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation__header .ss__carousel__navigation .ss__carousel__prev-wrapper,
        .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation__header .ss__carousel__navigation .ss__carousel__next-wrapper {
          width: 36px;
          height: 36px;
          border: 1px solid #313b45;
          border-radius: 50px; }
    .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation .ss__carousel__recommendation {
      padding: 0;
      position: static; }
      .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation .ss__carousel__recommendation .ss__carousel__prev-wrapper,
      .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation .ss__carousel__recommendation .ss__carousel__next-wrapper {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: auto;
        width: 44px;
        height: 44px;
        border: 1px solid #313b45;
        border-radius: 50px; }
      .listrak-modal-wrapper .listrak-notify-success-similar .ss__theme.ss__recommendation--carousel .ss__recommendation .ss__carousel__recommendation .ss__carousel__prev-wrapper {
        right: 68px; }
  .listrak-modal-wrapper .listrak-notify-success-close {
    width: 100%;
    background-color: #176ec1;
    color: white;
    margin: 24px 0 0 0; }
    .listrak-modal-wrapper .listrak-notify-success-close:hover {
      background-color: #666666;
      color: white; }
    .listrak-modal-wrapper .listrak-notify-success-close:active {
      background-color: black;
      color: white; }

.listrak-notify-modal .modal-body .form-field {
  margin-bottom: 16px; }

.listrak-notify-modal .button-container {
  display: flex;
  flex-direction: column;
  gap: 0; }
  .listrak-notify-modal .button-container .button {
    width: 100%;
    margin: 0; }
    .listrak-notify-modal .button-container .button + .button {
      margin: 0; }
  .listrak-notify-modal .button-container .button--primary {
    background-color: #176ec1;
    color: white; }
    .listrak-notify-modal .button-container .button--primary:hover {
      background-color: #666666;
      color: white; }
    .listrak-notify-modal .button-container .button--primary:active {
      background-color: black;
      color: white; }
  .listrak-notify-modal .button-container .button--secondary {
    background-color: transparent;
    border: 0;
    color: #E41B21; }

.listrak-notify-modal .modal-bottom-text p {
  font-size: 14px;
  margin-bottom: 16px; }
  @media (min-width: 551px) {
    .listrak-notify-modal .modal-bottom-text p {
      font-size: 16px; } }
  .listrak-notify-modal .modal-bottom-text p:last-child {
    margin-bottom: 0; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.productView-simple-attributes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px; }

.productView-attribute-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }

.productView-attribute-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.171875em;
  color: #313B45;
  width: 60px;
  flex-shrink: 0; }

.productView-attribute-value {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.171875em;
  color: #313B45; }

.productView-attribute-values {
  display: flex;
  flex-direction: column;
  gap: 0; }
  .productView-attribute-values .productView-attribute-value {
    line-height: 1.171875em; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.price {
  display: inline-flex; }
  .price .price-decimal {
    font-size: 12px;
    margin-left: 1px; }
    @media (min-width: 801px) {
      .price .price-decimal {
        font-size: 16px; } }

.price-range.label {
  color: #646C73;
  font-size: 14px;
  font-weight: 400; }
  .card-body .price-range.label {
    font-size: 12px; }

.card-body .price-range.label.from-price.rrp {
  display: none; }

.price-discount-container {
  display: flex;
  flex-direction: row;
  gap: 6px; }

.price-section.price-section--withoutTax.rrp-price--withoutTax {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #646C73;
  gap: 2px; }
  .price-section.price-section--withoutTax.rrp-price--withoutTax .price-range.label {
    font-size: 12px; }

[data-product-price-info] .map-label {
  display: none; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Bitter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 1rem 0.75rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 0.75rem 1rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.25rem;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  transition: background-color 0.15s ease;
  width: 2.25rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 0.75rem 1rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 0.75rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 0.75rem 0.75rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(250, 248, 243, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

.textTruncate-viewMore {
  background-color: #faf8f3;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 16px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facets {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: 12px;
  z-index: 8; }
  @media (min-width: 801px) {
    .facets {
      position: static; } }

.facetedSearch-toggle {
  display: flex;
  align-items: center;
  min-height: 48px;
  text-decoration: none;
  color: #313B45; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }

.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-indicator {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px; }
  .facetedSearch-toggle-indicator .icon {
    height: 1.5rem;
    width: 1.5rem; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  @media (max-width: 800px) {
    .facetedSearch-navList {
      background-color: #faf8f3; } }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 2;
  column-gap: 20px; }
  @media (min-width: 801px) {
    .facetedSearch-optionColumns {
      column-count: 3; } }
  .facetedSearch-optionColumns .navList-action {
    display: flex;
    gap: 8px; }
    .facetedSearch-optionColumns .navList-action span {
      margin-left: auto; }

#facetedSearch-filterItems {
  margin: 16px 0; }
  #facetedSearch-filterItems .form-input {
    height: 44px;
    padding: 0.75rem 8px;
    background-color: transparent;
    text-transform: uppercase;
    border-color: #313B45;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 0.75rem .5rem; }
    #facetedSearch-filterItems .form-input::placeholder {
      opacity: 1;
      color: #313B45; }

.facetedSearch-refineFilters {
  display: none;
  border-bottom: 1px solid #313B45;
  padding-bottom: 16px; }
  .facetedSearch-refineFilters .inlineList {
    border-top: 1px solid #313B45;
    margin: 16px 0 12px 0;
    padding-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px; }
    .facetedSearch-refineFilters .inlineList::before, .facetedSearch-refineFilters .inlineList::after {
      display: none; }
    .facetedSearch-refineFilters .inlineList > li {
      margin: 0; }
      .facetedSearch-refineFilters .inlineList > li .facetLabel {
        display: inline-flex;
        align-items: center;
        gap: 4px; }
  .facetedSearch-refineFilters > .faceted-remove-all {
    font-size: 12px;
    line-height: normal;
    text-decoration: underline;
    color: #E41B21; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.reset-filters {
  display: none; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #FFFFFF;
  border: 1px solid #313B45;
  border-radius: 4px;
  padding: 6px 8px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.25; }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #313B45;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 0.75rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 16px 0;
  position: relative;
  padding-left: 0; }
  @media (min-width: 551px) {
    .cart-item:before, .cart-item:after {
      content: " ";
      display: table; }
    .cart-item:after {
      clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding: 1.5rem 0;
      padding-left: 0;
      position: static; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell;
      min-width: 100px; } }
  .cart-item-block .definitionList {
    font-size: 12px;
    color: #646C73; }
  .cart-item-block .restricted-item.red-text {
    color: #E41B21;
    font-size: 12px; }

.cart-item-figure {
  margin-bottom: 0;
  position: relative;
  text-align: center;
  width: 25%;
  position: absolute;
  left: 0; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 801px) {
    .cart-item-figure {
      position: relative;
      padding: 44px 0 24px;
      width: 8.33333%;
      vertical-align: top; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px;
  width: 100%; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0;
      width: auto; } }

.cart-item-image-wrapper {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  max-width: 130px; }
  .cart-item-image-wrapper img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 80%;
    object-fit: contain;
    width: 80%; }

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 0; }
  .cart-item-title > *:not(.cart-item-actions) {
    margin-left: calc(25% + 12px);
    max-width: 52%; }
    @media (min-width: 801px) {
      .cart-item-title > *:not(.cart-item-actions) {
        margin-left: 0;
        max-width: 100%; } }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 16px; } }
  @media (min-width: 1261px) {
    .cart-item-title {
      padding: 1.5rem; } }

.cart-item-title-wrapper {
  min-height: 130px; }
  @media (min-width: 801px) {
    .cart-item-title-wrapper {
      min-height: 30px; } }
  .cart-item-title-wrapper .vaccine-message {
    margin-bottom: 0;
    margin-top: 8px; }
  .cart-item-title-wrapper .definitionList-value {
    word-break: break-all;
    margin-bottom: 4px; }

.cart-item-info {
  clear: both;
  width: 100%;
  position: absolute;
  right: 0;
  top: 16px;
  width: 20%;
  text-align: right; }
  .cart-item-info.cart-unit-price {
    top: 42px; }
  .cart-item-info.has-subscription {
    top: 0;
    position: static;
    width: auto; }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%;
      position: relative;
      top: 0 !important;
      text-align: left; }
      .cart-item-info:last-child {
        text-align: right; } }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #313b45;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%;
  display: none; }
  @media (min-width: 551px) {
    .cart-item-label {
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 0; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  display: inline-block;
  font-size: 18px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans";
    color: #313B45;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    line-height: normal; }
    @media (min-width: 801px) {
      .cart-item-name__label {
        font-size: 18px; } }
  .cart-item-name ~ .definitionList {
    margin-top: 6px;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .cart-item-name ~ .definitionList {
        margin-top: 8px; } }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #313b45; }

.cart-icon-button,
.cart-remove {
  cursor: pointer;
  padding: 0;
  font-size: 12px;
  font-family: "Open Sans";
  color: #313B45;
  display: inline-flex;
  align-items: center;
  text-decoration: none; }
  @media (min-width: 801px) {
    .cart-icon-button,
    .cart-remove {
      font-size: 16px; } }
  .cart-icon-button:hover,
  .cart-remove:hover {
    color: #E41B21; }
  .cart-icon-button svg,
  .cart-remove svg {
    width: 24px;
    height: 25px; }
  .cart-icon-button.cart-remove--spacer,
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }

.cart-icon-button--wishlist i {
  margin-right: 4px; }

.cart-icon-button--wishlist path {
  stroke: currentColor; }

.cart-icon-button--edit svg {
  fill: none; }

.cart-icon-button--edit:hover svg path {
  stroke: #E41B21; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%;
  max-width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      max-width: 450px; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 0.75rem; } }
  .cart-totals .button--primary {
    background-color: #176EC1; }
  .cart-totals ul {
    margin-left: 0; }

.cart-total:before, .cart-total:after {
  content: " ";
  display: table; }

.cart-total:after {
  clear: both; }

.cart-total .form-inlineMessage {
  text-align: left; }

.cart-total-label {
  color: #757575;
  width: 50%; }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  width: 50%;
  text-align: right; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 6px 0;
  font-size: 14px;
  color: #313B45;
  text-align: right; }
  .cart-total-label strong,
  .cart-total-value strong {
    font-weight: 400; }

.cart-total-label {
  text-align: left; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #E41B21;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 0.75rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    float: right;
    clear: both; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 3rem;
    margin-bottom: 0;
    font-size: 14px; }

.estimator-form-label-text {
  margin-left: 0.625rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.shipping-quotes {
  clear: both;
  font-size: 12px;
  text-align: left; }
  .shipping-quotes .estimator-form--default {
    margin-bottom: 8px;
    margin-top: 8px;
    display: inline-block;
    width: 100%; }
  .shipping-quotes .estimator-form-label {
    display: inline-flex;
    align-items: baseline;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
    width: 74%; }
  .shipping-quotes .shipping-quote {
    position: relative;
    top: 2px;
    margin: 0; }
  .shipping-quotes dl {
    margin-bottom: 0;
    width: 100%; }
  .shipping-quotes .estimator-form-row {
    display: flex;
    width: 100%;
    margin-bottom: 12px; }
    .shipping-quotes .estimator-form-row:before, .shipping-quotes .estimator-form-row:after {
      display: none; }
  .shipping-quotes .estimator-form-input--price {
    text-align: right;
    margin: 0;
    width: 25%; }

.cart-actions {
  clear: both;
  text-align: right; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: inline-flex;
    margin-bottom: 0;
    background-color: #176EC1;
    width: 100%; }
    @media (min-width: 551px) {
      .cart-actions .button {
        max-width: 450px; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.cart-additionalCheckoutButtons {
  max-width: 100%;
  width: 100% !important; }
  .cart-additionalCheckoutButtons .or-use-label {
    margin-bottom: 8px;
    text-align: center; }
  @media (min-width: 551px) {
    .cart-additionalCheckoutButtons {
      max-width: 450px; } }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: table-row;
  max-width: 100%; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  max-width: 80px;
  min-width: 80px;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 80px); }

.previewCartItem-name {
  margin: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.1875rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #313B45;
  display: inline-block;
  font-size: 14px;
  margin-left: auto; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: flex;
  padding: 0;
  margin-top: -16px;
  gap: 8px; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction:before, .previewCartAction:after {
    display: none; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    outline: 0 !important; }
    .previewCartAction .button:not(:hover) {
      background-color: #176EC1; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 !important; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0.375rem; }

.previewCart-emptyBody {
  padding: 16px 0 32px;
  text-align: center;
  font-size: 14px;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #ddd; }
  .previewCart-emptyBody a {
    font-weight: 700;
    text-decoration: underline; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 0; }
  .previewCart-additionalCheckoutButtons .or-use-label {
    margin-bottom: 8px;
    text-align: center; }

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.375rem; }

[data-content-region="cart_below_totals"] [id^="banner-region-"] {
  width: 100% !important; }
  @media (min-width: 551px) {
    [data-content-region="cart_below_totals"] [id^="banner-region-"] {
      width: 450px !important; } }

.page-cart .page-content .previewCart-emptyBody {
  width: 100%;
  text-align: left;
  background: #f2f2f2;
  padding: 16px 20px;
  margin: 24px 0;
  border: 0;
  border-radius: 0 4px 4px 0;
  gap: 6px;
  border-left: 4px solid #176ec1; }

.page-cart .cart-page-title-actions + .previewCart-emptyBody {
  margin-top: 0;
  margin-bottom: 12px; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 18px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #e41b21; }
  .panel--newAddress .panel-body {
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem;
  padding-top: 0; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.875rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  padding: 16px; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart {
      padding: 24px; }
      .previewCart .productView {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left;
        display: flex;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0; }
      .previewCart .productView-image {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 58.33333%;
        float: left;
        display: flex;
        flex-direction: column; }
      .previewCart .productView-image--cart {
        align-self: flex-start;
        margin: 0 auto;
        width: 100%; }
      .previewCart .productView-details {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 41.66667%;
        float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 0.75rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 68px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 0.75rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.login {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px; }

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px; }
  @media (min-width: 801px) {
    .login-container {
      flex-direction: row;
      align-items: flex-start; } }

.login-main {
  width: 100%; }
  @media (min-width: 801px) {
    .login-main {
      max-width: 750px;
      min-width: 430px; } }

.account-title {
  font-family: "Bitter", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #313b45;
  margin-bottom: 16px;
  margin-top: 0; }

.account-subtitle {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #313b45;
  margin-bottom: 24px;
  margin-top: 0; }
  .account-subtitle a {
    color: #313b45;
    text-decoration: underline; }
    .account-subtitle a:hover {
      color: #e41b21; }

.login-form .form-field {
  margin-bottom: 24px; }
  .login-form .form-field .form-label {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #313b45;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px; }
    .login-form .form-field .form-label .required-asterisk {
      color: #646c73;
      font-size: 12px;
      line-height: 1.25; }
  .login-form .form-field .form-input {
    width: 100%;
    min-height: 48px;
    padding: 8px 16px;
    border: 1px solid #DDD;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #313b45;
    background-color: white;
    box-sizing: border-box; }
    .login-form .form-field .form-input:focus {
      border-color: #474747;
      outline: none;
      box-shadow: 0 0 0 2px rgba(71, 71, 71, 0.2); }
    .login-form .form-field .form-input::placeholder {
      color: #646c73; }

.login-form .login-form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px; }

.login-form .forgot-password-link {
  display: block;
  padding-top: 8px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.17;
  color: #313b45;
  text-decoration: none;
  clear: both;
  width: fit-content; }
  .login-form .forgot-password-link:hover {
    color: #e41b21;
    text-decoration: underline; }

.login-form .login-btn {
  height: 48px;
  background-color: #176ec1;
  color: white;
  border: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  min-width: 219px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  width: auto; }
  .login-form .login-btn:hover {
    background-color: #666666;
    color: white; }
  .login-form .login-btn:active {
    background-color: black;
    color: white; }

.login-form .magic-link-message {
  margin-top: 16px; }
  .login-form .magic-link-message.alertBox {
    display: flex;
    align-items: flex-start;
    padding: 12px 16px;
    border-radius: 4px;
    gap: 12px; }
    .login-form .magic-link-message.alertBox .alertBox-icon {
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-right: 0; }
      .login-form .magic-link-message.alertBox .alertBox-icon .icon {
        width: 24px;
        height: 24px;
        display: block; }
        .login-form .magic-link-message.alertBox .alertBox-icon .icon svg {
          width: 100%;
          height: 100%; }
    .login-form .magic-link-message.alertBox .alertBox-message {
      flex: 1;
      margin: 0;
      line-height: 1.5;
      color: #313b45; }
      .login-form .magic-link-message.alertBox .alertBox-message span {
        display: block; }
      .login-form .magic-link-message.alertBox .alertBox-message .magic-link-send-again-hint {
        display: block;
        margin-top: 8px;
        font-size: 13px;
        opacity: 0.9; }
    .login-form .magic-link-message.alertBox.alertBox--success {
      background-color: #ECFAE8;
      border: 1px solid #0a7d33; }
      .login-form .magic-link-message.alertBox.alertBox--success .alertBox-message {
        color: #0a7d33; }
      .login-form .magic-link-message.alertBox.alertBox--success .icon svg path {
        fill: #0a7d33; }
    .login-form .magic-link-message.alertBox.alertBox--error {
      background-color: #FFE5E5;
      border: 1px solid #b00020; }
      .login-form .magic-link-message.alertBox.alertBox--error .alertBox-message {
        color: #b00020; }
      .login-form .magic-link-message.alertBox.alertBox--error .icon svg path {
        fill: #b00020; }

.divider-container {
  display: flex;
  align-items: center;
  margin: 24px 0;
  gap: 14px; }
  .divider-container .divider-line {
    flex: 1;
    height: 1px;
    background-color: #e5e5e5; }
  .divider-container .divider-text {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #313b45;
    padding: 0 14px; }

.magic-link-section {
  margin-top: 24px; }
  .magic-link-section .magic-link-form .form-field {
    margin-bottom: 24px; }
    .magic-link-section .magic-link-form .form-field .form-label {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.45;
      color: #313b45;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 4px; }
      .magic-link-section .magic-link-form .form-field .form-label .required-asterisk {
        color: #646c73;
        font-size: 12px;
        line-height: 1.25; }
    .magic-link-section .magic-link-form .form-field .form-input {
      width: 100%;
      min-height: 48px;
      padding: 8px 16px;
      border: 1px solid #DDD;
      border-radius: 4px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.45;
      color: #313b45;
      background-color: white;
      box-sizing: border-box; }
      .magic-link-section .magic-link-form .form-field .form-input:focus {
        border-color: #474747;
        outline: none;
        box-shadow: 0 0 0 2px rgba(71, 71, 71, 0.2); }
      .magic-link-section .magic-link-form .form-field .form-input::placeholder {
        color: #646c73; }
  .magic-link-section .magic-link-form .magic-link-btn {
    height: 48px;
    background-color: #176ec1;
    color: white;
    border: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    min-width: 219px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    max-width: fit-content;
    width: auto; }
    .magic-link-section .magic-link-form .magic-link-btn:hover:not(:disabled) {
      background-color: #666666;
      color: white; }
    .magic-link-section .magic-link-form .magic-link-btn:active:not(:disabled) {
      background-color: black;
      color: white; }
    .magic-link-section .magic-link-form .magic-link-btn:disabled {
      opacity: 0.6;
      cursor: not-allowed; }
  .magic-link-section .magic-link-message {
    margin-top: 16px; }
    .magic-link-section .magic-link-message.alertBox {
      display: flex;
      align-items: flex-start;
      padding: 12px 16px;
      border-radius: 4px;
      gap: 12px; }
      .magic-link-section .magic-link-message.alertBox .alertBox-icon {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .magic-link-section .magic-link-message.alertBox .alertBox-icon .icon {
          width: 24px;
          height: 24px;
          display: block; }
          .magic-link-section .magic-link-message.alertBox .alertBox-icon .icon svg {
            width: 100%;
            height: 100%; }
      .magic-link-section .magic-link-message.alertBox .alertBox-message {
        flex: 1;
        margin: 0;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: #313b45; }
        .magic-link-section .magic-link-message.alertBox .alertBox-message span {
          display: block; }
        .magic-link-section .magic-link-message.alertBox .alertBox-message .magic-link-send-again-hint {
          display: block;
          margin-top: 8px;
          font-size: 13px;
          opacity: 0.9; }
      .magic-link-section .magic-link-message.alertBox.alertBox--success {
        background-color: #ECFAE8;
        border: 1px solid #0a7d33; }
        .magic-link-section .magic-link-message.alertBox.alertBox--success .alertBox-message {
          color: #0a7d33; }
        .magic-link-section .magic-link-message.alertBox.alertBox--success .icon svg path {
          fill: #0a7d33; }
      .magic-link-section .magic-link-message.alertBox.alertBox--error {
        background-color: #FFE5E5;
        border: 1px solid #b00020; }
        .magic-link-section .magic-link-message.alertBox.alertBox--error .alertBox-message {
          color: #b00020; }
        .magic-link-section .magic-link-message.alertBox.alertBox--error .icon svg path {
          fill: #b00020; }

.social-login-section {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .social-login-section .social-login-row {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    @media (min-width: 801px) {
      .social-login-section .social-login-row {
        flex-direction: row;
        gap: 12px;
        flex-wrap: wrap; } }
  .social-login-section .social-login-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 22px;
    border: 1px solid #313b45;
    border-radius: 20px;
    background-color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    min-height: 44px; }
    @media (min-width: 801px) {
      .social-login-section .social-login-btn {
        width: 100%;
        max-width: 49%;
        height: 44px; } }
    .social-login-section .social-login-btn .social-icon {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .social-login-section .social-login-btn .social-icon svg {
        width: auto;
        height: auto;
        max-width: 24px;
        max-height: 24px; }
    .social-login-section .social-login-btn .social-text {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.00938em;
      color: #313b45; }
    .social-login-section .social-login-btn:hover {
      background-color: #e5e5e5;
      transform: translateY(-1px); }
    .social-login-section .social-login-btn.google-btn:hover {
      border-color: #757575; }
    .social-login-section .social-login-btn.facebook-btn:hover {
      border-color: #757575; }
    .social-login-section .social-login-btn.apple-btn:hover {
      border-color: #313b45; }

.new-customer-section {
  width: 100%;
  max-width: 100%; }
  @media (min-width: 801px) {
    .new-customer-section {
      max-width: 340px; } }
  .new-customer-section .new-customer-title {
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #313b45;
    margin-bottom: 24px;
    margin-top: 0; }
  .new-customer-section .benefits-section {
    margin-bottom: 24px; }
    .new-customer-section .benefits-section .benefits-intro {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.45;
      color: #313b45;
      margin-bottom: 12px;
      margin-top: 0; }
    .new-customer-section .benefits-section .benefits-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .new-customer-section .benefits-section .benefits-list .benefit-item {
        display: flex;
        align-items: center;
        gap: 8px; }
        .new-customer-section .benefits-section .benefits-list .benefit-item .checkmark-icon {
          width: 24px;
          height: 24px;
          flex-shrink: 0; }
          .new-customer-section .benefits-section .benefits-list .benefit-item .checkmark-icon svg {
            width: 20px;
            height: 20px;
            fill: #E41B21; }
        .new-customer-section .benefits-section .benefits-list .benefit-item .benefit-text {
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          font-weight: 700;
          font-size: 14px;
          line-height: 1.17;
          color: #313b45; }
  .new-customer-section .create-account-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    background-color: #176ec1;
    color: white;
    border: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 48px;
    max-width: fit-content;
    width: auto;
    min-width: 219px; }
    .new-customer-section .create-account-btn:hover {
      background-color: #666666;
      color: white; }
    .new-customer-section .create-account-btn:active {
      background-color: black;
      color: white; }

.form-prefixPostfix .form-input {
  min-height: 48px; }

.page-createaccount nav[aria-label="Breadcrumb"],
.page-createaccount div[data-content-region="above_footer_banner--global"],
.page-forgotpassword nav[aria-label="Breadcrumb"],
.page-forgotpassword div[data-content-region="above_footer_banner--global"],
.page-login nav[aria-label="Breadcrumb"],
.page-login div[data-content-region="above_footer_banner--global"] {
  display: none; }

.page-createaccount .body,
.page-forgotpassword .body,
.page-login .body {
  background: #fff;
  padding: 24px 0;
  min-height: 430px; }
  @media (min-width: 801px) {
    .page-createaccount .body,
    .page-forgotpassword .body,
    .page-login .body {
      padding: 80px 0; } }
  @media (min-width: 1261px) {
    .page-createaccount .body,
    .page-forgotpassword .body,
    .page-login .body {
      padding: 80px; } }
  .page-createaccount .body .button--primary,
  .page-forgotpassword .body .button--primary,
  .page-login .body .button--primary {
    background-color: #176ec1;
    color: white;
    border: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5; }
    .page-createaccount .body .button--primary:hover,
    .page-forgotpassword .body .button--primary:hover,
    .page-login .body .button--primary:hover {
      background-color: #666666;
      color: white; }
    .page-createaccount .body .button--primary:active,
    .page-forgotpassword .body .button--primary:active,
    .page-login .body .button--primary:active {
      background-color: black;
      color: white; }

.page-createaccount .account--new-customer .form-heading,
.page-createaccount .page-heading,
.page-forgotpassword .account--new-customer .form-heading,
.page-forgotpassword .page-heading,
.page-login .account--new-customer .form-heading,
.page-login .page-heading {
  font-family: "Bitter", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #313b45;
  margin-bottom: 24px;
  margin-top: 0; }

.reset-priority-options {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative; }
  .reset-priority-options::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background-color: #DDDDDD; }
    @media (min-width: 801px) {
      .reset-priority-options::after {
        top: 0;
        bottom: 0;
        right: auto;
        left: 50%;
        width: 2px;
        height: auto;
        background-color: #DDDDDD; } }
  @media (min-width: 801px) {
    .reset-priority-options {
      flex-direction: row; } }
  .reset-priority-options .form-field {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    border: 2px solid #DDDDDD;
    border-radius: 6px;
    padding: 16px; }
    @media (min-width: 801px) {
      .reset-priority-options .form-field {
        width: calc(50% - 20px); } }
  .reset-priority-options .button {
    margin: 0;
    width: 100%;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .reset-priority-options .reset-option-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
    margin-bottom: 16px; }
  .reset-priority-options .reset-option-title {
    font-size: 18px;
    font-weight: 700; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem;
  display: none; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 18px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 68px;
  margin: 1.5rem 0 0;
  text-align: center; }

.page-search [data-content-region="no_result_search_below_content"] .constrain {
  padding-left: 0;
  padding-right: 0; }

.page-search .top-products-container {
  padding: 1.5rem 0; }
  @media (min-width: 801px) {
    .page-search .top-products-container {
      padding: 2.5rem 0; } }
  .page-search .top-products-container .productGrid {
    margin: 0; }

.page-search nav[aria-label="Breadcrumb"] {
  display: none; }

.page-search .article-grid {
  padding-top: 0.75rem; }
  @media (min-width: 801px) {
    .page-search .article-grid {
      padding-top: 0; } }

.search-results-heading-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  @media (min-width: 801px) {
    .search-results-heading-wrapper {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .search-results-heading-wrapper .h1 {
    font-weight: 400; }
  .search-results-heading-wrapper .search-nav {
    position: relative;
    margin: 0; }
    .search-results-heading-wrapper .search-nav::before, .search-results-heading-wrapper .search-nav::after {
      display: none; }
  .search-results-heading-wrapper .navBar-section {
    border-bottom: 1px solid #313B45;
    display: flex; }
    .search-results-heading-wrapper .navBar-section::before, .search-results-heading-wrapper .navBar-section::after {
      display: none; }
    .search-results-heading-wrapper .navBar-section .navBar-item {
      flex-grow: 1;
      margin: 0; }
      .search-results-heading-wrapper .navBar-section .navBar-item > a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        text-decoration: none;
        color: #313B45;
        border: 1px solid transparent;
        margin-bottom: -1px;
        font-size: 16px;
        font-weight: 600;
        line-height: normal; }
        @media (min-width: 801px) {
          .search-results-heading-wrapper .navBar-section .navBar-item > a {
            min-height: 70px; } }
        .search-results-heading-wrapper .navBar-section .navBar-item > a.navBar-action-color--active {
          border-color: #313B45; }

.no-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center; }
  @media (min-width: 801px) {
    .no-results {
      width: calc(100% + 250px);
      min-width: calc(100% + 250px); } }
  @media (min-width: 1261px) {
    .no-results {
      width: calc(100% + 304px);
      min-width: calc(100% + 304px); } }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-list {
  list-style: none;
  margin-left: 0; }
  .account-order-contents .account-list {
    margin-left: 22px; }

.account-listItem {
  border-bottom: 1px solid #DDD;
  padding: 12px 12px 16px 0;
  margin-bottom: 16px;
  position: relative; }
  @media (min-width: 801px) {
    .account-listItem {
      padding: 12px 12px 16px 18px; } }
  .account-listItem:last-child {
    border-bottom: none; }
  .account-listItem img {
    max-height: 80px;
    max-width: 80px; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 80px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  position: relative; }
  .account-product-body .definitionList {
    font-size: 18px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: inherit;
  font-size: 14px;
  font-weight: 600;
  display: flex; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 8px;
    font-size: 12px; }

.account-product-body .definitionList-value {
  margin-bottom: 8px; }

.account-product-subtitle {
  color: #999999;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: -0.1875rem 0 0.75rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 14px;
  margin-left: 12px; }

.account-product-description + .definitionList {
  margin: -1.125rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 0.75rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.account-product--alignMiddle {
  display: table;
  position: relative;
  width: 100%; }
  .account-product--alignMiddle .badge.customize_it {
    color: #FFFFFF;
    background-color: #313B45;
    border-radius: 2px;
    padding: 6px;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    right: 0;
    z-index: 1; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem;
    padding-top: 22px;
    left: -21px; }
    @media (min-width: 801px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
    .account-product--alignMiddle .account-product-checkItem .form-checkbox[disabled] + .form-label::before {
      background-color: #e5e5e5 !important; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0;
    left: -16px; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    vertical-align: middle;
    min-height: 60px; }

.account-orderTotal {
  margin: 0 0 12px; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0 0 12px; }

.account-orderTotal-key {
  color: #313B45;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 3px;
    font-size: 16px;
    font-weight: 700; }

.account-orderTotal-value {
  text-align: right;
  font-weight: 700; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600; }
    .account-orderTotal-value:last-child:before {
      content: "USD";
      font-size: 12px;
      font-weight: 600;
      margin-right: 9px;
      color: #979797;
      position: relative;
      top: -2px; }

.account-orderStatus {
  float: right;
  position: inherit;
  text-align: right; }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account .pagination-show-out-of + .pagination {
  margin-top: 0; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 16px;
  padding-bottom: 18px;
  color: #313B45;
  background: #fff;
  padding: 24px 12px; }
  @media (min-width: 1261px) {
    .account-sidebar-block {
      padding: 24px; } }
  .account-sidebar-block strong {
    display: block;
    font-size: 14px;
    padding-bottom: 8px; }
  .account-sidebar-block ul, .account-sidebar-block ol, .account-sidebar-block dl {
    margin-bottom: 0; }
  .account-sidebar-block .definitionList-key {
    color: #313B45; }

.definitionList-key.capitalize {
  text-transform: capitalize;
  clear: both; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 18px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

button[data-print-invoice] {
  border-color: #ddd;
  color: #646C73;
  clear: both;
  margin-right: auto;
  display: block;
  margin-top: 16px; }

#autocomplete_results {
  z-index: 9999 !important;
  position: absolute !important;
  width: 100% !important;
  top: 100% !important;
  left: 0 !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto; }
  #autocomplete_results .autocomplete-item {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease; }
    #autocomplete_results .autocomplete-item:hover, #autocomplete_results .autocomplete-item.selected {
      background-color: #f5f5f5; }
    #autocomplete_results .autocomplete-item:last-child {
      border-bottom: none; }
    #autocomplete_results .autocomplete-item .autocomplete-item-main {
      font-weight: 600;
      color: #333;
      font-size: 14px;
      margin-bottom: 2px; }
    #autocomplete_results .autocomplete-item .autocomplete-item-secondary {
      color: #666;
      font-size: 12px; }

.pac-container {
  z-index: 9999 !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto; }
  .pac-container .pac-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee; }
    .pac-container .pac-item:hover, .pac-container .pac-item.pac-item-selected {
      background-color: #f5f5f5; }
    .pac-container .pac-item:last-child {
      border-bottom: none; }
  .pac-container .pac-item-query {
    font-weight: 600;
    color: #333; }
  .pac-container .pac-matched {
    font-weight: 600; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-bottom: 24px;
  text-align: center; }
  .share-wishlist .panel-body {
    border: 0 !important; }
  .share-wishlist .copy-wishlist-url-container {
    position: relative; }
  .share-wishlist .form-input[readonly] {
    background-color: #fff;
    padding-right: 80px; }
  .share-wishlist .copy-wishlist-url-button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    width: fit-content;
    padding: 0;
    position: absolute;
    top: 11px;
    right: 20px;
    background-color: #fff;
    padding-left: 5px; }
  .share-wishlist h5 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.48px;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    @media (min-width: 801px) {
      .share-wishlist h5 {
        font-size: 24px;
        line-height: 1; } }

.icon--ratingEmpty svg {
  fill: #ff9000;
  opacity: 0.35; }

.icon--ratingFull svg {
  fill: #ff9000; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  font-size: 18px;
  border: 0;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 801px) {
    .paymentMethodsTitle {
      font-size: 24px;
      line-height: 1; } }

.paymentMethodsGrid {
  margin: 0;
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    width: 100%;
    padding: 0; }
    @media (min-width: 801px) {
      .paymentMethodsGrid-item {
        width: calc(50% - 8px); } }

.paymentMethod {
  border: 1px solid #CCC;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  font-size: 16px;
  gap: 16px;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  min-height: 190px;
  padding: 16px; }
  @media (min-width: 801px) {
    .paymentMethod {
      padding: 24px; } }
  .paymentMethod-row {
    padding: 0;
    margin: 0; }
    .paymentMethod-row:first-child {
      margin-bottom: auto; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
  .paymentMethod .button {
    margin-bottom: 0; }
  .paymentMethod form {
    margin-top: auto; }

.methodHeader {
  align-items: flex-start;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0;
    width: 3rem;
    flex-shrink: 0; }
    @media (min-width: 801px) {
      .methodHeader-icon {
        width: 3.75rem; } }
  .methodHeader-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #313B45; }
    @media (min-width: 801px) {
      .methodHeader-title {
        font-size: 16px; } }
  .methodHeader-brand {
    color: #313B45;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    flex: 1;
    min-width: 0; }
    @media (min-width: 801px) {
      .methodHeader-brand {
        font-size: 16px; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    margin-left: auto; }
  .methodHeader-default {
    fill: #E41B21;
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0; }
    @media (min-width: 801px) {
      .methodHeader-default {
        height: 1.5rem;
        width: 1.5rem; } }
  .methodHeader-expiry {
    font-size: 12px;
    color: #646C73;
    white-space: nowrap; }
    @media (min-width: 801px) {
      .methodHeader-expiry {
        font-size: 14px; } }

.methodDetails {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 801px) {
    .methodDetails {
      font-size: 16px; } }
  .methodDetails-label {
    font-weight: 600;
    color: #313B45; }
  .methodDetails-description {
    font-weight: 400;
    color: #646C73;
    font-size: 14px; }
    @media (min-width: 801px) {
      .methodDetails-description {
        font-size: 14px; } }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 190px;
  text-decoration: none;
  gap: 12px;
  padding: 24px; }
  .newPaymentMethod:hover .newPaymentMethod-icon {
    color: #E41B21; }
  .newPaymentMethod:hover .newPaymentMethod-title {
    color: #E41B21; }
  .newPaymentMethod-icon {
    font-size: 48px;
    line-height: 1;
    color: #313B45;
    font-weight: 300; }
  .newPaymentMethod-title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #313B45;
    line-height: 1.2; }
    @media (min-width: 801px) {
      .newPaymentMethod-title {
        font-size: 18px; } }

.paymentMethodForm {
  margin-bottom: 24px; }
  @media (min-width: 551px) {
    .paymentMethodForm {
      max-width: 100%; } }
  @media (min-width: 551px) {
    .paymentMethodForm-column {
      display: flex;
      gap: 24px; }
      .paymentMethodForm-column:first-child .form-field {
        margin-bottom: 0; } }
  .paymentMethodForm-heading {
    color: #313B45;
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 801px) {
      .paymentMethodForm-heading {
        font-size: 24px; } }
  .paymentMethodForm-subheading {
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px; }
  .paymentMethodForm-cards {
    display: flex;
    gap: 8px;
    align-items: center; }
    @media (min-width: 551px) {
      .paymentMethodForm-cards {
        margin-left: auto; } }
  .paymentMethodForm-cards-icon {
    margin-right: 0;
    width: 2.125rem;
    height: auto; }
  .paymentMethodForm-inputs {
    position: relative; }
    @media (min-width: 551px) {
      .paymentMethodForm-inputs:last-child {
        padding-left: 0;
        width: 30%; }
      .paymentMethodForm-inputs:first-child {
        width: 70%; } }
  .paymentMethodForm-inputs-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 12px; }
    .paymentMethodForm-inputs-icon.icon {
      fill: #979797;
      height: 1.5rem;
      width: 1.5rem; }
  .paymentMethodForm-details {
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .paymentMethodForm-details {
        display: inline-block;
        margin: 0 3rem 0 0; } }
  .paymentMethodForm-details-term {
    font-weight: 400;
    margin-bottom: 8px;
    color: #313B45; }
  .paymentMethodForm-details-description {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #646C73; }
  .paymentMethodForm .form-field {
    margin-bottom: 16px; }
    @media (min-width: 801px) {
      .paymentMethodForm .form-field {
        margin-bottom: 24px; } }
  .paymentMethodForm .form-input,
  .paymentMethodForm .form-select {
    width: 100%;
    min-height: 48px;
    padding: 8px 16px;
    border: 1px solid #DDD;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #313b45;
    background-color: white; }
    .paymentMethodForm .form-input:focus,
    .paymentMethodForm .form-select:focus {
      border-color: #313B45;
      outline: none;
      box-shadow: 0 0 0 2px rgba(49, 59, 69, 0.1); }
  .paymentMethodForm .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #313B45;
    margin-bottom: 8px; }
  .paymentMethodForm .form-actions {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px; }
    .paymentMethodForm .form-actions a {
      margin: 0;
      text-align: left;
      color: #313B45;
      text-decoration: underline; }
      .paymentMethodForm .form-actions a:hover {
        color: #E41B21;
        text-decoration: none; }
    .paymentMethodForm .form-actions .button {
      margin: 0; }
    .paymentMethodForm .form-actions:before, .paymentMethodForm .form-actions:after {
      display: none; }

.paymentMethodForm-wrapper form {
  margin: 0; }

.paymentMethodForm-wrapper .form-row--half .form-field {
  margin-bottom: 0 !important; }

.paymentMethodForm-wrapper .form-row {
  gap: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0; }

.paymentMethodForm-wrapper .form-row .form-field {
  padding: 0;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 801px) {
    .paymentMethodForm-wrapper .form-row .form-field {
      max-width: calc(50% - 12px); } }

.paymentMethodForm-wrapper .form-field:before, .paymentMethodForm-wrapper .form-field:after,
.paymentMethodForm-wrapper .form-row:before, .paymentMethodForm-wrapper .form-row:after {
  display: none; }

.paymentMethodForm-wrapper .form-fieldset .paymentMethodForm-heading {
  font-size: 18px;
  border: 0;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px; }
  @media (min-width: 801px) {
    .paymentMethodForm-wrapper .form-fieldset .paymentMethodForm-heading {
      font-size: 24px;
      line-height: 1; } }

.paymentMethodForm-wrapper .form-select {
  border-color: #DDD; }
  .paymentMethodForm-wrapper .form-select:focus {
    border-color: #313B45; }

.paymentMethodForm-wrapper .form-field--error .form-select,
.paymentMethodForm-wrapper .form-field--error .form-input {
  border-color: #cc4749; }

.paymentMethodForm-wrapper .form-actions {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px; }
  .paymentMethodForm-wrapper .form-actions a {
    margin: 0;
    text-align: left;
    margin-left: auto; }
    .paymentMethodForm-wrapper .form-actions a:not(:hover) {
      text-decoration: none; }
  .paymentMethodForm-wrapper .form-actions:before, .paymentMethodForm-wrapper .form-actions:after {
    display: none; }

.paymentMethodForm-wrapper .paymentMethodForm-column {
  width: 100%;
  gap: 24px; }

#bc-account-payments #bc-payment-fields {
  margin-bottom: 16px; }

#bc-account-payments h3 {
  font-size: 18px;
  border: 0;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
  padding: 0;
  margin: 0 0 16px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #313B45; }
  @media (min-width: 801px) {
    #bc-account-payments h3 {
      font-size: 24px;
      line-height: 1;
      margin-bottom: 19px; } }

#bc-account-payments label {
  font-size: 16px;
  font-weight: 400;
  color: #313B45;
  margin-bottom: 8px;
  display: block; }

#bc-account-payments input[type="text"],
#bc-account-payments input[type="tel"],
#bc-account-payments input[type="email"],
#bc-account-payments select {
  width: 100%;
  min-height: 48px;
  padding: 8px 16px;
  border: 1px solid #DDD;
  border-radius: 4px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #313B45;
  background-color: #fff;
  box-sizing: border-box; }
  #bc-account-payments input[type="text"]:focus,
  #bc-account-payments input[type="tel"]:focus,
  #bc-account-payments input[type="email"]:focus,
  #bc-account-payments select:focus {
    border-color: #313B45;
    outline: none;
    box-shadow: 0 0 0 2px rgba(49, 59, 69, 0.1); }
  #bc-account-payments input[type="text"]::placeholder,
  #bc-account-payments input[type="tel"]::placeholder,
  #bc-account-payments input[type="email"]::placeholder,
  #bc-account-payments select::placeholder {
    color: #979797; }

#bc-account-payments select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L12 16L5 9' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px; }

#bc-account-payments input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 8px; }
  #bc-account-payments input[type="checkbox"] + label {
    display: inline;
    font-weight: 400;
    margin-bottom: 0; }

#bc-account-payments button[type="submit"] {
  background-color: #E41B21;
  border: 1px solid #E41B21;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  min-height: 48px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 0; }
  #bc-account-payments button[type="submit"]:hover {
    background-color: #666666;
    border-color: #666666; }
  #bc-account-payments button[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(23, 110, 193, 0.2); }

#bc-account-payments a {
  color: #313B45;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  border: none;
  padding: 0; }
  #bc-account-payments a:hover {
    color: #E41B21;
    text-decoration: underline; }

#bc-account-payments > form > div > div {
  margin-bottom: 16px; }
  @media (min-width: 801px) {
    #bc-account-payments > form > div > div {
      margin-bottom: 24px; } }
  #bc-account-payments > form > div > div:last-child {
    margin-bottom: 0; }
  #bc-account-payments > form > div > div > div {
    margin-bottom: 0; }

#bc-account-payments #cardNumber,
#bc-account-payments #cardExpiry,
#bc-account-payments #cardCode,
#bc-account-payments #cardName {
  border: 1px solid #DDD;
  border-radius: 4px;
  min-height: 48px;
  background-color: #fff; }

#bc-account-payments form > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  flex-direction: row-reverse;
  gap: 16px; }
  #bc-account-payments form > div:last-child a {
    margin-left: auto; }

.category-header-image {
  width: 100%; }

.category-landing-page {
  padding-top: 20px; }
  .category-landing-page .page-heading {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #E41B21; }
  .category-landing-page .shop-by-animal-widget {
    padding-left: 0;
    padding-right: 0; }

.related-articles {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  /* Slick Slider */ }
  @media (min-width: 801px) {
    .related-articles {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .related-articles .related-articles-item {
    margin: 0 8px;
    position: relative; }
  .related-articles .related-articles-item-content {
    padding: 24px 0;
    display: inline-flex;
    flex-direction: column;
    gap: 12px; }
    .related-articles .related-articles-item-content .button-as-link {
      color: #313B45; }
      .related-articles .related-articles-item-content .button-as-link::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
      .related-articles .related-articles-item-content .button-as-link:hover {
        color: #DD2D2D; }
  .related-articles .slick-list {
    margin: 0 -8px; }
  .related-articles .related-articles-item-tag {
    color: #313B45;
    font-size: 12px;
    line-height: 1.25;
    display: none; }
  .related-articles .related-articles-item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.4px; }
    @media (min-width: 801px) {
      .related-articles .related-articles-item-title {
        font-size: 28px;
        letter-spacing: -0.56px; } }
  .related-articles .with-highlight {
    text-align: left; }
  .related-articles h2.content-layout-title {
    font-size: 32px; }
    @media (min-width: 801px) {
      .related-articles h2.content-layout-title {
        font-size: 48px; } }
  .related-articles h3.content-layout-title {
    font-weight: 600;
    margin-bottom: 16px; }
    @media (min-width: 801px) {
      .related-articles h3.content-layout-title {
        margin-bottom: 12px; } }
  .related-articles .content-layout-footer {
    margin-top: 8px; }
    @media (min-width: 801px) {
      .related-articles .content-layout-footer {
        position: absolute;
        bottom: 50px;
        right: 0;
        margin-top: 0; } }
  .related-articles .slick-slider {
    display: flex;
    flex-wrap: wrap;
    color: #313B45;
    margin-bottom: 0; }
  .related-articles .slick-list {
    padding-bottom: 0; }
    @media (min-width: 801px) {
      .related-articles .slick-list {
        padding-bottom: 24px; } }
  .related-articles .slide {
    position: relative;
    overflow: hidden; }
  .related-articles .slick-initialized .slick-slide {
    display: inline-flex;
    flex-direction: column; }
  .related-articles .slick-prev,
  .related-articles .slick-next {
    width: 45px;
    height: 45px;
    position: static;
    z-index: 1;
    transition: all 0.3s ease;
    background: transparent;
    margin: 0;
    order: 1;
    transform: none;
    padding: 0;
    display: none !important; }
    @media (min-width: 801px) {
      .related-articles .slick-prev,
      .related-articles .slick-next {
        display: block !important; } }
  .related-articles .slick-prev,
  .related-articles .slick-prev:hover {
    left: 0;
    order: 1;
    margin-right: 16px; }
    .related-articles .slick-prev:before,
    .related-articles .slick-prev:hover:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Crect x='0.5' y='1.41992' width='43' height='43' rx='21.5' stroke='%23313B45'/%3E%3Cpath d='M25 29.9199L18 22.9199L25 15.9199' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 44px;
      height: 45px; }
  .related-articles .slick-next,
  .related-articles .slick-next:hover {
    right: 0;
    order: 3;
    margin-left: 16px; }
    .related-articles .slick-next:before,
    .related-articles .slick-next:hover:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Crect x='0.5' y='1.41992' width='43' height='43' rx='21.5' stroke='%23313B45'/%3E%3Cpath d='M19 15.9199L26 22.9199L19 29.9199' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 44px;
      height: 45px; }
  .related-articles .slick-dots {
    position: relative;
    text-align: left;
    width: 100%;
    order: 2;
    bottom: 0; }
    @media (min-width: 801px) {
      .related-articles .slick-dots {
        width: auto; } }
  .related-articles .slick-dots li {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px; }
    @media (min-width: 801px) {
      .related-articles .slick-dots li {
        height: 44px; } }
    .related-articles .slick-dots li button {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: 0; }
      @media (min-width: 801px) {
        .related-articles .slick-dots li button {
          height: 44px; } }
    .related-articles .slick-dots li button:before {
      content: '';
      width: 8px;
      height: 8px;
      background: #313B45;
      opacity: 1;
      position: static; }
    .related-articles .slick-dots li.slick-active button:before {
      background: #DD2D2D;
      opacity: 1;
      width: 18px;
      height: 5px;
      border-radius: 20px;
      transition: width 0.3s ease-out;
      position: relative; }
  .related-articles.featured-resources {
    padding-top: 40px;
    padding-bottom: 40px; }
    .related-articles.featured-resources .related-articles-item-content .button-as-link {
      color: #E41B21; }
    @media (max-width: 800px) {
      .related-articles.featured-resources .related-articles-item {
        margin: 0 4px; } }
    @media (max-width: 800px) {
      .related-articles.featured-resources .slick-list {
        overflow: visible;
        max-width: 100%;
        padding-right: 48px;
        margin: 0 -4px; } }
    @media (max-width: 800px) {
      .related-articles.featured-resources .related-articles-wrapper {
        overflow: hidden;
        min-width: calc(100% + 12px); } }
    .related-articles.featured-resources .related-articles-item-title {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -0.56px; }

.seo-content {
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 801px) {
    .seo-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .seo-content .seo-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 16px;
    border-top: 2px solid #313B45;
    padding-top: 24px;
    padding-bottom: 24px; }
    @media (min-width: 801px) {
      .seo-content .seo-body {
        flex-direction: row;
        gap: 16px; } }
    .seo-content .seo-body .seo-body-content {
      flex-grow: 1; }
      .seo-content .seo-body .seo-body-content strong,
      .seo-content .seo-body .seo-body-content h2,
      .seo-content .seo-body .seo-body-content h3,
      .seo-content .seo-body .seo-body-content h4,
      .seo-content .seo-body .seo-body-content h5,
      .seo-content .seo-body .seo-body-content h6 {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.45;
        letter-spacing: 0; }

.single-banner-image img {
  width: 100%;
  height: auto;
  display: block; }

.Testimonials__wrapper {
  padding-top: 24px;
  padding-bottom: 92px;
  display: inline-flex;
  gap: 24px;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 801px) {
    .Testimonials__wrapper {
      padding-top: 40px;
      padding-bottom: 108px; } }
  .Testimonials__wrapper .SA__reviews {
    gap: 24px;
    align-items: stretch; }
  .Testimonials__wrapper .no-aggregate .tns-outer {
    min-height: 383px;
    margin: 0 !important; }
  .Testimonials__wrapper .SA__wrapper .SA__container {
    max-width: 100%; }
  .Testimonials__wrapper .SA__wrapper .SA__container:not(.vertical) .tns-ovh {
    position: static !important; }
  .Testimonials__wrapper .SA__wrapper .SA__widget {
    padding: 0; }
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__widget_item.SA__has_border .SA__widget_content {
    margin: 0 !important;
    border-radius: 2px;
    border-top: 2px solid #313B45;
    background: #fff; }
  .Testimonials__wrapper .SA__wrapper .SA__container.horizontal .SA__widget .SA__reviews .SA__widget_item {
    padding: 0 !important;
    height: auto !important;
    background-color: #fff;
    min-height: 383px;
    border-radius: 2px;
    border-top: 2px solid #313B45; }
  .Testimonials__wrapper .SA__wrapper .SA__widget_item .SA__widget_content::before {
    display: none; }
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content::after {
    display: none; }
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content:not(.SA__overall),
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__widget_item:hover .SA__widget_content:not(.SA__overall),
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content .SA__overall {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important; }
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content .SA__overall .SA__overall_content {
    padding: 0;
    outline: none !important; }
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content {
    padding: 64px 32px 24px;
    border-radius: 0;
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: auto;
    max-height: none;
    width: 100%;
    height: 100%;
    max-height: 100% !important; }
  .Testimonials__wrapper .SA__wrapper .SA__widget.SA__medium_widget .SA__widget_item .SA__widget_content .SA__h2 {
    order: 1;
    margin-top: auto !important;
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    color: #313B45 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 1.12px;
    text-transform: uppercase; }
  .Testimonials__wrapper .SA__wrapper .SA__widget.SA__medium_widget .SA__widget_item .SA__widget_content p {
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    color: #313B45 !important;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.64px;
    margin-top: 24px; }
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__prev,
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__next {
    margin: 0;
    bottom: -68px;
    left: 0;
    top: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 45px;
    transform: none; }
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Crect x='0.5' y='1.41992' width='43' height='43' rx='21.5' stroke='%23313B45'/%3E%3Cpath d='M25 29.9199L18 22.9199L25 15.9199' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") !important; }
  .Testimonials__wrapper .SA__wrapper .SA__widget .SA__next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Crect x='0.5' y='1.41992' width='43' height='43' rx='21.5' stroke='%23313B45'/%3E%3Cpath d='M19 15.9199L26 22.9199L19 29.9199' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") !important;
    left: 67px; }

@media (min-width: 801px) {
  .category-top-nav {
    padding: 24px 0; } }

.category-top-nav .count-sorting {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  padding: 12px 0;
  min-height: 100px; }
  .page-brand .category-top-nav .count-sorting {
    min-height: fit-content; }
    @media (min-width: 801px) {
      .page-brand .category-top-nav .count-sorting {
        min-height: 48px; } }
  @media (min-width: 801px) {
    .category-top-nav .count-sorting {
      gap: 0;
      flex-direction: row;
      align-items: center;
      min-height: 48px; } }
  @media (max-width: 800px) {
    .category-top-nav .count-sorting .actionBar {
      min-height: 48px;
      margin-left: auto;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 9; } }

.category-top-nav .actionBar,
.category-top-nav .form-field {
  margin: 0; }

.category-top-nav .total-products {
  font-size: 14px;
  font-weight: 600; }

@media (min-width: 801px) {
  .category-top-nav .actionBar {
    margin-left: auto; } }

.category-top-nav .sub-cat-nav {
  border-bottom: 1px solid #313B45;
  margin-bottom: 24px;
  text-align: left;
  display: none; }
  @media (min-width: 801px) {
    .category-top-nav .sub-cat-nav {
      display: block; } }
  .category-top-nav .sub-cat-nav .navBar-item {
    margin: 0; }
  .category-top-nav .sub-cat-nav .navBar-action {
    min-width: 170px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none;
    color: #313B45;
    border: 1px solid transparent;
    margin-bottom: -1px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal; }
    @media (min-width: 801px) {
      .category-top-nav .sub-cat-nav .navBar-action {
        padding: 8px 24px; } }
    .category-top-nav .sub-cat-nav .navBar-action-color--active {
      border-color: #313B45; }

.category-description-main {
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 801px) {
    .category-description-main {
      padding-top: 40px;
      padding-bottom: 40px; } }

.category-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
  border-top: 2px solid #313B45; }
  @media (min-width: 801px) {
    .category-description {
      gap: 16px; } }
  .category-description .custom-collapsible {
    display: flex;
    color: #313B45;
    gap: 8px;
    align-items: center;
    min-height: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none; }
    .category-description .custom-collapsible .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 32px;
      width: 32px;
      height: 32px;
      margin-left: auto; }
      .category-description .custom-collapsible .icon svg {
        width: 18px;
        height: 18px; }
    .category-description .custom-collapsible:not(.is-open) .icon-minus {
      display: none; }
    .category-description .custom-collapsible.is-open .icon-plus {
      display: none; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  margin-left: 2px;
  color: #666;
  top: -1px;
  font-size: 14px; }
  .tooltip .icon {
    width: 18px;
    height: 18px;
    color: #313B45; }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 280px;
    background-color: #585858;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 12px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -140px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    pointer-events: none; }
    @media (max-width: 800px) {
      .tooltip .tooltiptext {
        top: -70px;
        left: 30px;
        margin-left: 0;
        bottom: auto; } }
    .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #333 transparent transparent transparent; }
      @media (max-width: 800px) {
        .tooltip .tooltiptext::after {
          border-color: transparent #333 transparent transparent;
          top: 78px;
          left: -4px; } }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; }
  .tooltip:hover {
    color: #E41B21; }

.review-qa-tabs {
  max-width: 1040px;
  margin: 0 auto; }
  .review-qa-tabs .tab-nav {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: -1px;
    margin-bottom: 8px;
    user-select: none; }
    .review-qa-tabs .tab-nav .tab-nav-item {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 24px 8px;
      height: 70px;
      border: 1px solid #313B45;
      cursor: pointer;
      transition: all 0.3s ease;
      margin-right: -1px; }
      .review-qa-tabs .tab-nav .tab-nav-item:first-child:not(.is-active) {
        border-left-color: transparent;
        border-top-color: transparent; }
      .review-qa-tabs .tab-nav .tab-nav-item:last-child:not(.is-active) {
        border-right-color: transparent;
        border-top-color: transparent; }
      .review-qa-tabs .tab-nav .tab-nav-item .tab-nav-text {
        font-family: 'Bitter', serif; }

.tabs-reviews .tab-content-wrapper .tab-content {
  display: none;
  font-family: Roboto; }
  .tabs-reviews .tab-content-wrapper .tab-content.is-active {
    display: block; }
  .tabs-reviews .tab-content-wrapper .tab-content .reviews-content,
  .tabs-reviews .tab-content-wrapper .tab-content .answerbase-widget {
    min-height: 200px;
    max-width: 1040px;
    margin: 0 auto; }

.tab-content-wrapper .answerbase-widget > .title {
  display: none; }

.tab-content-wrapper .answerbase-widget #ask-question-box {
  margin-bottom: 0; }

.tab-content-wrapper .answerbase-widget .questions-list .item {
  margin: 0; }

.tab-content-wrapper .answerbase-widget .questions-list > .title {
  display: none !important; }
  .tab-content-wrapper .answerbase-widget .questions-list > .title hr {
    display: none; }

.tab-content-wrapper .answerbase-widget .grid-margin-x,
.tab-content-wrapper .answerbase-widget .grid-margin-x {
  margin: 0; }
  .tab-content-wrapper .answerbase-widget .grid-margin-x > .cell,
  .tab-content-wrapper .answerbase-widget .grid-margin-x > .cell {
    margin: 0; }

.tab-content-wrapper .answerbase-widget .shrink {
  margin-right: 0.75rem !important; }

.tab-content-wrapper .answerbase-widget small .follow {
  color: #646C73;
  font-size: 12px !important;
  line-height: 1.25; }

.tab-content-wrapper .comments-list {
  margin-bottom: 32px; }

.tab-content-wrapper .answers-list {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  .tab-content-wrapper .answers-list .answer-item {
    margin-top: 0 !important;
    margin-left: 24px;
    padding-left: 16px;
    border-left: 1px solid #313B45; }
    @media (min-width: 801px) {
      .tab-content-wrapper .answers-list .answer-item {
        margin-left: 48px;
        padding-left: 24px; } }
  .tab-content-wrapper .answers-list .comments-list {
    margin-bottom: 0; }
  .tab-content-wrapper .answers-list .voting {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px; }
    .tab-content-wrapper .answers-list .voting > small {
      width: 100%; }
    .tab-content-wrapper .answers-list .voting > a {
      min-width: 51px;
      min-height: 32px;
      padding: 8px 12px;
      border-radius: 4px;
      border: 1px solid #CCCCCC;
      background-color: #F0F2F4;
      margin: 0;
      background-position: center !important;
      background-repeat: no-repeat !important; }
      .tab-content-wrapper .answers-list .voting > a:hover {
        border-color: #176EC1;
        background: #F0F2F4; }
      .tab-content-wrapper .answers-list .voting > a .control {
        display: none; }
    .tab-content-wrapper .answers-list .voting .vote-up {
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5455 5.6H9.95636L10.6473 1.944L10.6691 1.688C10.6691 1.36 10.5455 1.056 10.3491 0.84L9.57818 0L4.79273 5.272C4.52364 5.56 4.36364 5.96 4.36364 6.4V14.4C4.36364 15.28 5.01818 16 5.81818 16H12.3636C12.9673 16 13.4836 15.6 13.7018 15.024L15.8982 9.384C15.9636 9.2 16 9.008 16 8.8V7.2C16 6.32 15.3455 5.6 14.5455 5.6ZM14.5455 8.797L12.3636 14.397H5.81818V6.397L8.97455 2.925L8.16727 7.197H14.5455V8.797ZM2.90909 6.4H0V16H2.90909V6.4Z' fill='%23313B45'/%3E%3C/svg%3E%0A") !important; }
    .tab-content-wrapper .answers-list .voting .vote-down {
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1818 2.40039H3.63636C3.03273 2.40039 2.51636 2.80039 2.29818 3.37639L0.101818 9.01639C0.0363636 9.20039 0 9.39239 0 9.60039V11.2004C0 12.0804 0.654545 12.8004 1.45455 12.8004H6.04364L5.35273 16.4564L5.33091 16.7124C5.33091 17.0404 5.45455 17.3444 5.65091 17.5604L6.42182 18.4004L11.2073 13.1284C11.4764 12.8404 11.6364 12.4404 11.6364 12.0004V4.00039C11.6364 3.12039 10.9818 2.40039 10.1818 2.40039ZM10.1818 12.0004L7.02545 15.4724L7.83273 11.2004H1.45455V9.60039L3.63636 4.00039H10.1818V12.0004ZM16 2.40039H13.0909V12.0004H16V2.40039Z' fill='%23313B45'/%3E%3C/svg%3E%0A") !important; }

.tab-content-wrapper .questions-list > .item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #DDDDDD; }
  @media (min-width: 801px) {
    .tab-content-wrapper .questions-list > .item .auto > small:first-child {
      float: right; } }
  .tab-content-wrapper .questions-list > .item .auto small {
    color: #646C73;
    font-size: 12px;
    line-height: 1.25; }
    .tab-content-wrapper .questions-list > .item .auto small + div > .ab-link {
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.4px;
      text-align: center;
      text-transform: uppercase; }
      .tab-content-wrapper .questions-list > .item .auto small + div > .ab-link:before {
        content: 'Q: '; }
      @media (min-width: 801px) {
        .tab-content-wrapper .questions-list > .item .auto small + div > .ab-link {
          font-size: 1.5rem;
          line-height: 1.1;
          letter-spacing: -0.48px; } }

.tab-content-wrapper .see-more-grid {
  margin-top: 32px !important; }

body .reviews-content,
body .answerbase-widget {
  min-height: 200px;
  max-width: 1040px;
  margin: 0 auto; }

body .autocomplete-w1,
body .answerbase-widget {
  font-size: 16px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313B45; }
  body .autocomplete-w1 h5,
  body .autocomplete-w1 h6,
  body .answerbase-widget h5,
  body .answerbase-widget h6 {
    text-transform: none;
    font-size: 22px;
    font-family: "Bitter", Arial, Helvetica, sans-serif; }
  body .autocomplete-w1 small,
  body .answerbase-widget small {
    font-size: 100%;
    line-height: inherit; }
  body .autocomplete-w1 [type='text'],
  body .autocomplete-w1 [type='password'],
  body .autocomplete-w1 [type='date'],
  body .autocomplete-w1 [type='datetime'],
  body .autocomplete-w1 [type='datetime-local'],
  body .autocomplete-w1 [type='month'],
  body .autocomplete-w1 [type='week'],
  body .autocomplete-w1 [type='email'],
  body .autocomplete-w1 [type='number'],
  body .autocomplete-w1 [type='search'],
  body .autocomplete-w1 [type='tel'],
  body .autocomplete-w1 [type='time'],
  body .autocomplete-w1 [type='url'],
  body .autocomplete-w1 [type='color'],
  body .autocomplete-w1 textarea,
  body .answerbase-widget [type='text'],
  body .answerbase-widget [type='password'],
  body .answerbase-widget [type='date'],
  body .answerbase-widget [type='datetime'],
  body .answerbase-widget [type='datetime-local'],
  body .answerbase-widget [type='month'],
  body .answerbase-widget [type='week'],
  body .answerbase-widget [type='email'],
  body .answerbase-widget [type='number'],
  body .answerbase-widget [type='search'],
  body .answerbase-widget [type='tel'],
  body .answerbase-widget [type='time'],
  body .answerbase-widget [type='url'],
  body .answerbase-widget [type='color'],
  body .answerbase-widget textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    margin: 0 0 1.11111rem;
    padding: 0.55556rem;
    border-radius: 0;
    background-color: #faf8f3 !important;
    box-shadow: none !important;
    font-family: inherit;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none;
    border-color: #313b45 !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    padding: 12px;
    color: #313b45;
    background: 0 0; }
  body .autocomplete-w1 [type='checkbox'],
  body .answerbase-widget [type='checkbox'] {
    transform: scale(1.4);
    width: auto;
    margin-right: 5px; }
  body .autocomplete-w1 .questions-list .viewall,
  body .autocomplete-w1 .questions-list .see-more,
  body .autocomplete-w1 .questions-list .collapse,
  body .autocomplete-w1 .questions-list .expand,
  body .autocomplete-w1 button.button.secondary,
  body .autocomplete-w1 a.button.secondary,
  body .answerbase-widget .questions-list .viewall,
  body .answerbase-widget .questions-list .see-more,
  body .answerbase-widget .questions-list .collapse,
  body .answerbase-widget .questions-list .expand,
  body .answerbase-widget button.button.secondary,
  body .answerbase-widget a.button.secondary {
    border-radius: 0;
    background-color: #176ec1 !important;
    color: #fff !important;
    border: none;
    border-radius: 0;
    min-height: 48px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: .9px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    justify-content: center;
    align-self: flex-start; }
  body .autocomplete-w1 .read-more,
  body .autocomplete-w1 .read-more:hover,
  body .answerbase-widget .read-more,
  body .answerbase-widget .read-more:hover {
    color: #E41B21;
    text-decoration: underline; }
  body .autocomplete-w1 .questions-list .viewall,
  body .answerbase-widget .questions-list .viewall {
    margin: 20px auto;
    display: grid;
    justify-content: center;
    align-items: center;
    width: fit-content; }
  body .autocomplete-w1 .questions-list .item .timestamp,
  body .autocomplete-w1 .questions-list .item .follow,
  body .autocomplete-w1 .questions-list .item .toggle-comments,
  body .answerbase-widget .questions-list .item .timestamp,
  body .answerbase-widget .questions-list .item .follow,
  body .answerbase-widget .questions-list .item .toggle-comments {
    font-size: 14px;
    color: #646C73; }
  body .autocomplete-w1 .questions-list .item .timestamp,
  body .answerbase-widget .questions-list .item .timestamp {
    display: inline-block;
    margin-bottom: 16px; }
    @media (min-width: 801px) {
      body .autocomplete-w1 .questions-list .item .timestamp,
      body .answerbase-widget .questions-list .item .timestamp {
        margin-bottom: 0;
        margin-left: 16px; } }
  body .autocomplete-w1 .autocomplete,
  body .answerbase-widget .autocomplete {
    border: 1px solid #ccc; }
    body .autocomplete-w1 .autocomplete div.autoSuggestBox,
    body .answerbase-widget .autocomplete div.autoSuggestBox {
      padding: 20px !important; }
  body .autocomplete-w1 a#hideAutoSuggest,
  body .answerbase-widget a#hideAutoSuggest {
    text-decoration: underline; }
  body .autocomplete-w1 label a,
  body .answerbase-widget label a {
    text-decoration: underline; }
  body .autocomplete-w1 .questions-list .no-avatar,
  body .answerbase-widget .questions-list .no-avatar {
    padding-left: 0; }
  body .autocomplete-w1 form[action^="/Widget/"],
  body .answerbase-widget form[action^="/Widget/"] {
    padding: 0; }
  body .autocomplete-w1 form[action^="/Widget/"] > div,
  body .answerbase-widget form[action^="/Widget/"] > div {
    max-width: 100%;
    margin: 0 auto;
    background: #faf8f3; }
  body .autocomplete-w1 form[action^="/Widget/"] input[type="checkbox"],
  body .answerbase-widget form[action^="/Widget/"] input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    accent-color: #E41B21;
    flex-shrink: 0; }
  body .autocomplete-w1 form[action^="/Widget/"] .field-validation-error,
  body .answerbase-widget form[action^="/Widget/"] .field-validation-error {
    color: #fff; }
  body .autocomplete-w1 .details,
  body .answerbase-widget .details {
    margin-top: 5px !important; }

body #ab-shopperapproved {
  display: none; }

body .answerbase-widget .autocomplete div.bottomPostQuestion {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-top: 10px; }

#ss__content--products + .answerbase-widget {
  margin-top: 30px; }

.bg-primary {
  background-color: #FFFFFF; }

.bg-wheat {
  background-color: #FAF8F3; }

.bg-neutral-dark {
  background-color: #313B45; }

.bg-neutral-light {
  background-color: #F0F2F4; }

.bg-accent {
  background-color: #E41B21; }

.bg-accent-dark {
  background-color: #C30017; }

.bg-accent-secondary {
  background-color: #176EC1; }

.bg-primary-dark {
  background-color: #04125B; }

.bg-sucess {
  background-color: #ECFAE8; }

.bg-stars {
  background-color: #FF9000; }

.bg-disabled {
  background-color: #646C73; }

.bg-muted {
  background-color: #DDDDDD; }

.bg-subtle {
  background-color: #CCCCCC; }

.text-primary {
  color: #FFFFFF; }

.text-wheat {
  color: #FAF8F3; }

.text-neutral-dark {
  color: #313B45; }

.text-neutral-light {
  color: #F0F2F4; }

.text-accent {
  color: #E41B21; }

.text-accent-dark {
  color: #C30017; }

.text-accent-secondary {
  color: #176EC1; }

.text-primary-dark {
  color: #04125B; }

.text-sucess {
  color: #ECFAE8; }

.text-stars {
  color: #FF9000; }

.text-disabled {
  color: #646C73; }

.text-muted {
  color: #DDDDDD; }

.text-subtle {
  color: #CCCCCC; }

.border-colorprimary {
  border-color: #FFFFFF; }

.border-colorwheat {
  border-color: #FAF8F3; }

.border-colorneutral-dark {
  border-color: #313B45; }

.border-colorneutral-light {
  border-color: #F0F2F4; }

.border-coloraccent {
  border-color: #E41B21; }

.border-coloraccent-dark {
  border-color: #C30017; }

.border-coloraccent-secondary {
  border-color: #176EC1; }

.border-colorprimary-dark {
  border-color: #04125B; }

.border-colorsucess {
  border-color: #ECFAE8; }

.border-colorstars {
  border-color: #FF9000; }

.border-colordisabled {
  border-color: #646C73; }

.border-colormuted {
  border-color: #DDDDDD; }

.border-colorsubtle {
  border-color: #CCCCCC; }

.skip-to-main-link {
  background: #faf8f3;
  color: #313b45;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 30px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: #faf8f3;
  width: 100%;
  z-index: 100;
  position: relative; }
  @media (min-width: 801px) {
    .header {
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible; } }

.header-logo {
  font-size: 0;
  margin: 0;
  text-align: center; }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    z-index: 20;
    width: 150px; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: 180px; } }
    @media (min-width: 1261px) {
      .header-logo__link {
        width: 220px; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Bitter", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 36px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: "px"; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  shape-rendering: geometricprecision; }

.mobileMenu-toggle {
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  font-size: 0;
  left: 0.75rem;
  overflow: hidden;
  position: absolute;
  z-index: 50;
  top: 20px; }
  .mobileMenu-toggle .mobileMenu-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobileMenu-toggle .mobileMenu-icon .icon-close {
      display: none; }
    .mobileMenu-toggle .mobileMenu-icon svg {
      width: 100%;
      height: auto; }
  .mobileMenu-toggle.is-open .mobileMenu-icon .icon-menu {
    display: none; }
  .mobileMenu-toggle.is-open .mobileMenu-icon .icon-close {
    display: block; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }

.text-slide-wrapper {
  background: #313B45;
  text-align: center;
  min-height: 40px; }

.widget-text-slide {
  color: #fff;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 8px 2.5rem; }
  .widget-text-slide:not(.slick-initialized) > .widget-text-slide-item:not(:first-child) {
    display: none; }
  @media (min-width: 801px) {
    .widget-text-slide {
      padding-left: 48px;
      padding-right: 48px; } }
  .widget-text-slide.slick-slider {
    display: flex;
    max-width: 750px;
    margin: 0 auto;
    min-width: auto;
    width: 100%; }
  .widget-text-slide a {
    color: #fff;
    text-decoration: underline; }
  .widget-text-slide .widget-text-slide-item {
    font-size: 14px;
    line-height: 1.357; }
    @media (min-width: 801px) {
      .widget-text-slide .widget-text-slide-item {
        font-size: 16px;
        line-height: 1.45; } }
  .widget-text-slide .slick-arrow {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    width: 32px;
    height: 32px; }
    .widget-text-slide .slick-arrow::before {
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 14.25L6 9L11.25 3.75' stroke='white' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
      width: 32px;
      height: 32px;
      background-size: 18px; }
  .widget-text-slide .slick-prev {
    left: 0; }
  .widget-text-slide .slick-next {
    right: 0; }
    .widget-text-slide .slick-next::before {
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 3.75L12 9L6.75 14.25' stroke='white' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A"); }

.head-top-links {
  display: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch; }
  @media (min-width: 801px) {
    .head-top-links {
      display: flex; } }
  .head-top-links ul {
    display: inline-flex;
    margin: 0;
    list-style: none;
    gap: 16px; }
  .head-top-links a {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    text-decoration: none; }
  .head-top-links a[href*="tel"] {
    font-weight: 700;
    border-radius: 2px;
    border: 1px solid #313B45;
    display: flex;
    padding: 3px 6px;
    flex-direction: row;
    align-items: center;
    gap: 4px; }
    .head-top-links a[href*="tel"]:before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.05 17C9.98797 16.996 7.05248 15.7778 4.8873 13.6127C2.72211 11.4475 1.50397 8.512 1.5 5.44996C1.5 4.53497 1.86348 3.65745 2.51048 3.01045C3.15748 2.36344 4.035 1.99996 4.95 1.99996C5.14376 1.99849 5.33719 2.01607 5.5275 2.05246C5.71148 2.07969 5.89235 2.12491 6.0675 2.18746C6.19069 2.23069 6.30046 2.30531 6.38596 2.40397C6.47146 2.50262 6.52973 2.62189 6.555 2.74996L7.5825 7.24996C7.61019 7.37211 7.60686 7.49925 7.5728 7.61978C7.53874 7.7403 7.47503 7.85038 7.3875 7.93996C7.29 8.04496 7.2825 8.05246 6.36 8.53246C7.09874 10.1531 8.3949 11.4546 10.0125 12.2C10.5 11.27 10.5075 11.2625 10.6125 11.165C10.7021 11.0774 10.8122 11.0137 10.9327 10.9797C11.0532 10.9456 11.1804 10.9423 11.3025 10.97L15.8025 11.9975C15.9265 12.0262 16.0411 12.0861 16.1356 12.1714C16.23 12.2566 16.3012 12.3646 16.3425 12.485C16.4058 12.663 16.4535 12.8462 16.485 13.0325C16.5152 13.221 16.5302 13.4116 16.53 13.6025C16.5162 14.5135 16.1425 15.3822 15.4905 16.0187C14.8385 16.6552 13.9612 17.008 13.05 17ZM4.95 3.49996C4.43344 3.50194 3.93859 3.70802 3.57332 4.07329C3.20806 4.43856 3.00198 4.9334 3 5.44996C3.00199 8.11478 4.06146 10.6699 5.94577 12.5542C7.83008 14.4385 10.3852 15.498 13.05 15.5C13.5666 15.498 14.0614 15.2919 14.4267 14.9266C14.7919 14.5614 14.998 14.0665 15 13.55V13.3025L11.52 12.5L11.3025 12.9125C10.965 13.565 10.7175 14.0375 10.0875 13.7825C8.84466 13.3376 7.71652 12.6215 6.78505 11.6861C5.85358 10.7508 5.14217 9.61965 4.7025 8.37496C4.4325 7.78996 4.9425 7.51996 5.5875 7.18246L6 6.97996L5.1975 3.49996H4.95Z' fill='%23313B45'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-size: 100%; }

.header-wrapper {
  display: inline-flex;
  gap: 0.75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  position: relative;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .header-wrapper {
      gap: 16px;
      flex-direction: row;
      padding: 0; } }
  @media (min-width: 1261px) {
    .header-wrapper {
      gap: 32px; } }

.body {
  margin-top: 1.5rem;
  margin-top: 0 !important; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.25rem; } }

.d-block {
  display: block; }

.d-none {
  display: none !important; }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-page .page {
  margin: 0; }

.page-page h1.page-heading {
  font-size: 2rem;
  line-height: 1; }
  @media (min-width: 801px) {
    .page-page h1.page-heading {
      font-size: 3rem; } }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.page-category .page-content,
.page-search .page-content,
.page-brand .page-content,
.page-blog .page-content {
  margin-bottom: 16px; }

.page-category .page-sidebar,
.page-search .page-sidebar,
.page-brand .page-sidebar,
.page-blog .page-sidebar {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (min-width: 801px) {
    .page-category .page-sidebar,
    .page-search .page-sidebar,
    .page-brand .page-sidebar,
    .page-blog .page-sidebar {
      width: 250px;
      gap: 24px; }
      .page-category .page-sidebar + .page-content,
      .page-search .page-sidebar + .page-content,
      .page-brand .page-sidebar + .page-content,
      .page-blog .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left;
        width: calc(100% - 250px);
        margin-bottom: 24px; } }
  @media (min-width: 1261px) {
    .page-category .page-sidebar,
    .page-search .page-sidebar,
    .page-brand .page-sidebar,
    .page-blog .page-sidebar {
      width: 304px; }
      .page-category .page-sidebar + .page-content,
      .page-search .page-sidebar + .page-content,
      .page-brand .page-sidebar + .page-content,
      .page-blog .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left;
        width: calc(100% - 304px); } }

.page-category .constrain > .page,
.page-search .constrain > .page,
.page-brand .constrain > .page,
.page-blog .constrain > .page {
  position: relative; }

.page-category .after-facets,
.page-search .after-facets,
.page-brand .after-facets,
.page-blog .after-facets {
  display: none; }
  @media (min-width: 801px) {
    .page-category .after-facets,
    .page-search .after-facets,
    .page-brand .after-facets,
    .page-blog .after-facets {
      display: block; } }

.background-svg--wave {
  position: relative;
  padding-bottom: 100px;
  border-bottom: 0; }

@media only screen and (max-width: 768px) {
  .background-svg--wave {
    padding-bottom: 90px; } }

.heroCarousel-image-wrapper:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #faf8f3;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-5.20799 30.6967H-32V0.92041H1473V18.4115C1470.49 18.4115 1468.62 18.9211 1466.07 19.0045C1461.45 19.1559 1456.45 18.9663 1452.13 18.5682C1448.94 18.2745 1443.68 17.2321 1440.1 17.7514C1436.33 18.2991 1434.05 19.1766 1429.58 19.4744C1426.37 19.6875 1422.48 19.6861 1419.23 19.5304C1416 19.3754 1407.99 17.822 1405.61 18.143C1400.24 18.8687 1396.93 20.6654 1390.35 20.6269C1389.29 20.6207 1388.13 20.5851 1388.71 20.2688C1388.73 20.2564 1384.98 20.12 1384.65 20.101C1379.34 19.8 1374.58 19.4881 1370.48 18.6241C1367.74 18.0481 1363.79 19.5493 1361.82 19.8884C1359.96 20.2094 1354.88 19.0986 1352.8 18.915C1351.26 18.7788 1342.12 17.6386 1341.14 18.0982C1339.68 18.7751 1338.63 19.5919 1337.26 20.3024C1334.27 21.8549 1319.91 18.2654 1316.76 18.5234C1314.96 18.6704 1313.91 19.058 1312.25 19.2619C1308.89 19.6745 1305.52 19.8418 1301.77 19.8213C1298.43 19.8031 1295.44 19.4185 1292.06 19.4185C1286.65 19.4185 1280.83 19.9764 1275.52 20.2241C1269.16 20.521 1263.69 20.9487 1257.21 20.7276C1253.54 20.6027 1249.46 20.2712 1245.81 20.2241C1240.73 20.1584 1236.37 20.7084 1232.05 21.3206C1227.25 22.0019 1225.88 22.0146 1220.57 22.0367C1218.15 22.0467 1216.56 22.2105 1214.47 22.4842C1211.37 22.888 1208 22.8599 1204.58 22.8314L1204.53 22.8311C1201.4 22.805 1198.46 22.6408 1195.33 22.6408C1188.84 22.6408 1178.44 21.0602 1172.82 22.4394C1167.64 23.712 1153.72 24.0646 1149.81 23.5248C1148.63 23.3617 1145.62 22.0576 1144.3 22.6408C1142.83 23.2879 1140.33 24.1974 1137.23 24.431C1134.41 24.6445 1132.27 23.7358 1130.17 23.4912C1129.13 23.3701 1126.15 24.0367 1124.61 24.0506C1121.33 24.0805 1115.69 23.1069 1113.13 24.0506C1110.88 24.879 1110.3 25.259 1105.93 25.259C1100.01 25.259 1094.42 24.841 1088.53 24.8562C1082.31 24.8723 1080.65 25.9695 1075.22 26.3443C1071.2 26.622 1068.93 25.9527 1065.2 25.9527C1057.41 25.9527 1049.88 27.199 1042.32 26.6688C1040.15 26.5163 1037.76 26.1293 1036.49 25.6618C1034.35 24.8734 1032.51 25.3431 1029.79 25.6506C1022.96 26.4247 1015.91 25.8632 1008.61 25.8632C1002.56 25.8632 995.056 25.5628 989.286 26.0646C984.216 26.5055 980.104 26.1715 974.842 26.0758C967.582 25.9437 961.104 26.4998 953.836 26.4674C949.513 26.4481 947.645 26.0858 944.359 25.5723C940.441 24.96 930.326 25.5591 926.315 25.617L925.792 25.6246C921.274 25.6901 916.375 25.7612 911.871 25.6506C905.004 25.482 899.232 24.6548 892.142 24.6548C887.902 24.6548 884.887 25.259 880.842 25.259C877.319 25.259 875.077 24.7038 871.82 24.4982C867.788 24.2436 863.042 24.6277 859.108 24.7555L858.969 24.76C852.912 24.9569 846.44 25.1672 840.289 25.0464C835.452 24.9514 830.132 24.079 825.253 24.2968C819.896 24.5359 816.131 25.3883 810.262 25.2366C805.38 25.1104 801.806 24.0506 797.185 24.0506C792.361 24.0506 787.189 23.9395 782.696 24.4534C778.677 24.913 775.67 25.5824 771.122 25.7625C765.456 25.9869 761.321 25.2937 755.812 25.259C751.66 25.2329 747.685 25.5312 743.51 25.4492C739.836 25.377 735.713 24.7604 732.483 24.3639C723.775 23.2947 715.837 24.9711 707.104 25.5387C705.001 25.6754 703.018 25.6716 700.862 25.6618C697.711 25.6475 694.247 25.5812 691.202 25.3709C689.092 25.2252 687.071 24.8786 684.823 24.8786C680.471 24.8786 676.567 25.9675 672.52 25.8184C669.041 25.6903 664.781 25.6483 661.813 25.1471L661.434 25.0831C655.639 24.1039 653.882 23.807 646.913 24.8115C645.865 24.9626 641.469 25.848 640.534 25.5611C639.02 25.0963 630.621 25.1862 628.232 25.1024C625.517 25.0071 621.084 24.9139 618.754 25.3821C615.742 25.9873 616.586 26.6688 612.284 26.6688C592.586 26.6688 575.19 29.0855 555.556 29.0855H540.839C535.96 29.0855 533.77 28.8664 529.356 28.3807C523.443 27.7298 520.429 27.6557 514.047 28.0786C508.287 28.4602 503.054 28.2529 497.507 27.7988C494.112 27.521 490.141 27.6145 487.163 28.0786C484.685 28.4647 476.437 29.0855 479.372 29.0855C483.374 29.0855 471.481 29.4883 467.479 29.4883C460.825 29.4883 454.387 29.8911 447.613 29.8911C441.201 29.8911 434.87 30.0925 428.476 30.0925C421.286 30.0925 417.045 29.4555 410.888 28.7275C401.193 27.5812 393.517 30.4953 384.096 30.4953C372.527 30.4953 362.916 31.1885 351.882 30.003C349.44 29.7407 347.478 29.9394 345.457 30.2939C339.035 31.4205 336.002 32.0217 327.505 31.8044C323.218 31.6947 319.498 31.706 315.111 31.5471C310.378 31.3756 305.196 31.5629 300.667 31.9051C296.837 32.1945 294.374 32.8947 290.051 32.9121C287.177 32.9236 285.825 32.3079 283.353 32.3079C276.96 32.3079 270.742 32.6057 264.261 32.5093C256.181 32.389 250.833 31.1322 242.572 31.5471C238.936 31.7297 236.895 31.8078 233.733 32.196C231.172 32.5105 228.106 31.9583 225.714 31.7485C223.704 31.5722 221.881 31.1702 219.699 31.1107C214.757 30.9759 211.733 31.4477 207.305 31.7485C199.355 32.2884 192.565 33.4939 183.84 33.4939C178.078 33.4939 172.549 33.0513 166.571 33.1247C161.725 33.1842 157.956 33.9569 153.175 33.9191C150.323 33.8965 146.985 33.4536 144.791 33.0128C142.48 32.5484 137.435 31.6543 134.493 32.3079C130.051 33.2947 128.312 33.9092 121.781 33.6058C118.76 33.4655 114.772 33.1135 111.984 33.1135C106.093 33.1135 101.892 32.5959 96.4011 32.2184C89.3509 31.7336 84.6052 33.0433 77.5374 32.5093C73.9901 32.2413 71.8996 32.0532 68.8345 31.6142C66.7997 31.3227 64.7485 30.8981 62.3188 30.8981C56.802 30.8981 53.8088 32.3079 47.9204 32.3079C36.048 32.3079 23.9158 31.3941 12.3344 30.8086C6.7375 30.5256 0.479519 30.6967 -5.20799 30.6967Z' fill='%23FAF8F3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover; }

@media only screen and (max-width: 768px) {
  .background-svg--wave:after {
    -webkit-mask-size: 190%;
    mask-size: 190%;
    -webkit-mask-position: left bottom;
    mask-position: left bottom; } }

.mb-4 {
  margin-bottom: 1.5rem; }

.mt-4 {
  margin-top: 1.5rem; }

.bg-white {
  background-color: #fff; }

@media (min-width: 801px) {
  .nav-open .body-home:before,
  .nav-open .body:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .nav-open div[data-content-region="above_header_banner--global"],
  .nav-open div[data-content-region="above_header--global"] {
    position: relative;
    z-index: 2; }
  .nav-open div[data-content-region="above_header--global"] {
    background-color: #faf8f3; }
  .nav-open .page-sidebar {
    position: relative;
    z-index: 0; } }

#contact-us-page {
  margin-left: 0; }
  #contact-us-page .form-actions {
    text-align: right;
    margin-right: 0; }

.red-text {
  color: #E41B21; }

[data-content-region="page_builder_above_content"] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 801px) {
    [data-content-region="page_builder_above_content"] {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  [data-content-region="page_builder_above_content"]:empty {
    padding-top: 0;
    padding-bottom: 0; }

.page-page .about-nav-page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page-page .about-nav-page:before, .page-page .about-nav-page:after {
    content: " ";
    display: table; }
  .page-page .about-nav-page:after {
    clear: both; }

.page-page .page-content p:not(:last-child) {
  margin-bottom: 16px; }

.page-with-left-sidebar .page-content {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .page-with-left-sidebar .page-content {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      width: calc(100% - 250px);
      margin-bottom: 2.5rem; } }
  @media (min-width: 1261px) {
    .page-with-left-sidebar .page-content {
      width: calc(100% - 375px); } }

@media (min-width: 801px) {
  .page-with-left-sidebar .page-sidebar {
    width: 250px; } }

@media (min-width: 1261px) {
  .page-with-left-sidebar .page-sidebar {
    width: 375px; } }

.post-page .page-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 1180px) {
    .post-page .page-content {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      width: calc(100% - 430px);
      margin-bottom: 2.5rem; } }

.post-page .page-sidebar {
  width: 100%; }
  @media (min-width: 1180px) {
    .post-page .page-sidebar {
      width: 430px; } }

.post-page .product-product-slider .slick-list {
  width: 100%; }
  @media (max-width: 800px) {
    .post-page .product-product-slider .slick-list {
      width: 100%; } }

@media (min-width: 801px) {
  .post-sidebar-inner {
    padding: 0 0.75rem; } }

@media (min-width: 801px) {
  .page-with-right-sidebar {
    margin: 0; } }

.page-with-right-sidebar .page-heading {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .page-with-right-sidebar .page-heading {
      padding-left: 0;
      padding-right: 0; } }

.page-with-right-sidebar .page-content {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .page-with-right-sidebar .page-content {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      width: calc(100% - 250px);
      margin-bottom: 2.5rem; } }
  @media (min-width: 1261px) {
    .page-with-right-sidebar .page-content {
      width: calc(100% - 304px); } }

@media (min-width: 801px) {
  .page-with-right-sidebar .page-sidebar {
    width: 250px;
    padding-right: 0;
    padding-left: 16px; } }

@media (min-width: 1261px) {
  .page-with-right-sidebar .page-sidebar {
    width: 304px;
    padding-left: 24px; } }

.page-with-right-sidebar .page-sidebar [data-sub-layout] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.page-with-right-sidebar .page-sidebar .footer-links {
  padding-right: 0;
  background-color: #FFFFFF; }

.page-with-right-sidebar .page-sidebar .footer-info-list {
  width: 100%;
  border: 1px solid #313B45; }

.page-with-right-sidebar .page-sidebar .footer-link {
  padding: 12px 16px;
  border-bottom: 1px solid #313B45; }
  .page-with-right-sidebar .page-sidebar .footer-link:last-child {
    border-bottom: 0; }

.page-with-right-sidebar .page-sidebar a {
  text-decoration: none; }

.page-with-right-sidebar .page-sidebar [href*=facebook] {
  display: flex;
  color: #FFFFFF;
  background: #3a4f96;
  min-height: 50px;
  padding: 0.75rem;
  font-weight: 700;
  position: relative;
  font-style: italic;
  align-items: center;
  justify-content: center;
  padding-left: 60px; }
  .page-with-right-sidebar .page-sidebar [href*=facebook]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1813 6.03094L15.3032 6.03219C13.8304 6.03219 13.5448 6.73344 13.5448 7.76219V10.0322H17.0578L16.6001 13.5884H13.5448V22.7109H9.88215V13.5884H6.81934V10.0322H9.88215V7.41094C9.88215 4.36719 11.7365 2.71094 14.4439 2.71094C15.7409 2.71094 16.8558 2.80719 17.1813 2.85094V6.03094Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: #4863bb; }

.page-with-right-sidebar .page-sidebar .box-banner {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #313B45;
  padding: 16px;
  color: #E41B21;
  font-weight: 700; }
  .page-with-right-sidebar .page-sidebar .box-banner::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.05 17C9.98797 16.996 7.05248 15.7778 4.8873 13.6127C2.72211 11.4475 1.50397 8.512 1.5 5.44996C1.5 4.53497 1.86348 3.65745 2.51048 3.01045C3.15748 2.36344 4.035 1.99996 4.95 1.99996C5.14376 1.99849 5.33719 2.01607 5.5275 2.05246C5.71148 2.07969 5.89235 2.12491 6.0675 2.18746C6.19069 2.23069 6.30046 2.30531 6.38596 2.40397C6.47146 2.50262 6.52973 2.62189 6.555 2.74996L7.5825 7.24996C7.61019 7.37211 7.60686 7.49925 7.5728 7.61978C7.53874 7.7403 7.47503 7.85038 7.3875 7.93996C7.29 8.04496 7.2825 8.05246 6.36 8.53246C7.09874 10.1531 8.3949 11.4546 10.0125 12.2C10.5 11.27 10.5075 11.2625 10.6125 11.165C10.7021 11.0774 10.8122 11.0137 10.9327 10.9797C11.0532 10.9456 11.1804 10.9423 11.3025 10.97L15.8025 11.9975C15.9265 12.0262 16.0411 12.0861 16.1356 12.1714C16.23 12.2566 16.3012 12.3646 16.3425 12.485C16.4058 12.663 16.4535 12.8462 16.485 13.0325C16.5152 13.221 16.5302 13.4116 16.53 13.6025C16.5162 14.5135 16.1425 15.3822 15.4905 16.0187C14.8385 16.6552 13.9612 17.008 13.05 17ZM4.95 3.49996C4.43344 3.50194 3.93859 3.70802 3.57332 4.07329C3.20806 4.43856 3.00198 4.9334 3 5.44996C3.00199 8.11478 4.06146 10.6699 5.94577 12.5542C7.83008 14.4385 10.3852 15.498 13.05 15.5C13.5666 15.498 14.0614 15.2919 14.4267 14.9266C14.7919 14.5614 14.998 14.0665 15 13.55V13.3025L11.52 12.5L11.3025 12.9125C10.965 13.565 10.7175 14.0375 10.0875 13.7825C8.84466 13.3376 7.71652 12.6215 6.78505 11.6861C5.85358 10.7508 5.14217 9.61965 4.7025 8.37496C4.4325 7.78996 4.9425 7.51996 5.5875 7.18246L6 6.97996L5.1975 3.49996H4.95Z' fill='%23E41B21'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat; }

.about-nav-page iframe {
  width: 560px;
  height: 315px;
  max-width: 100%; }

.page-animal-education .shop-by-animal-widget {
  padding-left: 0;
  padding-right: 0; }

.contact-us-page h2 {
  margin: 0.75rem 0; }
  .contact-us-page h2 + p {
    margin: 0.75rem 0; }

.contact-us-page .form {
  margin: 0; }

.contact-us-page .list-links {
  margin: 0 0 1.5rem 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px; }
  @media (min-width: 801px) {
    .contact-us-page .list-links {
      flex-direction: row; } }
  @media (min-width: 801px) {
    .contact-us-page .list-links li {
      width: calc(50% - 4px); } }

.donations-modal-template {
  display: none; }

.modal--donations {
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
  @media (min-width: 801px) {
    .modal--donations {
      max-width: 900px;
      width: 90%; } }
  .modal--donations .modal-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
    padding: 24px 60px 24px 24px;
    border-radius: 8px 8px 0 0; }
    @media (min-width: 801px) {
      .modal--donations .modal-header {
        padding: 28px 70px 28px 32px; } }
  .modal--donations .modal-header-title {
    color: #313B45;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 801px) {
      .modal--donations .modal-header-title {
        font-size: 24px; } }
  .modal--donations .modal-close {
    top: 20px;
    right: 20px;
    color: #646C73;
    transition: color 0.2s ease, transform 0.2s ease; }
    @media (min-width: 801px) {
      .modal--donations .modal-close {
        top: 24px;
        right: 24px; } }
    .modal--donations .modal-close:hover {
      color: #313B45;
      transform: scale(1.1); }
  .modal--donations .modal-body {
    padding: 24px;
    color: #313B45;
    line-height: 1.6; }
    @media (min-width: 801px) {
      .modal--donations .modal-body {
        padding: 32px; } }
    .modal--donations .modal-body p {
      margin-bottom: 16px;
      font-size: 15px; }
      @media (min-width: 801px) {
        .modal--donations .modal-body p {
          font-size: 16px;
          margin-bottom: 20px; } }
      .modal--donations .modal-body p:last-of-type {
        margin-bottom: 0; }
      .modal--donations .modal-body p:not(:first-of-type):not(:last-of-type) {
        margin-top: 24px;
        font-weight: 500; }
        @media (min-width: 801px) {
          .modal--donations .modal-body p:not(:first-of-type):not(:last-of-type) {
            margin-top: 28px; } }
    .modal--donations .modal-body ul {
      margin: 20px 0;
      padding-left: 24px;
      list-style-type: disc; }
      @media (min-width: 801px) {
        .modal--donations .modal-body ul {
          margin: 24px 0;
          padding-left: 32px; } }
      .modal--donations .modal-body ul li {
        font-size: 16px;
        line-height: 1.6;
        color: #313B45; }
        .modal--donations .modal-body ul li:last-child {
          margin-bottom: 0; }
    .modal--donations .modal-body a {
      color: #176EC1;
      text-decoration: underline;
      transition: color 0.2s ease; }
      .modal--donations .modal-body a:hover {
        color: #0d4a7a;
        text-decoration: none; }
      .modal--donations .modal-body a:focus {
        outline: 2px solid #176EC1;
        outline-offset: 2px; }
  .modal--donations .modal-content {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden; }

.custom-content-page h1,
.custom-content-page .h1 {
  font-size: 2.25rem; }
  @media (min-width: 801px) {
    .custom-content-page h1,
    .custom-content-page .h1 {
      font-size: 3rem; } }

.custom-content-page h2,
.custom-content-page .h2 {
  font-size: 1.75rem; }
  @media (min-width: 801px) {
    .custom-content-page h2,
    .custom-content-page .h2 {
      font-size: 2.25rem; } }

.custom-content-page h3,
.custom-content-page .h3 {
  font-size: 1.5rem; }
  @media (min-width: 801px) {
    .custom-content-page h3,
    .custom-content-page .h3 {
      font-size: 1.75rem; } }

.custom-content-page h4,
.custom-content-page .h4 {
  font-size: 1.25rem; }
  @media (min-width: 801px) {
    .custom-content-page h4,
    .custom-content-page .h4 {
      font-size: 1.5rem; } }

.custom-content-page h5,
.custom-content-page .h5 {
  font-size: 1.25rem; }

.custom-content-page h6,
.custom-content-page .h6 {
  font-size: 1rem; }

.custom-content-page h1,
.custom-content-page h2,
.custom-content-page h3,
.custom-content-page h4,
.custom-content-page h5,
.custom-content-page h6 {
  margin: 2rem 0 .5rem; }

.custom-content-page .page-content li {
  margin-bottom: 1rem; }

.custom-content-page table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .custom-content-page table thead {
    background: #e5e5e5; }
  .custom-content-page table thead tr th,
  .custom-content-page table thead tr td {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1.5rem; }
  .custom-content-page table tr th,
  .custom-content-page table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .custom-content-page table td + td {
    border-left: 1px solid #e5e5e5; }

.custom-content-page .page-content {
  background: #fff;
  padding: 24px;
  margin-top: .5rem; }
  @media (min-width: 801px) {
    .custom-content-page .page-content {
      padding: 32px; } }

@media (min-width: 801px) {
  .custom-content-page:not(.page-with-right-sidebar) {
    margin: 0 0 24px; } }

.custom-content-page #account-tax-exemption {
  flex-direction: column;
  margin: 0;
  width: 100%; }
  .custom-content-page #account-tax-exemption li {
    margin-bottom: 0; }
  .custom-content-page #account-tax-exemption .tax-exemption-download .form-field {
    flex-direction: column; }
    @media (min-width: 551px) {
      .custom-content-page #account-tax-exemption .tax-exemption-download .form-field {
        flex-direction: row; } }
  .custom-content-page #account-tax-exemption .form-select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.footer {
  background-color: #313b45;
  color: white;
  position: relative;
  transform: translateZ(0); }
  .footer a {
    color: white;
    text-decoration: none;
    font-size: 14px; }
    .footer a:hover {
      color: white;
      text-decoration: underline; }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer--brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  padding: 2.5rem 0; }
  @media (min-width: 801px) {
    .footer--brand {
      gap: 56px;
      padding-bottom: 54px; } }
  .footer--brand img {
    width: 185px; }
    @media (min-width: 801px) {
      .footer--brand img {
        width: 224px; } }
  .footer--brand .footer--founder {
    max-width: 500px; }
  .footer--brand p,
  .footer--brand h2 {
    color: white;
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.64px;
    font-size: 32px;
    font-weight: 500; }
    @media (min-width: 801px) {
      .footer--brand p,
      .footer--brand h2 {
        font-size: 48px;
        letter-spacing: -0.96px; } }

.contact-info-block {
  font-size: 14px;
  display: inline-flex;
  flex-wrap: wrap; }
  @media (min-width: 801px) {
    .contact-info-block {
      flex-wrap: nowrap; } }

.contact-info-item {
  border: 1px solid #FAF8F3;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 8px;
  margin-bottom: -1px;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  min-height: 64px; }
  @media (min-width: 801px) {
    .contact-info-item {
      padding: 8px 1.5rem;
      width: auto;
      margin-right: -1px; } }
  .contact-info-item:nth-child(2) {
    border-right: 0; }
    @media (min-width: 801px) {
      .contact-info-item:nth-child(2) {
        border-right: 1px solid; } }
  .contact-info-item:first-child, .contact-info-item:last-child {
    width: 100%; }
    @media (min-width: 801px) {
      .contact-info-item:first-child, .contact-info-item:last-child {
        width: auto; } }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-links {
  padding-right: 16px; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  width: 50%;
  padding: 0;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  vertical-align: top;
  -ms-word-break: break-all;
  margin-bottom: 2.5rem; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col.full-w {
    width: 100%; }
    @media (min-width: 801px) {
      .footer-info-col.full-w {
        width: 25%; } }
    @media (min-width: 1261px) {
      .footer-info-col.full-w {
        width: 25%; } }

.footer-reviews {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .footer-reviews {
      width: 25%;
      margin-top: 0;
      margin-bottom: 2.5rem; } }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 25%; } }

@media (min-width: 1261px) {
  .footer-info-col--small {
    width: 25%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: inherit;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .footer-info-heading a {
    font-weight: 400;
    text-decoration: underline; }

.footer-reviews-info {
  font-size: 14px;
  margin: 0.75rem 0; }
  .footer-reviews-info a {
    text-decoration: underline; }

.footer-info-list {
  list-style: none;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  gap: 2px; }

.footer-copyright {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch; }
  @media (min-width: 801px) {
    .footer-copyright {
      flex-direction: row;
      justify-content: flex-start;
      width: 100%;
      align-items: center;
      flex-wrap: wrap;
      padding: 64px 0 2.5rem;
      gap: 1.5rem; } }
  .footer-copyright > :empty {
    display: none; }
  .footer-copyright > .powered-by {
    font-size: 12px;
    margin: 0; }
    @media (min-width: 801px) {
      .footer-copyright > .powered-by {
        order: -1; } }
  .footer-copyright a {
    font-size: 12px; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.5rem;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.social--info {
  display: inline-flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .social--info {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 18px;
      margin-bottom: 17px; } }
  @media (min-width: 801px) {
    .social--info .social-links {
      margin-left: auto; } }

.footer-privacy--link .footer-links {
  padding-right: 0;
  margin-top: -4px; }

.footer-privacy--link ul {
  display: inline-flex;
  flex-direction: row;
  gap: 16px; }

.footer-privacy--link a {
  text-decoration: underline; }

.footer-security--link {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center; }
  @media (min-width: 801px) {
    .footer-security--link {
      margin-left: auto;
      order: 2; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.constrain {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media (min-width: 801px) {
    .constrain {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1261px) {
    .constrain {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 32px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.25rem; }

.blog-post {
  font-size: 18px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 1.5rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.blog-post-filter-wrapper {
  display: flex;
  flex-direction: column; }
  @media (max-width: 800px) {
    .blog-post-filter-wrapper {
      padding-bottom: 0.75rem; } }

.blog-post-top-filter {
  display: flex;
  order: 1;
  gap: 0.75rem; }
  .blog-post-top-filter .form,
  .blog-post-top-filter .form-field {
    margin: 0; }
  @media (min-width: 801px) {
    .blog-post-top-filter {
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      order: 0; } }
  .blog-post-top-filter .quick-blog-search {
    width: 650px; }
  .blog-post-top-filter .actionBar {
    margin: 12px 0; }
  @media (min-width: 801px) {
    .blog-post-top-filter .actionBar-section .form-select {
      width: 126px; } }
  .blog-post-top-filter .form-field {
    position: relative; }
  .blog-post-top-filter .form-input {
    height: 44px;
    padding: 0.75rem 8px;
    background-color: transparent;
    text-transform: uppercase;
    border-color: #313B45;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 0.75rem .5rem; }
    .blog-post-top-filter .form-input::placeholder {
      opacity: 1;
      color: #313B45; }
  .blog-post-top-filter .blog-search-submit {
    width: 44px;
    height: 44px;
    padding: 8px;
    background: #313B45;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .blog-post-top-filter .blog-search-submit svg {
      width: 18px;
      height: 18px;
      color: #FAF8F3;
      pointer-events: none; }
  .blog-post-top-filter .total-posts,
  .blog-post-top-filter .actionBar {
    white-space: nowrap; }
    @media (max-width: 800px) {
      .blog-post-top-filter .total-posts,
      .blog-post-top-filter .actionBar {
        display: none; } }

@media (min-width: 801px) {
  .blog-top-nav {
    padding: 32px 0; } }

.article-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px; }
  .page-blog .article-grid {
    gap: 24px; }
    @media (min-width: 801px) {
      .page-blog .article-grid {
        gap: 16px; } }
  @media (min-width: 801px) {
    .article-grid {
      gap: 16px; } }
  .article-grid .articles-item {
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (min-width: 801px) {
      .article-grid .articles-item {
        width: calc(50% - 8px); } }
    .article-grid .articles-item img {
      width: 100%; }
  .article-grid .articles-item-content {
    padding-top: 16px;
    display: inline-flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-grow: 1; }
    @media (min-width: 801px) {
      .article-grid .articles-item-content {
        padding: 24px 0; } }
    .article-grid .articles-item-content .button-as-link {
      color: #313B45; }
      .article-grid .articles-item-content .button-as-link::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
      .article-grid .articles-item-content .button-as-link:hover {
        color: #DD2D2D; }
  .article-grid .articles-item-tag {
    color: #313B45;
    font-size: 12px;
    line-height: 1.25;
    padding: 2px;
    display: none; }
  .article-grid .articles-item-date,
  .article-grid .articles-item-author {
    font-size: 14px;
    line-height: normal;
    color: #646C73; }
  .article-grid .articles-item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    line-height: 1.45; }
  .article-grid .articles-item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.4px; }
    @media (min-width: 801px) {
      .article-grid .articles-item-title {
        font-size: 28px;
        letter-spacing: -0.56px; } }

.featured-article-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-bottom: 1px solid #313B45;
  padding: 1.5rem 0; }
  @media (min-width: 801px) {
    .featured-article-list {
      gap: 2.5rem;
      padding-top: 0;
      padding-bottom: 2.5rem; } }

@media (min-width: 801px) {
  .article-list .articles-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 16px;
    align-items: center; } }

@media (min-width: 801px) {
  .article-list .articles-item .articles-item-image,
  .article-list .articles-item .articles-item-content {
    width: calc(50% - 8px); } }

.blog-main-articles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0; }
  @media (min-width: 801px) {
    .blog-main-articles {
      gap: 2.5rem;
      padding: 2.5rem 0; } }
  .blog-main-articles > .title {
    font-weight: 600; }

.page-blog_post .page {
  margin-top: 16px; }
  @media (min-width: 801px) {
    .page-blog_post .page {
      margin-top: 24px; } }

.articles-view {
  background-color: #FFFFFF; }
  .articles-view .articles-item-title {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.56px; }
    @media (min-width: 801px) {
      .articles-view .articles-item-title {
        font-size: 36px; } }
    @media (min-width: 1180px) {
      .articles-view .articles-item-title {
        font-size: 42px; } }

.articles-view-image {
  aspect-ratio: 14 / 5; }
  .articles-view-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.articles-view-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .articles-view-info {
      padding: 32px; } }
  @media (min-width: 1261px) {
    .articles-view-info {
      padding: 2.5rem; } }

.articles-view-top {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.articles-view-content h1,
.articles-view-content h2,
.articles-view-content h3,
.articles-view-content h4,
.articles-view-content h5,
.articles-view-content h6 {
  margin-bottom: 16px; }

.articles-view-content p {
  margin-bottom: 16px; }
  @media (min-width: 801px) {
    .articles-view-content p {
      margin-bottom: 32px; } }
  .articles-view-content p:last-child {
    margin-bottom: 0; }

.blog-share {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .blog-share .blog-share-title {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer; }
  .blog-share .icon {
    display: flex;
    min-width: 18px;
    width: 18px;
    height: 18px; }
  .blog-share .socialLinks-main {
    display: none; }
    .blog-share .socialLinks-main.active {
      display: block; }
  .blog-share .socialLinks .icon svg {
    fill: #313B45;
    color: #313B45; }
  .blog-share .socialLinks .icon::after {
    display: none; }
  .blog-share .socialLinks-item {
    width: 32px;
    height: 32px;
    border: 1px solid #313B45;
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-share .socialLinks-item:hover {
      background-color: #E41B21;
      border-color: #E41B21; }
      .blog-share .socialLinks-item:hover .icon svg {
        fill: #FFFFFF;
        color: #FFFFFF; }

.post-products-container {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (max-width: 800px) {
    .post-products-container .product-product-slider .slick-next,
    .post-products-container .product-product-slider .slick-prev {
      display: inline-block !important;
      margin: 0 !important; } }

.post-product-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }
  .post-product-title .section-heading {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.52px;
    margin-right: auto;
    font-family: "Bitter", Arial, Helvetica, sans-serif; }

.product-product-slider {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .product-product-slider:not(.slick-slider) {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px; }
    .product-product-slider:not(.slick-slider) > .product {
      width: calc(50% - 4px); }
      .product-product-slider:not(.slick-slider) > .product:not(:nth-child(-n+2)) {
        display: none; }
  .product-product-slider.slick-slider {
    display: flex;
    flex-wrap: wrap;
    color: #313B45;
    margin-bottom: 0;
    gap: 1.5rem; }
    @media (min-width: 801px) {
      .product-product-slider.slick-slider {
        gap: 0; } }
  .product-product-slider .slick-list {
    margin: 0 -4px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%; }
    @media (min-width: 801px) {
      .product-product-slider .slick-list {
        padding-bottom: 24px; } }
  .product-product-slider .slick-track {
    display: flex; }
  .product-product-slider .product {
    padding: 0 4px; }
  .product-product-slider .product,
  .product-product-slider .card {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .product-product-slider .slide {
    position: relative;
    overflow: hidden; }
  .product-product-slider .slick-initialized .slick-slide {
    display: inline-flex;
    flex-direction: column; }
  .product-product-slider .slick-prev,
  .product-product-slider .slick-next {
    width: 45px;
    height: 45px;
    position: static;
    z-index: 1;
    transition: all 0.3s ease;
    background: transparent;
    margin: 0;
    order: 1;
    transform: none;
    padding: 0;
    display: none !important; }
    @media (min-width: 801px) {
      .product-product-slider .slick-prev,
      .product-product-slider .slick-next {
        display: block !important; } }
  .product-product-slider .slick-prev,
  .product-product-slider .slick-prev:hover {
    left: 0;
    order: 1;
    margin-right: 16px;
    height: 47px; }
    .product-product-slider .slick-prev:before,
    .product-product-slider .slick-prev:hover:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Crect x='0.5' y='1.41992' width='43' height='43' rx='21.5' stroke='%23313B45'/%3E%3Cpath d='M25 29.9199L18 22.9199L25 15.9199' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
      background-size: 96%;
      background-repeat: no-repeat;
      background-position: center;
      width: 44px;
      height: 45px; }
  .product-product-slider .slick-next,
  .product-product-slider .slick-next:hover {
    right: 0;
    order: 3;
    margin-left: 16px;
    height: 47px; }
    .product-product-slider .slick-next:before,
    .product-product-slider .slick-next:hover:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Crect x='0.5' y='1.41992' width='43' height='43' rx='21.5' stroke='%23313B45'/%3E%3Cpath d='M19 15.9199L26 22.9199L19 29.9199' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
      background-size: 96%;
      background-repeat: no-repeat;
      background-position: center;
      width: 44px;
      height: 45px; }
  .product-product-slider .slick-dots {
    position: relative;
    text-align: left;
    width: 100%;
    order: 2;
    bottom: 0; }
    @media (min-width: 801px) {
      .product-product-slider .slick-dots {
        width: auto; } }
  .product-product-slider .slick-dots li {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px; }
    @media (min-width: 801px) {
      .product-product-slider .slick-dots li {
        height: 44px; } }
    .product-product-slider .slick-dots li button {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: 0; }
      @media (min-width: 801px) {
        .product-product-slider .slick-dots li button {
          height: 44px; } }
    .product-product-slider .slick-dots li button:before {
      content: '';
      width: 8px;
      height: 8px;
      background: #313B45;
      opacity: 1;
      position: static; }
    .product-product-slider .slick-dots li.slick-active button:before {
      background: #DD2D2D;
      opacity: 1;
      width: 18px;
      height: 5px;
      border-radius: 20px;
      transition: width 0.3s ease-out;
      position: relative; }
  .product-product-slider .card-title > a {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700; }
  @media (min-width: 801px) {
    .product-product-slider .card-body {
      padding-bottom: 90px; } }
  .product-product-slider .card-body .price:not(.price--non-sale) {
    font-size: 16px; }

.post-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 1.5rem; }
  .post-sidebar-inner .card-body .percentage-saving .price:not(.price--non-sale) {
    font-size: 12px; }
  .post-sidebar-inner .card-body .each-item-price span.each-item-price-value {
    font-size: 16px; }
  .post-sidebar-inner .product-grid-badges {
    padding-right: 10px; }

.sidebar-related-categories {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .sidebar-related-categories h3 {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.52px; }
  .sidebar-related-categories ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar-related-categories ul li {
      border-bottom: 1px solid #313B45; }
      .sidebar-related-categories ul li:hover {
        border-color: #E41B21; }
        .sidebar-related-categories ul li:hover a {
          color: #E41B21; }
    .sidebar-related-categories ul a {
      font-family: "Bitter", Arial, Helvetica, sans-serif;
      display: flex;
      align-items: center;
      min-height: 56px;
      text-decoration: none;
      font-size: 20px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.4px;
      gap: 8px;
      color: #313B45; }
      .sidebar-related-categories ul a .icon {
        display: flex;
        min-width: 18px;
        min-height: 18px;
        margin-left: auto; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.75rem; } }

.page-category .sidebarBlock-heading,
.page-search .sidebarBlock-heading,
.page-brand .sidebarBlock-heading,
.page-blog .sidebarBlock-heading {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  display: flex;
  align-items: center;
  min-height: 40px; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.form-wishlist .active svg {
  visibility: hidden; }

.form-wishlist .active i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Cpath fill='%23e41b21' d='m12.6 21.3q-0.2 0-0.4-0.1-0.2 0-0.3-0.2l-7.3-7.7c-1-0.9-1.5-2.2-1.5-3.6 0-1.4 0.5-2.7 1.5-3.7 0.9-0.9 2.2-1.5 3.5-1.5 1.3 0 2.5 0.6 3.5 1.5l1 1.1 1-1.1c0.9-0.9 2.2-1.5 3.5-1.5 1.3 0 2.6 0.6 3.5 1.5 0.9 1 1.4 2.3 1.4 3.7 0 1.4-0.5 2.7-1.4 3.6l-7.3 7.7q-0.2 0.2-0.4 0.2-0.1 0.1-0.3 0.1z'/%3E%3C/svg%3E"); }

.form-wishlist .loading i {
  background-image: url("../img/loading.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center; }

.form-wishlist .loading svg {
  visibility: hidden; }

.form-wishlist .cart-icon-button--wishlist.loading i {
  background-image: url("../img/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px; }

.form-wishlist .cart-icon-button--wishlist.loading svg {
  visibility: hidden; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .productGrid {
      gap: 16px; } }
  .productGrid .product {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: calc(50% - 4px);
    max-width: calc(50% - 4px); }
    @media (min-width: 801px) {
      .productGrid .product {
        width: calc(50% - 8px);
        max-width: calc(50% - 8px); } }
    @media only screen and (min-width: 1025px) {
      .productGrid .product {
        width: calc(33.33% - 11px);
        max-width: calc(33.33% - 11px); } }
    @media (min-width: 1800px) {
      .productGrid .product {
        width: calc(25% - 12px);
        max-width: calc(25% - 12px); } }
    .productGrid .product .card {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }

@media (min-width: 801px) {
  .card:hover .card-figcaption {
    opacity: 1;
    visibility: visible; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.top-products-container {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .top-products-container .productGrid {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
    @media (min-width: 551px) {
      .top-products-container .productGrid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); } }
    @media (min-width: 801px) {
      .top-products-container .productGrid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } }
    @media (min-width: 1261px) {
      .top-products-container .productGrid {
        grid-template-columns: repeat(5, 1fr); } }
    @media (min-width: 1800px) {
      .top-products-container .productGrid {
        grid-template-columns: repeat(6, 1fr); } }
    .top-products-container .productGrid:before, .top-products-container .productGrid:after {
      display: none; }
  .top-products-container .product {
    background-color: #fff;
    width: 100%;
    max-width: 100%; }

.card-figure__main {
  position: relative; }

.product-grid-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  position: absolute;
  left: 4px;
  top: 4px;
  padding-right: 50px; }
  @media (min-width: 801px) {
    .product-grid-badges {
      left: 8px;
      top: 8px; } }
  .product-grid-badges .badge {
    color: #FFFFFF;
    background-color: #313B45;
    border-radius: 2px;
    padding: 6px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400; }
  .product-grid-badges .out_of_stock {
    background: #979797;
    text-transform: capitalize; }
  .product-grid-badges .rx,
  .product-grid-badges .on_sale {
    background-color: #E41B21; }
  .product-grid-badges .rx {
    display: flex;
    align-items: center;
    padding: 6px 8px; }
    .product-grid-badges .rx.d-none {
      display: none; }
  .product-grid-badges .rx-icon {
    display: flex; }
    .product-grid-badges .rx-icon .icon {
      width: 10px;
      height: auto; }

.product-grid-wishlist {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 801px) {
    .product-grid-wishlist {
      width: 24px;
      height: 24px; } }

.product-grid-bought-on {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ECFAE8;
  color: #313B45;
  text-align: center;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.25; }

.brand-item-code {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  font-size: 12px;
  line-height: 1.25;
  color: #646C73; }
  @media (max-width: 480px) {
    .brand-item-code {
      min-height: 51px;
      align-items: flex-start; } }
  .brand-item-code .brand-name {
    color: #646C73; }

.card-top-details {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (min-width: 801px) {
    .card-top-details {
      gap: 12px; } }

.card-body {
  position: relative; }
  .card-body .card-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px; }
  .card-body [data-test-info-type="price"] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    width: 100%;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .card-body [data-test-info-type="price"] {
        flex-direction: column;
        gap: 0;
        width: auto;
        align-items: baseline;
        justify-content: flex-start; } }
  .card-body .price:not(.price--non-sale) {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0; }
    @media (min-width: 801px) {
      .card-body .price:not(.price--non-sale) {
        font-size: 24px;
        letter-spacing: -0.48px; } }
  .card-body .price-section.rrp-price--withoutTax .price:not(.price--non-sale) {
    font-size: 12px; }
  .card-body .price-section.price-section--withoutTax[class*="non-sale-price"] {
    font-size: 12px; }
  .card-body .percentage-saving {
    display: flex;
    align-items: center; }
    .card-body .percentage-saving .price,
    .card-body .percentage-saving > span {
      font-size: 12px;
      font-weight: 400;
      color: #007500; }
  .card-body .price-section .price-now-label {
    display: none; }
    .card-body .price-section .price-now-label:not([style]) + .price {
      color: #E41B21; }
  .card-body .group-stars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0; }
    .card-body .group-stars > span:not(.ind_cnt) {
      width: 17px;
      height: 17px;
      background-size: 100%; }
    .card-body .group-stars .ind_cnt {
      margin: 0 0 0 4px;
      width: auto;
      font-size: 14px;
      font-weight: 400;
      color: #313B45; }
      @media (max-width: 480px) {
        .card-body .group-stars .ind_cnt {
          width: 100%;
          text-align: left;
          margin: 0;
          padding-left: 0 !important; } }
      @media (min-width: 801px) {
        .card-body .group-stars .ind_cnt {
          margin: 0 0 0 8px; } }
  .card-body .product-grid-button {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.25;
    position: absolute;
    bottom: 16px;
    left: 12px;
    right: 12px; }
  .card-body .card-figcaption {
    position: absolute;
    bottom: 16px;
    left: 12px;
    right: 12px;
    top: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease; }
    .card-body .card-figcaption .card-figcaption-body {
      top: auto;
      transform: none;
      width: 100%;
      text-align: center; }
  .card-body .card-figcaption-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    background-color: #313B45;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    padding: 8px 24px; }
    .card-body .card-figcaption-button:hover, .card-body .card-figcaption-button:active {
      border: none;
      background-color: #E41B21; }
    .card-body .card-figcaption-button[data-button-type="add-cart"] {
      background-color: #176EC1;
      color: #FFFFFF; }
      .card-body .card-figcaption-button[data-button-type="add-cart"]:hover, .card-body .card-figcaption-button[data-button-type="add-cart"]:active {
        background-color: #1a7bd8; }
  .card-body .product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    flex-direction: column;
    gap: 0; }
    @media (min-width: 801px) {
      .card-body .product-price {
        flex-direction: row;
        gap: 4px; } }
  .card-body .product-grid-auto-ship-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
    margin-left: 0;
    min-height: 24px; }
    @media (min-width: 801px) {
      .card-body .product-grid-auto-ship-main {
        margin-left: auto;
        min-height: 30px; } }
  .card-body .product-grid-auto-ship {
    display: flex;
    align-items: center;
    gap: 4px; }
    .card-body .product-grid-auto-ship .autoship-icon {
      display: flex;
      min-width: 11px;
      width: 11px; }
    .card-body .product-grid-auto-ship .autoship-label {
      font-size: 12px;
      font-weight: 700;
      color: #313B45; }
  .card-body .each-item-price span.each-item-price-value {
    font-size: 16px;
    font-weight: 600;
    color: #E41B21;
    letter-spacing: -0.48px;
    line-height: 1.24; }
    @media (min-width: 801px) {
      .card-body .each-item-price span.each-item-price-value {
        font-size: 24px; } }
  .card-body .each-item-price span.each-item-price-orig-price {
    font-size: 14px;
    font-weight: 400;
    color: #646C73;
    line-height: 0.9; }
  .card-body .each-item-price .price-decimal {
    font-size: 12px;
    margin-left: 1px; }
    @media (min-width: 801px) {
      .card-body .each-item-price .price-decimal {
        font-size: 16px; } }
  .card-body .d-none {
    display: none; }

.page-category .Breadcrumb,
.page-search .Breadcrumb,
.page-brand .Breadcrumb {
  margin-top: 24px; }

.page-category .page-heading,
.page-search .page-heading,
.page-brand .page-heading {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.76px;
  margin-top: 16px;
  margin-bottom: 24px;
  color: #E41B21; }
  @media (min-width: 801px) {
    .page-category .page-heading,
    .page-search .page-heading,
    .page-brand .page-heading {
      font-size: 68px;
      line-height: 1.1;
      letter-spacing: -1.36px; } }

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed; }

.highlight-price {
  color: #e41b21 !important; }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 3rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 18px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 18px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 24px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 24px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 16px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView--quickView .productView-details {
  position: relative; }

.productView-details.product-data {
  order: -1; }

.product-attribute--rx-message {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  gap: 12px;
  padding: 15px 0px 13px; }
  .product-attribute--rx-message .product-attribute__content {
    display: flex;
    flex-direction: column; }
  .product-attribute--rx-message strong {
    font-size: 14px; }
    @media (min-width: 801px) {
      .product-attribute--rx-message strong {
        font-size: 16px; } }
  .product-attribute--rx-message p {
    font-size: 12px; }
    @media (min-width: 801px) {
      .product-attribute--rx-message p {
        font-size: 14px; } }
  .product-attribute--rx-message .icon {
    width: 24px;
    height: auto; }

.bought-on {
  display: flex;
  padding: 12px 16px;
  font-size: 16px;
  background: #ECFAE8;
  gap: 8px;
  flex-direction: column;
  margin: 8px 0; }
  @media (min-width: 1261px) {
    .bought-on {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 12px 24px;
      gap: 16px; } }
  .bought-on .productView-last-purchase {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 280px; }
  .bought-on .definitionList {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    flex-wrap: wrap;
    gap: 4px 0; }
    .bought-on .definitionList:after, .bought-on .definitionList:before {
      display: none; }
    .bought-on .definitionList dd {
      font-weight: bold; }
    .bought-on .definitionList dt {
      color: #313B45; }
      .bought-on .definitionList dt:after {
        content: ":"; }
    .bought-on .definitionList dd {
      border-right: 1px solid #313B45;
      padding-right: 16px;
      margin-right: 16px; }
      .bought-on .definitionList dd:last-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0; }

.productView-details-top {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap; }
  .productView-details-top .form-wishlist .button {
    margin: 0; }

.productView-description {
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.productView--tabs {
  padding-top: 40px;
  padding-bottom: 40px; }
  .productView--tabs iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto; }
  .productView--tabs .product-description-data {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 801px) {
      .productView--tabs .product-description-data {
        flex-direction: row;
        gap: 40px; } }
    .productView--tabs .product-description-data > div {
      flex: 1; }
    .productView--tabs .product-description-data.flex-column {
      flex-direction: column;
      gap: 24px; }
    .productView--tabs .product-description-data .description {
      display: inline-flex;
      flex-direction: column;
      gap: 24px; }
    .productView--tabs .product-description-data strong,
    .productView--tabs .product-description-data h2,
    .productView--tabs .product-description-data h3,
    .productView--tabs .product-description-data h4,
    .productView--tabs .product-description-data h5,
    .productView--tabs .product-description-data h6 {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: 0; }
    .productView--tabs .product-description-data .additional-bottom,
    .productView--tabs .product-description-data .product-resources {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 8px 24px; }
    .productView--tabs .product-description-data .label-info-link a {
      text-transform: capitalize;
      letter-spacing: 0; }
    .productView--tabs .product-description-data .upc-info {
      width: 100%; }
  .productView--tabs .additional-bottom-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%; }
  .productView--tabs .tab-title {
    background-image: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M21.25 13.75L16 19L10.75 13.75" stroke="%23313B45" stroke-width="1.5" stroke-linecap="square"/%3E%3C/svg%3E%0A');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 32px; }
    @media (min-width: 801px) {
      .productView--tabs .tab-title {
        background-image: none !important; } }
  .productView--tabs .is-active .tab-title {
    background-image: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.75 18.25L16 13L21.25 18.25" stroke="%23313B45" stroke-width="1.5" stroke-linecap="square"/%3E%3C/svg%3E%0A'); }

.productView-wrapper {
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .productView-wrapper {
      flex-direction: row; } }
  @media (min-width: 801px) {
    .productView-wrapper .productView-images-main,
    .productView-wrapper .productView-info-main {
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-wrapper .productView-images-main {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-wrapper .productView-images-main {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      padding-bottom: 2.5rem; } }
  .productView-wrapper .productView-info-main {
    padding: 16px 0.75rem; }
    @media (min-width: 801px) {
      .productView-wrapper .productView-info-main {
        padding: 1.5rem; } }
    @media (min-width: 1261px) {
      .productView-wrapper .productView-info-main {
        padding: 2.5rem; } }
  .productView-wrapper [aria-label="Breadcrumb"] {
    padding: 0.75rem; }
    @media (min-width: 801px) {
      .productView-wrapper [aria-label="Breadcrumb"] {
        padding: 1.5rem 0; } }
  @media (min-width: 801px) {
    .productView-wrapper .productView-info-top {
      display: none; } }

.productView-details {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (min-width: 801px) {
    .productView-details {
      gap: 1.5rem; } }

.productView-details .product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  .productView-details .product-badges .badge {
    color: #FFFFFF;
    background-color: #313B45;
    border-radius: 2px;
    padding: 6px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400; }
  .productView-details .product-badges .out_of_stock {
    background: #979797;
    text-transform: capitalize; }
  .productView-details .product-badges .rx,
  .productView-details .product-badges .on_sale,
  .productView-details .product-badges .sale {
    background-color: #E41B21; }
  .productView-details .product-badges .rx-icon {
    display: flex; }

.productView-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 12px;
  line-height: 1.25;
  color: #646C73; }
  .productView-top a {
    color: #646C73;
    text-decoration: none; }

.productView-rating {
  display: flex;
  position: relative;
  margin-left: auto; }
  .productView-rating .star_container {
    display: flex; }
  .productView-rating .group-stars {
    display: flex;
    align-items: center; }
    .productView-rating .group-stars .on {
      min-width: 12px;
      min-height: 12px;
      width: 12px;
      height: 12px;
      background-size: 100%; }
    .productView-rating .group-stars .ind_cnt {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400;
      margin-left: 8px;
      text-decoration: underline; }
  .productView-rating .productView-reviewLink {
    position: absolute;
    opacity: 0;
    inset: 0;
    margin: 0;
    font-size: 0; }

.productView-desc-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px; }
  .productView-desc-info .socialLinks-main {
    color: #313b45;
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    opacity: 0;
    visibility: hidden; }
    .productView-desc-info .socialLinks-main .socialLinks-item {
      width: auto; }
    .productView-desc-info .socialLinks-main a {
      height: 2.25rem;
      width: 2.25rem;
      border: 1px solid #e5e5e5;
      background-color: #fff; }
      .productView-desc-info .socialLinks-main a::before, .productView-desc-info .socialLinks-main a::after {
        display: none !important; }
    .productView-desc-info .socialLinks-main .socialLinks {
      gap: 8px; }
      .productView-desc-info .socialLinks-main .socialLinks .icon svg {
        height: 1.125rem;
        width: 1.125rem;
        fill: #313b45;
        color: #313b45; }

.product-share {
  margin-left: auto;
  position: relative;
  min-width: 70px; }
  .product-share .share-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
    gap: 4px;
    font-size: 14px;
    min-height: 24px;
    cursor: pointer; }
    .product-share .share-text svg {
      height: 1.125rem;
      width: 1.125rem; }
  .product-share.show .socialLinks-main {
    opacity: 1;
    visibility: visible; }

.productView-desc .productView-desc-link {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer; }

.productView-options .form-field--error > .form-inlineMessage {
  position: absolute;
  width: 140px;
  left: 130px;
  top: 5px;
  font-size: 14px; }

.productView-options .form-field--error.product-display-logic-field-error > .form-inlineMessage {
  position: static;
  width: auto;
  left: auto;
  top: auto;
  margin-top: 8px;
  display: block; }

.productView-options .form-option-rectangle-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0; }
  .productView-options .form-option-rectangle-list .form-option {
    margin: 0;
    height: 100%; }

.add-to-cart-wrapper .qty-text-field {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  border: 1px solid #DDD;
  max-width: 123px;
  height: 48px;
  padding: 8px 16px;
  margin: 0;
  position: relative;
  min-width: 123px; }
  .add-to-cart-wrapper .qty-text-field:before, .add-to-cart-wrapper .qty-text-field:after {
    display: none; }
  .add-to-cart-wrapper .qty-text-field .form-label--alternate {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #313B45; }
  .add-to-cart-wrapper .qty-text-field .form-input--incrementTotal {
    font-size: 16px;
    font-weight: 400;
    width: 28px;
    margin-left: -3px; }
  .add-to-cart-wrapper .qty-text-field .button {
    position: absolute;
    right: 16px;
    border: 0;
    padding: 0;
    height: 16px;
    width: 16px;
    min-height: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 7.67017L9 12.9202L3.75 7.67017' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat; }
    .add-to-cart-wrapper .qty-text-field .button .icon {
      display: none; }
  .add-to-cart-wrapper .qty-text-field [data-action="dec"] {
    bottom: 8px; }
  .add-to-cart-wrapper .qty-text-field [data-action="inc"] {
    top: 8px;
    transform: rotate(180deg); }

.shipping-restriction, .hazardous-message {
  width: 100%;
  position: relative;
  background-color: #FAF8F3; }
  .shipping-restriction .shipping-restriction-header, .hazardous-message .shipping-restriction-header {
    clear: both;
    width: 100%;
    background: #FAF8F3;
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch; }
    @media (min-width: 801px) {
      .shipping-restriction .shipping-restriction-header, .hazardous-message .shipping-restriction-header {
        padding: 12px 24px; } }
  .shipping-restriction .current-zipcode-column, .hazardous-message .current-zipcode-column {
    font-size: 14px;
    font-weight: 400;
    color: #313B45; }
    .shipping-restriction .current-zipcode-column a, .hazardous-message .current-zipcode-column a {
      font-weight: 700; }
  .shipping-restriction .loadingOverlay-container, .hazardous-message .loadingOverlay-container {
    min-height: 50px;
    width: 100%; }
  .shipping-restriction .button-as-link, .hazardous-message .button-as-link {
    text-transform: none;
    font-size: 16px;
    gap: 8px;
    letter-spacing: .5px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .shipping-restriction .button-as-link .icon, .hazardous-message .button-as-link .icon {
      height: 1.5rem;
      width: 1.5rem;
      min-width: 24px; }
    .shipping-restriction .button-as-link .button-as-link-content, .hazardous-message .button-as-link .button-as-link-content {
      display: inline-flex;
      line-height: normal;
      gap: 8px; }
  .shipping-restriction .shipping-restriction-result.inner-padding, .hazardous-message .shipping-restriction-result.inner-padding {
    padding: 0 16px 12px; }
    @media (min-width: 801px) {
      .shipping-restriction .shipping-restriction-result.inner-padding, .hazardous-message .shipping-restriction-result.inner-padding {
        padding: 0 24px 12px; } }
    .shipping-restriction .shipping-restriction-result.inner-padding .product-attribute, .hazardous-message .shipping-restriction-result.inner-padding .product-attribute {
      margin: 0; }
  .shipping-restriction .form-label, .hazardous-message .form-label {
    margin-bottom: 8px;
    font-size: 14px;
    width: fit-content; }
    @media (min-width: 801px) {
      .shipping-restriction .form-label, .hazardous-message .form-label {
        font-size: 16px; } }
  .shipping-restriction .animal-selector p, .hazardous-message .animal-selector p {
    margin-bottom: 10px; }
  .shipping-restriction .animal-selector .form-select, .hazardous-message .animal-selector .form-select {
    background-color: #faf8f3;
    margin-bottom: 12px; }
  .shipping-restriction .form-field, .hazardous-message .form-field {
    display: inline-flex;
    gap: 12px;
    width: 100%;
    margin-bottom: 0; }
    .shipping-restriction .form-field:before, .shipping-restriction .form-field:after, .hazardous-message .form-field:before, .hazardous-message .form-field:after {
      display: none; }
    .shipping-restriction .form-field .form-input, .hazardous-message .form-field .form-input {
      border: 1px solid #313B45;
      background: transparent;
      border-radius: 4px;
      padding: 8px 16px;
      width: 100%; }
    .shipping-restriction .form-field .button, .hazardous-message .form-field .button {
      margin: 0;
      border-radius: 30px;
      border: 1px solid #313B45;
      font-size: 15px;
      font-weight: 600;
      color: #313B45;
      min-width: 121px;
      text-transform: none; }
  .shipping-restriction .product-attribute, .hazardous-message .product-attribute {
    margin: 4px 12px 12px; }
    @media (min-width: 801px) {
      .shipping-restriction .product-attribute, .hazardous-message .product-attribute {
        margin: 4px 24px 12px; } }
  .shipping-restriction .alert-message, .hazardous-message .alert-message {
    padding: 12px 16px; }
    .shipping-restriction .alert-message .alertBox-icon, .hazardous-message .alert-message .alertBox-icon {
      padding-right: 8px; }
    .shipping-restriction .alert-message .icon.prohibited, .hazardous-message .alert-message .icon.prohibited {
      fill: transparent;
      width: 24px;
      height: 24px; }
    .shipping-restriction .alert-message.success, .hazardous-message .alert-message.success {
      background-color: #ECFAE8;
      color: #313B45;
      display: inline-flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap; }
      .shipping-restriction .alert-message.success.alert-message-license-number, .hazardous-message .alert-message.success.alert-message-license-number {
        flex-wrap: nowrap;
        gap: 0; }
      .shipping-restriction .alert-message.success .alertBox-column-container, .hazardous-message .alert-message.success .alertBox-column-container {
        display: inline-flex; }
        .shipping-restriction .alert-message.success .alertBox-column-container .alertBox-message, .hazardous-message .alert-message.success .alertBox-column-container .alertBox-message {
          width: auto; }
      .shipping-restriction .alert-message.success a, .hazardous-message .alert-message.success a {
        min-width: 90px; }
    .shipping-restriction .alert-message.error, .hazardous-message .alert-message.error {
      background-color: #FFE5E5;
      display: inline-flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap; }
      .shipping-restriction .alert-message.error .alertBox-column-container, .hazardous-message .alert-message.error .alertBox-column-container {
        display: inline-flex;
        width: auto;
        align-items: center; }
      .shipping-restriction .alert-message.error > a, .hazardous-message .alert-message.error > a {
        min-width: 90px; }

.promotional-message {
  padding-top: 16px; }
  @media (min-width: 801px) {
    .promotional-message {
      padding-top: 1.5rem; } }
  .promotional-message ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .promotional-message li {
    font-size: 12px;
    line-height: 1.25; }
    .promotional-message li a {
      margin-left: 8px;
      font-weight: 600; }
  .promotional-message .box {
    min-width: 49px;
    padding: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #FAF8F3;
    background-color: #007500;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }

.product-safe-for-animals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px; }
  .product-safe-for-animals .form-label {
    font-size: 14px;
    font-weight: 400;
    margin: 0; }
  .product-safe-for-animals .safe-for {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    background-color: #F7F7F7;
    min-height: 32px;
    font-size: 14px;
    padding: 0 8px;
    order: 1; }
    .product-safe-for-animals .safe-for img {
      width: 46px;
      min-width: 46px;
      height: auto;
      margin-right: 2px;
      margin-left: -8px; }
    .product-safe-for-animals .safe-for.horse, .product-safe-for-animals .safe-for.cattle, .product-safe-for-animals .safe-for.swine, .product-safe-for-animals .safe-for.goat, .product-safe-for-animals .safe-for.sheep, .product-safe-for-animals .safe-for.dog, .product-safe-for-animals .safe-for.cat, .product-safe-for-animals .safe-for.alpaca, .product-safe-for-animals .safe-for.llama, .product-safe-for-animals .safe-for.rabbit {
      order: 0; }

#product_just_stars .SA__total_reviews {
  display: flex; }

.tabs-reviews #SA_review_wrapper .SA__review_widget {
  margin-bottom: 24px; }

.tabs-reviews #SA_review_wrapper .SA__customer_header {
  padding: 0; }

.tabs-reviews #SA_review_wrapper .SA__customer_reviews_wrap {
  gap: 16px; }

.tabs-reviews #SA_review_wrapper .SA__customer_reviews {
  border-top: 1px solid #313B45 !important;
  background: #FFF;
  padding: 24px; }

.tabs-reviews #SA_review_wrapper .SA__customer_rating {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.tabs-reviews #SA_review_wrapper .sa_dropdown {
  margin-right: 0;
  margin-top: 10px; }
  @media screen and (min-width: 576px) {
    .tabs-reviews #SA_review_wrapper .sa_dropdown {
      margin-top: 0; } }

.tabs-reviews #SA_review_wrapper .SA__review_date {
  order: -1;
  line-height: 1; }

.tabs-reviews #SA_review_wrapper .SA__social-share-wrapper {
  padding-bottom: 0; }

.tabs-reviews #SA_review_wrapper .SA__review_container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0; }

.tabs-reviews #SA_review_wrapper .SA__review_filter {
  margin-top: 0;
  border-top: none;
  display: inline-flex;
  gap: 8px;
  padding: 0 0 24px;
  justify-content: end;
  width: 100%;
  align-items: center;
  flex-wrap: wrap; }

.tabs-reviews #SA_review_wrapper .SA__review_filter button.sa_btn {
  order: -1;
  margin-right: auto;
  border: 0;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  background-color: #176EC1; }
  .tabs-reviews #SA_review_wrapper .SA__review_filter button.sa_btn:hover {
    background-color: #176EC1; }

dw-share.block {
  display: none !important; }

.product-has-personalization [data-product-option-change].active {
  margin-bottom: 20px; }
  @media (min-width: 801px) {
    .product-has-personalization [data-product-option-change].active {
      margin-bottom: 24px; } }
  .product-has-personalization [data-product-option-change].active [class*=PAPATHEMESCONDITIONALPRODUCTOPTIONS] {
    display: block !important; }

[data-product-personalization] {
  margin-bottom: 0; }
  [data-product-personalization] .form-option-wrapper {
    display: none;
    position: relative; }
  [data-product-personalization] ~ .form-field {
    padding: 0 0.75rem 18px;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 0 !important;
    background: #FAF8F3;
    display: none; }
    @media (min-width: 801px) {
      [data-product-personalization] ~ .form-field {
        padding: 0 1.5rem 1.5rem;
        margin-left: 0;
        margin-right: 0; } }
    [data-product-personalization] ~ .form-field .form-option {
      min-height: 48px;
      min-width: 48px;
      width: auto;
      height: auto; }
      [data-product-personalization] ~ .form-field .form-option.form-option-swatch--image {
        min-width: 80px;
        min-height: 48px; }
    [data-product-personalization] ~ .form-field .form-option-rectangle-list .form-option {
      padding: 0.75rem 1.5rem; }
    [data-product-personalization] ~ .form-field .form-option-variant--color {
      width: 48px;
      height: 48px;
      min-height: 48px; }
  [data-product-personalization].active + .form-field {
    padding-top: 1.5rem; }
  [data-product-personalization].active ~ .form-field {
    display: block; }
  [data-product-personalization].active .form-option-wrapper {
    display: flex;
    user-select: none; }
    [data-product-personalization].active .form-option-wrapper::after {
      opacity: 1;
      visibility: visible; }
  [data-product-personalization].active > label {
    display: none; }
  [data-product-personalization].active .form-option-wrapper .form-label {
    cursor: pointer;
    user-select: none;
    border: 2px solid #313B45;
    padding: 0.75rem 16px;
    font-size: 15px;
    font-weight: 600;
    color: #313B45;
    background-color: #FFFFFF;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    height: 48px;
    margin-bottom: 4px;
    margin-top: 4px; }
    [data-product-personalization].active .form-option-wrapper .form-label:hover {
      border-color: #176EC1;
      color: #176EC1; }
    [data-product-personalization].active .form-option-wrapper .form-label::before, [data-product-personalization].active .form-option-wrapper .form-label::after {
      display: none; }
  [data-product-personalization] .form-label--alternate {
    cursor: pointer;
    user-select: none;
    border: 2px solid #313B45;
    padding: 0.75rem 16px;
    font-size: 15px;
    font-weight: 600;
    color: #313B45;
    background-color: #FFFFFF;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    height: 48px;
    margin-bottom: 4px;
    margin-top: 4px; }
    [data-product-personalization] .form-label--alternate:hover {
      border-color: #176EC1;
      color: #176EC1; }

[location="custom-pdp"] {
  --og-radio-width: 18px !important;
  --og-radio-height: 18px !important;
  --og-radio-margin: 0 5px 0 0 !important;
  --og-select-padding: 0.4em 2.8em 0.4em 0.5em !important;
  --og-select-bg-color: transparent !important;
  --og-select-border: 1px solid #DDD !important;
  --og-select-font-size: 14px !important;
  --og-tooltip-family: stencilFontFamily("body-font"), Arial, Helvetica, sans-serif !important;
  --og-tooltip-size: 14px !important;
  --og-tooltip-color: #313B45 !important;
  --og-tooltip-background: #ffffff !important;
  --og-tooltip-border: 1px solid #ddd !important;
  --og-tooltip-border-radius: 5px !important;
  --og-tooltip-padding: 1em !important;
  --og-tooltip-text-align: center !important;
  --og-tooltip-placement: bottom !important;
  --og-tooltip-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) !important;
  --og-primary-color: red !important;
  --og-global-family: stencilFontFamily("body-font"), Arial, Helvetica, sans-serif !important;
  --og-global-size: 14px !important;
  --og-global-color: #313B45 !important;
  --og-wrapper-padding: 10px 0 !important;
  --og-tooltip-family: inherit !important;
  --og-tooltip-size: 12px !important;
  --og-tooltip-color: #313B45 !important;
  --og-tooltip-background: #ffffff !important;
  --og-tooltip-placement: bottom !important;
  --og-tooltip-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28) !important;
  --og-upsell-family: stencilFontFamily("body-font"), Arial, Helvetica, sans-serif !important;
  --og-upsell-size: 14px !important;
  --og-upsell-color: #6377DB !important;
  --og-checkbox-border-color: #E41B21 !important; }

[location="custom-pdp"] og-optout-button,
[location="custom-pdp"] og-optin-button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  line-height: 18px !important;
  gap: 5px;
  align-items: center;
  cursor: pointer; }

[location="custom-pdp"] og-optin-button .btn,
[location="custom-pdp"] og-optin-button button {
  transform: scale(2) !important; }

[location="custom-pdp"] og-tooltip {
  transform: translateY(3px) !important; }

[location="custom-pdp"] .og-offer-incentive {
  font-size: 12px !important;
  color: #007500 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700 !important;
  margin-top: -4px; }
  [location="custom-pdp"] .og-offer-incentive span {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #313B45 !important;
    margin-right: 8px; }

[location="custom-pdp"] og-text[key="offerEveryLabel"] {
  font-weight: 700 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313B45 !important;
  font-size: 12px !important;
  margin: 6px 0 !important;
  display: block !important; }

[location="custom-pdp"] og-optin-button {
  margin-top: 0 !important;
  font-weight: 700 !important; }

[location="custom-pdp"] og-select-frequency {
  height: 48px !important;
  padding: 8px 12px !important;
  border-radius: 4px !important;
  border: 1px solid #DDD !important;
  font-weight: 700 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 8px !important;
  margin-top: 8px; }

og-when > div {
  border-radius: 4px;
  border: 0.415px solid #CCC;
  background: #F7F7F7;
  padding: 16px 12px;
  gap: 8px;
  margin-left: 0 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 8px; }

og-offer .og-offer-incentive svg {
  color: #E41B21 !important; }

.previewCartItem-price {
  text-align: right; }
  .previewCartItem-price .og-subscribed {
    display: block;
    color: #646C73;
    font-size: 12px;
    margin-top: 10px;
    min-width: 96px;
    text-align: left; }
  .previewCartItem-price .autoship-icon img {
    width: 11px; }

.subscription-options-container-bc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px; }

.productView .option-row {
  border-radius: 4px;
  border: 0.415px solid #CCCCCC;
  background: #F7F7F7;
  position: relative; }
  .productView .option-row.active-option {
    border: 2px solid #313B45;
    background: #FFFFFF; }
  .productView .option-row .option-content {
    padding: 16px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px; }
  .productView .option-row.auto-ship-row .option-content {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .productView .option-row label {
    font-size: 14px;
    font-weight: 700;
    color: #313B45;
    margin: 0;
    cursor: pointer;
    line-height: normal;
    display: inline-flex;
    gap: 4px;
    align-items: center; }
    .productView .option-row label:before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1; }
  .productView .option-row .subscription-disclaimer-bc {
    font-size: 12px;
    line-height: 1.25;
    margin: 0;
    width: 100%; }
  .productView .option-row .radio-label-group {
    display: flex;
    align-items: center; }

.productView .buy-once-row .radio-label-group {
  gap: 8px; }
  .productView .buy-once-row .radio-label-group label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.productView .auto-ship-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.productView .auto-ship-row .radio-label-group {
  gap: 4px; }
  .productView .auto-ship-row .radio-label-group .autoship-icon {
    display: flex;
    align-items: center; }
    .productView .auto-ship-row .radio-label-group .autoship-icon img {
      width: 14px;
      height: 18px; }
  .productView .auto-ship-row .radio-label-group .save-percentage-bc {
    font-size: 12px;
    font-weight: 700;
    color: #007500;
    line-height: normal;
    margin-left: 8px; }

.productView .og-price-value {
  font-size: 16px;
  font-weight: 700;
  color: #313B45; }

.productView .og-price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px; }

.productView .og-was-price {
  font-size: 14px;
  font-weight: 400;
  color: #646C73;
  text-decoration: line-through; }

.productView .delivery-frequency-wrapper-bc {
  width: 100%; }

.productView .delivery-frequency-selector-bc {
  width: 100%; }

.og-radio {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  accent-color: #E41B21; }
  .og-radio:checked {
    background-color: #E41B21;
    border-color: #E41B21; }

.productView .delivery-frequency-selector-bc .input-select,
.cart-item-og-subscription select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background: transparent;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #313B45;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M19 9.92017L12 16.9202L5 9.92017' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  height: 48px;
  font-weight: 700; }

.productView .delivery-frequency-selector-bc .input-select {
  background-size: 24px;
  padding-right: 40px;
  position: relative;
  z-index: 2; }

.cart-item-og-subscription select {
  background-size: 24px 25px;
  padding-right: 36px;
  margin-top: 4px;
  position: relative;
  z-index: 1; }

.cart-item-og-subscription {
  border-radius: 4px;
  border: 0.415px solid #CCC;
  background: #F7F7F7;
  padding: 16px;
  margin-top: 12px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1; }
  @media (min-width: 801px) {
    .cart-item-og-subscription {
      margin-right: -60px;
      margin-left: auto; } }
  @media screen and (min-width: 801px) and (max-width: 1024px) {
    .cart-item-og-subscription {
      margin-right: -80px;
      margin-left: -30px;
      padding: 12px;
      zoom: 0.75; } }
  @media (min-width: 1261px) {
    .cart-item-og-subscription {
      margin-right: -70px;
      max-width: 350px; } }
  .cart-item-og-subscription .og-radio {
    position: relative;
    top: 4px; }
  .cart-item-og-subscription .autoship-icon {
    position: relative;
    top: -2px; }
  .cart-item-og-subscription .radio-label-group {
    text-align: left;
    display: flex;
    width: 100%;
    align-items: baseline;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.28px; }
    .cart-item-og-subscription .radio-label-group .og-price-value {
      margin-left: auto;
      font-size: 14px; }
  .cart-item-og-subscription .subscription-price-row {
    display: inline-flex;
    margin-left: auto;
    flex-direction: column; }
  .cart-item-og-subscription .subscription-disclaimer-bc {
    font-size: 12px;
    text-align: left; }
  .cart-item-og-subscription .save-percentage-bc {
    color: #007500;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    display: inline-block; }
  .cart-item-og-subscription .subscription-options-container-bc {
    gap: 8px;
    margin-bottom: 0; }
  .cart-item-og-subscription:not(:empty) ~ .cart-item-value,
  .cart-item-og-subscription:not(:empty) ~ .cart-item-value.price--discounted {
    display: none !important; }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: #faf8f3;
  border: 1px solid #474747;
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1261px) {
  .page-createaccount .body {
    padding: 80px 0; } }

@media screen and (min-width: 800px) and (max-width: 1080px) {
  .page-createaccount .login-container {
    flex-direction: column;
    gap: 24px; }
    .page-createaccount .login-container .account-body {
      width: 100%; } }

@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .page-createaccount .new-customer-section {
    max-width: 328px; } }

.account--new-customer {
  max-width: 1180px;
  margin: 0 auto; }
  .account--new-customer .form {
    margin: 0; }
  .account--new-customer .form-label small {
    float: none;
    margin-top: 0.375rem;
    position: relative;
    font-size: 0;
    margin-left: -2px; }
    .account--new-customer .form-label small:after {
      content: ": *";
      font-size: 16px; }
  .account--new-customer .form-input {
    width: 100%;
    min-height: 48px;
    padding: 8px 16px;
    border: 1px solid #DDD;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #313b45;
    background-color: white;
    box-sizing: border-box; }
    .account--new-customer .form-input:focus {
      border-color: #474747;
      outline: none;
      box-shadow: 0 0 0 2px rgba(71, 71, 71, 0.2); }
    .account--new-customer .form-input::placeholder {
      color: #646c73; }
  .account--new-customer .account-body {
    margin: 0;
    flex: 1; }
  .account--new-customer .form-actions {
    text-align: right;
    max-width: 100%; }
    @media (min-width: 801px) {
      .account--new-customer .form-actions {
        margin-top: 1rem;
        margin-left: 0; } }
  .account--new-customer .form-row .form-field {
    margin-bottom: 24px; }
  .account--new-customer .form-divider {
    margin-bottom: 1.52rem;
    margin-top: 10px; }
  .account--new-customer .form-heading {
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    margin-bottom: 16px; }
  .account--new-customer .form-field--inputPassword {
    clear: left; }
  .account--new-customer .form-field--inputPassword[data-type="ConfirmPassword"] {
    clear: none; }
  .account--new-customer .form-select {
    border-color: #DDD; }
    .account--new-customer .form-select:focus {
      border-color: #313B45; }
  .account--new-customer .form-field--error .form-select {
    border-color: #cc4749; }
  .account--new-customer div[data-type="Country"]:after {
    content: "We ship to United States locations only.";
    font-size: 14px;
    position: relative;
    top: 3px; }

.account--fixedSmall {
  max-width: 600px; }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }
  @media (min-width: 1261px) {
    .account-sidebar {
      width: 30%;
      min-width: 300px; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.navBar--account {
  display: none;
  text-align: left; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-page.page {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 40px;
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 24px); }
  @media (min-width: 801px) {
    .account-page.page {
      gap: 24px;
      margin: 22px 0 80px;
      width: 100%;
      flex-direction: row; } }
  .account-page.page:before, .account-page.page:after {
    display: none; }
  .account-page.page .account {
    margin-bottom: 0; }
  .account-page.page .page-sidebar {
    background-color: #fff;
    padding: 0;
    width: 100%; }
    @media (min-width: 801px) {
      .account-page.page .page-sidebar {
        max-width: 300px; } }
    @media (min-width: 1400px) {
      .account-page.page .page-sidebar {
        max-width: 411px; } }
  .account-page.page .page-content {
    padding: 0;
    width: auto;
    float: none;
    width: 100%; }
    @media (min-width: 801px) {
      .account-page.page .page-content {
        max-width: calc(100% - 300px); } }
    @media (min-width: 1400px) {
      .account-page.page .page-content {
        max-width: calc(100% - 411px); } }
  .account-page.page .account-body {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 16px;
    margin: 0; }
    @media (min-width: 801px) {
      .account-page.page .account-body {
        gap: 24px; } }
    .account-page.page .account-body:before, .account-page.page .account-body:after {
      display: none; }
    .account-page.page .account-body .account-content-header {
      flex: 1;
      display: flex;
      align-items: stretch;
      width: 100%;
      justify-content: end;
      padding: 0 12px;
      flex-wrap: wrap; }
      @media (min-width: 801px) {
        .account-page.page .account-body .account-content-header {
          margin-top: -48px;
          padding: 0; } }
      .account-page.page .account-body .account-content-header a {
        margin-left: 4px; }
    .account-page.page .account-body .account-content {
      padding: 16px 12px;
      width: 100%;
      background: #fff;
      display: inline-flex;
      flex-direction: column;
      gap: 16px; }
      @media (min-width: 801px) {
        .account-page.page .account-body .account-content {
          padding: 24px;
          gap: 19px; } }
      .account-page.page .account-body .account-content .account-sidebar {
        display: inline-flex;
        flex-direction: column;
        gap: 16px; }
    .account-page.page .account-body .account-order-details {
      display: inline-flex;
      flex-direction: column;
      gap: 16px;
      padding: 0;
      background: transparent; }
      @media (min-width: 1261px) {
        .account-page.page .account-body .account-order-details {
          flex-direction: row;
          gap: 24px; } }
    .account-page.page .account-body .account-order-contents {
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 100%;
      height: fit-content; }
      @media (min-width: 1261px) {
        .account-page.page .account-body .account-order-contents {
          gap: 24px; } }
      .account-page.page .account-body .account-order-contents > div {
        flex: 1;
        padding: 16px 12px;
        background: #fff;
        gap: 24px; }
        @media (min-width: 801px) {
          .account-page.page .account-body .account-order-contents > div {
            padding: 24px; } }
    .account-page.page .account-body .order-returns .return-title {
      color: #E41B21;
      font-size: 14px;
      font-weight: 700; }
    .account-page.page .account-body .order-shipments .shipment-title {
      color: #E41B21;
      font-size: 14px;
      font-weight: 700; }
    .account-page.page .account-body .order-shipments .shipment {
      display: inline-flex;
      flex-direction: column;
      gap: 8px;
      width: 100%; }
    .account-page.page .account-body .order-shipments .detail-row {
      display: inline-flex;
      justify-content: space-between;
      width: 100%; }
    .account-page.page .account-body .order-shipments .tracking-info {
      display: inline-flex;
      align-items: center; }
    .account-page.page .account-body .order-shipments .copy-tracking-button {
      display: inline-flex;
      align-items: center;
      cursor: pointer;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .account-page.page .account-body .order-shipments .shipment-items {
      display: inline-flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 8px;
      padding: 0; }
    .account-page.page .account-body .order-shipments .order-status-text {
      margin-bottom: 8px; }
    .account-page.page .account-body .order-shipments .shipment-separator {
      margin: 16px 0; }
      @media (min-width: 801px) {
        .account-page.page .account-body .order-shipments .shipment-separator {
          margin: 24px 0; } }
    .account-page.page .account-body .order-shipments .shipment-item-thumbnail {
      position: relative;
      height: 65px;
      width: 65px; }
      .account-page.page .account-body .order-shipments .shipment-item-thumbnail img {
        max-width: 100%; }
    .account-page.page .account-body .top-heading {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .account-page.page .account-body .top-heading .account-heading {
        font-size: 18px;
        border: 0;
        font-weight: 600;
        line-height: 125%;
        letter-spacing: -0.48px;
        padding: 0;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        text-transform: uppercase; }
        @media (min-width: 801px) {
          .account-page.page .account-body .top-heading .account-heading {
            font-size: 24px;
            line-height: 1; } }
      .account-page.page .account-body .top-heading .view-all {
        font-size: 14px; }
        @media (min-width: 801px) {
          .account-page.page .account-body .top-heading .view-all {
            font-size: 16px; } }
  .account-page.page .privacy-request-list #success-block,
  .account-page.page .privacy-request-list #error-block {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .account-page.page .privacy-request-list #success-block h3,
    .account-page.page .privacy-request-list #error-block h3 {
      font-size: 20px; }
  .account-page.page .privacy-request-list #form-container {
    max-width: 100% !important; }
  .account-page.page .privacy-request-list small {
    font-size: 80%; }
  .account-page.page .privacy-request-list .form {
    margin: 0; }
  .account-page.page .privacy-request-list .form-actions {
    max-width: 100%;
    text-align: left !important; }
    .account-page.page .privacy-request-list .form-actions button {
      margin-left: 0; }
  .account-page.page .form-fieldset .account-heading {
    font-size: 18px;
    border: 0;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.48px;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media (min-width: 801px) {
      .account-page.page .form-fieldset .account-heading {
        font-size: 24px;
        line-height: 1; } }
    .account-page.page .form-fieldset .account-heading.mb-0 {
      margin-bottom: 0; }
  .account-page.page .order-summary.box {
    border: 1px solid #CCC;
    padding: 16px;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    gap: 16px; }
    .account-page.page .order-summary.box + .order-summary {
      margin-top: 16px; }
    @media (min-width: 801px) {
      .account-page.page .order-summary.box {
        padding: 24px; } }
    .account-page.page .order-summary.box .account-orderStatus {
      margin-top: -4px; }
  .account-page.page .order-status {
    text-transform: none; }
  .account-page.page .account-orderStatus-label {
    position: relative;
    background-color: transparent; }
    .account-page.page .account-orderStatus-label:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .account-page.page .account-orderStatus-label span {
      position: relative;
      z-index: 1; }
  .account-page.page hr {
    margin: 8px 0;
    order: -1; }
    @media (min-width: 1261px) {
      .account-page.page hr {
        order: 0; } }
  .account-page.page .content-top {
    display: inline-flex;
    gap: 40px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .account-page.page .content-top {
        justify-content: flex-start; } }
    .account-page.page .content-top > div {
      display: inline-flex;
      flex-direction: column;
      gap: 4px;
      font-size: 14px;
      font-weight: 400;
      line-height: normal; }
      @media (min-width: 801px) {
        .account-page.page .content-top > div {
          gap: 8px; } }
      .account-page.page .content-top > div strong {
        font-weight: 600; }
    .account-page.page .content-top .view-order {
      margin-left: auto;
      display: none; }
      @media (min-width: 1261px) {
        .account-page.page .content-top .view-order {
          display: block; } }
  .account-page.page .order-status-info {
    display: inline-flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #646C73;
    order: -2;
    flex-direction: column; }
    @media (min-width: 1261px) {
      .account-page.page .order-status-info {
        order: 0;
        flex-direction: row;
        align-items: center; } }
    .account-page.page .order-status-info .view-order {
      display: block; }
      @media (min-width: 1261px) {
        .account-page.page .order-status-info .view-order {
          display: none; } }
    .account-page.page .order-status-info p {
      display: none; }
      @media (min-width: 1261px) {
        .account-page.page .order-status-info p {
          display: block; } }
    .account-page.page .order-status-info .body-2 {
      font-size: 16px;
      font-weight: 700;
      line-height: normal;
      color: #313B45; }
  .account-page.page .item-count {
    font-size: 12px; }
  .account-page.page .item-images {
    display: inline-flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap; }
  .account-page.page .item-image {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 801px) {
      .account-page.page .item-image {
        width: 85px;
        height: 85px; } }
    .account-page.page .item-image img {
      max-width: 65px;
      max-height: 65px;
      object-fit: contain; }
      @media (min-width: 801px) {
        .account-page.page .item-image img {
          max-width: 85px;
          max-height: 85px; } }
  .account-page.page .item-image-more {
    background: #313B45;
    color: #fff;
    position: relative; }
    .account-page.page .item-image-more a {
      color: #fff;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
  .account-page.page .panel-body {
    margin-bottom: 0;
    padding: 16px;
    background: #fff;
    border: 1px solid #CCC;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    gap: 16px;
    height: 100%;
    justify-content: end;
    position: relative;
    min-height: 130px; }
    @media (min-width: 801px) {
      .account-page.page .panel-body {
        padding: 24px; } }
  .account-page.page .addressList {
    margin: 0;
    display: inline-flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%; }
    .account-page.page .addressList .address {
      width: 100%;
      padding: 0; }
      @media (min-width: 801px) {
        .account-page.page .addressList .address {
          width: calc(50% - 8px); } }
    .account-page.page .addressList .panel--newAddress {
      height: 100%;
      min-height: 190px; }
    .account-page.page .addressList .panel-body {
      justify-content: flex-start; }
    .account-page.page .addressList form {
      margin-top: auto; }
  .account-page.page .alert-link {
    color: #fff; }
  .account-page.page .all-addresses {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px; }
    @media (min-width: 801px) {
      .account-page.page .all-addresses {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1261px) {
      .account-page.page .all-addresses {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 1441px) {
      .account-page.page .all-addresses {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    .account-page.page .all-addresses .address {
      width: 100%; }
    .account-page.page .all-addresses .address-title {
      font-size: 18px;
      font-weight: 600; }
  .account-page.page .button-link {
    margin-right: 10px;
    padding: 0; }
  .account-page.page .payment-cards {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap; }
    @media (min-width: 801px) {
      .account-page.page .payment-cards {
        gap: 20px; } }
    .account-page.page .payment-cards .panel-body {
      width: 100%;
      text-decoration: none; }
      @media (min-width: 801px) {
        .account-page.page .payment-cards .panel-body {
          max-width: 318px; } }
    .account-page.page .payment-cards .card-icon {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 70px; }
      .account-page.page .payment-cards .card-icon img {
        max-width: 100%; }
    .account-page.page .payment-cards .card-details {
      position: relative;
      padding-left: 80px;
      min-height: 48px;
      font-size: 14px;
      padding-top: 3px;
      margin: 16px 0; }
  .account-page.page .form-row--half .form-field {
    margin-bottom: 16px; }
    @media (min-width: 801px) {
      .account-page.page .form-row--half .form-field {
        margin-bottom: 0; } }
  .account-page.page .form-field {
    margin-bottom: 0; }
  .account-page.page .change-link {
    position: relative;
    top: 8px; }
  .account-page.page .return-certificates,
  .account-page.page .email-preference,
  .account-page.page .tax-certificates {
    display: inline-flex;
    flex-direction: column;
    gap: 6px; }
    .account-page.page .return-certificates a,
    .account-page.page .email-preference a,
    .account-page.page .tax-certificates a {
      color: #176EC1; }
      .account-page.page .return-certificates a:hover,
      .account-page.page .email-preference a:hover,
      .account-page.page .tax-certificates a:hover {
        color: #E41B21; }
  .account-page.page .tax-certificates ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 24px;
    margin-top: 16px;
    margin-bottom: 8px; }
  .account-page.page .form-checkbox + .form-label,
  .account-page.page .form-radio + .form-label {
    margin-bottom: 22px;
    padding-left: 27px; }
  .account-page.page .button {
    margin-bottom: 0; }
  .account-page.page .auto-ship-box input,
  .account-page.page .auto-ship-box button,
  .account-page.page .auto-ship-box textarea,
  .account-page.page .auto-ship-box select,
  .account-page.page .auto-ship-box details,
  .account-page.page .auto-ship-box [tabindex]:not([tabindex="-1"]),
  .account-page.page .auto-ship-box [contenteditable="true"] {
    outline: none !important; }

.nav--account .top {
  display: flex;
  justify-content: space-between;
  padding: 24px 12px 16px;
  gap: 24px; }
  @media (min-width: 801px) {
    .nav--account .top {
      padding: 24px 24px 18px; } }
  .nav--account .top .customer-name .welcome {
    color: #313B45; }
    .nav--account .top .customer-name .welcome strong {
      display: block;
      font-family: "Bitter", Arial, Helvetica, sans-serif;
      font-weight: 600;
      color: #1C1C1C;
      line-height: 1; }
  .nav--account .top .logout .link {
    font-size: 14px;
    color: #313B45;
    text-decoration: underline;
    position: relative;
    top: -2px;
    left: -3px; }
    .nav--account .top .logout .link:hover {
      color: #E41B21; }

.nav--account .active-account-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #313B45;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #313B45;
  margin: 0 12px 24px;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L12 16L5 9' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 16px center; }
  @media (min-width: 801px) {
    .nav--account .active-account-label {
      display: none; } }
  .nav--account .active-account-label.active {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L12 8L19 15' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    margin-bottom: 16px; }

.nav--account .navAccount-section {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  user-select: none; }
  @media (min-width: 801px) {
    .nav--account .navAccount-section {
      display: block; } }
  .nav--account .navAccount-section.active {
    display: block;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 16px; }
    @media (min-width: 801px) {
      .nav--account .navAccount-section.active {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0; } }
  .nav--account .navAccount-section .navAccount-item {
    padding: 12px;
    font-size: 16px;
    font-weight: 400; }
    @media (min-width: 801px) {
      .nav--account .navAccount-section .navAccount-item {
        padding: 10px 24px; } }
    .nav--account .navAccount-section .navAccount-item a {
      text-decoration: none;
      color: #313B45;
      display: block; }
      .nav--account .navAccount-section .navAccount-item a:hover {
        color: #E41B21; }
    .nav--account .navAccount-section .navAccount-item.is-active {
      font-weight: 700;
      border-left: 4px solid #E41B21;
      padding-left: 8px; }
      @media (min-width: 801px) {
        .nav--account .navAccount-section .navAccount-item.is-active {
          padding-left: 20px; } }
      .nav--account .navAccount-section .navAccount-item.is-active a {
        color: #313B45; }

.dog-info-wrapper {
  width: 100%; }
  .dog-info-wrapper .panel--newItem {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-left: 12px;
    cursor: pointer;
    width: fit-content;
    margin-top: 14px; }
    @media (min-width: 801px) {
      .dog-info-wrapper .panel--newItem {
        margin-top: 0; } }
    .dog-info-wrapper .panel--newItem:hover {
      color: #E41B21; }
  .dog-info-wrapper .vet-info,
  .dog-info-wrapper .pet-info {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 24px; }
  .dog-info-wrapper .link-deceased {
    padding-left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    width: fit-content; }
    @media (min-width: 801px) {
      .dog-info-wrapper .link-deceased {
        padding-left: 0; } }
    .dog-info-wrapper .link-deceased.is-open .icon {
      transform: rotate(180deg); }
    .dog-info-wrapper .link-deceased .icon {
      width: 24px;
      height: 24px; }
      .dog-info-wrapper .link-deceased .icon:hover svg {
        stroke: #E41B21; }
      .dog-info-wrapper .link-deceased .icon svg {
        width: 100%; }
  .dog-info-wrapper .deceasedItemList,
  .dog-info-wrapper .itemList {
    margin: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    gap: 24px; }
    .dog-info-wrapper .deceasedItemList > li,
    .dog-info-wrapper .itemList > li {
      display: inline-flex;
      flex-direction: column;
      width: 100%;
      gap: 16px;
      background: #fff;
      padding: 16px 12px;
      font-size: 14px; }
      @media (min-width: 801px) {
        .dog-info-wrapper .deceasedItemList > li,
        .dog-info-wrapper .itemList > li {
          padding: 24px;
          font-size: 16px; } }
      .dog-info-wrapper .deceasedItemList > li .item-details,
      .dog-info-wrapper .itemList > li .item-details {
        list-style: none;
        margin: 0;
        padding: 0; }
      .dog-info-wrapper .deceasedItemList > li strong,
      .dog-info-wrapper .itemList > li strong {
        font-weight: 600;
        font-size: 14px; }
        @media (min-width: 801px) {
          .dog-info-wrapper .deceasedItemList > li strong,
          .dog-info-wrapper .itemList > li strong {
            font-size: 16px;
            font-weight: 700; } }

.pet-info-modal .modal {
  border-radius: 8px 8px 0px 0px;
  max-width: 95%; }
  @media (min-width: 801px) {
    .pet-info-modal .modal {
      width: 926px;
      border-radius: 0; } }

.pet-info-modal .modal-close {
  top: 21px; }
  @media (min-width: 801px) {
    .pet-info-modal .modal-close {
      top: 41px;
      right: 63px; } }

.vet-info-modal .modal {
  max-width: 95%; }
  @media (min-width: 801px) {
    .vet-info-modal .modal {
      width: 770px; } }

.form-popup {
  padding: 24px 0;
  background: #fff; }
  @media (min-width: 801px) {
    .form-popup {
      padding: 40px 0; } }
  .form-popup .form-popup-content {
    padding: 0; }
  .form-popup .modal-body {
    padding: 0 12px;
    overflow-x: hidden; }
    @media (min-width: 801px) {
      .form-popup .modal-body {
        padding: 0 64px; } }
  .form-popup h3 {
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 12px; }
    @media (min-width: 801px) {
      .form-popup h3 {
        padding: 0 64px; } }
  .form-popup .form-field {
    margin-bottom: 16px; }
    @media (min-width: 801px) {
      .form-popup .form-field {
        margin-bottom: 24px; } }
  .form-popup .form-label small {
    float: none;
    margin-top: 0;
    position: relative;
    font-size: 12px;
    top: -4px; }
  .form-popup input::-webkit-outer-spin-button,
  .form-popup input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-popup .form-input--readonly,
  .form-popup .form-input[readonly],
  .form-popup .form-select--readonly,
  .form-popup .form-select[disabled] {
    background-color: #f5f5f5;
    color: #666;
    cursor: not-allowed;
    border-color: #ddd;
    pointer-events: none; }
  .form-popup .form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L12 16L5 9' stroke='%23313B45' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-left: 12px; }
  .form-popup .unit {
    position: absolute;
    bottom: 12px;
    right: 29px; }
  .form-popup .health_info legend {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 12px; }
  .form-popup .health_info .info-list {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    width: 100%; }
    .form-popup .health_info .info-list li {
      display: inline-flex;
      gap: 8px;
      flex-direction: column; }
    .form-popup .health_info .info-list .is-open .icon:before {
      content: "-";
      display: block;
      font-size: 26px;
      position: relative;
      left: 8px;
      top: -5px; }
    .form-popup .health_info .info-list .is-open svg {
      opacity: 0; }
    .form-popup .health_info .info-list .icon {
      width: 27px;
      height: 24px; }
      .form-popup .health_info .info-list .icon svg {
        width: 100%; }
    .form-popup .health_info .info-list a {
      text-decoration: none;
      line-height: 1; }
  .form-popup .modal-footer-actions {
    display: inline-flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    max-width: 100%;
    text-align: left;
    margin: 8px 0 0; }
    @media (min-width: 801px) {
      .form-popup .modal-footer-actions {
        margin: 0; } }
    .form-popup .modal-footer-actions:after, .form-popup .modal-footer-actions:before {
      display: none; }
    .form-popup .modal-footer-actions .button {
      margin: 0;
      background-color: #176EC1;
      width: auto;
      margin-left: auto; }
      .form-popup .modal-footer-actions .button:hover {
        background-color: #E41B21; }
    .form-popup .modal-footer-actions .panel--deleteItem {
      color: #E41B21;
      text-decoration: underline;
      font-size: 14px;
      margin: 0; }
      .form-popup .modal-footer-actions .panel--deleteItem:hover {
        color: #176EC1; }
  .form-popup .pet-deceased {
    padding: 16px;
    border: 1px solid #CCC;
    background: #fff;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 2px; }
    .form-popup .pet-deceased span {
      font-size: 12px;
      margin-top: 5px;
      display: block;
      color: #646C73; }
  @media screen and (max-width: 800px) {
    .form-popup.vet-popup #id_state,
    .form-popup.vet-popup #id_city {
      max-width: 50%; } }
  @media (min-width: 801px) {
    .form-popup.vet-popup #id_vet_name {
      max-width: 274px; } }
  @media (min-width: 801px) {
    .form-popup.vet-popup #id_clinic_name {
      width: calc(50% + 59px); } }

.account .wishlist-pagination .pagination {
  margin-top: 0; }

.account .productGrid {
  margin-right: 12px;
  margin-left: 12px; }
  @media (min-width: 801px) {
    .account .productGrid {
      margin-right: 0;
      margin-left: 0; } }
  .account .productGrid .product-grid-auto-ship-main {
    margin-left: 0;
    min-height: auto; }
    .account .productGrid .product-grid-auto-ship-main .each-item-price-value {
      font-size: 16px; }
  .account .productGrid .brand-item-code {
    min-height: 15px; }
  .account .productGrid .card .card-figcaption {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-top: auto;
    padding-top: 8px;
    display: block; }
  .account .productGrid .card-body .product-grid-button {
    position: static;
    padding: 0;
    min-height: fit-content;
    margin-top: 8px; }
  .account .productGrid .card-body .card-figcaption-button {
    color: #313B45;
    opacity: 1;
    background: #fff;
    visibility: visible;
    border: 1px solid #313B45;
    letter-spacing: 0;
    padding: 10px 16px;
    min-height: 48px; }
    .account .productGrid .card-body .card-figcaption-button:hover {
      background: #E41B21;
      border-color: #E41B21;
      color: #fff; }
  .account .productGrid .card-body {
    padding-bottom: 16px;
    gap: 8px; }
  .account .productGrid .card-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
    letter-spacing: 0;
    min-height: 35px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .account .productGrid .card-top-details {
    gap: 8px; }
  .account .productGrid .card-body .product-price {
    line-height: 1;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px; }
  .account .productGrid [data-test-info-type="price"] {
    width: auto;
    display: inline-flex; }
    @media (min-width: 801px) {
      .account .productGrid [data-test-info-type="price"] {
        justify-content: center; } }
  .account .productGrid .card-body .price:not(.price--non-sale) {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0; }
    .account .productGrid .card-body .price:not(.price--non-sale)[data-product-rrp-price-without-tax] {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0; }
  .account .productGrid .card-body .percentage-saving .price, .account .productGrid .card-body .percentage-saving > span {
    font-size: 14px; }
  .account .productGrid .product-grid-badges {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap; }

.no-previous-purchases {
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  font-size: 14px; }
  @media (min-width: 801px) {
    .no-previous-purchases {
      font-size: 16px;
      padding: 24px; } }
  .no-previous-purchases .different-account-question {
    margin-top: 16px; }
  .no-previous-purchases .sign-in-link a {
    font-size: 14px;
    color: #313B45;
    text-decoration: underline; }
    .no-previous-purchases .sign-in-link a:hover {
      color: #E41B21; }

.product-filters-no-results {
  padding: 16px 12px;
  background: #fff;
  font-size: 14px;
  margin: 0 12px; }
  @media (min-width: 801px) {
    .product-filters-no-results {
      margin: 0; } }

.buy-again-wrapper .product-filters {
  margin: 0 12px 16px;
  position: relative; }
  @media (min-width: 801px) {
    .buy-again-wrapper .product-filters {
      margin: 0;
      margin-bottom: 24px; } }

.buy-again-wrapper .clear-search {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 11px; }

.account-content-wrapper {
  padding: 16px 12px;
  background: #fff; }
  @media (min-width: 801px) {
    .account-content-wrapper {
      padding: 24px; } }

.edit-account-form-wrapper form {
  margin: 0; }

.edit-account-form-wrapper .form-row--half .form-field {
  margin-bottom: 0 !important; }

.edit-account-form-wrapper .form-row {
  gap: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0; }

.edit-account-form-wrapper hr {
  width: 100%;
  order: 0 !important; }

.edit-account-form-wrapper .form-row .form-field {
  padding: 0;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 801px) {
    .edit-account-form-wrapper .form-row .form-field {
      max-width: calc(50% - 12px); } }

.edit-account-form-wrapper .form-field:before, .edit-account-form-wrapper .form-field:after,
.edit-account-form-wrapper .form-row:before, .edit-account-form-wrapper .form-row:after {
  display: none; }

.edit-account-form-wrapper [data-type="EmailAddress"] {
  order: -1;
  width: 100%;
  max-width: 100% !important; }
  @media (min-width: 801px) {
    .edit-account-form-wrapper [data-type="EmailAddress"] > * {
      max-width: calc(50% - 12px); } }

.edit-account-form-wrapper [data-type="CurrentPassword"] {
  order: 0;
  width: 100%;
  max-width: 100% !important; }
  @media (min-width: 801px) {
    .edit-account-form-wrapper [data-type="CurrentPassword"] > * {
      max-width: calc(50% - 12px); } }

.edit-account-form-wrapper [data-type="Password"] {
  order: 1; }
  .edit-account-form-wrapper [data-type="Password"] .form-label {
    font-size: 0; }
    .edit-account-form-wrapper [data-type="Password"] .form-label:after {
      content: "New Password";
      font-size: 16px; }

.edit-account-form-wrapper [data-type="ConfirmPassword"] {
  order: 2;
  margin-bottom: 16px !important; }
  .edit-account-form-wrapper [data-type="ConfirmPassword"] .form-label {
    font-size: 0; }
    .edit-account-form-wrapper [data-type="ConfirmPassword"] .form-label:after {
      content: "Confirm New Password";
      font-size: 16px; }

.edit-account-form-wrapper .form-heading {
  font-family: "Bitter", Arial, Helvetica, sans-serif; }

.edit-account-form-wrapper .form-actions {
  text-align: right;
  max-width: 100%; }

.edit-address-form-wrapper [data-type="AddressLine1"],
.edit-address-form-wrapper [data-type="AddressLine2"] {
  width: 100% !important;
  max-width: 100% !important; }

@media (min-width: 1261px) {
  .edit-address-form-wrapper [data-type="City"],
  .edit-address-form-wrapper [data-type="State"],
  .edit-address-form-wrapper [data-type="Zip"],
  .edit-address-form-wrapper [data-type="Country"],
  .edit-address-form-wrapper [data-type="Country"],
  .edit-address-form-wrapper [data-type="CompanyName"],
  .edit-address-form-wrapper [data-type="Phone"] {
    width: calc(33% - 14px) !important;
    max-width: calc(33% - 14px) !important; } }

.edit-address-form-wrapper .form-select {
  border-color: #DDD; }
  .edit-address-form-wrapper .form-select:focus {
    border-color: #313B45; }

.edit-address-form-wrapper .form-field--error .form-select {
  border-color: #cc4749; }

.edit-address-form-wrapper .form-actions {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px; }
  .edit-address-form-wrapper .form-actions a {
    margin: 0;
    text-align: left; }
    .edit-address-form-wrapper .form-actions a:not(:hover) {
      text-decoration: none; }
  .edit-address-form-wrapper .form-actions:before, .edit-address-form-wrapper .form-actions:after {
    display: none; }

.orders-list .pagination {
  margin-top: 0; }

.orders-list .pagination-main {
  padding: 0; }

.orders-list .orders-filters {
  margin-bottom: 24px; }
  .orders-list .orders-filters .form {
    margin: 0; }
  .orders-list .orders-filters .form-fieldset {
    margin: 0; }
  .orders-list .orders-filters .form-field {
    position: relative;
    margin: 0; }
  .orders-list .orders-filters .form-input {
    width: 100%;
    min-height: 48px;
    padding: 8px 90px 8px 16px;
    border: 1px solid #DDD;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #313b45;
    background-color: white;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease; }
    .orders-list .orders-filters .form-input:focus {
      border-color: #313B45;
      outline: none;
      box-shadow: 0 0 0 2px rgba(49, 59, 69, 0.1); }
    .orders-list .orders-filters .form-input::placeholder {
      color: #646c73; }
  .orders-list .orders-filters .orders-search-submit {
    width: 44px;
    height: 44px;
    padding: 8px;
    background: #313B45;
    color: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    z-index: 2; }
    .orders-list .orders-filters .orders-search-submit:hover {
      background: #1f2529; }
    .orders-list .orders-filters .orders-search-submit:active {
      background: #0f1417; }
    .orders-list .orders-filters .orders-search-submit:focus {
      outline: 2px solid #313B45;
      outline-offset: 2px; }
    .orders-list .orders-filters .orders-search-submit .icon {
      display: flex;
      align-items: center;
      justify-content: center; }
    .orders-list .orders-filters .orders-search-submit svg {
      width: 18px;
      height: 18px;
      fill: #FAF8F3;
      pointer-events: none; }
  .orders-list .orders-filters .clear-search {
    width: 32px;
    height: 32px;
    padding: 6px;
    background: transparent;
    position: absolute;
    top: 8px;
    right: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    z-index: 3; }
    .orders-list .orders-filters .clear-search:hover {
      background: rgba(49, 59, 69, 0.1); }
    .orders-list .orders-filters .clear-search:active {
      background: rgba(49, 59, 69, 0.15); }
    .orders-list .orders-filters .clear-search:focus {
      outline: 2px solid #313B45;
      outline-offset: 2px; }
    .orders-list .orders-filters .clear-search .icon {
      display: flex;
      align-items: center;
      justify-content: center; }
    .orders-list .orders-filters .clear-search svg {
      width: 16px;
      height: 16px;
      fill: #646C73;
      pointer-events: none; }
    .orders-list .orders-filters .clear-search.d-none {
      display: none; }

.input-suggestion-container {
  position: relative;
  background: #F0F2F4;
  margin: 0;
  padding: 16px 24px;
  max-width: 511px;
  margin-bottom: 12px; }
  .input-suggestion-container .form-input {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: transparent; }
  .input-suggestion-container .form-field {
    display: inline-flex;
    gap: 16px;
    margin: 0;
    padding: 0; }
    .input-suggestion-container .form-field:before, .input-suggestion-container .form-field:after {
      display: none; }
  .input-suggestion-container .allergy-add {
    border-radius: 30px;
    border: 1px solid #313B45;
    min-height: 48px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #313B45;
    background: transparent;
    min-width: 121px;
    cursor: pointer; }
  .input-suggestion-container .allergy-list {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    gap: 8px 16px; }
  .input-suggestion-container .allergy-remove {
    color: #E41B21;
    cursor: pointer; }
  .input-suggestion-container .suggestions {
    list-style: none;
    padding: 0 24px 16px;
    margin: 0;
    border: none;
    border-top: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #F0F2F4;
    z-index: 10;
    display: none; }
    .input-suggestion-container .suggestions .suggestion-item {
      padding: 0.5rem 1rem;
      cursor: pointer;
      border: 1px solid #fff;
      background: #fff;
      margin: 4px;
      border-radius: 20px; }
      .input-suggestion-container .suggestions .suggestion-item:hover {
        background-color: #E41B21;
        color: #fff; }

.top-header-definitionList {
  line-height: 2;
  margin-bottom: 18px; }

.account-heading.h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 21px;
  line-height: .7; }

.order-status-text-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 4px; }
  @media (min-width: 801px) {
    .order-status-text-container {
      flex-direction: row;
      gap: 24px; } }

.order-payment-method {
  font-size: 14px; }

.order-items-count {
  font-size: 12px;
  margin-bottom: 13px; }

.order-status-text {
  display: inline-flex; }
  .order-status-text .status {
    display: inline-flex;
    align-items: center;
    margin: 0 6px;
    gap: 4px; }
    .order-status-text .status:before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px; }

.account-orderStatus-label:before,
.order-status-text .status:before,
[class*="status-"]:before {
  background-color: #C2410C; }

.account-orderStatus-label.status-cancelled:before,
.order-status-text .status.status-cancelled:before,
[class*="status-"].status-cancelled:before {
  background-color: #CB3939; }

.account-orderStatus-label.status-completed:before, .account-orderStatus-label.status-complete:before,
.order-status-text .status.status-completed:before,
.order-status-text .status.status-complete:before,
[class*="status-"].status-completed:before,
[class*="status-"].status-complete:before {
  background-color: #0B855C; }

.account-orderStatus-label.status-authorized:before,
.order-status-text .status.status-authorized:before,
[class*="status-"].status-authorized:before {
  background-color: #0B855C; }

.account-orderStatus-label.status-in-process:before,
.order-status-text .status.status-in-process:before,
[class*="status-"].status-in-process:before {
  background-color: #5C65B2; }

.account-orderStatus-label.status-order-is-on-hold-for-missing-prescription:before, .account-orderStatus-label.status-order-is-on-hold:before,
.order-status-text .status.status-order-is-on-hold-for-missing-prescription:before,
.order-status-text .status.status-order-is-on-hold:before,
[class*="status-"].status-order-is-on-hold-for-missing-prescription:before,
[class*="status-"].status-order-is-on-hold:before {
  background-color: #966C03; }

.account-orderStatus-label.status-in-review:before,
.order-status-text .status.status-in-review:before,
[class*="status-"].status-in-review:before {
  background-color: #B3520F; }

.back-to-orders a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  cursor: pointer;
  width: fit-content;
  text-decoration: none;
  color: #313B45; }
  @media (min-width: 801px) {
    .back-to-orders a {
      margin-top: 0; } }
  .back-to-orders a:hover {
    color: #E41B21; }
  .back-to-orders a .icon {
    width: 24px;
    height: 24px; }

.account-product-price-quantity {
  color: #646C73;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%; }
  .account-product-title + .account-product-price-quantity {
    margin-top: 8px; }

.account-product-review-link {
  text-align: right;
  font-size: 13px;
  margin-top: 4px; }

.account-shipments-header {
  display: inline-flex !important;
  width: 100%;
  gap: 12px;
  justify-content: space-between; }
  .account-shipments-header a {
    font-weight: 400; }

.prescriptions-wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  font-size: 16px; }
  .prescriptions-wrapper > div {
    padding: 0 12px; }
    @media (min-width: 801px) {
      .prescriptions-wrapper > div {
        padding: 0; } }
    .prescriptions-wrapper > div.prescription-expired {
      padding: 0; }
    .prescriptions-wrapper > div .prescription-accordion-header {
      padding: 0 12px; }
      @media (min-width: 801px) {
        .prescriptions-wrapper > div .prescription-accordion-header {
          padding: 0; } }
  .prescriptions-wrapper .prescription-info {
    display: inline-flex;
    gap: 8px;
    align-items: center; }
  .prescriptions-wrapper .prescription-active {
    display: inline-flex;
    flex-direction: column;
    gap: 24px; }
  .prescriptions-wrapper .prescription-item {
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    background: #fff;
    padding: 16px 12px;
    font-size: 14px;
    transition: all 0.3s ease; }
    @media (min-width: 801px) {
      .prescriptions-wrapper .prescription-item {
        padding: 24px;
        font-size: 16px; } }
  .prescriptions-wrapper .prescription-sort {
    display: inline-flex;
    align-items: center;
    font-size: 14px; }
    .prescriptions-wrapper .prescription-sort select {
      border: 1px solid #faf8f3;
      border-radius: 0;
      padding-right: 32px;
      padding-left: 12px;
      font-size: 14px;
      font-weight: 400;
      background: #faf8f3 url('data:image/svg+xml,%3Csvg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 9.92017L12 16.9202L5 9.92017" stroke="%23313B45" stroke-width="1.5" stroke-linecap="square"/%3E%3C/svg%3E%0A') no-repeat right 0 center;
      appearance: none;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #313B45;
      cursor: pointer; }
    .prescriptions-wrapper .prescription-sort span {
      white-space: pre;
      margin-right: -8px;
      position: relative;
      z-index: 1; }
  .prescriptions-wrapper .prescription-header {
    display: inline-flex;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap; }
  .prescriptions-wrapper .prescription-item-header {
    display: inline-flex;
    gap: 16px;
    flex-direction: row; }
    @media (min-width: 801px) {
      .prescriptions-wrapper .prescription-item-header {
        align-items: center; } }
  .prescriptions-wrapper .prescription-item-header-left {
    display: inline-flex;
    gap: 4px;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 801px) {
      .prescriptions-wrapper .prescription-item-header-left {
        flex-direction: row;
        align-items: center;
        gap: 8px 40px; } }
  .prescriptions-wrapper .prescription-item-header-right {
    margin-left: auto;
    white-space: nowrap; }
    .prescriptions-wrapper .prescription-item-header-right .button {
      line-height: 29px;
      border: 1px solid #DDD; }
      .prescriptions-wrapper .prescription-item-header-right .button:hover {
        border-color: #E41B21;
        color: #E41B21; }
  .prescriptions-wrapper .prescription-quantity {
    margin-top: 12px; }
  .prescriptions-wrapper .prescription-refills--no-refills {
    color: #E41B21; }
  .prescriptions-wrapper .prescription-contact {
    font-size: 14px; }
    .prescriptions-wrapper .prescription-contact a {
      text-decoration: underline;
      color: #313B45; }
      .prescriptions-wrapper .prescription-contact a:hover {
        color: #E41B21; }
  .prescriptions-wrapper .prescription-accordion-header {
    display: inline-flex;
    gap: 8px;
    cursor: pointer;
    align-items: center; }
    .prescriptions-wrapper .prescription-accordion-header svg {
      transition: transform 0.3s ease-in-out; }
  .prescriptions-wrapper .prescription-accordion-content {
    display: none; }
    .prescriptions-wrapper .prescription-accordion-content .prescription-item {
      margin-top: 24px; }
  .prescriptions-wrapper .prescription-accordion-header-icon--open {
    transform: rotate(180deg); }

.notifications-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  pointer-events: none; }

.notification {
  pointer-events: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  min-width: 300px;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: relative; }
  .notification.show {
    transform: translateX(0);
    opacity: 1; }
  .notification.hide {
    transform: translateX(100%);
    opacity: 0; }

.notification-content {
  display: flex;
  align-items: center;
  gap: 12px; }

.notification-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0; }

.notification-details {
  flex: 1;
  min-width: 0; }

.notification-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 4px 0;
  color: #333; }

.notification-message {
  font-size: 13px;
  margin: 0;
  color: #666; }

.notification-product-link {
  color: #333;
  text-decoration: none;
  font-weight: 500; }
  .notification-product-link:hover {
    text-decoration: underline; }

.notification-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #999;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease; }
  .notification-close:hover {
    background: #f5f5f5;
    color: #333; }

.notification-success {
  border-left: 4px solid #4CAF50; }

.notification-error {
  border-left: 4px solid #f44336; }

.notification-info {
  border-left: 4px solid #2196F3; }

.notification-warning {
  border-left: 4px solid #ff9800; }

@media (max-width: 768px) {
  .notifications-container {
    top: 10px;
    right: 10px;
    left: 10px; }
  .notification {
    max-width: none;
    min-width: auto; } }

.tax-exemption-download {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 8px; }
  .tax-exemption-download .form-field {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 16px; }
    @media (min-width: 801px) {
      .tax-exemption-download .form-field {
        flex-direction: row; } }
    .tax-exemption-download .form-field::before, .tax-exemption-download .form-field::after {
      display: none; }
  .tax-exemption-download .form-label {
    margin-bottom: 0; }
  .tax-exemption-download .form-select {
    max-width: 480px; }

.autoship-vet-modal .modal {
  max-width: 525px; }

.autoship-vet-modal #vet-popup-content {
  margin: 0 auto;
  padding: 24px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #313B45; }
  @media (min-width: 801px) {
    .autoship-vet-modal #vet-popup-content {
      padding: 28px; } }
  .autoship-vet-modal #vet-popup-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .autoship-vet-modal #vet-popup-content h3 {
        font-size: 24px; } }
  .autoship-vet-modal #vet-popup-content label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 22px;
    color: #313B45;
    line-height: 1.5; }
  .autoship-vet-modal #vet-popup-content .vet-add-modify-section {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 16px; }
  .autoship-vet-modal #vet-popup-content .vet-radio {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #176EC1; }
  .autoship-vet-modal #vet-popup-content .no-vets-message {
    text-align: center;
    color: #646C73;
    font-size: 16px;
    padding: 24px 0; }

.autoship-vet-modal .vet-cards-container {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 8px;
  margin: 16px 0; }
  @media (min-width: 801px) {
    .autoship-vet-modal .vet-cards-container {
      margin: 24px 0; } }

.autoship-vet-modal .vet-card {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  padding: 16px 8px;
  margin-bottom: 0;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  .autoship-vet-modal .vet-card:hover {
    background-color: #FAF8F3; }
  .autoship-vet-modal .vet-card.selected {
    background-color: #F0F2F4; }
  .autoship-vet-modal .vet-card:last-child {
    border-bottom: none; }

.autoship-vet-modal .vet-card-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #313B45; }

.autoship-vet-modal .vet-card-clinic {
  font-size: 14px;
  font-weight: 400;
  color: #176EC1;
  margin-bottom: 8px;
  line-height: 1.5; }

.autoship-vet-modal .vet-card-address {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px; }

.autoship-vet-modal .vet-card-fax,
.autoship-vet-modal .vet-card-phone {
  font-size: 14px;
  margin-top: 0;
  line-height: 1.5; }

.autoship-vet-modal .vet-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px; }

.autoship-vet-modal .vet-card-details {
  flex: 1; }

.autoship-vet-modal #vetSubmitBtn {
  width: 100%;
  min-height: 48px;
  padding: 8px 24px;
  background-color: #176EC1;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0; }
  .autoship-vet-modal #vetSubmitBtn:hover:not(:disabled) {
    background-color: #E41B21; }
  .autoship-vet-modal #vetSubmitBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #646C73; }

.autoship-vet-modal .change-vet-loader {
  text-align: center;
  padding: 40px 0; }
  .autoship-vet-modal .change-vet-loader .loadingOverlay {
    display: block; }
  .autoship-vet-modal .change-vet-loader p {
    font-size: 16px;
    color: #646C73;
    margin-top: 16px; }

.autoship-vet-modal .vet-submit-section {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #DDDDDD; }

#search-orders-form .form-fieldset {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px; }
  @media screen and (min-width: 1025px) {
    #search-orders-form .form-fieldset {
      flex-direction: row; } }

#search-orders-form .form-field--search {
  width: 100%; }
  @media screen and (min-width: 1025px) {
    #search-orders-form .form-field--search {
      width: 300px;
      margin-top: 30px; } }

#search-orders-form .form-row--date-filter {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  margin: 0; }
  #search-orders-form .form-row--date-filter::before, #search-orders-form .form-row--date-filter::after {
    display: none; }
  @media screen and (min-width: 1025px) {
    #search-orders-form .form-row--date-filter {
      width: calc(100% - 300px - 16px);
      justify-content: flex-end; } }
  #search-orders-form .form-row--date-filter .form-input {
    padding-right: 8px; }
  #search-orders-form .form-row--date-filter > .form-field {
    padding: 0;
    width: 100%;
    margin-bottom: 0; }
    @media screen and (min-width: 1025px) {
      #search-orders-form .form-row--date-filter > .form-field {
        width: auto; } }
    #search-orders-form .form-row--date-filter > .form-field.form-field--date-select-filter {
      flex-grow: 1; }
      @media screen and (min-width: 1025px) {
        #search-orders-form .form-row--date-filter > .form-field.form-field--date-select-filter {
          max-width: 240px; } }
  #search-orders-form .form-row--date-filter > .filter-orders-date-range {
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media (min-width: 551px) {
      #search-orders-form .form-row--date-filter > .filter-orders-date-range {
        flex-direction: row; } }
    @media (min-width: 801px) {
      #search-orders-form .form-row--date-filter > .filter-orders-date-range {
        flex-direction: column; } }
    @media screen and (min-width: 1025px) {
      #search-orders-form .form-row--date-filter > .filter-orders-date-range {
        flex-direction: row; } }
    #search-orders-form .form-row--date-filter > .filter-orders-date-range::before, #search-orders-form .form-row--date-filter > .filter-orders-date-range::after {
      display: none; }

#search-orders-form .filter-orders-date-range .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0; }
  @media (min-width: 551px) {
    #search-orders-form .filter-orders-date-range .form-row {
      flex-wrap: nowrap;
      width: 100%; } }
  #search-orders-form .filter-orders-date-range .form-row::before, #search-orders-form .filter-orders-date-range .form-row::after {
    display: none; }

#search-orders-form .filter-orders-date-range .form-field {
  min-width: 180px;
  width: 50%;
  flex-grow: 1;
  padding: 0;
  margin: 0; }

#search-orders-form .form-actions {
  clear: both;
  margin-top: 0; }
  @media (min-width: 551px) {
    #search-orders-form .form-actions {
      padding-top: 30px;
      width: auto; } }
  @media (min-width: 801px) {
    #search-orders-form .form-actions {
      padding-top: 0; } }
  @media screen and (min-width: 1025px) {
    #search-orders-form .form-actions {
      padding-top: 30px; } }

/* OrderGroove Skeleton Loader */
.auto-ship-wrapper og-smi .og-content-skeleton:empty {
  margin-top: 0; }

#og_loading_message {
  display: block;
  margin: 0 auto;
  height: 835px;
  font-size: 0;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(#f3f3f6 180px, transparent 0), linear-gradient(#f3f3f6 28px, transparent 0), linear-gradient(#f3f3f6 100px, transparent 0), linear-gradient(#f3f3f6 20px, transparent 0), linear-gradient(#f3f3f6 20px, transparent 0), linear-gradient(#f3f3f6 20px, transparent 0), linear-gradient(#f3f3f6 20px, transparent 0);
  background-repeat: repeat-y, no-repeat, no-repeat, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-size: 50px 200px, 100% 200px, 200px 200px, 100px 200px, 120px 200px, 100px 200px, 110px 200px, 170px 200px;
  background-position: 0 0, center top, 0 212px, 30px 280px, 150px 480px, 150px 520px, 150px 560px, 30px 612px;
  animation: shine 1s infinite; }

@media (min-width: 575px) {
  #og_loading_message {
    background-size: 50px 200px, 100% 200px, 300px 200px, 100px 200px, 220px 200px, 180px 200px, 200px 200px, 200px 200px;
    background-position: 0 0, center top, 0 212px, 60px 280px, 180px 480px, 180px 520px, 180px 560px, 545px 520px; } }

@keyframes shine {
  to {
    background-position: 110% 0, center top, 0 212px, 30px 280px, 150px 480px, 150px 520px, 150px 560px, 30px 612px; } }

@media (min-width: 575px) {
  @keyframes shine {
    to {
      background-position: 110% 0, center top, 0 212px, 60px 280px, 180px 480px, 180px 520px, 180px 560px, 545px 520px; } } }

/* OrderGroove Skeleton Loader */
.page-cart nav[aria-label="Breadcrumb"],
.page-cart .features-grid-container,
.page-cart .cart-item-brand {
  display: none; }

.page-cart .cart {
  border-collapse: collapse;
  margin-bottom: 48px;
  position: relative;
  z-index: 0; }

.page-cart .body .constrain {
  background-color: #fff;
  padding-bottom: 40px; }

@media (min-width: 768px) {
  .page-cart .cart-item-block {
    border-color: #ddd; } }

.page-cart .cart-header-item {
  font-size: 12px;
  font-weight: 400;
  border-color: #ddd; }

.page-cart .cart-item-info .cart-item-value {
  font-weight: 700;
  font-size: 16px; }
  @media (min-width: 801px) {
    .page-cart .cart-item-info .cart-item-value {
      font-weight: 600; } }

.page-cart .cart-item-info.cart-unit-price .price--discounted {
  display: inline-block;
  width: 100%; }
  .page-cart .cart-item-info.cart-unit-price .price--discounted::after {
    display: none; }

.page-cart .cart-item-info .price--discounted {
  display: none; }

@media (min-width: 768px) {
  .page-cart .cart-unit-price {
    text-align: right; } }

.page-cart .cart-unit-price .cart-item-value {
  font-size: 14px;
  font-weight: 400;
  color: #646C73; }
  @media (min-width: 801px) {
    .page-cart .cart-unit-price .cart-item-value {
      font-size: 16px;
      font-weight: 600;
      color: #313b45; } }
  .page-cart .cart-unit-price .cart-item-value:after {
    content: "/each";
    font-size: 12px;
    font-weight: 400;
    color: #646C73;
    display: block;
    margin-top: 0; }
    @media (min-width: 801px) {
      .page-cart .cart-unit-price .cart-item-value:after {
        margin-top: 4px; } }

.page-cart .rx-info-content, .page-cart .cart-box-text {
  border-radius: 4px;
  border: 0.415px solid #CCC;
  background: #F7F7F7;
  padding: 10px 16px;
  font-size: 12px;
  margin-top: 12px;
  max-width: 476px;
  width: 100%; }
  .page-cart .rx-info-content b, .page-cart .cart-box-text b {
    font-weight: 600; }

.page-cart .rx-info-content--cart, .page-cart .cart-box-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px; }
  @media (min-width: 801px) {
    .page-cart .rx-info-content--cart, .page-cart .cart-box-text {
      gap: 24px; } }
  .page-cart .rx-info-content--cart .rx-info-details, .page-cart .cart-box-text .rx-info-details {
    flex: 1; }
  .page-cart .rx-info-content--cart .rx-edit-button, .page-cart .cart-box-text .rx-edit-button {
    color: #313b45;
    text-decoration: underline;
    font-size: 16px;
    text-transform: none; }
    .page-cart .rx-info-content--cart .rx-edit-button:hover, .page-cart .cart-box-text .rx-edit-button:hover {
      color: #E41B21; }
  .page-cart .rx-info-content--cart.no-gap, .page-cart .cart-box-text.no-gap {
    justify-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
    width: fit-content; }

.page-cart .item-notice-text {
  margin: 0;
  max-width: 100%; }

.page-cart .item-remove {
  display: inline-flex;
  margin-right: 4px; }
  @media (min-width: 801px) {
    .page-cart .item-remove {
      margin-right: 0; } }

.page-cart .cart-item-actions--separator {
  width: 1px;
  height: 22px;
  background-color: #ddd; }

.page-cart .product-badges {
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 1; }
  @media (min-width: 801px) {
    .page-cart .product-badges {
      top: 28px; } }
  .page-cart .product-badges .rx-icon {
    border-radius: 2px;
    background: #E41B21;
    height: 28px;
    padding: 6px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center; }

.page-cart .product-lead-days {
  font-size: 12px;
  min-width: 160px;
  margin-bottom: -3px; }
  @media (min-width: 801px) {
    .page-cart .product-lead-days {
      font-size: 14px;
      margin-bottom: 0;
      margin-top: 4px; } }

.page-cart .productAttributes-message {
  color: #007500;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-weight: 400; }
  .page-cart .productAttributes-message .alertBox-icon {
    padding-right: 4px; }
  .page-cart .productAttributes-message .out-of-stock, .page-cart .productAttributes-message .backorder {
    color: #313b45; }

.page-cart .cart-item-availability {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px; }
  @media (min-width: 801px) {
    .page-cart .cart-item-availability {
      display: table-cell;
      margin-top: 12px; } }

.page-cart .ss__theme.ss__recommendation--carousel {
  margin: 40px 0 0;
  padding: 40px 0 0; }

.cart-item-actions {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap; }
  @media (min-width: 801px) {
    .cart-item-actions {
      margin-top: 24px; } }
  .cart-item-actions .form-increment {
    display: flex;
    align-items: center;
    width: 110px;
    border: 1px solid #313b45;
    user-select: none; }
    @media (min-width: 801px) {
      .cart-item-actions .form-increment {
        width: 150px; } }
  .cart-item-actions .button--icon {
    border: 0;
    outline: none !important;
    padding: 10px 5px;
    min-height: 46px; }
    @media (min-width: 801px) {
      .cart-item-actions .button--icon {
        padding: 10px; } }
    .cart-item-actions .button--icon .icon {
      width: 24px;
      height: 24px; }
  .cart-item-actions .form-input {
    font-size: 16px;
    font-weight: 400;
    color: #313b45;
    flex: 1;
    user-select: none;
    min-height: 36px; }
  .cart-item-actions .form-wishlist {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0; }

@media (min-width: 801px) {
  .cart-page-title h1 {
    margin-bottom: 30px; } }

.cart-page-title-actions {
  margin: 16px 0; }
  .cart-page-title-actions a {
    color: #313b45;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0; }
    .cart-page-title-actions a:hover {
      color: #E41B21; }

.button__clear-cart {
  margin-top: 20px;
  display: inline-flex;
  align-items: center; }

.cart-page-alert {
  margin-bottom: 24px;
  border-radius: 4px;
  background: #FFE9ED;
  padding: 12px 16px;
  color: #313b45; }
  @media (min-width: 801px) {
    .cart-page-alert {
      margin-bottom: 40px;
      padding: 12px 24px; } }
  .cart-page-alert .cart-page-alert-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column; }
    @media (min-width: 801px) {
      .cart-page-alert .cart-page-alert-content {
        flex-direction: row;
        gap: 16px; } }
    .cart-page-alert .cart-page-alert-content-text {
      flex: 1;
      display: inline-flex;
      gap: 6px;
      align-items: flex-start;
      flex-direction: column; }
      .cart-page-alert .cart-page-alert-content-text strong,
      .cart-page-alert .cart-page-alert-content-text a {
        font-weight: 600;
        color: #313b45; }
        @media (min-width: 801px) {
          .cart-page-alert .cart-page-alert-content-text strong,
          .cart-page-alert .cart-page-alert-content-text a {
            font-weight: 700; } }
      .cart-page-alert .cart-page-alert-content-text .items {
        list-style: none;
        font-weight: 700;
        display: inline-flex;
        gap: 6px;
        flex-direction: column;
        margin-left: 32px;
        margin-bottom: 0; }
    .cart-page-alert .cart-page-alert-content-inner {
      display: inline-flex;
      gap: 8px;
      align-items: center; }
    .cart-page-alert .cart-page-alert-content svg {
      min-width: 24px; }
  .cart-page-alert.oos-items .cart-page-alert-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .cart-page-alert.oos-items .cart-page-alert-content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .cart-page-alert.oos-items .cart-page-alert-content-text ul {
      margin: 0;
      padding: 0 0 0 48px; }
      .cart-page-alert.oos-items .cart-page-alert-content-text ul:empty {
        display: none; }
    .cart-page-alert.oos-items .cart-page-alert-content-text li {
      font-size: 14px; }
  .cart-page-alert .cart-page-alert-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
    margin-bottom: 6px; }
    .cart-page-alert .cart-page-alert-actions .button-as-link {
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0; }
      .cart-page-alert .cart-page-alert-actions .button-as-link:hover {
        text-decoration: underline; }
    .cart-page-alert .cart-page-alert-actions-container {
      margin-left: auto; }
    .cart-page-alert .cart-page-alert-actions--separator {
      width: 1px;
      height: 19px;
      background-color: #313b45; }
      @media (min-width: 801px) {
        .cart-page-alert .cart-page-alert-actions--separator {
          height: 22px; } }
    .cart-page-alert .cart-page-alert-actions--phone {
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      text-align: right; }
      .cart-page-alert .cart-page-alert-actions--phone a {
        color: #313b45;
        text-decoration: none;
        font-weight: 600; }
        .cart-page-alert .cart-page-alert-actions--phone a:hover {
          color: #E41B21; }

.cart-gift-order-message {
  max-width: 450px;
  margin-left: auto;
  margin-bottom: 24px; }
  .cart-gift-order-message span {
    font-size: 14px;
    font-weight: 400;
    color: #646C73;
    margin-top: 5px;
    display: block;
    letter-spacing: -0.28px; }
  .cart-gift-order-message .form-label::before,
  .cart-gift-order-message .form-checkbox:checked + .form-label::after,
  .cart-gift-order-message .form-checkbox:checked + .form-label::after,
  .cart-gift-order-message .form-radio:checked + .form-label::after,
  .cart-gift-order-message .form-radio:checked + .form-label::after {
    top: 13px;
    left: 0; }

.rx-message {
  background: #FFE9ED;
  padding: 16px;
  margin-top: 12px;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  color: #E41B21;
  align-items: center;
  font-size: 14px; }

.cart-product-recommendations {
  margin-top: 4px; }
  .cart-product-recommendations .each-item-price span.each-item-price-value {
    font-size: 16px;
    line-height: 1; }
  .cart-product-recommendations .each-item-price span.each-item-price-value-sale {
    font-size: 16px;
    line-height: 1; }
  .cart-product-recommendations .each-item-price .price-decimal {
    font-size: 16px;
    vertical-align: baseline;
    margin: 0; }
  .cart-product-recommendations .product-grid-auto-ship-main {
    margin-left: 0; }
  .cart-product-recommendations .productGrid {
    gap: 0; }
    .cart-product-recommendations .productGrid .product {
      width: 100%;
      margin-right: -1px;
      margin-bottom: -1px;
      border: 1px solid #ddd; }
      @media (min-width: 801px) {
        .cart-product-recommendations .productGrid .product {
          width: 50%;
          max-width: 50%; } }
  .cart-product-recommendations .section-heading {
    font-size: 26px;
    letter-spacing: -0.52px;
    line-height: 1.1;
    margin-bottom: 16px;
    text-transform: capitalize; }
  .cart-product-recommendations .card .card-figcaption {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-top: auto; }
  .cart-product-recommendations .card-body .card-figcaption-button {
    color: #313b45;
    opacity: 1;
    background: #fff;
    visibility: visible;
    border: 1px solid #313b45;
    letter-spacing: 0;
    padding: 10px 16px;
    min-height: 48px;
    white-space: pre;
    width: 105%;
    margin-left: -2.5%; }
    .cart-product-recommendations .card-body .card-figcaption-button:hover {
      background: #E41B21;
      border-color: #E41B21;
      color: #fff; }
  .cart-product-recommendations .card-body {
    padding-bottom: 16px;
    gap: 8px; }
  .cart-product-recommendations .card-top-details {
    gap: 8px; }
  .cart-product-recommendations.user-buying-again {
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px; }
  .cart-product-recommendations .button-as-link-container {
    display: flex;
    justify-content: center;
    margin-top: -8px; }
  .cart-product-recommendations .button-as-link {
    color: #313b45;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid; }
  .cart-product-recommendations .card-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px; }
  .cart-product-recommendations .card-body .price:not(.price--non-sale) {
    font-size: 16px; }
  .cart-product-recommendations .product-grid-reviews {
    display: none; }
  .cart-product-recommendations .card-body .product-grid-button {
    position: static; }
  .cart-product-recommendations .product-grid-variants {
    min-height: 22px;
    padding: 0 0 5px; }

.side-cart-overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

.previewCartWrapper .cart-preview-item-top {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  width: 100%; }
  .previewCartWrapper .cart-preview-item-top .definitionList-value {
    word-break: break-all;
    margin-bottom: 4px; }

.previewCartWrapper .previewCartList {
  display: inline-flex;
  flex-direction: column;
  gap: 12px; }

.previewCartWrapper .side-cart-title {
  display: flex;
  gap: 8px;
  line-height: 1;
  align-items: center;
  font-size: 18px;
  font-weight: 600; }

.previewCartWrapper .side-cart-close {
  display: flex;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: auto; }

.previewCartWrapper .cart-totals {
  font-size: 18px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 0; }

.previewCartWrapper .cart-total-label {
  font-size: 18px; }

.previewCartWrapper .cart-total-value {
  font-size: 16px;
  font-weight: 700; }

.previewCartWrapper .cart-total-label strong {
  font-weight: 600; }

.previewCartWrapper .previewCart {
  display: inline-flex;
  flex-direction: column;
  height: 100vh;
  gap: 16px;
  overflow: auto;
  padding-bottom: 88px;
  background: #fff; }
  .previewCartWrapper .previewCart::before, .previewCartWrapper .previewCart::after {
    display: none; }

.previewCartWrapper .previewCartItem-image-wrapper {
  display: inline-flex;
  padding: 12px;
  padding-bottom: 0;
  gap: 12px;
  align-items: flex-start; }

.previewCartWrapper .definitionList {
  font-size: 12px;
  color: #646C73;
  margin-bottom: 0; }

.previewCartWrapper .definitionList-key {
  color: #646C73;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.previewCartWrapper .actions {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.previewCartWrapper .rx-item-separator {
  margin: 12px 0 0;
  border-top: 1px solid #ddd; }

.previewCartWrapper .cart-item-actions {
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  margin-top: 0; }
  .previewCartWrapper .cart-item-actions .cart-remove {
    font-size: 12px;
    color: #E41B21; }
    .previewCartWrapper .cart-item-actions .cart-remove span {
      position: relative;
      top: 1px; }
  .previewCartWrapper .cart-item-actions .form-increment {
    width: 110px;
    margin-left: auto; }
  .previewCartWrapper .cart-item-actions .button--icon {
    padding: 10px 5px; }

.previewCartWrapper .previewCart-help {
  padding: 16px 24px;
  background: #ECFAE8;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }
  .previewCartWrapper .previewCart-help a {
    color: #000;
    text-decoration: underline;
    font-weight: 700; }

.cart-products-tabs {
  padding: 24px 0;
  background: #FAF8F3;
  margin-top: 24px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -40px; }
  @media (min-width: 801px) {
    .cart-products-tabs {
      padding: 40px 24px;
      margin-top: 40px;
      margin-left: -24px;
      margin-right: -24px; } }
  @media (min-width: 1261px) {
    .cart-products-tabs {
      padding: 40px;
      margin-left: -40px;
      margin-right: -40px; } }
  .cart-products-tabs .account {
    margin-bottom: 0; }
  .cart-products-tabs .top-header {
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px; }
    @media (min-width: 801px) {
      .cart-products-tabs .top-header {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
    .cart-products-tabs .top-header h3 {
      text-align: center; }
      @media (min-width: 801px) {
        .cart-products-tabs .top-header h3 {
          text-align: left; } }
  @media (max-width: 801px) {
    .cart-products-tabs .tabs-navigation {
      flex-direction: row;
      margin-right: 12px;
      margin-left: 12px; } }
  .cart-products-tabs .tab-item {
    padding: 0; }
  .cart-products-tabs .tabs-contents .tab-content {
    padding: 0;
    border: 0;
    margin-top: 0;
    float: none;
    margin-left: 0; }
  .cart-products-tabs .tab-title {
    border: 0;
    width: 100%;
    justify-content: center;
    user-select: none; }
  .cart-products-tabs .show-all a {
    padding-bottom: 2px;
    border-bottom: 1px solid; }
    .cart-products-tabs .show-all a:hover {
      color: #313b45;
      border-color: #313b45; }

.shipping-threshold {
  display: inline-flex;
  justify-content: space-between;
  gap: 40px;
  margin: 16px 0;
  width: 100%;
  align-items: center; }
  @media (max-width: 800px) {
    .shipping-threshold {
      flex-direction: column;
      gap: 12px; } }
  .shipping-threshold > div {
    width: 100%;
    max-width: 460px; }
    @media (max-width: 800px) {
      .shipping-threshold > div {
        max-width: 100%; } }
  .shipping-threshold .shipping-threshold-container {
    display: inline-flex;
    flex-direction: column;
    gap: 8px; }
  .shipping-threshold .shipping-threshold-content {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px; }
    @media (max-width: 800px) {
      .shipping-threshold .shipping-threshold-content {
        order: 2; } }
  .shipping-threshold .shipping-threshold-content-total {
    font-weight: 600; }
  .shipping-threshold .shipping-threshold-message {
    font-size: 14px;
    font-weight: 600;
    color: #313b45; }
  .shipping-threshold .shipping-threshold-bar {
    display: inline-flex;
    width: 100%;
    height: 4px;
    background: #ddd;
    margin: 8px 0; }
  .shipping-threshold .shipping-threshold-bar-progress {
    display: inline-flex;
    width: 100%;
    height: 100%;
    background: #EAEAEA; }
  .shipping-threshold .shipping-threshold-bar-progress-fill {
    display: inline-flex;
    height: 100%;
    border-radius: 80px;
    background: #176ec1;
    transition: width 0.3s ease-in-out; }
  .shipping-threshold .shipping-threshold-actions {
    display: inline-flex;
    justify-content: flex-end;
    max-width: 300px; }
    @media (max-width: 800px) {
      .shipping-threshold .shipping-threshold-actions {
        order: 1;
        max-width: 100%; } }
    .shipping-threshold .shipping-threshold-actions > * {
      width: 100%; }
    .shipping-threshold .shipping-threshold-actions .button {
      background-color: #176ec1;
      border-color: #176ec1;
      margin-bottom: 0; }
  .shipping-threshold .shipping-threshold-success {
    color: #176ec1;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px; }
    .shipping-threshold .shipping-threshold-success svg {
      width: 24px;
      height: 24px; }

.page.cart-prescriptions {
  background-color: #FAF8F3; }
  .page.cart-prescriptions div[data-cart-page-title] {
    padding: 24px 0 0; }
  .page.cart-prescriptions .button-as-link {
    color: #313B45;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0; }
    .page.cart-prescriptions .button-as-link:hover {
      color: #E41B21; }
  .page.cart-prescriptions .page-content {
    position: relative;
    padding: 0; }
  .page.cart-prescriptions .prescription-container {
    padding: 24px 0; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .prescription-container {
        padding: 40px 0; } }
  .page.cart-prescriptions .prescription-alert-message {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 24px;
    background-color: #FFE9ED; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .prescription-alert-message {
        padding: 12px 24px; } }
    .page.cart-prescriptions .prescription-alert-message.prescription-alert-success {
      background-color: #ECFAE8; }
    .page.cart-prescriptions .prescription-alert-message.prescription-alert-error {
      background-color: #FFE9ED; }
    .page.cart-prescriptions .prescription-alert-message .prescription-alert-content {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 100%; }
    .page.cart-prescriptions .prescription-alert-message .prescription-alert-icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
    .page.cart-prescriptions .prescription-alert-message .prescription-alert-text {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.45em;
      color: #E41B21;
      flex: 1; }
    .page.cart-prescriptions .prescription-alert-message.prescription-alert-success .prescription-alert-text {
      color: #007500; }
  .page.cart-prescriptions .prescription-header {
    margin-bottom: 24px; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .prescription-header {
        margin-bottom: 24px; } }
    .page.cart-prescriptions .prescription-header .prescription-heading {
      font-family: "Bitter", Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 26px;
      line-height: 1.1em;
      color: #313B45;
      margin: 0; }
      @media (min-width: 801px) {
        .page.cart-prescriptions .prescription-header .prescription-heading {
          font-size: 36px;
          line-height: 1.4em; } }
  .page.cart-prescriptions .prescription-form {
    max-width: 100%; }
  .page.cart-prescriptions .prescription-product-groups {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .prescription-product-groups {
        gap: 16px; } }
  .page.cart-prescriptions .prescription-product-group {
    display: flex;
    flex-direction: column; }
  .page.cart-prescriptions .prescription-product-card {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0; }
  .page.cart-prescriptions .prescription-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .prescription-product-header {
        padding: 24px;
        gap: 24px; } }
    .page.cart-prescriptions .prescription-product-header:hover {
      background-color: #FAFAFA; }
    .page.cart-prescriptions .prescription-product-header[aria-expanded="true"] .chevron-icon {
      transform: rotate(180deg); }
  .page.cart-prescriptions .prescription-product-header-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .prescription-product-header-content {
        gap: 24px; } }
  .page.cart-prescriptions .prescription-image-container {
    width: 85px;
    height: 85px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF; }
    .page.cart-prescriptions .prescription-image-container img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .page.cart-prescriptions .prescription-product-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1; }
  .page.cart-prescriptions .prescription-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px 4px 4px;
    border-radius: 4px;
    background-color: #FFE9ED;
    width: fit-content; }
    .page.cart-prescriptions .prescription-status-badge.status-complete {
      background-color: #ECFAE8; }
      .page.cart-prescriptions .prescription-status-badge.status-complete .status-icon-check {
        display: block !important; }
      .page.cart-prescriptions .prescription-status-badge.status-complete .status-icon-alert {
        display: none !important; }
      .page.cart-prescriptions .prescription-status-badge.status-complete .status-text {
        color: #007500; }
    .page.cart-prescriptions .prescription-status-badge .status-text {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.17em;
      letter-spacing: -0.02em;
      color: #E41B21; }
    .page.cart-prescriptions .prescription-status-badge .status-icon {
      width: 18px;
      height: 18px;
      flex-shrink: 0; }
    .page.cart-prescriptions .prescription-status-badge .status-icon-check {
      display: none; }
    .page.cart-prescriptions .prescription-status-badge .status-icon-alert {
      display: block; }
  .page.cart-prescriptions .prescription-item-name {
    margin: 0;
    display: inline-flex; }
    .page.cart-prescriptions .prescription-item-name a {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.17em;
      color: #313B45;
      text-decoration: none; }
      .page.cart-prescriptions .prescription-item-name a:hover {
        text-decoration: underline; }
  .page.cart-prescriptions .prescription-product-details {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .page.cart-prescriptions .item-code {
    font-size: 12px;
    color: #979797;
    margin: 0; }
    .page.cart-prescriptions .item-code .item-num {
      font-weight: 400; }
  .page.cart-prescriptions .prescription-attributes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 16px; }
  .page.cart-prescriptions .prescription-attribute {
    font-size: 12px;
    line-height: 1.25em;
    color: #313B45;
    margin: 0; }
  .page.cart-prescriptions .prescription-assigned-summary {
    font-size: 12px;
    line-height: 1.25em;
    color: #313B45;
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    padding-top: 10px; }
  .page.cart-prescriptions .prescription-assigned-summary-label {
    font-weight: 700; }
  .page.cart-prescriptions .prescription-assigned-summary-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
    background-color: #F0F2F4;
    padding: 12px;
    border-radius: 4px; }
  .page.cart-prescriptions .prescription-assigned-summary-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px; }
    @media (max-width: 550px) {
      .page.cart-prescriptions .prescription-assigned-summary-item {
        border-bottom: 1px solid #313B45;
        padding-bottom: 12px; }
        .page.cart-prescriptions .prescription-assigned-summary-item:last-child {
          border-bottom: none;
          padding-bottom: 0; } }
  .page.cart-prescriptions .prescription-assigned-summary-name {
    font-weight: 700;
    margin-bottom: 4px; }
  .page.cart-prescriptions .prescription-assigned-summary-details {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
    color: #313B45; }
  .page.cart-prescriptions .prescription-assigned-summary-detail-label {
    font-weight: 700; }
  .page.cart-prescriptions .prescription-assigned-summary-qty {
    white-space: nowrap; }
  .page.cart-prescriptions .prescription-assigned-summary-qty-label {
    font-weight: 700; }
  .page.cart-prescriptions .prescription-chevron {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page.cart-prescriptions .prescription-chevron .chevron-icon {
      transition: transform 0.3s ease; }
  .page.cart-prescriptions .prescription-product-content {
    display: none;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: none; }
    .page.cart-prescriptions .prescription-product-content[aria-expanded="true"] {
      display: block; }
  .page.cart-prescriptions .prescription-form-content {
    padding: 16px; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .prescription-form-content {
        padding: 24px; } }
  .page.cart-prescriptions .form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .form-fields {
        flex-direction: row;
        gap: 16px; }
        .page.cart-prescriptions .form-fields .form-field {
          flex: 1; }
        .page.cart-prescriptions .form-fields .form-field[data-type="auth"] {
          flex: 1; } }
  .page.cart-prescriptions .form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0; }
  .page.cart-prescriptions .form-field-label {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45em;
    color: #313B45;
    margin: 0; }
    .page.cart-prescriptions .form-field-label .required-asterisk {
      color: #E41B21;
      font-size: 12px;
      line-height: 1.25em; }
  .page.cart-prescriptions .custom-select {
    position: relative; }
    .page.cart-prescriptions .custom-select::before, .page.cart-prescriptions .custom-select::after {
      display: none; }
    .page.cart-prescriptions .custom-select .custom-select-trigger {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px 12px;
      min-height: 48px;
      border: 1px solid #DDDDDD;
      border-radius: 4px;
      cursor: pointer;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.45em;
      color: #646C73;
      background: #FFFFFF;
      position: relative;
      margin-top: auto; }
      .page.cart-prescriptions .custom-select .custom-select-trigger span:first-child {
        color: #646C73; }
      .page.cart-prescriptions .custom-select .custom-select-trigger .selected-display {
        display: none;
        color: #313B45; }
        .page.cart-prescriptions .custom-select .custom-select-trigger .selected-display:not(:empty) {
          display: block; }
          .page.cart-prescriptions .custom-select .custom-select-trigger .selected-display:not(:empty) + span:first-child {
            display: none; }
      .page.cart-prescriptions .custom-select .custom-select-trigger::after {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 9L12 16L5 9" stroke="%23313B45" stroke-width="1.5" stroke-linecap="square"/%3E%3C/svg%3E');
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat; }
    .page.cart-prescriptions .custom-select.is-open .custom-select-trigger {
      border-color: #313B45;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .page.cart-prescriptions .custom-select.is-open .custom-select-options {
      display: block; }
    .page.cart-prescriptions .custom-select .custom-select-options {
      display: none;
      position: absolute;
      top: calc(100% - 1px);
      left: 0;
      right: 0;
      background-color: #FFFFFF;
      border: 1px solid #DDDDDD;
      border-top: none;
      border-radius: 0 0 4px 4px;
      box-shadow: 0px 6px 12px 0px rgba(10, 4, 44, 0.08);
      max-height: 300px;
      overflow-y: auto;
      z-index: 10;
      list-style: none;
      margin: 0;
      padding: 8px 0; }
      @media (min-width: 801px) {
        .page.cart-prescriptions .custom-select .custom-select-options[data-type="pet"], .page.cart-prescriptions .custom-select .custom-select-options[data-type="vet"] {
          width: 360px; } }
      .page.cart-prescriptions .custom-select .custom-select-options li {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.45em;
        color: #313B45;
        cursor: pointer;
        transition: background-color 0.15s ease; }
        .page.cart-prescriptions .custom-select .custom-select-options li:hover {
          background-color: #F5F5F5; }
        .page.cart-prescriptions .custom-select .custom-select-options li[data-value="add_new"] {
          gap: 8px; }
          .page.cart-prescriptions .custom-select .custom-select-options li[data-value="add_new"]::before {
            content: '';
            display: inline-flex;
            width: 14px;
            height: 14px;
            align-items: center;
            justify-content: center;
            background-image: url('data:image/svg+xml,%3Csvg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M14 8H8V14H6V8H0V6H6V0H8V6H14V8Z" fill="%23313B45"/%3E%3C/svg%3E'); }
    .page.cart-prescriptions .custom-select select {
      display: none; }
  .page.cart-prescriptions .prescription-quantity-section {
    margin-bottom: 24px; }
  .page.cart-prescriptions .quantity-control {
    display: flex;
    align-items: center;
    gap: 8px; }
  .page.cart-prescriptions .quantity-label {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45em;
    color: #313B45; }
  .page.cart-prescriptions .quantity-selector {
    display: flex;
    align-items: center;
    border-radius: 0;
    width: fit-content;
    height: 44px; }
  .page.cart-prescriptions .quantity-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: none;
    border-right: 1px solid #313B45;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #313B45;
    cursor: pointer;
    padding: 0;
    user-select: none;
    display: none; }
    .page.cart-prescriptions .quantity-btn:first-child {
      border-right: 1px solid #313B45; }
    .page.cart-prescriptions .quantity-btn:last-child {
      border-right: none;
      border-left: 1px solid #313B45; }
    .page.cart-prescriptions .quantity-btn:hover:not(:disabled) {
      background: #F5F5F5; }
    .page.cart-prescriptions .quantity-btn:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .page.cart-prescriptions .quantity-input {
    width: 59px;
    height: 44px;
    border: 1px solid #313B45;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #313B45;
    padding: 0;
    background: #FFFFFF;
    appearance: textfield;
    -moz-appearance: textfield; }
    .page.cart-prescriptions .quantity-input::-webkit-outer-spin-button, .page.cart-prescriptions .quantity-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .page.cart-prescriptions .quantity-input:focus {
      outline: none; }
  .page.cart-prescriptions .remaining-text {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45em;
    color: #E41B21; }
  .page.cart-prescriptions .prescription-actions {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .prescription-actions {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
  @media (min-width: 801px) {
    .page.cart-prescriptions .save-prescription {
      width: auto; } }
  .page.cart-prescriptions .prescription-help-text {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #313B45;
    margin: 0;
    text-align: center; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .prescription-help-text {
        text-align: left; } }
    .page.cart-prescriptions .prescription-help-text a {
      color: #313B45;
      text-decoration: underline; }
      .page.cart-prescriptions .prescription-help-text a:hover {
        color: #E41B21; }
  .page.cart-prescriptions .prescription-assigned-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px; }
  .page.cart-prescriptions .assigned-label {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45em;
    color: #313B45; }
  .page.cart-prescriptions .assigned-items {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .page.cart-prescriptions .assigned-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border: 1px solid #DDDDDD;
    background: #FFFFFF; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .assigned-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 16px 24px;
        gap: 24px; } }
  .page.cart-prescriptions .assigned-item-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1; }
  .page.cart-prescriptions .assigned-item-name {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.17em;
    font-weight: 700;
    color: #313B45; }
  .page.cart-prescriptions .assigned-item-details {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .assigned-item-details {
        flex-direction: row;
        gap: 24px; } }
  .page.cart-prescriptions .assigned-item-detail {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #313B45; }
  .page.cart-prescriptions .assigned-item-label {
    font-weight: 600;
    color: #646C73;
    white-space: nowrap; }
  .page.cart-prescriptions .assigned-item-value {
    color: #313B45;
    word-break: break-word; }
  .page.cart-prescriptions .assigned-item-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .assigned-item-actions {
        padding-top: 2px; } }
    .page.cart-prescriptions .assigned-item-actions .quantity-selector {
      justify-content: center;
      pointer-events: none;
      user-select: none; }
  .page.cart-prescriptions .remove-assigned {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.064em;
    text-transform: uppercase;
    color: #313B45;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    margin-left: auto;
    padding-right: 0; }
    .page.cart-prescriptions .remove-assigned:hover {
      color: #E41B21; }
  .page.cart-prescriptions .prescription-required-fields-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #DDDDDD;
    margin-top: 24px; }
    .page.cart-prescriptions .prescription-required-fields-note .required-asterisk {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5em;
      color: #E41B21; }
    .page.cart-prescriptions .prescription-required-fields-note span:last-child {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.6em;
      color: #646C73; }
  .page.cart-prescriptions .prescription-submit-section {
    display: flex;
    margin-top: 24px; }
    .page.cart-prescriptions .prescription-submit-section button {
      width: 100%;
      max-width: 400px; }
  .page.cart-prescriptions .button {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .page.cart-prescriptions .button {
        width: auto; } }
    .page.cart-prescriptions .button.button--primary {
      background-color: #176EC1;
      color: #FFFFFF; }
      .page.cart-prescriptions .button.button--primary:hover:not(:disabled):not(.button--disabled) {
        background-color: #125090; }
      .page.cart-prescriptions .button.button--primary:disabled {
        background-color: #EAEAEA;
        color: #646C73;
        cursor: not-allowed; }
    .page.cart-prescriptions .button.button--disabled {
      background-color: #EAEAEA;
      color: #646C73;
      cursor: not-allowed; }
