.new-bedford {
  font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif; }
  .new-bedford.title-font-size-xxl {
    font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif;
    font-weight: 900;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: clamp(3.75rem, 5vw + 1rem, 6.25rem); }
  .new-bedford.title-font-size-xl {
    font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif;
    font-weight: 900;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: clamp(3.5rem, 5vw + 1rem, 5rem); }
  .new-bedford.title-font-size-lg {
    font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif;
    font-weight: 900;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: clamp(3.5rem, 0.751vw + 3.32rem, 4rem); }
  .new-bedford.title-font-size-md {
    font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif;
    font-weight: 900;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: clamp(3rem, 4.84vw, 3.625rem); }
  .new-bedford.title-font-size-sm {
    font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif;
    font-weight: 900;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 2.5rem; }
  .new-bedford.font-style-italic {
    font-style: italic; }

.oceanside {
  font-family: "Oceanside", "ProximaNova", sans-serif;
  letter-spacing: normal;
  font-family: "Oceanside", "ProximaNova", sans-serif; }
  .oceanside.title-font-size-xxl {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: clamp(2rem, 1.042vw + 1.688rem, 2.625rem);
    letter-spacing: normal; }
  .oceanside.title-font-size-xl {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: clamp(1.5rem, 0.833vw + 1.25rem, 2rem);
    letter-spacing: normal; }
  .oceanside.title-font-size-lg {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: clamp(1.5rem, 0.208vw + 1.438rem, 1.625rem);
    letter-spacing: normal; }
  .oceanside.title-font-size-md {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: clamp(1.375rem, 0.208vw + 1.313rem, 1.5rem);
    letter-spacing: normal; }
  .oceanside.title-font-size-sm {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1rem;
    letter-spacing: normal;
    text-transform: none; }
  .oceanside.title-font-size-sm-all-caps {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .075em;
    text-transform: uppercase; }
  .oceanside.body-font-size-lg {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 1.125rem; }
  .oceanside.body-font-size-md {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 1rem; }
  .oceanside.body-font-size-sm {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 0.875rem; }
  .oceanside.body-font-size-xs {
    font-family: "Oceanside", "ProximaNova", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 0.75rem; }

.font-style-italic {
  font-style: italic; }

@keyframes intro--fade-out {
  from {
    opacity: 1;
    display: block; }
  to {
    opacity: 0;
    display: none; } }
@keyframes intro-heading--fade-in--scale-down {
  from {
    opacity: 0;
    transform: translate3d(0%, -50%, 0) scale(3); }
  to {
    opacity: 1;
    transform: translate3d(0%, -50%, 0) scale(1); } }
@keyframes choose-base--fade-in--slide-left {
  from {
    opacity: 0;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(-50%); } }
@keyframes choose-base--fade-in--slide-left--mobile {
  from {
    opacity: 0;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(-50%); } }
@keyframes choose-base--fade-in--centered {
  to {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -25%) scale(1.5); } }
@keyframes choose-base--fade-in--from-center {
  from {
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 0%) scale(1); }
  to {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -25%) scale(1.5); } }
@keyframes choose-base--fade-out--centered {
  to {
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 0%) scale(1); } }
@keyframes choose-base--fade-out--from-center {
  from {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -25%) scale(1.5); }
  to {
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 0%) scale(1); } }
@keyframes choose-base--fade-in--centered--mobile {
  to {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -25%) scale(1.5); } }
@keyframes choose-base--fade-in--from-center--mobile {
  from {
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 0%) scale(1); }
  to {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -25%) scale(1.5); } }
@keyframes choose-base--fade-out--centered--mobile {
  to {
    opacity: 0;
    left: 50vw;
    transform: translate(-50%, 0%) scale(1); } }
@keyframes choose-base--fade-out--from-center--mobile {
  from {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -25%) scale(1.5); }
  to {
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 0%) scale(1); } }
@keyframes choose-blend--fade-in--slide-left {
  from {
    opacity: 0;
    left: 100%;
    transform: translate(0%, 0%); }
  to {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, 0%); } }
.product-content .blended-set-app {
  position: relative;
  height: 1200px;
  overflow: hidden;
  font-family: "Oceanside", "ProximaNova", sans-serif; }
  .product-content .blended-set-app label, .product-content .blended-set-app .titleist-btn, .product-content .blended-set-app .btn-secondary, .product-content .blended-set-app .btn-tertiary, .product-content .blended-set-app .btn-secondary, .product-content .blended-set-app .btn-tertiary {
    font-family: "Oceanside", "ProximaNova", sans-serif; }
  .product-content .blended-set-app .condensed-font {
    font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif !important;
    font-weight: 900; }
  .product-content .blended-set-app h1, .product-content .blended-set-app h2, .product-content .blended-set-app h3 {
    font-weight: 900; }
  @media screen and (min-width: 1000px) {
    .product-content .blended-set-app {
      height: 900px; } }
  .product-content .blended-set-app.intro {
    height: 100vh; }
  .product-content .blended-set-app.results {
    height: 1850px; }
    @media screen and (min-width: 1000px) {
      .product-content .blended-set-app.results {
        height: 1700px; } }
  .product-content .blended-set-app .titleist-btn, .product-content .blended-set-app .btn-secondary, .product-content .blended-set-app .btn-tertiary, .product-content .blended-set-app .btn-secondary, .product-content .blended-set-app .btn-tertiary {
    line-height: 1.5; }
  .product-content .blended-set-app .intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    /*        .intro-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }*/ }
    .product-content .blended-set-app .intro img {
      position: absolute;
      object-fit: cover;
      object-position: center top;
      width: 100%;
      height: 100%; }
    .product-content .blended-set-app .intro .intro-heading {
      position: absolute;
      left: 0%;
      top: 50vh;
      transform: translate(0, -50%) scale(3);
      width: 100%;
      z-index: 1;
      opacity: 0;
      animation: intro-heading--fade-in--scale-down 1.5s ease-in-out 1s forwards; }
    .product-content .blended-set-app .intro h1 {
      width: 100%;
      text-align: center;
      font-size: 6rem !important;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      font-weight: 900;
      font-style: italic;
      line-height: 0.8;
      text-indent: -2rem; }
      @media screen and (min-width: 375px) {
        .product-content .blended-set-app .intro h1 {
          font-size: 9rem !important; } }
      @media screen and (min-width: 768px) {
        .product-content .blended-set-app .intro h1 {
          font-size: 12rem !important; } }
      @media screen and (min-width: 1400px) {
        .product-content .blended-set-app .intro h1 {
          font-size: 17.5rem !important; } }
  .product-content .blended-set-app .silver-background {
    background-image: url(https://acushnet.scene7.com/is/image/titleist/Silver-Background_2x?wid=1920&qlt=90&resMode=sharp2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .product-content .blended-set-app .button-list-wrapper {
    background: #f5f5f5;
    margin: 0 auto;
    max-width: 1120px;
    overflow-x: hidden;
    position: relative;
    padding: 0;
    overscroll-behavior-x: contain; }
    @media screen and (min-width: 1121px) {
      .product-content .blended-set-app .button-list-wrapper {
        border-radius: 15px;
        padding-left: 28px;
        padding-right: 28px; } }
    .product-content .blended-set-app .button-list-wrapper + .triangle {
      width: 0;
      height: 0;
      opacity: 0;
      border-left: 27px solid transparent;
      border-right: 27px solid transparent;
      border-top: 20px solid #f5f5f5;
      transform: translate(-50%, -100%);
      position: absolute;
      left: 50%;
      transition: transform 0.3s ease-out; }
      .product-content .blended-set-app .button-list-wrapper + .triangle.active {
        transform: translate(-50%, 0%);
        opacity: 1; }
  .product-content .blended-set-app .button-list {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 28px 0;
    margin: 0; }
    .product-content .blended-set-app .button-list.animated {
      transition: transform ease-in-out 0.5s; }
    .product-content .blended-set-app .button-list li {
      padding: 0px 5px;
      flex-grow: 0;
      flex-shrink: 0; }
    .product-content .blended-set-app .button-list .btn-base-model {
      display: block; }
      .product-content .blended-set-app .button-list .btn-base-model img {
        display: block; }
      .product-content .blended-set-app .button-list .btn-base-model.selected img {
        opacity: 0; }
  @media screen and (min-width: 640px) {
    .product-content .blended-set-app .base-model-buttons .button-list {
      justify-content: center; } }
  @media screen and (min-width: 960px) {
    .product-content .blended-set-app .blend-model-buttons .button-list {
      justify-content: center; } }
  .product-content .blended-set-app .blend-model-buttons .button-list li {
    display: block; }
    .product-content .blended-set-app .blend-model-buttons .button-list li .btn-blend-model {
      display: block; }
      .product-content .blended-set-app .blend-model-buttons .button-list li .btn-blend-model img {
        display: block; }
  .product-content .blended-set-app .button-wrapper {
    display: none; }
    @media screen and (min-width: 1000px) {
      .product-content .blended-set-app .button-wrapper {
        display: block;
        position: absolute;
        top: 20px;
        right: 28px;
        z-index: 1; } }
    @media screen and (min-width: 1600px) {
      .product-content .blended-set-app .button-wrapper {
        right: 134px; } }
  .product-content .blended-set-app .btn-share,
  .product-content .blended-set-app .btn-secondary.outline.btn-share {
    background: #fff;
    color: #000;
    font-size: 15px;
    border-width: 1px;
    padding-left: 56px;
    padding-right: 25px;
    margin-right: 18px; }
    .product-content .blended-set-app .btn-share img,
    .product-content .blended-set-app .btn-secondary.outline.btn-share img {
      position: absolute;
      transform: translate(-24px, -3px); }
    .product-content .blended-set-app .btn-share:before,
    .product-content .blended-set-app .btn-secondary.outline.btn-share:before {
      /*content: '';
              display: block;
              background-image: url();
              background-size: 100%;
              width: 18px;
              height: 24px;
              transform: none;
                  */
      /*position: absolute;
              left: 0;
              top: auto;
                  */ }
  .product-content .blended-set-app .button-wrapper-bottom .btn-share,
  .product-content .blended-set-app .button-wrapper-bottom .btn-secondary.outline.btn-share {
    margin-right: auto; }
  .product-content .blended-set-app .btn-finish-blend, .product-content .blended-set-app .btn-edit-blend {
    font-size: 15px;
    padding: inherit 32px; }
  .product-content .blended-set-app .choose-base {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff; }
    .product-content .blended-set-app .choose-base .top-panel {
      height: 335px;
      position: relative;
      overflow-x: hidden; }
      @media screen and (min-width: 1000px) {
        .product-content .blended-set-app .choose-base .top-panel {
          height: 400px; } }
      .product-content .blended-set-app .choose-base .top-panel .model-thumbs {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        opacity: 0;
        transform: translateX(100%);
        width: 480px;
        height: 163px; }
        @media screen and (min-width: 768px) {
          .product-content .blended-set-app .choose-base .top-panel .model-thumbs {
            width: 960px;
            height: 240px;
            left: 50%; } }
        .product-content .blended-set-app .choose-base .top-panel .model-thumbs.animated {
          animation: choose-base--fade-in--slide-left--mobile 1.25s ease-in-out forwards; }
          @media screen and (min-width: 768px) {
            .product-content .blended-set-app .choose-base .top-panel .model-thumbs.animated {
              animation: choose-base--fade-in--slide-left 1.25s ease-in-out forwards; } }
        .product-content .blended-set-app .choose-base .top-panel .model-thumbs li {
          padding: 0;
          margin: 0;
          position: absolute;
          left: 0;
          width: 158px; }
          @media screen and (min-width: 768px) {
            .product-content .blended-set-app .choose-base .top-panel .model-thumbs li {
              width: 232px; } }
          .product-content .blended-set-app .choose-base .top-panel .model-thumbs li:nth-child(2) {
            left: 25%; }
          .product-content .blended-set-app .choose-base .top-panel .model-thumbs li:nth-child(3) {
            left: 50%; }
          .product-content .blended-set-app .choose-base .top-panel .model-thumbs li:nth-child(4) {
            left: 75%; }
          .product-content .blended-set-app .choose-base .top-panel .model-thumbs li img {
            width: 100%;
            display: block; }
          .product-content .blended-set-app .choose-base .top-panel .model-thumbs li.active {
            animation: choose-base--fade-in--centered--mobile 1s ease-in-out forwards; }
            @media screen and (min-width: 768px) {
              .product-content .blended-set-app .choose-base .top-panel .model-thumbs li.active {
                animation: choose-base--fade-in--centered 1s ease-in-out forwards; } }
          .product-content .blended-set-app .choose-base .top-panel .model-thumbs li.inactive {
            animation: choose-base--fade-out--centered--mobile 1s ease-in-out forwards; }
            @media screen and (min-width: 768px) {
              .product-content .blended-set-app .choose-base .top-panel .model-thumbs li.inactive {
                animation: choose-base--fade-out--centered 1s ease-in-out forwards; } }
        .product-content .blended-set-app .choose-base .top-panel .model-thumbs.collapsed li.active {
          animation: choose-base--fade-in--from-center--mobile 1s ease-in-out forwards; }
          @media screen and (min-width: 768px) {
            .product-content .blended-set-app .choose-base .top-panel .model-thumbs.collapsed li.active {
              animation: choose-base--fade-in--from-center 1s ease-in-out forwards; } }
        .product-content .blended-set-app .choose-base .top-panel .model-thumbs.collapsed li.inactive {
          animation: choose-base--fade-out--from-center--mobile 1s ease-in-out forwards; }
          @media screen and (min-width: 768px) {
            .product-content .blended-set-app .choose-base .top-panel .model-thumbs.collapsed li.inactive {
              animation: choose-base--fade-out--from-center 1s ease-in-out forwards; } }
    .product-content .blended-set-app .choose-base .bottom-panel h2 {
      color: #000;
      font-size: 3rem !important;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
      margin: 40px 50px 25px;
      line-height: 0.8; }
      @media screen and (min-width: 768px) {
        .product-content .blended-set-app .choose-base .bottom-panel h2 {
          font-size: 3.5rem !important;
          margin: 56px 0 25px; } }
    .product-content .blended-set-app .choose-base .bottom-panel .action-panel {
      max-width: 950px;
      margin: 0 auto; }
      .product-content .blended-set-app .choose-base .bottom-panel .action-panel .cta-wrapper {
        display: none; }
        .product-content .blended-set-app .choose-base .bottom-panel .action-panel .cta-wrapper p {
          text-align: center;
          padding: 0 15px;
          margin: 35px 0 50px; }
        .product-content .blended-set-app .choose-base .bottom-panel .action-panel .cta-wrapper button {
          display: block;
          margin-bottom: 30px;
          min-width: 300px; }
  .product-content .blended-set-app .choose-blend {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background: #fff; }
    .product-content .blended-set-app .choose-blend .top-panel {
      height: 335px;
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 1000px) {
        .product-content .blended-set-app .choose-blend .top-panel {
          height: 400px; } }
      .product-content .blended-set-app .choose-blend .top-panel .iron-select-wrapper {
        position: absolute;
        width: 256px;
        top: 20px;
        left: 20px;
        padding-top: 24px;
        z-index: 1; }
        @media screen and (min-width: 1200px) {
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-wrapper {
            left: 30px; } }
      .product-content .blended-set-app .choose-blend .top-panel .btn-iron-select {
        position: absolute;
        top: 0;
        z-index: 1;
        font-weight: 600;
        line-height: 1; }
        .product-content .blended-set-app .choose-blend .top-panel .btn-iron-select:after {
          content: '';
          display: inline-block;
          width: 12px;
          height: 5px;
          margin-left: 5px;
          transform: translateY(-2px);
          background-image: url(/build/assets/images/icons/SVG/Wide-arrow.svg);
          background-repeat: no-repeat;
          background-size: 100%; }
      .product-content .blended-set-app .choose-blend .top-panel .iron-select-mask {
        height: 45px;
        width: 100%;
        position: relative;
        overflow-y: hidden;
        overflow-x: visible;
        padding-left: 6px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-mask .iron-select-controls {
          width: calc(100% - 8px);
          transform: translateY(-120%);
          transition-property: transform;
          transition-duration: .5s;
          transition-timing-function: ease-in-out; }
      .product-content .blended-set-app .choose-blend .top-panel .btn-iron-select[aria-expanded="true"] + .iron-select-mask .iron-select-controls {
        transform: translateY(0%); }
      .product-content .blended-set-app .choose-blend .top-panel .btn-iron-select[aria-expanded="true"]:after {
        transform: translateY(-2px) rotate(180deg); }
      .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider-wrapper {
        padding: 0 4px;
        position: relative; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider-wrapper::before {
          content: ' ';
          height: 3px;
          width: 100%;
          display: block;
          position: absolute;
          top: 0px;
          left: 0; }
      .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider.noUi-horizontal {
        height: 3px;
        border: 0px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider.noUi-horizontal.noUi-target {
          background: #000; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider.noUi-horizontal .noUi-connects, .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider.noUi-horizontal .noUi-connect {
          background: #000; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider.noUi-horizontal .noUi-handle {
          width: 15px;
          height: 15px;
          right: -5px;
          top: -6px;
          background-image: url(/build/assets/images/icons/SVG/Red-circle-arrow.svg);
          background-repeat: no-repeat;
          background-size: 100%;
          background-color: transparent;
          border: none;
          border-radius: 0;
          box-shadow: none; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider.noUi-horizontal .noUi-handle .noUi-touch-area {
            border: none;
            border-radius: 0;
            box-shadow: none; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider.noUi-horizontal .noUi-handle:before, .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider.noUi-horizontal .noUi-handle:after {
            display: none; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-slider.noUi-horizontal .noUi-handle.noUi-handle-lower {
            transform: rotate(180deg); }
      .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs {
        position: relative;
        list-style-type: none;
        margin: 0 0px 3px 0px;
        padding: 0;
        width: auto;
        height: 24px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs li {
          position: absolute;
          top: 0;
          transform: translateX(-50%);
          font-weight: 600;
          line-height: 1; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li {
          font-weight: 600; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(1) {
            left: 2px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(2) {
            left: 28.6666666667px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(3) {
            left: 55.3333333333px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(4) {
            left: 82px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(5) {
            left: 108.6666666667px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(6) {
            left: 135.3333333333px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(7) {
            left: 162px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(8) {
            left: 188.6666666667px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(9) {
            left: 215.3333333333px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="10"] li:nth-child(10) {
            left: 242px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="9"] li:nth-child(1) {
          left: 2px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="9"] li:nth-child(2) {
          left: 32px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="9"] li:nth-child(3) {
          left: 62px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="9"] li:nth-child(4) {
          left: 92px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="9"] li:nth-child(5) {
          left: 122px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="9"] li:nth-child(6) {
          left: 152px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="9"] li:nth-child(7) {
          left: 182px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="9"] li:nth-child(8) {
          left: 212px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="9"] li:nth-child(9) {
          left: 242px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="8"] li:nth-child(1) {
          left: 2px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="8"] li:nth-child(2) {
          left: 36.2857142857px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="8"] li:nth-child(3) {
          left: 70.5714285714px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="8"] li:nth-child(4) {
          left: 104.8571428571px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="8"] li:nth-child(5) {
          left: 139.1428571429px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="8"] li:nth-child(6) {
          left: 173.4285714286px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="8"] li:nth-child(7) {
          left: 207.7142857143px; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-select-clubs[data-club-count="8"] li:nth-child(8) {
          left: 242px; }
      .product-content .blended-set-app .choose-blend .top-panel .loft-bottom-tray {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 35px;
        background: #000; }
        .product-content .blended-set-app .choose-blend .top-panel .loft-bottom-tray .loft-label {
          position: absolute;
          background: #000;
          color: #fff;
          font-size: 16px;
          font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif;
          line-height: 2;
          z-index: 2;
          padding-left: 25px;
          padding-right: 25px; }
          @media screen and (min-width: 1000px) {
            .product-content .blended-set-app .choose-blend .top-panel .loft-bottom-tray .loft-label {
              padding-left: 75px; } }
      .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs-wrapper {
        position: absolute;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        left: 0%;
        bottom: 0;
        display: flex;
        justify-content: center; }
      .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 0;
        height: 100%;
        left: auto;
        opacity: 0;
        transform: translateX(100%);
        display: none;
        align-items: flex-end;
        overflow-x: visible;
        overflow-y: visible;
        justify-content: center; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.selected {
          display: flex; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.animated {
          transition-property: opacity transform left width;
          transition-duration: 1.0s;
          transition-timing-function: ease-in-out; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs li {
          padding: 0 10px;
          margin: 0;
          flex-shrink: 0;
          flex-grow: 0;
          opacity: 1;
          transition-property: opacity transform;
          transition-duration: 1.25s;
          transition-timing-function: ease-in-out;
          width: 90px;
          height: 100%;
          position: relative;
          /*
          &:after {
              content: ' ';
              @include blend-silver-background;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
          }
              */ }
          @media screen and (min-width: 1000px) {
            .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs li {
              width: 103px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs li .btn-club-thumb {
            width: calc(100% - 20px);
            height: 174px;
            position: absolute;
            bottom: 0;
            display: block;
            z-index: 1;
            user-select: none; }
            .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs li .btn-club-thumb img {
              position: absolute;
              width: 90px;
              height: auto;
              bottom: 35px;
              left: -40%;
              transition-property: transform;
              transition-duration: 1.25s;
              transition-timing-function: ease-in-out;
              -webkit-user-drag: none;
              /* For Chrome, Safari, etc. */
              -khtml-user-drag: none;
              /* For older KHTML-based browsers */
              user-drag: none;
              user-select: none;
              /* Prevents text selection on the image */ }
              @media screen and (min-width: 1000px) {
                .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs li .btn-club-thumb img {
                  width: 103px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs li .loft {
            background: #000;
            text-align: center;
            color: #fff;
            font-size: 16px;
            line-height: 2;
            font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif;
            position: absolute;
            width: 100%;
            height: 35px;
            bottom: 0px; }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs li.inactive {
            opacity: 0;
            display: none; }
        .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded {
          left: 45px;
          transform: translateX(0%);
          opacity: 1; }
          @media screen and (min-width: 768px) {
            .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded {
              left: auto; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="1"] {
            width: 110px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="1"] {
                width: 123px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="2"] {
            width: 220px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="2"] {
                width: 246px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="3"] {
            width: 330px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="3"] {
                width: 369px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="4"] {
            width: 440px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="4"] {
                width: 492px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="5"] {
            width: 550px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="5"] {
                width: 615px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="6"] {
            width: 660px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="6"] {
                width: 738px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="7"] {
            width: 770px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="7"] {
                width: 861px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="8"] {
            width: 880px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="8"] {
                width: 984px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="9"] {
            width: 990px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="9"] {
                width: 1107px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="10"] {
            width: 1100px; }
            @media screen and (min-width: 1000px) {
              .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded[data-children="10"] {
                width: 1230px; } }
          .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded li.selected .btn-club-thumb {
            z-index: 0; }
            .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded li.selected .btn-club-thumb img {
              transform: scale(1.75) translate(-22%, -26px); }
              @media screen and (min-width: 1000px) {
                .product-content .blended-set-app .choose-blend .top-panel .iron-thumbs.loaded li.selected .btn-club-thumb img {
                  transform: scale(2) translate(-22%, -25%); } }
    .product-content .blended-set-app .choose-blend .bottom-panel h2 {
      text-transform: uppercase;
      text-align: center;
      font-size: 3rem !important;
      line-height: 1; }
      @media screen and (min-width: 1000px) {
        .product-content .blended-set-app .choose-blend .bottom-panel h2 {
          font-size: 3.75rem !important; } }
    .product-content .blended-set-app .choose-blend .bottom-panel .blend-header {
      position: relative;
      display: flex;
      justify-content: space-around;
      max-width: 905px;
      margin: 0 auto;
      padding: 48px 0 40px; }
      @media screen and (min-width: 1000px) {
        .product-content .blended-set-app .choose-blend .bottom-panel .blend-header {
          justify-content: space-between; } }
      .product-content .blended-set-app .choose-blend .bottom-panel .blend-header h2 {
        margin: 0;
        font-weight: 900; }
      .product-content .blended-set-app .choose-blend .bottom-panel .blend-header button {
        text-transform: uppercase;
        font-size: 16px;
        padding-top: 0px;
        font-weight: 600; }
    .product-content .blended-set-app .choose-blend .bottom-panel .btn-back span, .product-content .blended-set-app .choose-blend .bottom-panel .btn-next span {
      display: none; }
      @media screen and (min-width: 575px) {
        .product-content .blended-set-app .choose-blend .bottom-panel .btn-back span, .product-content .blended-set-app .choose-blend .bottom-panel .btn-next span {
          display: inline; } }
    .product-content .blended-set-app .choose-blend .bottom-panel .btn-back:before {
      content: ' ';
      display: inline-block;
      width: 25px;
      height: 12px;
      background-image: url(/build/assets/images/icons/SVG/Wide-arrow.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      transform: rotate(90deg); }
    .product-content .blended-set-app .choose-blend .bottom-panel .btn-next:after {
      content: ' ';
      display: inline-block;
      width: 30px;
      height: 14px;
      background-image: url(/build/assets/images/icons/SVG/Wide-arrow.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      transform: rotate(-90deg); }
    .product-content .blended-set-app .choose-blend .bottom-panel .button-list-wrapper h3 {
      line-height: 1;
      margin-bottom: 0px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 900;
      font-size: 1.25rem !important;
      letter-spacing: 0;
      position: absolute;
      left: 50%;
      top: 26px;
      transform: translateX(-50%); }
    .product-content .blended-set-app .choose-blend .bottom-panel .button-list-wrapper .swipe-container {
      padding-top: 36px; }
    .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions {
      max-width: 964px;
      margin: 0 auto; }
      .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions h3 {
        position: relative;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 1em; }
        .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions h3:before {
          content: ' ';
          height: 1px;
          background: #e31837;
          width: 100%;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: auto;
          bottom: -8px;
          max-width: 332px; }
          @media screen and (min-width: 1000px) {
            .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions h3:before {
              max-width: none;
              left: 0;
              top: calc(50% - 0.5px);
              bottom: auto;
              transform: none; } }
        .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions h3 span {
          display: inline-block;
          font-size: 30px;
          font-weight: 900;
          line-height: 1.1;
          background: #fff;
          padding: 0 10px;
          position: relative;
          text-transform: uppercase;
          font-style: italic;
          z-index: 1;
          letter-spacing: 0; }
      .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions ol {
        padding: 0 15px;
        margin: 0 auto;
        list-style-type: none;
        /* 1. Initialize a counter named 'list-item' */
        counter-reset: list-item;
        max-width: 324px;
        /*@media screen and (min-width: $blend-breakpoint-large-mobile) {
            width: 75%;
        }*/ }
        .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions ol li {
          counter-increment: list-item;
          display: flex;
          align-items: flex-start;
          margin-bottom: 20px;
          /*                       &::before {
              content: counter(list-item) ". ";
              list-style-position: inside;
              font-style: italic;
              font-size: 3rem;
              line-height: 1;
              font-weight: bold;
              padding-right: 20px;
              min-width: 41px;
              color: $blend-color-red;
          }*/ }
          .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions ol li img {
            margin-right: 20px; }
          .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions ol li p {
            display: inline-block;
            width: calc(100% - 80px);
            font-style: normal;
            font-size: 16px;
            margin-bottom: 0px; }
        @media screen and (min-width: 1000px) {
          .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions ol {
            display: flex;
            width: 100%;
            padding: 0;
            max-width: none; }
            .product-content .blended-set-app .choose-blend .bottom-panel .blend-instructions ol li {
              margin-bottom: 8px; } }
    .product-content .blended-set-app .choose-blend .bottom-panel .blend-model-buttons {
      display: none; }
    .product-content .blended-set-app .choose-blend .bottom-panel .blend-message-container {
      overflow-y: hidden; }
    .product-content .blended-set-app .choose-blend .bottom-panel .blend-message {
      max-width: 950px;
      margin: 18px auto 0;
      justify-content: flex-start;
      align-items: center;
      opacity: 0;
      transition-property: opacity, transform;
      transition-duration: 1s;
      transition-timing-function: ease-in-out;
      transform: translateY(-100%);
      display: none; }
      @media screen and (min-width: 1000px) {
        .product-content .blended-set-app .choose-blend .bottom-panel .blend-message {
          opacity: 1;
          transform: none; } }
      @media screen and (min-width: 1200px) {
        .product-content .blended-set-app .choose-blend .bottom-panel .blend-message {
          max-width: 1120px; } }
      .product-content .blended-set-app .choose-blend .bottom-panel .blend-message h3 {
        color: #e31837;
        font-size: 3.5rem !important;
        font-style: italic;
        font-weight: 900;
        line-height: 1.4;
        margin: 0;
        letter-spacing: 0;
        white-space: nowrap;
        letter-spacing: 0;
        text-transform: uppercase;
        text-align: center;
        transform: translateY(-100%); }
        @media screen and (min-width: 1000px) {
          .product-content .blended-set-app .choose-blend .bottom-panel .blend-message h3 {
            transition-property: opacity, transform;
            transition-duration: 1s;
            transition-timing-function: ease-in-out;
            padding-right: 40px;
            text-align: left;
            opacity: 0;
            transform: translateX(-200%); } }
      .product-content .blended-set-app .choose-blend .bottom-panel .blend-message.active {
        display: block; }
        @media screen and (min-width: 1000px) {
          .product-content .blended-set-app .choose-blend .bottom-panel .blend-message.active {
            display: flex; } }
      .product-content .blended-set-app .choose-blend .bottom-panel .blend-message p {
        margin: 0 15px;
        text-align: center;
        opacity: 0; }
        @media screen and (min-width: 375px) {
          .product-content .blended-set-app .choose-blend .bottom-panel .blend-message p {
            margin: 0 30px; } }
        @media screen and (min-width: 1000px) {
          .product-content .blended-set-app .choose-blend .bottom-panel .blend-message p {
            transition-property: opacity, transform;
            transition-duration: 1s;
            transition-timing-function: ease-in-out;
            transform: translateY(-100%);
            margin: 0;
            text-align: left; } }
      .product-content .blended-set-app .choose-blend .bottom-panel .blend-message.animate {
        transform: translateY(0);
        opacity: 1; }
        .product-content .blended-set-app .choose-blend .bottom-panel .blend-message.animate h3 {
          transform: translate(0, 0);
          opacity: 1; }
        .product-content .blended-set-app .choose-blend .bottom-panel .blend-message.animate p {
          transform: translateY(0);
          opacity: 1; }
    .product-content .blended-set-app .choose-blend .bottom-panel .button-wrapper-bottom {
      display: flex;
      flex-direction: column;
      opacity: 0;
      transition-property: opacity;
      transition-duration: .25s;
      transition-timing-function: ease-in;
      margin: 20px 0; }
      @media screen and (min-width: 1000px) {
        .product-content .blended-set-app .choose-blend .bottom-panel .button-wrapper-bottom {
          display: none; } }
      .product-content .blended-set-app .choose-blend .bottom-panel .button-wrapper-bottom.active {
        opacity: 1; }
  .product-content .blended-set-app table.blend-table {
    width: 90%;
    min-width: 1px;
    max-width: 1600px;
    margin: 32px auto;
    border-collapse: separate;
    border-spacing: 0px 9px; }
    .product-content .blended-set-app table.blend-table thead {
      border-bottom: none; }
    .product-content .blended-set-app table.blend-table th {
      font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 900;
      text-align: left;
      padding: 0 0; }
      @media screen and (min-width: 1000px) {
        .product-content .blended-set-app table.blend-table th:first-child {
          width: 25%; } }
      .product-content .blended-set-app table.blend-table th:nth-child(2) {
        text-align: center; }
        @media screen and (min-width: 1000px) {
          .product-content .blended-set-app table.blend-table th:nth-child(2) {
            width: 32%; } }
      .product-content .blended-set-app table.blend-table th:nth-child(3) {
        text-align: center; }
        @media screen and (min-width: 1000px) {
          .product-content .blended-set-app table.blend-table th:nth-child(3) {
            width: 5%; } }
      .product-content .blended-set-app table.blend-table th:nth-child(4) {
        text-align: center; }
        @media screen and (min-width: 1000px) {
          .product-content .blended-set-app table.blend-table th:nth-child(4) {
            width: 38%; }
            .product-content .blended-set-app table.blend-table th:nth-child(4) span {
              display: inline-block;
              width: 100px;
              text-align: center;
              transform: translateX(-24px); } }
    .product-content .blended-set-app table.blend-table td {
      background: #f5f5f5;
      font-size: 16px;
      padding: 9px 10px;
      text-align: left; }
      .product-content .blended-set-app table.blend-table td:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        font-family: "NewBedford", "ProximaNovaExtraCondensed", sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        text-align: right;
        /*
        @media screen and (min-width: $blend-breakpoint-large-tablet) {
            width: 24.5%;
        }*/ }
      .product-content .blended-set-app table.blend-table td:nth-child(2) {
        padding: 9px 10px 4px;
        text-align: center;
        /*
        @media screen and (min-width: $blend-breakpoint-large-tablet) {
            width: 30%;
        }*/ }
      .product-content .blended-set-app table.blend-table td:nth-child(3) {
        /*@media screen and (min-width: $blend-breakpoint-large-tablet) {
            width: 15%;
        }*/
        text-align: center; }
      .product-content .blended-set-app table.blend-table td:nth-child(4) {
        text-align: center; }
        @media screen and (min-width: 1000px) {
          .product-content .blended-set-app table.blend-table td:nth-child(4) span {
            display: inline-block;
            width: 100px;
            text-align: center;
            transform: translateX(-24px); } }
      .product-content .blended-set-app table.blend-table td:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px; }
    .product-content .blended-set-app table.blend-table tr.customized td:nth-child(3), .product-content .blended-set-app table.blend-table tr.customized td:last-child {
      color: #e31837; }
  .product-content .blended-set-app .blend-shelf table.blend-table {
    display: none; }
    .product-content .blended-set-app .blend-shelf table.blend-table.active {
      display: table; }
  .product-content .blended-set-app .blend-summary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #fff;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .product-content .blended-set-app .blend-summary .button-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px 0; }
        .product-content .blended-set-app .blend-summary .button-wrapper .btn-share {
          border: none;
          padding-left: 30px;
          margin: 0; }
        .product-content .blended-set-app .blend-summary .button-wrapper .btn-edit-blend {
          background: transparent;
          color: #e31837;
          border: none;
          text-decoration: underline;
          padding: 8px 0;
          margin: 0; }
          .product-content .blended-set-app .blend-summary .button-wrapper .btn-edit-blend:before, .product-content .blended-set-app .blend-summary .button-wrapper .btn-edit-blend:after {
            display: none; } }
    .product-content .blended-set-app .blend-summary h2 {
      color: #000;
      font-size: 3rem !important;
      text-align: center;
      text-transform: uppercase;
      margin: 40px 0 25px; }
      @media screen and (min-width: 768px) {
        .product-content .blended-set-app .blend-summary h2 {
          font-size: 3.5rem !important;
          margin: 75px 0 25px; } }
      @media screen and (min-width: 1000px) {
        .product-content .blended-set-app .blend-summary h2 {
          font-size: 3.5rem !important;
          margin: 100px 0 25px; } }
    .product-content .blended-set-app .blend-summary p {
      max-width: 800px;
      margin: 20px auto;
      padding: 0 30px;
      text-align: center; }
    .product-content .blended-set-app .blend-summary .cta-wrapper {
      display: flex;
      justify-content: center; }
    .product-content .blended-set-app .blend-summary .models-carousel-wrapper:before {
      content: ' ';
      display: block;
      width: 1px;
      height: 88px;
      background: #e31837;
      margin: 10px auto; }
    .product-content .blended-set-app .blend-summary .model-swiper {
      overflow-x: hidden;
      padding-right: 20px; }
    .product-content .blended-set-app .blend-summary .models-carousel {
      display: flex; }
      .product-content .blended-set-app .blend-summary .models-carousel.centered {
        justify-content: center; }
      .product-content .blended-set-app .blend-summary .models-carousel li, .product-content .blended-set-app .blend-summary .models-carousel .swiper-slide {
        display: block;
        padding: 0 10px;
        flex-shrink: 0;
        flex-grow: 0;
        width: 320px !important; }
        @media screen and (min-width: 1000px) {
          .product-content .blended-set-app .blend-summary .models-carousel li, .product-content .blended-set-app .blend-summary .models-carousel .swiper-slide {
            width: 385px !important; } }
        .product-content .blended-set-app .blend-summary .models-carousel li a, .product-content .blended-set-app .blend-summary .models-carousel .swiper-slide a {
          background: #f6f6f6;
          border: 1px solid #c1c3c4;
          border-radius: 20px;
          position: relative;
          display: block;
          padding-top: 0px;
          text-decoration: none;
          overflow: hidden;
          background-size: 100%;
          background-repeat: no-repeat; }
          .product-content .blended-set-app .blend-summary .models-carousel li a.hover img.club, .product-content .blended-set-app .blend-summary .models-carousel .swiper-slide a.hover img.club {
            opacity: 0; }
        .product-content .blended-set-app .blend-summary .models-carousel li img, .product-content .blended-set-app .blend-summary .models-carousel .swiper-slide img {
          display: block;
          border: none; }
          .product-content .blended-set-app .blend-summary .models-carousel li img.logo, .product-content .blended-set-app .blend-summary .models-carousel .swiper-slide img.logo {
            height: 22px;
            width: auto;
            position: absolute;
            left: 50%;
            top: 40px;
            transform: translateX(-50%); }
        .product-content .blended-set-app .blend-summary .models-carousel li .bottom-tray, .product-content .blended-set-app .blend-summary .models-carousel .swiper-slide .bottom-tray {
          background: #fff;
          width: 100%;
          height: 70px;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          border-bottom-left-radius: 20px;
          border-bottom-right-radius: 20px; }
          .product-content .blended-set-app .blend-summary .models-carousel li .bottom-tray span, .product-content .blended-set-app .blend-summary .models-carousel .swiper-slide .bottom-tray span {
            display: block;
            color: #000;
            font-weight: 600; }
            .product-content .blended-set-app .blend-summary .models-carousel li .bottom-tray span:after, .product-content .blended-set-app .blend-summary .models-carousel .swiper-slide .bottom-tray span:after {
              content: ' ';
              display: inline-block;
              background-image: url(/build/assets/images/icons/SVG/Red-circle-arrow.svg);
              background-position: right center;
              background-repeat: no-repeat;
              background-size: 100%;
              width: 20px;
              height: 20px;
              margin: 0 20px 0 8px;
              transform: rotate(180deg) translateY(-4px); }
    .product-content .blended-set-app .blend-summary .swiper-pagination-wrapper {
      width: 192px;
      background: #f5f5f5;
      height: 58px;
      border-radius: 29px;
      color: #000;
      margin: 10px auto;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      padding: 0 35px;
      box-sizing: border-box;
      align-items: center;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin: 60px 0 0; }
      @media (max-width: 767px) {
        .product-content .blended-set-app .blend-summary .swiper-pagination-wrapper {
          margin-top: 30px; } }
      .product-content .blended-set-app .blend-summary .swiper-pagination-wrapper .swiper-pagination {
        position: static;
        width: auto;
        order: 2;
        color: #666;
        font-size: 12px;
        letter-spacing: -1px; }
      .product-content .blended-set-app .blend-summary .swiper-pagination-wrapper .swiper-button-prev,
      .product-content .blended-set-app .blend-summary .swiper-pagination-wrapper .swiper-button-next {
        width: 30px;
        height: 30px;
        background-image: url(/build/assets/images/icons/Gray-Circle-Arrow-Darker.svg);
        text-indent: -9999em;
        position: static; }
      .product-content .blended-set-app .blend-summary .swiper-pagination-wrapper .swiper-button-prev.swiper-button-disabled,
      .product-content .blended-set-app .blend-summary .swiper-pagination-wrapper .swiper-button-next.swiper-button-disabled {
        background-image: url(/build/assets/images/icons/Gray-Circle-Arrow.svg); }
      .product-content .blended-set-app .blend-summary .swiper-pagination-wrapper .swiper-button-prev {
        transform: rotate(180deg);
        order: 1; }
      .product-content .blended-set-app .blend-summary .swiper-pagination-wrapper .swiper-button-next {
        transform: rotate(0deg);
        order: 3; }
    .product-content .blended-set-app .blend-summary h3 {
      color: #000;
      font-size: 3rem !important;
      text-align: center;
      text-transform: uppercase;
      margin: 20px 30px 50px;
      letter-spacing: 1px;
      line-height: 1; }
  .product-content .blended-set-app .btn-open-shelf, .product-content .blended-set-app .btn-close-shelf {
    position: absolute;
    left: 50%;
    top: auto;
    z-index: 1;
    transform: translate(-50%, -7px);
    border-radius: 13px;
    background: #e31837;
    width: 80px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-content .blended-set-app .btn-open-shelf img, .product-content .blended-set-app .btn-close-shelf img {
      width: 15px;
      height: 7px;
      transform: rotate(180deg); }
  .product-content .blended-set-app .btn-close-shelf {
    top: 0; }
    .product-content .blended-set-app .btn-close-shelf img {
      transform: rotate(0deg); }
  .product-content .blended-set-app .blend-shelf-background {
    position: absolute;
    z-index: 1;
    display: none;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Apply the blur filter to the content *behind* this element */
    backdrop-filter: blur(5px);
    /* Adjust '5px' to control the intensity of the blur */
    -webkit-backdrop-filter: blur(5px);
    /* for older Safari support */ }
  .product-content .blended-set-app .blend-shelf {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 85%;
    top: 15%;
    background: #fff;
    padding-top: 64px;
    transform: translateY(100%);
    transition-property: transform;
    transition-duration: 1.0s;
    transition-timing-function: ease-out; }
    .product-content .blended-set-app .blend-shelf.active {
      transform: translateY(0%); }
    .product-content .blended-set-app .blend-shelf .btn-close-shelf-x {
      position: absolute;
      top: 10px;
      right: 15px;
      color: #000;
      font-size: 36px; }
      @media screen and (min-width: 1000px) {
        .product-content .blended-set-app .blend-shelf .btn-close-shelf-x {
          top: 50px;
          right: 30px; } }
    .product-content .blended-set-app .blend-shelf .blend-tabs {
      border: 1px solid black;
      border-radius: 15px;
      width: 198px;
      height: 30px;
      position: relative;
      margin: 0 auto;
      justify-content: space-around;
      padding: 0 2px; }
      .product-content .blended-set-app .blend-shelf .blend-tabs:before {
        content: '';
        display: block;
        position: absolute;
        width: 85px;
        height: 22px;
        background: #e31837;
        border-radius: 11px;
        top: 4px;
        left: 4px;
        transition-property: left;
        transition-duration: .25s;
        transition-timing-function: ease-out; }
      .product-content .blended-set-app .blend-shelf .blend-tabs.stock:before {
        left: calc(100% - 90px); }
      .product-content .blended-set-app .blend-shelf .blend-tabs .blend-tab {
        position: absolute;
        top: 6px; }
        .product-content .blended-set-app .blend-shelf .blend-tabs .blend-tab input[type="radio"] {
          display: none; }
        .product-content .blended-set-app .blend-shelf .blend-tabs .blend-tab:first-child {
          left: 4px; }
        .product-content .blended-set-app .blend-shelf .blend-tabs .blend-tab:last-child {
          right: 4px; }
        .product-content .blended-set-app .blend-shelf .blend-tabs .blend-tab label {
          cursor: pointer;
          font-weight: bold;
          text-transform: none;
          width: 85px;
          text-align: center;
          color: #000;
          transition-property: color;
          transition-duration: .25s;
          transition-timing-function: ease-out; }
        .product-content .blended-set-app .blend-shelf .blend-tabs .blend-tab input[type="radio"]:checked + label {
          color: #fff; }
  .product-content .blended-set-app .share-modal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2; }
    .product-content .blended-set-app .share-modal.active {
      display: block; }
    .product-content .blended-set-app .share-modal .share-modal-backdrop {
      position: absolute;
      top: 0px;
      left: 0%;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .product-content .blended-set-app .share-modal .share-modal-body {
      position: relative;
      margin: 15vh auto 0;
      width: 300px;
      background: #fff;
      border-radius: 12px;
      padding: 80px 4vw; }
      @media screen and (min-width: 768px) {
        .product-content .blended-set-app .share-modal .share-modal-body {
          width: 480px;
          padding: 130px 4vw; } }
      .product-content .blended-set-app .share-modal .share-modal-body h2 {
        font-size: clamp(2.5rem, 0.751vw + 2.75rem, 4.5rem) !important;
        text-align: center;
        margin: 8px 0; }
    .product-content .blended-set-app .share-modal .share-form label {
      display: block;
      text-transform: none;
      font-weight: 400;
      margin: 5px auto;
      text-align: center; }
    .product-content .blended-set-app .share-modal .share-form .label-email {
      font-weight: 600; }
    .product-content .blended-set-app .share-modal .share-form .input-email {
      display: block;
      border-radius: 16px;
      border: 1px solid #ddd;
      width: 100%;
      height: 32px;
      box-sizing: border-box;
      padding: 2px 15px; }
    .product-content .blended-set-app .share-modal .share-form .enews-field {
      margin-top: 20px; }
    .product-content .blended-set-app .share-modal .share-form .label-enews {
      font-size: 0.875rem; }
    .product-content .blended-set-app .share-modal .share-form .btn-share-submit {
      display: block;
      margin: 25px auto 0; }
    .product-content .blended-set-app .share-modal .success-label {
      margin-top: 10px;
      font-weight: bold;
      text-align: center; }
    .product-content .blended-set-app .share-modal .success-email {
      text-align: center; }
    .product-content .blended-set-app .share-modal .btn-share-close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 32px;
      line-height: 1;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      background: #000;
      color: #fff; }

/*# sourceMappingURL=blended-set.css.map */
