.widget-product-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .widget-product-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .widget-product-container {
      padding-left: 40px;
      padding-right: 40px; } }

.widget-product {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17);
  margin-top: 2.5rem; }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .widget-product {
      margin-top: 3rem;
      min-height: 37rem; } }
  @media screen and (min-width: 48rem) {
    .widget-product {
      margin: 0; } }
  .widget-product__tabs {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 48rem) {
      .widget-product__tabs {
        flex-direction: row; } }
  .widget-product__tab {
    padding: 0;
    cursor: pointer;
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #000;
    padding: 1rem;
    flex: 1;
    border-bottom: 1px solid #d5d5d5; }
    .widget-product__tab:focus {
      outline: 1px solid #cf000d; }
    .widget-product__tab:after {
      pointer-events: none;
      position: absolute;
      content: '';
      display: block;
      width: calc(100% + 1px);
      height: 0;
      background-color: transparent;
      bottom: 0;
      left: 0;
      transition: background-color 300ms ease-out, height 300ms ease-out; }
    @media screen and (min-width: 48rem) {
      .widget-product__tab {
        padding: 2rem;
        border-right: 1px solid #d5d5d5; }
        .widget-product__tab:last-of-type {
          border-right-color: transparent; } }
    .widget-product__tab.-active:after, .widget-product__tab:hover:after {
      background-color: #cf000d;
      height: 5px;
      transition: background-color 300ms ease-in, height 300ms ease-in; }
  .widget-product__content {
    display: flex;
    flex-direction: column;
    padding: 0;
    visibility: hidden;
    height: 0;
    opacity: 0;
    position: relative; }
    .widget-product__content * {
      pointer-events: none;
      z-index: -1; }
    @media screen and (min-width: 48rem) {
      .widget-product__content {
        flex-direction: row; } }
    .widget-product__content-options {
      min-width: 10.125rem;
      display: flex;
      flex-wrap: wrap;
      align-self: center; }
      @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
        .widget-product__content-options {
          justify-content: center; } }
      @media screen and (min-width: 48rem) {
        .widget-product__content-options {
          display: block;
          min-width: 8.125rem; } }
      @media screen and (min-width: 64rem) {
        .widget-product__content-options {
          min-width: 10.125rem; } }
    .widget-product__content-option {
      padding: 0;
      cursor: pointer;
      appearance: none;
      border: none;
      background: none;
      position: relative;
      z-index: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25%;
      padding: 0.5rem;
      background-color: #f1f1f1;
      border-bottom: 5px solid transparent;
      transition: background-color 300ms ease-out, box-shadow 300ms ease-out, border-color 300ms ease-out; }
      .widget-product__content-option:focus {
        outline: 1px solid #cf000d; }
      @media screen and (min-width: 48rem) {
        .widget-product__content-option {
          width: 100%;
          padding: 0; } }
      .widget-product__content-option img {
        max-width: 2rem;
        pointer-events: none !important; }
        @media screen and (min-width: 48rem) {
          .widget-product__content-option img {
            max-width: 3.75rem;
            padding: 1rem 2rem; } }
      .widget-product__content-option.-active {
        z-index: 3 !important; }
      .widget-product__content-option.-active, .widget-product__content-option:hover {
        background-color: #fff;
        border-bottom-color: #cf000d;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17);
        transition: background-color 300ms ease-in, box-shadow 300ms ease-in, border-color 300ms ease-in; }
    .widget-product__content-area {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      justify-content: space-between;
      padding: 0;
      visibility: hidden;
      height: 0;
      width: 0;
      opacity: 0;
      transition: opacity 500ms ease-out, height 500ms ease-out; }
      @media screen and (min-width: 48rem) {
        .widget-product__content-area {
          flex-direction: row; } }
    .widget-product__content.-active {
      padding: 1.25rem 1.25rem 3rem;
      visibility: visible;
      height: auto;
      opacity: 1;
      min-height: 35rem;
      transition: opacity 500ms ease-in, height 500ms ease-in; }
      .widget-product__content.-active * {
        pointer-events: auto;
        z-index: 1; }
      @media screen and (min-width: 48rem) {
        .widget-product__content.-active {
          flex-direction: row;
          padding: 2rem; } }
      .widget-product__content.-active .widget-product__content-area.-active {
        padding: 1rem 0 0;
        visibility: visible;
        height: auto;
        width: 100%;
        opacity: 1;
        transition: opacity 500ms ease-in, height 500ms ease-in; }
        @media screen and (min-width: 48rem) {
          .widget-product__content.-active .widget-product__content-area.-active {
            padding: 0 1rem 2rem 2rem; } }
        @media screen and (min-width: 64rem) {
          .widget-product__content.-active .widget-product__content-area.-active {
            padding: 0 5rem 2rem; } }
        @media screen and (min-width: 80rem) {
          .widget-product__content.-active .widget-product__content-area.-active {
            padding-left: 6rem; } }
  .widget-product__item-title {
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 64rem) {
      .widget-product__item-title {
        font-size: 30px;
        font-size: 1.875rem; } }
    @media screen and (min-width: 80rem) {
      .widget-product__item-title {
        font-size: 34px;
        font-size: 2.125rem; } }
  .widget-product__item-body {
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 48rem) {
      .widget-product__item-body {
        max-width: 30rem; } }
    @media screen and (min-width: 64rem) {
      .widget-product__item-body {
        max-width: 20.625rem; } }
    .widget-product__item-body p {
      margin-top: 1rem;
      margin-bottom: 1rem; }
  .widget-product__item-feature {
    display: grid;
    align-items: center;
    grid-template-columns: 50px auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.44;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #cf000d; }
    .widget-product__item-feature-icon {
      display: flex;
      flex-direction: column; }
      .widget-product__item-feature-icon.-align-center img {
        align-self: center; }
  .widget-product__item-button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 0;
    background-color: #cf000d;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    min-height: 2.875rem;
    padding: 0.25rem 2rem;
    transition: color 300ms ease, background-color 300ms ease;
    font-size: 1.125rem;
    white-space: nowrap;
    margin-top: 2rem; }
    .widget-product__item-button:focus {
      outline: 1px solid #000; }
    .widget-product__item-button:hover {
      background-color: #b6000b;
      color: #fff; }
    .widget-product__item-button:disabled {
      background-color: #fff;
      border: 2px solid #d5d5d5;
      color: #d5d5d5; }
    @media screen and (min-width: 48rem) {
      .widget-product__item-button {
        max-width: 13.5rem; } }
    @media screen and (min-width: 80rem) {
      .widget-product__item-button {
        max-width: 18rem; } }
  .widget-product__image {
    max-width: 6.25rem;
    margin: 0.5rem auto 1.5rem; }
    @media screen and (min-width: 48rem) {
      .widget-product__image {
        display: block;
        margin: 0 0 0 2rem;
        max-width: 14.5rem; } }
    @media screen and (min-width: 64rem) {
      .widget-product__image {
        margin-left: 0;
        transform: translateX(-2rem); } }

/*# sourceMappingURL=widget-product.css.map */