/***************************************************************

New Product Page

***************************************************************/
.productView-alt {
  display: grid !important;
  gap: 2rem 1rem;
  margin-bottom: 2rem !important; }
  .productView-alt > * {
    width: auto !important;
    min-width: 0; }
  @media (min-width: 991px) {
    .productView-alt {
      grid-template-columns: 1fr 450px;
      grid-template-areas: 'badges badges' 'images details';
      margin-bottom: 4rem !important; }
      .productView-alt .productView-trustBadges {
        grid-area: badges; }
      .productView-alt .productView-images {
        grid-area: images;
        align-self: start;
        position: sticky;
        top: 0; }
      .productView-alt .productView-details-wrapper {
        grid-area: details;
        position: static !important; } }
  .productView-alt .productView-details-wrapper {
    display: grid;
    gap: 1rem; }
  .productView-alt .productView-images {
    margin: 0; }
  .productView-alt .productView-content {
    margin-top: 1rem;
    padding-inline: 1rem; }
    .productView-alt .productView-content:not(:has(*)) {
      display: none; }
  .productView-alt .productView-details {
    float: none; }
  @media only screen and (max-width: 1024px) {
    .productView-alt .productView-details-desktop {
      display: none; } }

.details-accordion {
  padding-block: 1rem;
  border-bottom: 1px solid #B0D4F3; }
  .details-accordion:first-of-type {
    border-top: 1px solid #B0D4F3; }
  .details-accordion summary {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px; }
    .details-accordion summary::after {
      content: '+';
      font-family: monospace;
      font-size: 1.3em; }
  .details-accordion ::-webkit-details-marker {
    display: none; }
  .details-accordion[open] summary::after {
    content: '-'; }
  .details-accordion h2 {
    margin-top: 0;
    font-size: 1.1em; }
  .details-accordion ul {
    padding-left: 1em; }
  .details-accordion p a {
    text-decoration: underline !important; }
  .details-accordion > div {
    margin-top: 1rem; }

.page-type--product, .page-template--pages-custom-page-page-landing {
  font-family: "azo-sans-web";
  color: #173F55; }
  .page-type--product strong, .page-template--pages-custom-page-page-landing strong {
    font-weight: bold; }
  .page-type--product .productView-image.product-mod, .page-template--pages-custom-page-page-landing .productView-image.product-mod {
    position: relative; }
    .page-type--product .productView-image.product-mod:after, .page-template--pages-custom-page-page-landing .productView-image.product-mod:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      background-size: 100px;
      height: 100px;
      width: 100px; }
    .page-type--product .productView-image.product-mod.product-mod-new-colors:after, .page-template--pages-custom-page-page-landing .productView-image.product-mod.product-mod-new-colors:after {
      background-image: none; }
    .page-type--product .productView-image.product-mod.product-mod-new:after, .page-template--pages-custom-page-page-landing .productView-image.product-mod.product-mod-new:after {
      background-image: url("../icons/new.svg"); }
    .page-type--product .productView-image.product-mod.product-mod-limited:after, .page-template--pages-custom-page-page-landing .productView-image.product-mod.product-mod-limited:after {
      background-image: url("../icons/limited-edition.svg"); }
  .page-type--product .body > .container, .page-template--pages-custom-page-page-landing .body > .container {
    padding: 0;
    max-width: 1250px; }
  .page-type--product .body .productView, .page-template--pages-custom-page-page-landing .body .productView {
    margin: 0 auto; }
  .page-type--product .productView-trustBadges, .page-template--pages-custom-page-page-landing .productView-trustBadges {
    width: 100%;
    float: left;
    margin-bottom: 64px;
    padding-left: 48px; }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-trustBadges, .page-template--pages-custom-page-page-landing .productView-trustBadges {
        display: none; } }
    .page-type--product .productView-trustBadges .productView-trustBadgeItem, .page-template--pages-custom-page-page-landing .productView-trustBadges .productView-trustBadgeItem {
      display: flex;
      align-items: center;
      float: left;
      margin-right: 35px; }
      .page-type--product .productView-trustBadges .productView-trustBadgeItem#productView-shippingBadge > svg, .page-template--pages-custom-page-page-landing .productView-trustBadges .productView-trustBadgeItem#productView-shippingBadge > svg {
        width: 23.08px;
        height: 16.15px; }
      .page-type--product .productView-trustBadges .productView-trustBadgeItem#productView-returnsBadge > svg, .page-template--pages-custom-page-page-landing .productView-trustBadges .productView-trustBadgeItem#productView-returnsBadge > svg {
        width: 23.08px;
        height: 19.08px; }
      .page-type--product .productView-trustBadges .productView-trustBadgeItem#productView-americanBadge > svg, .page-template--pages-custom-page-page-landing .productView-trustBadges .productView-trustBadgeItem#productView-americanBadge > svg {
        width: 15.65px;
        height: 16.15px; }
      .page-type--product .productView-trustBadges .productView-trustBadgeItem#productView-smallBusinessBadge > svg, .page-template--pages-custom-page-page-landing .productView-trustBadges .productView-trustBadgeItem#productView-smallBusinessBadge > svg {
        width: 19px;
        height: 19px; }
      .page-type--product .productView-trustBadges .productView-trustBadgeItem svg path, .page-template--pages-custom-page-page-landing .productView-trustBadges .productView-trustBadgeItem svg path {
        fill: #173F55; }
      .page-type--product .productView-trustBadges .productView-trustBadgeItem p, .page-template--pages-custom-page-page-landing .productView-trustBadges .productView-trustBadgeItem p {
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0.57px;
        display: inline-block;
        text-transform: uppercase;
        margin-left: 7px;
        margin-bottom: 0; }
  .page-type--product .productView-mobile__rating, .page-template--pages-custom-page-page-landing .productView-mobile__rating {
    margin-bottom: 32px; }
  .page-type--product .productView-mobile__info__details, .page-template--pages-custom-page-page-landing .productView-mobile__info__details {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .page-type--product .productView-mobile__info__details .star-clickable .yotpo-stars, .page-template--pages-custom-page-page-landing .productView-mobile__info__details .star-clickable .yotpo-stars {
      display: flex; }
    .page-type--product .productView-mobile__info__details .price, .page-template--pages-custom-page-page-landing .productView-mobile__info__details .price {
      color: #173F55;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 1.05px; }
    .page-type--product .productView-mobile__info__details .productView-price, .page-template--pages-custom-page-page-landing .productView-mobile__info__details .productView-price {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .page-type--product .productView-mobile__info__details .productView-price .price--non-sale, .page-template--pages-custom-page-page-landing .productView-mobile__info__details .productView-price .price--non-sale {
        color: #797979;
        font-weight: 400;
        margin-right: 10px;
        text-decoration: line-through; }
      .page-type--product .productView-mobile__info__details .productView-price .price--sale, .page-template--pages-custom-page-page-landing .productView-mobile__info__details .productView-price .price--sale {
        color: #bf3333; }
  .page-type--product .productView-mobileHeading, .page-template--pages-custom-page-page-landing .productView-mobileHeading {
    display: none; }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-mobileHeading, .page-template--pages-custom-page-page-landing .productView-mobileHeading {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap; }
        .page-type--product .productView-mobileHeading .productView-product, .page-template--pages-custom-page-page-landing .productView-mobileHeading .productView-product {
          width: 100%;
          flex-grow: 2;
          padding: 0 1rem; }
        .page-type--product .productView-mobileHeading .productView-title, .page-template--pages-custom-page-page-landing .productView-mobileHeading .productView-title {
          font-weight: bold;
          letter-spacing: 1px; }
        .page-type--product .productView-mobileHeading .review-price-wrapper, .page-template--pages-custom-page-page-landing .productView-mobileHeading .review-price-wrapper {
          display: flex;
          justify-content: space-between;
          vertical-align: middle; }
          .page-type--product .productView-mobileHeading .review-price-wrapper .yotpo, .page-template--pages-custom-page-page-landing .productView-mobileHeading .review-price-wrapper .yotpo {
            height: max-content;
            margin-top: 3px; }
            .page-type--product .productView-mobileHeading .review-price-wrapper .yotpo .yotpo-stars, .page-template--pages-custom-page-page-landing .productView-mobileHeading .review-price-wrapper .yotpo .yotpo-stars {
              display: block;
              text-align: right; }
            .page-type--product .productView-mobileHeading .review-price-wrapper .yotpo .text-m, .page-template--pages-custom-page-page-landing .productView-mobileHeading .review-price-wrapper .yotpo .text-m {
              display: block;
              color: #173F55 !important;
              font-family: "azo-sans-web";
              font-size: 12px;
              letter-spacing: 1px;
              line-height: 14px;
              margin-top: 5px;
              text-align: right;
              text-transform: uppercase; }
        .page-type--product .productView-mobileHeading .productViewTrustSection, .page-template--pages-custom-page-page-landing .productView-mobileHeading .productViewTrustSection {
          display: none;
          width: 100%;
          flex-grow: 1; }
          .page-type--product .productView-mobileHeading .productViewTrustSection .productView-sweat-guarantee, .page-template--pages-custom-page-page-landing .productView-mobileHeading .productViewTrustSection .productView-sweat-guarantee {
            margin: 0.5rem 0; } }
  .page-type--product .productView-images, .page-template--pages-custom-page-page-landing .productView-images {
    border-right: none;
    width: 62%; }
    .page-type--product .productView-images.hidden, .page-template--pages-custom-page-page-landing .productView-images.hidden {
      display: none; }
    @media only screen and (max-width: 1024px) {
      .page-type--product .productView-images, .page-template--pages-custom-page-page-landing .productView-images {
        width: 100%; } }
    @media only screen and (max-width: 550px) {
      .page-type--product .productView-images, .page-template--pages-custom-page-page-landing .productView-images {
        padding: 0 2rem; } }
    .page-type--product .productView-images .productView-image .productView-img-container img, .page-template--pages-custom-page-page-landing .productView-images .productView-image .productView-img-container img {
      border-bottom: none; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-images .productView-image .productView-img-container img, .page-template--pages-custom-page-page-landing .productView-images .productView-image .productView-img-container img {
          margin-top: 2rem; } }
    .page-type--product .productView-images .productView-image .productView-img-container::after, .page-template--pages-custom-page-page-landing .productView-images .productView-image .productView-img-container::after {
      padding-bottom: 90%; }
      @media (max-width: 990px) {
        .page-type--product .productView-images .productView-image .productView-img-container::after, .page-template--pages-custom-page-page-landing .productView-images .productView-image .productView-img-container::after {
          padding-bottom: 100%; } }
    .page-type--product .productView-images .productView-image .productView-video-container, .page-template--pages-custom-page-page-landing .productView-images .productView-image .productView-video-container {
      display: none;
      width: 100%; }
      .page-type--product .productView-images .productView-image .productView-video-container iframe, .page-template--pages-custom-page-page-landing .productView-images .productView-image .productView-video-container iframe {
        width: 100%; }
    .page-type--product .productView-images .productView-image.prevent-zoom-in .easyzoom-flyout, .page-template--pages-custom-page-page-landing .productView-images .productView-image.prevent-zoom-in .easyzoom-flyout {
      display: none !important; }
    .page-type--product .productView-images .productView-thumbnails, .page-template--pages-custom-page-page-landing .productView-images .productView-thumbnails {
      width: 100%;
      margin-top: 2rem; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-images .productView-thumbnails, .page-template--pages-custom-page-page-landing .productView-images .productView-thumbnails {
          display: flex;
          justify-content: center; } }
      .page-type--product .productView-images .productView-thumbnails .productView-thumbnail, .page-template--pages-custom-page-page-landing .productView-images .productView-thumbnails .productView-thumbnail {
        width: 67px;
        padding-right: 0;
        padding-left: 0;
        margin-right: 1rem; }
        @media only screen and (max-width: 990px) {
          .page-type--product .productView-images .productView-thumbnails .productView-thumbnail, .page-template--pages-custom-page-page-landing .productView-images .productView-thumbnails .productView-thumbnail {
            width: 43px; } }
        .page-type--product .productView-images .productView-thumbnails .productView-thumbnail.productView-thumbnail--video, .page-type--product .productView-images .productView-thumbnails .productView-thumbnail.productView-thumbnail--sharktank, .page-template--pages-custom-page-page-landing .productView-images .productView-thumbnails .productView-thumbnail.productView-thumbnail--video, .page-template--pages-custom-page-page-landing .productView-images .productView-thumbnails .productView-thumbnail.productView-thumbnail--sharktank {
          display: block !important; }
        .page-type--product .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link, .page-template--pages-custom-page-page-landing .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
          height: auto;
          max-width: 75px; }
          @media only screen and (max-width: 990px) {
            .page-type--product .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link, .page-template--pages-custom-page-page-landing .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
              max-height: 43px;
              max-width: 43px; } }
          .page-type--product .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img, .page-template--pages-custom-page-page-landing .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
            height: auto;
            max-height: 50px;
            aspect-ratio: 1; }
  .page-type--product .productView-details-wrapper, .page-template--pages-custom-page-page-landing .productView-details-wrapper {
    margin-bottom: 64px; }
    @media (min-width: 1025px) {
      .page-type--product .productView-details-wrapper, .page-template--pages-custom-page-page-landing .productView-details-wrapper {
        width: 38%;
        float: right;
        position: sticky;
        top: 2rem; } }
    .page-type--product .productView-details-wrapper .product-options .productView-price, .page-template--pages-custom-page-page-landing .productView-details-wrapper .product-options .productView-price {
      opacity: 0;
      visibility: hidden;
      position: absolute; }
      @media (min-width: 990px) {
        .page-type--product .productView-details-wrapper .product-options .productView-price, .page-template--pages-custom-page-page-landing .productView-details-wrapper .product-options .productView-price {
          position: relative;
          opacity: 1;
          visibility: visible; } }
    .page-type--product .productView-details-wrapper .productView-details, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details {
      width: 100%; }
      @media only screen and (max-width: 524px) {
        .page-type--product .productView-details-wrapper .productView-details, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details {
          padding: 0 1rem; } }
      @media only screen and (max-width: 1024px) {
        .page-type--product .productView-details-wrapper .productView-details .productView-product, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details .productView-product {
          display: none; } }
      .page-type--product .productView-details-wrapper .productView-details .productView-product .yotpo, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details .productView-product .yotpo {
        margin-top: 15px;
        height: 34.5px;
        min-width: 87.5px;
        width: auto; }
      .page-type--product .productView-details-wrapper .productView-details .productView-price, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details .productView-price {
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: left;
        padding-bottom: 10px;
        margin: 0; }
        @media only screen and (max-width: 990px) {
          .page-type--product .productView-details-wrapper .productView-details .productView-price, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details .productView-price {
            justify-content: start;
            padding-bottom: 20px; } }
        .page-type--product .productView-details-wrapper .productView-details .productView-price .price, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details .productView-price .price {
          color: #173F55;
          display: block;
          font-size: 21px;
          font-family: "azo-sans-web";
          font-weight: bold;
          line-height: 26px;
          margin-top: 0;
          text-align: right; }
          .page-type--product .productView-details-wrapper .productView-details .productView-price .price.price--withoutTax.price--sale, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details .productView-price .price.price--withoutTax.price--sale {
            color: #BF3333; }
          @media screen and (max-width: 990px) {
            .page-type--product .productView-details-wrapper .productView-details .productView-price .price.price--withoutTax, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details .productView-price .price.price--withoutTax {
              display: none !important; } }
          .page-type--product .productView-details-wrapper .productView-details .productView-price .price.price--non-sale, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details .productView-price .price.price--non-sale {
            color: #797979;
            font-weight: normal;
            margin-right: 10px;
            text-decoration: line-through; }
        .page-type--product .productView-details-wrapper .productView-details .productView-price .price--discountBadge, .page-template--pages-custom-page-page-landing .productView-details-wrapper .productView-details .productView-price .price--discountBadge {
          margin-left: 10px; }
  .page-type--product .productView-details .productView-title, .page-template--pages-custom-page-page-landing .productView-details .productView-title {
    color: #173F55;
    font-size: 24px;
    letter-spacing: 1.5px;
    line-height: 30px;
    margin: -4px 0 0;
    text-transform: uppercase; }
  .page-type--product .productView-product, .page-template--pages-custom-page-page-landing .productView-product {
    border-bottom: none; }
    @media only screen and (min-width: 801px) {
      .page-type--product .productView-product, .page-template--pages-custom-page-page-landing .productView-product {
        padding-bottom: 0; } }
  .page-type--product .productView-description, .page-template--pages-custom-page-page-landing .productView-description {
    clear: left;
    float: left;
    margin-top: 2px;
    margin-bottom: 6rem;
    width: 62%; }
    @media only screen and (min-width: 768px) {
      .page-type--product .productView-description, .page-template--pages-custom-page-page-landing .productView-description {
        margin-top: 96px; } }
    .page-type--product .productView-description .features-cards img, .page-template--pages-custom-page-page-landing .productView-description .features-cards img {
      height: 390px;
      object-fit: cover; }
      @media only screen and (max-width: 768px) {
        .page-type--product .productView-description .features-cards img, .page-template--pages-custom-page-page-landing .productView-description .features-cards img {
          height: 420px; } }
    .page-type--product .productView-description .features-cards div, .page-template--pages-custom-page-page-landing .productView-description .features-cards div {
      height: 50%; }
      @media only screen and (max-width: 768px) {
        .page-type--product .productView-description .features-cards div, .page-template--pages-custom-page-page-landing .productView-description .features-cards div {
          height: max-content; } }
    @media only screen and (max-width: 1024px) {
      .page-type--product .productView-description, .page-template--pages-custom-page-page-landing .productView-description {
        margin-bottom: 3rem;
        width: 100%; } }
    @media only screen and (max-width: 524px) {
      .page-type--product .productView-description, .page-template--pages-custom-page-page-landing .productView-description {
        padding: 0 1rem; } }
    .page-type--product .productView-description h3, .page-template--pages-custom-page-page-landing .productView-description h3 {
      color: #173F55;
      font-size: 18px;
      letter-spacing: 2px;
      font-family: "azo-sans-web";
      line-height: 28px;
      text-transform: uppercase;
      margin-top: 0;
      padding-left: 0 !important;
      font-weight: 700; }
      @media only screen and (max-width: 524px) {
        .page-type--product .productView-description h3, .page-template--pages-custom-page-page-landing .productView-description h3 {
          padding-left: 15px;
          padding-right: 15px;
          margin-top: 1rem; } }
    .page-type--product .productView-description h2, .page-template--pages-custom-page-page-landing .productView-description h2 {
      color: #204861; }
    .page-type--product .productView-description p, .page-template--pages-custom-page-page-landing .productView-description p {
      color: #204861;
      font-family: "azo-sans-web";
      font-size: 16px;
      letter-spacing: 0.44px;
      font-weight: 500;
      line-height: 28px; }
    .page-type--product .productView-description .description-text, .page-template--pages-custom-page-page-landing .productView-description .description-text {
      margin-top: 5px; }
      .page-type--product .productView-description .description-text span, .page-template--pages-custom-page-page-landing .productView-description .description-text span {
        font-weight: 500; }
    .page-type--product .productView-description a, .page-template--pages-custom-page-page-landing .productView-description a {
      text-decoration: underline !important; }
      .page-type--product .productView-description a:hover, .page-template--pages-custom-page-page-landing .productView-description a:hover {
        cursor: pointer; }
    .page-type--product .productView-description img, .page-template--pages-custom-page-page-landing .productView-description img {
      width: 100%;
      max-width: 100%; }
      .page-type--product .productView-description img.bottom-border, .page-template--pages-custom-page-page-landing .productView-description img.bottom-border {
        border-bottom: 2px solid #DB4B51; }
    @media only screen and (max-width: 524px) {
      .page-type--product .productView-description .productView-info, .page-template--pages-custom-page-page-landing .productView-description .productView-info {
        margin-top: 0; } }
    @media only screen and (max-width: 524px) {
      .page-type--product .productView-description .productView-info > p, .page-template--pages-custom-page-page-landing .productView-description .productView-info > p {
        padding-left: 15px;
        padding-right: 15px; } }
    .page-type--product .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item, .page-template--pages-custom-page-page-landing .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item {
      width: 100%;
      float: left; }
      @media only screen and (max-width: 524px) {
        .page-type--product .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item, .page-template--pages-custom-page-page-landing .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item {
          padding-left: 15px;
          padding-right: 15px; } }
      .page-type--product .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-left, .page-template--pages-custom-page-page-landing .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-left {
        width: 91px;
        float: left; }
        @media only screen and (max-width: 524px) {
          .page-type--product .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-left, .page-template--pages-custom-page-page-landing .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-left {
            width: 81px; } }
        .page-type--product .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-left img, .page-template--pages-custom-page-page-landing .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-left img {
          margin: 0 auto;
          max-height: 52px;
          max-width: 52px; }
      .page-type--product .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-right, .page-template--pages-custom-page-page-landing .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-right {
        width: calc(100% - 91px);
        float: left; }
        @media only screen and (max-width: 524px) {
          .page-type--product .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-right, .page-template--pages-custom-page-page-landing .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-right {
            width: calc(100% - 81px); } }
        .page-type--product .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-right p, .page-template--pages-custom-page-page-landing .productView-description .sweat-proof-tech-details .sweat-proof-tech-details-item .sweat-proof-tech-details-item-right p {
          color: #204861; }
    .page-type--product .productView-description .sweat-proof-tech-details > img, .page-template--pages-custom-page-page-landing .productView-description .sweat-proof-tech-details > img {
      margin: 3rem auto 1.5rem; }
    .page-type--product .productView-description .shirt-features, .page-template--pages-custom-page-page-landing .productView-description .shirt-features {
      width: 100%;
      float: left;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 524px) {
        .page-type--product .productView-description .shirt-features .shirt-feature-item, .page-template--pages-custom-page-page-landing .productView-description .shirt-features .shirt-feature-item {
          padding-left: 15px;
          padding-right: 15px; } }
      .page-type--product .productView-description .shirt-features .shirt-feature-item .shirt-feature-item-left, .page-template--pages-custom-page-page-landing .productView-description .shirt-features .shirt-feature-item .shirt-feature-item-left {
        float: left;
        width: 37px; }
        .page-type--product .productView-description .shirt-features .shirt-feature-item .shirt-feature-item-left img, .page-template--pages-custom-page-page-landing .productView-description .shirt-features .shirt-feature-item .shirt-feature-item-left img {
          width: 24px;
          height: 24px;
          float: left; }
      .page-type--product .productView-description .shirt-features .shirt-feature-item .shirt-feature-item-right, .page-template--pages-custom-page-page-landing .productView-description .shirt-features .shirt-feature-item .shirt-feature-item-right {
        float: left;
        width: calc(100% - 37px); }
        .page-type--product .productView-description .shirt-features .shirt-feature-item .shirt-feature-item-right h4, .page-template--pages-custom-page-page-landing .productView-description .shirt-features .shirt-feature-item .shirt-feature-item-right h4 {
          margin-top: 0;
          color: #173F55;
          font-size: 18px;
          letter-spacing: 2px;
          line-height: 28px;
          text-transform: uppercase; }
  .page-type--product .productView-sweat-guarantee, .page-template--pages-custom-page-page-landing .productView-sweat-guarantee {
    float: left;
    margin: 15px auto 0 25px;
    color: #173F55;
    font-family: "azo-sans-web";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.57px;
    line-height: 28px;
    text-transform: uppercase; }
    .page-type--product .productView-sweat-guarantee svg, .page-type--product .productView-sweat-guarantee img, .page-template--pages-custom-page-page-landing .productView-sweat-guarantee svg, .page-template--pages-custom-page-page-landing .productView-sweat-guarantee img {
      float: left;
      height: 28px;
      width: 17px;
      margin-right: 9px; }
  .page-type--product .productViewTrustSection, .page-template--pages-custom-page-page-landing .productViewTrustSection {
    float: left; }
    .page-type--product .productViewTrustSection .yotpo.bottomLine, .page-template--pages-custom-page-page-landing .productViewTrustSection .yotpo.bottomLine {
      display: block;
      float: left;
      margin-top: 15px; }
      .page-type--product .productViewTrustSection .yotpo.bottomLine a.text-m, .page-template--pages-custom-page-page-landing .productViewTrustSection .yotpo.bottomLine a.text-m {
        display: block;
        margin-top: 3px;
        text-transform: uppercase; }
  .page-type--product .productViewTrustSectionMobile, .page-template--pages-custom-page-page-landing .productViewTrustSectionMobile {
    display: none;
    float: left;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 990px) {
      .page-type--product .productViewTrustSectionMobile, .page-template--pages-custom-page-page-landing .productViewTrustSectionMobile {
        display: block; } }
    .page-type--product .productViewTrustSectionMobile .productView-sweat-guarantee, .page-template--pages-custom-page-page-landing .productViewTrustSectionMobile .productView-sweat-guarantee {
      margin: 0.5rem auto 1rem;
      float: none;
      display: inline-block; }
  .page-type--product .productView-rating, .page-template--pages-custom-page-page-landing .productView-rating {
    display: none;
    margin-bottom: 0; }
  .page-type--product .productView-options, .page-template--pages-custom-page-page-landing .productView-options {
    margin-top: 1rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 524px) {
      .page-type--product .productView-options, .page-template--pages-custom-page-page-landing .productView-options {
        margin-top: 0; } }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-options .form-field, .page-template--pages-custom-page-page-landing .productView-options .form-field {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 3rem; } }
    @media only screen and (max-width: 524px) {
      .page-type--product .productView-options .form-field, .page-template--pages-custom-page-page-landing .productView-options .form-field {
        justify-content: start;
        padding: 0; } }
    .page-type--product .productView-options .form-field .form-label,
    .page-type--product .productView-options .form-field .form-input,
    .page-type--product .productView-options .form-field .form-option, .page-template--pages-custom-page-page-landing .productView-options .form-field .form-label,
    .page-template--pages-custom-page-page-landing .productView-options .form-field .form-input,
    .page-template--pages-custom-page-page-landing .productView-options .form-field .form-option {
      font-family: "azo-sans-web"; }
    .page-type--product .productView-options .form-field .form-option:last-child, .page-template--pages-custom-page-page-landing .productView-options .form-field .form-option:last-child {
      margin-right: 0; }
    .page-type--product .productView-options .form-field .form-radio:checked + .form-option,
    .page-type--product .productView-options .form-field .form-radio:hover + .form-option, .page-template--pages-custom-page-page-landing .productView-options .form-field .form-radio:checked + .form-option,
    .page-template--pages-custom-page-page-landing .productView-options .form-field .form-radio:hover + .form-option {
      border: 1px solid #BF3333;
      outline: none; }
    .page-type--product .productView-options .form-field .form-label--inlineSmall, .page-template--pages-custom-page-page-landing .productView-options .form-field .form-label--inlineSmall {
      font-weight: bold;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1.33px;
      line-height: 23px;
      text-transform: uppercase; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-options .form-field .form-label--inlineSmall, .page-template--pages-custom-page-page-landing .productView-options .form-field .form-label--inlineSmall {
          text-align: center;
          align-self: flex-start;
          width: 100%; } }
      @media only screen and (max-width: 524px) {
        .page-type--product .productView-options .form-field .form-label--inlineSmall, .page-template--pages-custom-page-page-landing .productView-options .form-field .form-label--inlineSmall {
          text-align: left; } }
      .page-type--product .productView-options .form-field .form-label--inlineSmall small, .page-template--pages-custom-page-page-landing .productView-options .form-field .form-label--inlineSmall small {
        display: none; }
    .page-type--product .productView-options .form-field[data-product-attribute="swatch"].additional-colors, .page-template--pages-custom-page-page-landing .productView-options .form-field[data-product-attribute="swatch"].additional-colors {
      margin-bottom: 0; }
    .page-type--product .productView-options .form-option-swatch, .page-template--pages-custom-page-page-landing .productView-options .form-option-swatch {
      border: 2px solid #bebbbb;
      padding: 2px;
      border-radius: 50%; }
      .page-type--product .productView-options .form-option-swatch .form-option-variant--color, .page-template--pages-custom-page-page-landing .productView-options .form-option-swatch .form-option-variant--color {
        border-radius: 50%;
        pointer-events: inherit;
        width: 25px;
        height: 25px; }
        @media only screen and (max-width: 550px) {
          .page-type--product .productView-options .form-option-swatch .form-option-variant--color, .page-template--pages-custom-page-page-landing .productView-options .form-option-swatch .form-option-variant--color {
            pointer-events: none;
            width: 21px;
            height: 21px; } }
    .page-type--product .productView-options .form-radio:checked + .form-option.form-option-swatch,
    .page-type--product .productView-options .form-radio:hover + .form-option.form-option-swatch, .page-template--pages-custom-page-page-landing .productView-options .form-radio:checked + .form-option.form-option-swatch,
    .page-template--pages-custom-page-page-landing .productView-options .form-radio:hover + .form-option.form-option-swatch {
      border: 2px solid #BF3333; }
    .page-type--product .productView-options .pro_option_mn[data-sku="MO-CN"] .form-field[data-product-attribute="swatch"], .page-template--pages-custom-page-page-landing .productView-options .pro_option_mn[data-sku="MO-CN"] .form-field[data-product-attribute="swatch"] {
      margin-bottom: 0; }
    .page-type--product .productView-options .additional-colors-link-section, .page-template--pages-custom-page-page-landing .productView-options .additional-colors-link-section {
      margin-bottom: 28px; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-options .additional-colors-link-section, .page-template--pages-custom-page-page-landing .productView-options .additional-colors-link-section {
          display: block;
          text-align: center; } }
      .page-type--product .productView-options .additional-colors-link-section > a, .page-template--pages-custom-page-page-landing .productView-options .additional-colors-link-section > a {
        color: #173F55;
        text-decoration: underline !important;
        font-size: 14px; }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-options .form-field[data-product-attribute="set-rectangle"], .page-template--pages-custom-page-page-landing .productView-options .form-field[data-product-attribute="set-rectangle"] {
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 524px) {
      .page-type--product .productView-options .form-field[data-product-attribute="set-rectangle"], .page-template--pages-custom-page-page-landing .productView-options .form-field[data-product-attribute="set-rectangle"] {
        padding: 0; } }
    .page-type--product .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option, .page-template--pages-custom-page-page-landing .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option {
      height: 34px;
      min-width: 50px;
      font-size: 16px;
      border: 1px solid #ADBAC7; }
      .page-type--product .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option span, .page-template--pages-custom-page-page-landing .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option span {
        display: block;
        line-height: 34px;
        padding: 0; }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-options .form-field--increments, .page-template--pages-custom-page-page-landing .productView-options .form-field--increments {
        margin-block: 0;
        padding: 0; } }
    .page-type--product .productView-options .form-field--increments .form-label, .page-template--pages-custom-page-page-landing .productView-options .form-field--increments .form-label {
      font-weight: bold;
      line-height: 26px; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-options .form-field--increments .form-label, .page-template--pages-custom-page-page-landing .productView-options .form-field--increments .form-label {
          line-height: 23px;
          margin-bottom: 0;
          text-align: center;
          width: 100%; } }
      @media only screen and (max-width: 524px) {
        .page-type--product .productView-options .form-field--increments .form-label, .page-template--pages-custom-page-page-landing .productView-options .form-field--increments .form-label {
          text-align: left;
          padding-bottom: 0; } }
    .page-type--product .productView-options .productView-addToCartSection, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection {
      display: flex;
      align-items: end;
      gap: .5rem;
      width: 100%; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-options .productView-addToCartSection, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection {
          justify-content: center; } }
      .page-type--product .productView-options .productView-addToCartSection .form-field--increments, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .form-field--increments {
        order: 1; }
        @media only screen and (max-width: 1199px) {
          .page-type--product .productView-options .productView-addToCartSection .form-field--increments, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .form-field--increments {
            flex: 0; } }
        .page-type--product .productView-options .productView-addToCartSection .form-field--increments .form-label, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .form-field--increments .form-label {
          color: #333;
          font-size: 16px;
          font-weight: 700;
          line-height: 26px; }
        @media only screen and (max-width: 1199px) {
          .page-type--product .productView-options .productView-addToCartSection .form-field--increments .form-increment, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .form-field--increments .form-increment {
            margin: 10px 0 0; } }
        .page-type--product .productView-options .productView-addToCartSection .form-field--increments .form-increment .form-input--incrementTotal, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .form-field--increments .form-increment .form-input--incrementTotal {
          border: 1px solid #c2c2c2;
          border-radius: 0;
          color: #333;
          display: block;
          font-size: 21px;
          font-weight: bold;
          padding: 5px;
          text-align: center;
          display: flex;
          align-items: flex-start;
          gap: 8px; }
      .page-type--product .productView-options .productView-addToCartSection .product-cta-section, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .product-cta-section {
        order: 2;
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
        .page-type--product .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart {
          display: flex;
          padding: 12px 24px;
          justify-content: space-between;
          align-items: center;
          flex: 1 0 0;
          align-self: stretch;
          background-color: #DB4B51;
          border: none;
          border-radius: 0;
          color: #fff;
          display: block;
          font-family: 'Secular One', sans-serif;
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase; }
          .page-type--product .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart:hover, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart:hover {
            background-color: rgba(219, 75, 81, 0.85); }
          .page-type--product .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .button-add-tocart-mobile-wrapper, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .button-add-tocart-mobile-wrapper {
            display: flex !important;
            justify-content: space-between;
            /* Distributes items with space between them */
            gap: 14px; }
            .page-type--product .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .button-add-tocart-mobile-wrapper .add-to-cart-text, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .button-add-tocart-mobile-wrapper .add-to-cart-text {
              width: max-content; }
            @media screen and (min-width: 990px) {
              .page-type--product .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .button-add-tocart-mobile-wrapper, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .button-add-tocart-mobile-wrapper {
                justify-content: center; }
                .page-type--product .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .button-add-tocart-mobile-wrapper .mobileprice, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .button-add-tocart-mobile-wrapper .mobileprice {
                  display: none; } }
          .page-type--product .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .add-tocart-desktop, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .add-tocart-desktop {
            display: none !important; }
            @media only screen and (min-width: 990px) {
              .page-type--product .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .add-tocart-desktop, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .product-cta-section #form-action-addToCart .add-tocart-desktop {
                display: block !important; } }
      .page-type--product .productView-options .productView-addToCartSection .flex-fill, .page-template--pages-custom-page-page-landing .productView-options .productView-addToCartSection .flex-fill {
        flex-grow: 5;
        order: 3; }
  .page-type--product .tt-shop-bundle, .page-template--pages-custom-page-page-landing .tt-shop-bundle {
    margin-top: 16px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    gap: 8px; }
    .page-type--product .tt-shop-bundle span, .page-template--pages-custom-page-page-landing .tt-shop-bundle span {
      color: #173F55;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      /* 175% */
      letter-spacing: 0.444px; }
      .page-type--product .tt-shop-bundle span a, .page-template--pages-custom-page-page-landing .tt-shop-bundle span a {
        text-decoration: underline !important; }
  .page-type--product .product-view-shipping-policy, .page-template--pages-custom-page-page-landing .product-view-shipping-policy {
    margin-top: 16px; }
    @media only screen and (max-width: 990px) {
      .page-type--product .product-view-shipping-policy, .page-template--pages-custom-page-page-landing .product-view-shipping-policy {
        margin-top: 24px; } }
    .page-type--product .product-view-shipping-policy .free_shipping_text, .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text {
      display: flex;
      border: none;
      padding-left: 0;
      padding-top: 0;
      align-items: center; }
      .page-type--product .product-view-shipping-policy .free_shipping_text .truck-icon, .page-type--product .product-view-shipping-policy .free_shipping_text .package-icon, .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text .truck-icon, .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text .package-icon {
        margin-right: 12px;
        justify-content: center; }
      .page-type--product .product-view-shipping-policy .free_shipping_text :not(:last-child), .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text :not(:last-child) {
        margin-bottom: 4px; }
      .page-type--product .product-view-shipping-policy .free_shipping_text .fs_top, .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text .fs_top {
        color: #173F55;
        font-family: 'azo-sans-web';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.571px;
        margin-bottom: 0px; }
        @media only screen and (max-width: 990px) {
          .page-type--product .product-view-shipping-policy .free_shipping_text .fs_top, .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text .fs_top {
            text-align: left;
            letter-spacing: 0.44px; } }
        .page-type--product .product-view-shipping-policy .free_shipping_text .fs_top img, .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text .fs_top img {
          vertical-align: top;
          margin-top: 5px; }
    .page-type--product .product-view-shipping-policy .free_shipping_text-alt, .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text-alt {
      padding: 12px 8px 12px 8px;
      border: 1px solid;
      border-color: #DCE6EF; }
      .page-type--product .product-view-shipping-policy .free_shipping_text-alt .fs_top, .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text-alt .fs_top {
        margin-bottom: 0px;
        color: #173F55;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 175% */
        letter-spacing: 0.444px;
        justify-content: center;
        display: flex;
        gap: 16px; }
        .page-type--product .product-view-shipping-policy .free_shipping_text-alt .fs_top a, .page-template--pages-custom-page-page-landing .product-view-shipping-policy .free_shipping_text-alt .fs_top a {
          margin-top: 2px; }
  .page-type--product .productView--BackInStockNotification, .page-template--pages-custom-page-page-landing .productView--BackInStockNotification {
    margin-top: 15px; }
    @media only screen and (max-width: 768px) {
      .page-type--product .productView--BackInStockNotification .button, .page-template--pages-custom-page-page-landing .productView--BackInStockNotification .button {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .page-type--product .productView-detailTrustBanner, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner {
    background-color: #173F55;
    color: #fff;
    clear: both;
    float: left;
    padding: 0 3rem 3rem;
    width: 100vw;
    margin-inline: calc(50% - 50vw); }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-detailTrustBanner, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner {
        padding: 0rem 1rem 3rem; } }
    .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect {
      overflow: hidden;
      position: relative;
      height: 20px;
      text-align: center;
      margin-bottom: 55px; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect {
          margin-bottom: 2rem; } }
      .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect svg, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect svg {
        position: absolute;
        inset: -2px 0 auto;
        margin: 0 auto; }
        @media only screen and (max-width: 990px) {
          .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect svg, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect svg {
            max-width: 100%; } }
        .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect svg polygon, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerBackgoundEffect svg polygon {
          stroke: #DB4B51; }
    .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerHeroSection, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerHeroSection {
      text-align: center; }
      .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerHeroSection > img, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerHeroSection > img {
        width: 40px; }
      .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerHeroSection h3, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerHeroSection h3 {
        color: #fff;
        font-size: 21px;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase; }
      .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerHeroSection p, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerHeroSection p {
        width: 580px;
        max-width: 100%;
        margin: 0 auto;
        font-family: "azo-sans-web";
        font-size: 16px;
        letter-spacing: 0.44px;
        line-height: 28px;
        padding-inline: 1rem; }
    .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerThreePack, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerThreePack {
      display: flex;
      justify-content: center;
      max-width: 1296px;
      margin: 2rem auto 0; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerThreePack, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerThreePack {
          flex-direction: column; } }
      .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem {
        width: 30%;
        float: left;
        margin-right: 3%;
        padding: 0 1rem; }
        @media only screen and (max-width: 990px) {
          .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem {
            width: 100%;
            margin: 1rem auto; } }
        .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem:last-child, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem:last-child {
          margin-right: 0; }
        .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionIconWrapper, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionIconWrapper {
          display: flex;
          align-items: center;
          height: 5rem;
          justify-content: left; }
        .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem :is(h2, h4), .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem :is(h2, h4) {
          color: #fff;
          font-size: 21px;
          letter-spacing: 1.75px;
          line-height: 26px;
          margin-top: 1rem;
          text-transform: uppercase;
          text-align: left; }
        .page-type--product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem p, .page-template--pages-custom-page-page-landing .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem p {
          font-family: "azo-sans-web";
          font-size: 18px;
          letter-spacing: 0.5px;
          line-height: 28px;
          text-align: left; }
  .page-type--product .productView-faqSection, .page-template--pages-custom-page-page-landing .productView-faqSection {
    width: 100%;
    float: left;
    padding: 44px 18px; }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-faqSection, .page-template--pages-custom-page-page-landing .productView-faqSection {
        padding-top: 1rem; } }
    .page-type--product .productView-faqSection .productView-faqSectionHeading h2, .page-template--pages-custom-page-page-landing .productView-faqSection .productView-faqSectionHeading h2 {
      color: #173F55;
      font-size: 18px;
      font-family: "azo-sans-web";
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 28px;
      text-align: center;
      text-transform: uppercase; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-faqSection .productView-faqSectionHeading h2, .page-template--pages-custom-page-page-landing .productView-faqSection .productView-faqSectionHeading h2 {
          margin-top: 1rem;
          margin-bottom: 1.5rem;
          font-size: 21px;
          letter-spacing: 1px; } }
    .page-type--product .productView-faqSection .faqItem, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem {
      cursor: pointer;
      max-width: 800px;
      margin: 0 auto 1rem; }
      .page-type--product .productView-faqSection .faqItem .faqQuestion, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqQuestion {
        background-color: #F4F2EE;
        width: 100%; }
        .page-type--product .productView-faqSection .faqItem .faqQuestion :is(h3, h5), .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqQuestion :is(h3, h5) {
          color: #173F55;
          font-size: 16px;
          letter-spacing: 0.44px;
          line-height: 28px;
          padding: 15px 38px;
          margin: 0 auto;
          text-transform: none;
          width: 100%;
          display: table; }
          @media only screen and (max-width: 990px) {
            .page-type--product .productView-faqSection .faqItem .faqQuestion :is(h3, h5), .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqQuestion :is(h3, h5) {
              padding: 7px 12px; } }
          .page-type--product .productView-faqSection .faqItem .faqQuestion :is(h3, h5) span, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqQuestion :is(h3, h5) span {
            width: 95%;
            display: inline-block;
            font-family: "azo-sans-web";
            font-weight: 500; }
          .page-type--product .productView-faqSection .faqItem .faqQuestion :is(h3, h5):after, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqQuestion :is(h3, h5):after {
            content: "-";
            font-size: 22px;
            vertical-align: middle;
            height: 100%;
            display: table-cell;
            right: 0;
            top: 0;
            text-align: right; }
      .page-type--product .productView-faqSection .faqItem .faqAnswer, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqAnswer {
        color: #173F55;
        display: block;
        font-family: "azo-sans-web";
        font-size: 16px;
        letter-spacing: 0.44px;
        line-height: 28px;
        background-color: #F4F2EE;
        padding: 20px 38px; }
        .page-type--product .productView-faqSection .faqItem .faqAnswer *, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqAnswer * {
          font-family: "azo-sans-web";
          padding: 0 0px; }
        .page-type--product .productView-faqSection .faqItem .faqAnswer a, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqAnswer a {
          color: #BF3333;
          padding: 0; }
        .page-type--product .productView-faqSection .faqItem .faqAnswer p, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqAnswer p {
          font-size: 16px;
          letter-spacing: 0.44px;
          line-height: 28px;
          font-weight: 500;
          margin: 12px 0; }
        .page-type--product .productView-faqSection .faqItem .faqAnswer ul, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqAnswer ul {
          margin-left: 30px; }
          .page-type--product .productView-faqSection .faqItem .faqAnswer ul li, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem .faqAnswer ul li {
            margin: 8px auto; }
      .page-type--product .productView-faqSection .faqItem.faqClosed .faqQuestion :is(h3, h5):after, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem.faqClosed .faqQuestion :is(h3, h5):after {
        content: "+"; }
      .page-type--product .productView-faqSection .faqItem.faqClosed .faqAnswer, .page-template--pages-custom-page-page-landing .productView-faqSection .faqItem.faqClosed .faqAnswer {
        display: none; }
  .page-type--product .productView-alsoViewedSection, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection {
    width: 100%;
    float: left;
    padding: 10px 18px 44px;
    overflow-x: hidden; }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-alsoViewedSection, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection {
        border-bottom: 2px solid #DB4B51; } }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionHeading h4, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionHeading h4 {
      color: #173F55;
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 28px;
      margin: 0 auto 2rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionHeading h4, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionHeading h4 {
          margin-bottom: 1rem; } }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .productCarousel, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .productCarousel {
      overflow-x: hidden; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .productCarousel.slick-dotted.slick-slider:first-of-type, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .productCarousel.slick-dotted.slick-slider:first-of-type {
        /*margin-bottom:7rem;*/ }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-list, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-list {
      overflow-y: auto;
      padding-bottom: 25px; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-dots, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-dots {
      position: relative;
      bottom: auto; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-dotted.slick-slider, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-dotted.slick-slider {
      margin-bottom: 30px; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .productCarousel-slide, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .productCarousel-slide {
      outline: none; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-initialized .productCarousel-slide .product-card .product-card__img-container .card-image, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-initialized .productCarousel-slide .product-card .product-card__img-container .card-image {
      display: block; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__figure, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__figure {
      height: auto; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__figure .badge--new, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__figure .badge--new {
        margin: 10px; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container {
      border: 1px solid #9D9D9D;
      max-height: 312px;
      overflow: hidden; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container:after, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container:after {
        display: initial; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container .card-image, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container .card-image {
        margin: auto;
        display: none;
        position: relative; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__body, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__body {
      text-align: center; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption {
      height: 42px; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption-body, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption-body {
        display: block; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption-button, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption-button {
        margin-top: 0; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption .button, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption .button {
        border: 2px solid #9D9D9D;
        color: #9D9D9D;
        font-weight: 600;
        width: 100%;
        background-color: #fff; }
        .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption .button:hover, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption .button:hover {
          border: 2px solid #BF3333;
          color: #fff;
          background-color: #BF3333; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__title, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__title {
      margin: 20px 0 5px;
      font-weight: 600;
      line-height: 1.2; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__title a, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__title a {
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin-bottom: 10px; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__text .price, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__text .price {
      color: #333;
      font-size: 1.2rem;
      font-weight: 600;
      margin: 0 0 10px 0;
      font-style: normal; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__text .colorGrid label, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__text .colorGrid label {
      border: none; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__text .form-option-variant, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card__text .form-option-variant {
      border-radius: 50%;
      border: 1px solid #333;
      height: 26px;
      width: 26px; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .yotpo, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .yotpo {
      max-width: 124px;
      height: 34.5px; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .yotpo a.text-m, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .yotpo a.text-m {
        margin-top: 5px; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .yotpo-bottomline, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .yotpo-bottomline {
        text-align: left; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .yotpo .standalone-bottomline, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .yotpo .standalone-bottomline {
        height: 34.5px; }
    @media (min-width: 768px) {
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .card .card-figcaption, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .card .card-figcaption {
        margin-top: 0.5rem;
        opacity: 0; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .card:hover .card-figcaption, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .card:hover .card-figcaption {
        opacity: 1; } }
    @media (max-width: 767px) {
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product {
        width: 50% !important; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .card-title a, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .card-title a {
        font-size: 1rem;
        font-weight: normal; } }
    @media (max-width: 500px) {
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-next, .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-prev, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-next, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .slick-prev {
        margin-top: -7.14286rem; } }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .price, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .price {
        color: #173F55;
        font-size: 12px;
        letter-spacing: 0.6px;
        line-height: 15px; } }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container {
      border: 1px solid #9d9d9d;
      max-height: 285px;
      overflow: hidden; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container {
          max-height: 171px; } }
      @media only screen and (max-width: 524px) {
        .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__img-container {
          max-height: 159px; } }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__title a, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .product-card__title a {
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin-bottom: 10px; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption-body, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption-body {
      width: 100%; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .button, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .button {
      border: 2px solid #9D9D9D;
      color: #9D9D9D;
      font-weight: 600;
      width: 100%;
      background-color: #fff; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .button:hover, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .button:hover {
        border: 2px solid #BF3333;
        color: #fff;
        background-color: #BF3333; }
    .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card:hover .button, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card:hover .button {
      border: 2px solid #BF3333;
      color: #fff;
      background-color: #BF3333; }
    @media (min-width: 768px) {
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card .card-figcaption {
        margin-top: 0.5rem;
        opacity: 0; }
      .page-type--product .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card:hover .card-figcaption, .page-template--pages-custom-page-page-landing .productView-alsoViewedSection .productView-alsoViewedSectionContent .product-card:hover .card-figcaption {
        opacity: 1; } }
  .page-type--product .productView-yotpoReviewsSection, .page-template--pages-custom-page-page-landing .productView-yotpoReviewsSection {
    width: 100%;
    float: left;
    padding: 44px 18px; }
    @media only screen and (max-width: 990px) {
      .page-type--product .productView-yotpoReviewsSection, .page-template--pages-custom-page-page-landing .productView-yotpoReviewsSection {
        padding-top: 1rem; } }
    .page-type--product .productView-yotpoReviewsSection .yotpo .yotpo-label-container, .page-template--pages-custom-page-page-landing .productView-yotpoReviewsSection .yotpo .yotpo-label-container {
      border: none; }
    .page-type--product .productView-yotpoReviewsSection h2, .page-template--pages-custom-page-page-landing .productView-yotpoReviewsSection h2 {
      color: #173F55;
      font-size: 24px;
      letter-spacing: 2px;
      line-height: 26px;
      text-transform: uppercase; }
      @media only screen and (max-width: 990px) {
        .page-type--product .productView-yotpoReviewsSection h2, .page-template--pages-custom-page-page-landing .productView-yotpoReviewsSection h2 {
          margin-top: 0;
          margin-bottom: 0; } }
    .page-type--product .productView-yotpoReviewsSection .yotpo-bottomline .bottom-line-items, .page-template--pages-custom-page-page-landing .productView-yotpoReviewsSection .yotpo-bottomline .bottom-line-items {
      text-align: left; }
    .page-type--product .productView-yotpoReviewsSection .yotpo-bottomline .rating-star, .page-template--pages-custom-page-page-landing .productView-yotpoReviewsSection .yotpo-bottomline .rating-star {
      color: #bf3333 !important; }
    .page-type--product .productView-yotpoReviewsSection .promoted-products-box, .page-template--pages-custom-page-page-landing .productView-yotpoReviewsSection .promoted-products-box {
      display: none !important; }

.page-type--product .form-sizechart-modal {
  display: none; }

.page-type--product .form-sizechart-link {
  color: #BF3333;
  margin-left: 8px; }
  .page-type--product .form-sizechart-link > span {
    display: none; }
  .page-type--product .form-sizechart-link > svg {
    height: 16px;
    width: 16px;
    margin-top: 3px;
    vertical-align: top; }

.page-type--product #sizeChartModal .productView-sizeChartTable {
  margin: 0 auto; }

.page-template--pages-custom-product-face-mask-product .productView-usa-made {
  float: left;
  margin: 15px auto 0 25px;
  color: #173F55;
  font-family: "azo-sans-web";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.57px;
  line-height: 28px;
  text-transform: uppercase; }
  .page-template--pages-custom-product-face-mask-product .productView-usa-made:before {
    background-image: url("../icons/t-logo.svg");
    background-repeat: no-repeat;
    background-size: 17px 28px;
    display: block;
    content: "";
    height: 28px;
    width: 17px;
    position: relative;
    float: left;
    margin-right: 9px; }

.page-template--pages-custom-product-face-mask-product .productView-details {
  padding: 0 15px; }

.page-template--pages-custom-product-face-mask-product .productViewUpperDescriptionSection {
  float: left;
  margin: 50px auto 30px;
  width: 100%; }
  @media only screen and (max-width: 677px) {
    .page-template--pages-custom-product-face-mask-product .productViewUpperDescriptionSection {
      margin: 30px auto 0px; } }
  .page-template--pages-custom-product-face-mask-product .productViewUpperDescriptionSection h2 {
    margin-top: 0; }
  .page-template--pages-custom-product-face-mask-product .productViewUpperDescriptionSection p:last-child {
    margin-bottom: 0; }
  .page-template--pages-custom-product-face-mask-product .productViewUpperDescriptionSection a {
    text-decoration: underline !important; }

.page-template--pages-custom-product-face-mask-product .productView-options .form-field[data-product-attribute="set-rectangle"] {
  display: none; }

.page-template--pages-custom-product-face-mask-product .productView-addToCartSection .flex-fill {
  flex-grow: 5;
  order: 3; }

.page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerHeroSection {
  text-align: center; }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerHeroSection h2 {
    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase; }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerHeroSection p {
    width: 580px;
    max-width: 100%;
    margin: 0 auto;
    font-family: "azo-sans-web";
    font-size: 16px;
    letter-spacing: 0.44px;
    line-height: 28px;
    padding-left: 1rem;
    padding-right: 1rem; }

.page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack {
  margin-top: 2rem; }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack.productView-detailTrustBannerTwoPack {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 990px) {
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack.productView-detailTrustBannerTwoPack {
        flex-wrap: wrap; } }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem {
    width: 33.33%;
    float: left;
    margin-right: 0%;
    padding: 0 2rem;
    border-right: 1px solid #5A8AA4; }
    @media only screen and (max-width: 990px) {
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem {
        width: 100%;
        margin: 0rem auto 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border-top: 1px solid #5A8AA4;
        border-right: none; } }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem:nth-child(3) {
      margin-right: 0;
      border-right: none; }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionIconWrapper {
      display: flex;
      align-items: center;
      height: 5rem; }
      @media only screen and (max-width: 990px) {
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionIconWrapper {
          justify-content: flex-start; } }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionIconWrapper img {
        flex: 0 0 auto;
        margin-right: 15px; }
        @media only screen and (max-width: 990px) {
          .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionIconWrapper img {
            /*margin-right:0;*/ } }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionIconWrapper h4 {
        flex: 0 1 auto;
        color: #FFFFFF;
        font-size: 18px;
        height: auto !important;
        letter-spacing: 2px;
        line-height: 24px;
        margin: 0;
        text-transform: uppercase; }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .location {
      font-family: "azo-sans-web";
      font-size: 12px;
      letter-spacing: 0px;
      line-height: 28px;
      margin: 10px auto 0; }
      @media only screen and (max-width: 990px) {
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .location {
          text-align: left; } }
    @media only screen and (max-width: 990px) {
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionDonationWrapper {
        text-align: left; } }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionDonationWrapper h5 {
      color: #fff;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 28px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 990px) {
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionDonationWrapper h5 {
          margin-top: 1rem; } }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionDonationWrapper h5 .donationpercent {
        color: #FFD252; }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionDonationWrapper .donation-progress {
      color: #fff;
      margin-bottom: 0;
      font-size: 30px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 28px; }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerThreePackItem .productView-detailTrustBannerHeroSectionDonationWrapper .donation-progress .donatedamount {
        color: #FFD252; }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem {
    width: 50%;
    max-width: 400px;
    float: left;
    margin-right: 0%;
    padding: 0 2rem;
    border-right: 1px solid #5A8AA4; }
    @media only screen and (max-width: 990px) {
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem {
        width: 100%;
        margin: 0rem auto 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border-top: 1px solid #5A8AA4;
        border-right: none; } }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem:nth-child(2) {
      margin-right: 0;
      border-right: none; }
      @media only screen and (max-width: 990px) {
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem:nth-child(2) {
          margin-right: auto; } }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionIconWrapper {
      display: flex;
      align-items: center;
      height: 5rem; }
      @media only screen and (max-width: 990px) {
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionIconWrapper {
          justify-content: flex-start; } }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionIconWrapper img {
        flex: 0 0 auto;
        margin-right: 15px; }
        @media only screen and (max-width: 990px) {
          .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionIconWrapper img {
            /*margin-right:0;*/ } }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionIconWrapper h4 {
        flex: 0 1 auto;
        color: #FFFFFF;
        font-size: 18px;
        height: auto !important;
        letter-spacing: 2px;
        line-height: 24px;
        margin: 0;
        text-transform: uppercase; }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .location {
      font-family: "azo-sans-web";
      font-size: 12px;
      letter-spacing: 0px;
      line-height: 28px;
      margin: 10px auto 0; }
      @media only screen and (max-width: 990px) {
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .location {
          text-align: left; } }
    @media only screen and (max-width: 990px) {
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionDonationWrapper {
        text-align: left; } }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionDonationWrapper h5 {
      color: #fff;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 28px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 990px) {
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionDonationWrapper h5 {
          margin-top: 1rem; } }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionDonationWrapper h5 .donationpercent {
        color: #FFD252; }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionDonationWrapper .donation-progress {
      color: #fff;
      margin-bottom: 0;
      font-size: 30px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 28px; }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerThreePack .productView-detailTrustBannerTwoPackItem .productView-detailTrustBannerHeroSectionDonationWrapper .donation-progress .donatedamount {
        color: #FFD252; }

.page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection {
  float: left;
  width: 100%;
  margin-top: 80px; }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection h2 {
    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase; }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection > p {
    width: 580px;
    max-width: 100%;
    margin: 0 auto;
    font-family: "azo-sans-web";
    font-size: 16px;
    letter-spacing: 0.44px;
    line-height: 28px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center; }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList {
    width: 100%;
    max-width: 800px;
    margin: 60px auto; }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem {
      width: 100%;
      display: flex;
      margin: 40px auto; }
      @media only screen and (max-width: 700px) {
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem {
          flex-wrap: wrap; } }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-image-wrapper {
        flex: 0 1 auto;
        margin-right: 15px;
        width: auto; }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-title-wrapper {
        flex: 1 1 auto; }
        @media only screen and (max-width: 500px) {
          .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-title-wrapper {
            width: 80%; } }
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-title-wrapper h4 {
          flex: 0 1 auto;
          color: #FFFFFF;
          font-size: 16px;
          height: auto !important;
          letter-spacing: 2px;
          line-height: 22px;
          margin: 0;
          text-transform: uppercase; }
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-title-wrapper .location {
          font-size: 14px;
          margin-bottom: 0; }
      .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-donation-wrapper {
        flex: 0 0 130px; }
        @media only screen and (max-width: 700px) {
          .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-donation-wrapper {
            width: 100%;
            margin-top: 5px;
            padding-left: 55px;
            flex-basis: auto; } }
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-donation-wrapper h5 {
          color: #fff;
          font-size: 15px;
          letter-spacing: 0;
          line-height: 28px;
          margin-top: 0;
          margin-bottom: 0;
          text-transform: none; }
          @media only screen and (max-width: 990px) {
            .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-donation-wrapper h5 {
              margin-top: 0rem; } }
          .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-donation-wrapper h5 .donationpercent {
            color: #FFD252; }
        .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-donation-wrapper .donation-progress {
          color: #fff;
          margin-bottom: 0;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 20px; }
          .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailPreviousDonationsSection .productView-detailsPreviousDonationsList .productView-detailsPreviousDonationsListItem .hospital-donation-wrapper .donation-progress .donatedamount {
            color: #FFD252; }

.page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-donationPicturesSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex; }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-donationPicturesSection .image-wrapper {
    width: 50%; }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-donationPicturesSection .image-wrapper:first-of-type {
      margin-right: 5px; }

.page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerFooterSection {
  float: left;
  margin-top: 70px;
  text-align: center;
  width: 100%; }
  .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerFooterSection .button {
    background-color: #BF3333;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px; }
    .page-template--pages-custom-product-face-mask-product .productView-detailTrustBanner .productView-detailTrustBannerFooterSection .button:hover {
      background-color: rgba(219, 75, 81, 0.85); }

.page-template--pages-custom-product-face-mask-product .productView--BulkOrderMessage {
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .page-template--pages-custom-product-face-mask-product .productView--BulkOrderMessage {
      margin-top: 0; } }
  .page-template--pages-custom-product-face-mask-product .productView--BulkOrderMessage a {
    text-decoration: underline !important; }

@media screen and (max-width: 990px) {
  .page-template--pages-custom-product-flip-flop .productView-details-wrapper .productView-details .productView-price .price.price--sale {
    display: block !important; } }

/***************************************************************

Related Products

***************************************************************/
.productView-relatedProducts {
  padding: 1rem 15px;
  clear: both; }
  .productView-relatedProducts h2 {
    color: #173f55;
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 23px;
    margin-bottom: 2rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .productView-relatedProducts h2 {
        letter-spacing: 1px;
        margin-bottom: 1rem; } }
  .productView-relatedProducts .product-grid__bulkorder {
    padding: 40px 20px 0; }
    .productView-relatedProducts .product-grid__bulkorder h3 {
      color: #545454;
      font-size: 20px;
      letter-spacing: 0.6px;
      line-height: 28px;
      margin-bottom: 20px;
      text-align: center; }
    .productView-relatedProducts .product-grid__bulkorder a {
      color: #545454;
      display: block;
      font-size: 18px;
      letter-spacing: 0.6px;
      line-height: 23px;
      text-align: center;
      text-decoration: underline !important; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/1000-4PK-MIXED-0002.jpg"] .form-option-variant {
    background-image: url("../icons/og-mixed-shirt-packs.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/2000-4PK-MIXED-0002.jpg"] .form-option-variant {
    background-image: url("../icons/og-mixed-shirt-packs.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/5000-4PK-MIXED-0002.jpg"] .form-option-variant {
    background-image: url("../icons/black-white-pack.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/6000-4PK-MIXED-0002.jpg"] .form-option-variant {
    background-image: url("../icons/mens-slimfit-vneck-mixed.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/4000-4PK-MIXED-0002.jpg"] .form-option-variant {
    background-image: url("../icons/womens-og-scoopneck-mixed.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/WS-DV-4PK-MIXED-0003.jpg"] .form-option-variant {
    background-image: url("../icons/womens-slimfit-deep-vneck-mixed.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/7000-4PK-MIXED-0003.jpg"] .form-option-variant {
    background-image: url("../icons/womens-og-scoopneck-mixed.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/FM-CHLD-6pack-MIXED.jpg"] .form-option-variant {
    background-image: url("../icons/kids-masks.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/FM-CHLD-6pack-DARK.jpg"] .form-option-variant {
    background-image: url("../icons/dark-masks.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/FM-CHLD-6pack-BASIC.jpg"] .form-option-variant {
    background-image: url("../icons/basic-mixed-masks.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/FM-ADLT-6pack-MIXED.jpg"] .form-option-variant {
    background-image: url("../icons/basic-masks.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/FM-ADLT-6pack-DARK.jpg"] .form-option-variant {
    background-image: url("../icons/dark-masks.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/FM-ADLT-6pack-ARM.jpg"] .form-option-variant {
    background-image: url("../icons/military-masks.svg");
    background-size: contain; }
  .productView-relatedProducts .product-colors__link[data-variant-img$="/content/cat-images/FM-ADLT-6pack-NEUT.jpg"] .form-option-variant {
    background-image: url("../icons/basic-neutral-masks.svg");
    background-size: contain; }
  .productView-relatedProducts .product-grid__card .product-card .card-figcaption {
    opacity: 0; }
    .productView-relatedProducts .product-grid__card .product-card .card-figcaption .card-figcaption-body {
      width: 100%; }
    .productView-relatedProducts .product-grid__card .product-card .card-figcaption .button {
      border: 2px solid #9d9d9d;
      color: #9d9d9d;
      font-weight: 600;
      width: 100%;
      background-color: #fff; }
      .productView-relatedProducts .product-grid__card .product-card .card-figcaption .button:hover {
        border: 2px solid #bf3333;
        color: #fff;
        background-color: #bf3333; }
  @media (min-width: 768px) {
    .productView-relatedProducts .product-grid__card .product-card:hover .card-figcaption {
      opacity: 1; } }

.productView-afterpay-section.mobile {
  display: none; }

.productView-afterpay-section.desktop {
  display: block; }

@media (max-width: 900px) {
  .productView-afterpay-section.mobile {
    display: block; }
  .productView-afterpay-section.desktop {
    display: none; } }

#modalVideo.open {
  display: block;
  opacity: 1;
  position: fixed;
  visibility: visible; }
  #modalVideo.open .productView-video-container {
    padding: 16px;
    margin: 0 auto;
    width: fit-content; }

.page-type--product .productView-images .productView-thumbnails.no-display .productView-thumbnail--sharktank-2 {
  display: none !important; }

.flip-flop-features-heading {
  color: #173f55 !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .flip-flop-features-heading strong {
    letter-spacing: 2px; }

.flip-flop-features-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px; }
  .flip-flop-features-list .flip-flop-feature-item {
    display: flex;
    align-items: start;
    gap: 23px; }
    .flip-flop-features-list .flip-flop-feature-item .flip-flop-item-left {
      width: 56px;
      height: 56px; }
      .flip-flop-features-list .flip-flop-feature-item .flip-flop-item-left img {
        width: 100%; }
    .flip-flop-features-list .flip-flop-feature-item .flip-flop-item-right {
      width: calc(100% - 56px); }

.flip-flop-item-heading {
  color: #204861 !important;
  font-family: "azo-sans-web";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 28px !important;
  text-transform: capitalize !important;
  letter-spacing: 0.444px !important;
  margin: 0 !important;
  padding: 0 !important; }

.flip-flop-item-heading-secondary {
  color: #173f55 !important;
  font-size: 18px !important;
  font-family: "azo-sans-web";
  font-style: normal;
  font-weight: 700 !important;
  line-height: 28px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 16px !important; }

.flip-flop-item-detail {
  margin: 0;
  color: #204861;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 28px;
  letter-spacing: 0.444px; }

.flip-flop-quote {
  display: flex;
  padding: 56px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #f3f3f3;
  margin-bottom: 16px; }
  .flip-flop-quote img {
    width: 28px !important;
    height: 49px;
    flex-shrink: 0; }
  .flip-flop-quote .flip-flop-quote-text {
    color: #173f55 !important;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 150% !important;
    max-width: 543px;
    letter-spacing: 0.444px; }
    @media (min-width: 768px) {
      .flip-flop-quote .flip-flop-quote-text {
        font-size: 24px !important; } }
  .flip-flop-quote .flip-flop-quote-author {
    color: #173f55 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px;
    margin-bottom: 0;
    letter-spacing: 0.444px; }
    @media (min-width: 768px) {
      .flip-flop-quote .flip-flop-quote-author {
        font-size: 14px !important; } }

.flip-flip-specs {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-bottom: 16px; }
  .flip-flip-specs .flip-flop-specs-left {
    width: 24px !important;
    height: 24px !important; }
    .flip-flip-specs .flip-flop-specs-left img {
      width: 100% !important;
      height: 24px !important; }
  .flip-flip-specs .flip-flop-specs-right {
    width: calc(100% - 24px); }

.flip-flop-trust-banner {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .flip-flop-trust-banner {
      align-items: start; } }
  .flip-flop-trust-banner h4, .flip-flop-trust-banner p {
    text-align: center !important; }
    @media (min-width: 768px) {
      .flip-flop-trust-banner h4, .flip-flop-trust-banner p {
        text-align: left !important; } }

.desktop-hide {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .desktop-hide {
      display: none; } }

.mobile-hide {
  display: none; }
  @media (min-width: 768px) {
    .mobile-hide {
      display: flex;
      flex-direction: column; } }

.page-template--pages-custom-product-flip-flop .productView-thumbnails {
  justify-content: start !important;
  gap: 5px; }

.page-template--pages-custom-product-flip-flop .productView-thumbnail {
  width: 64px !important;
  max-width: 64px !important; }
  @media (min-width: 768px) {
    .page-template--pages-custom-product-flip-flop .productView-thumbnail {
      width: 140px !important;
      max-width: 140px !important; } }

.page-template--pages-custom-product-flip-flop .productView-thumbnail-link {
  border: none;
  max-width: 64px;
  height: 64px !important;
  width: 64px !important;
  max-height: 64px !important; }
  @media (min-width: 768px) {
    .page-template--pages-custom-product-flip-flop .productView-thumbnail-link {
      max-width: 140px !important;
      height: 140px !important;
      max-height: 140px !important;
      width: 140px !important; } }
  .page-template--pages-custom-product-flip-flop .productView-thumbnail-link img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover;
    max-height: 64px !important;
    max-width: 64px !important; }
    @media (min-width: 768px) {
      .page-template--pages-custom-product-flip-flop .productView-thumbnail-link img {
        height: 140px !important;
        width: 140px !important;
        max-height: 140px !important;
        max-width: 140px !important; } }

.product-main-heading, .product-main-description {
  margin-bottom: 16px;
  margin-top: 0 !important;
  padding-right: 0 !important; }

.product-main-description {
  color: #173f55 !important;
  margin-bottom: 26px; }
  @media (min-width: 768px) {
    .product-main-description {
      color: #204861 !important;
      margin-bottom: 16px; } }

.page-template--pages-custom-product-flip-flop .productView-title {
  color: #173f55;
  font-size: 16px !important;
  font-style: normal;
  font-family: "azo-sans-web";
  font-weight: 500 !important;
  line-height: 150%;
  letter-spacing: 0.2px !important;
  margin-top: 0 !important; }
  @media (min-width: 768px) {
    .page-template--pages-custom-product-flip-flop .productView-title {
      font-size: 24px !important;
      font-weight: 700 !important;
      line-height: normal;
      letter-spacing: 1.5px !important; } }

.page-template--pages-custom-product-flip-flop .productView-thumbnails {
  flex-wrap: wrap;
  margin-top: 16px !important; }

.page-template--pages-custom-product-flip-flop .productView-thumbnail {
  margin-right: 8px !important; }

.page-template--pages-custom-product-flip-flop .productView-thumbnail-link {
  max-width: 64px !important;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .page-template--pages-custom-product-flip-flop .productView-thumbnail-link {
      max-width: 140px !important; } }

.page-template--pages-custom-product-flip-flop .productView-options {
  margin-top: 32px; }
  .page-template--pages-custom-product-flip-flop .productView-options .form-label {
    color: #666666 !important;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .page-template--pages-custom-product-flip-flop .productView-options .form-label {
        color: #173f55 !important; } }
    .page-template--pages-custom-product-flip-flop .productView-options .form-label .form-sizechart-link img {
      width: 16px;
      height: 16px; }
  .page-template--pages-custom-product-flip-flop .productView-options [data-product-option-change] {
    margin-bottom: 32px !important; }

.page-template--pages-custom-product-flip-flop .product-view-shipping-policy {
  margin-top: 20x; }
  @media (min-width: 768px) {
    .page-template--pages-custom-product-flip-flop .product-view-shipping-policy {
      margin-top: 32px; } }

.page-template--pages-custom-product-flip-flop .productView-images {
  padding-inline: 24px !important; }

.page-template--pages-custom-product-flip-flop .productView-price {
  margin-block: 5px; }

.page-template--pages-custom-product-flip-flop .productView-details {
  width: 100%; }
  @media only screen and (max-width: 524px) {
    .page-template--pages-custom-product-flip-flop .productView-details {
      padding: 0 24px !important; } }

.page-template--pages-custom-product-flip-flop .productView-details-wrapper {
  margin-bottom: 0;
  padding-bottom: 32px;
  border-bottom: 2.161px solid #DB4B51; }
  @media (min-width: 768px) {
    .page-template--pages-custom-product-flip-flop .productView-details-wrapper {
      border-bottom: none;
      margin-bottom: 32px;
      padding-bottom: 0; } }

.page-template--pages-custom-product-flip-flop .productView-description {
  margin-top: 32px; }
  @media (min-width: 768px) {
    .page-template--pages-custom-product-flip-flop .productView-description {
      margin-top: 96px; } }

.page-template--pages-custom-product-flip-flop .productView-faqSectionHeading h2 {
  text-align: left !important;
  margin-bottom: 24px !important; }
  @media (min-width: 768px) {
    .page-template--pages-custom-product-flip-flop .productView-faqSectionHeading h2 {
      margin-bottom: 26px !important;
      text-align: center !important; } }
