/** Shopify CDN: Minification failed

Line 430:4 Comments in CSS use "/* ... */" instead of "//"
Line 990:7 Expected identifier but found "{"
Line 990:8 Unexpected "{"
Line 990:10 Expected identifier but found "35"
Line 990:82 Expected ":"
Line 1165:4 "heigh" is not a known CSS property

**/


/* CSS from section stylesheet tags */
.ayn-phone-img {
    height: 67% !important; 
    width: auto !important; 
  }
.byb-step {
    display: none; 
  }
  .display-none {
    display: none;
  }
  .byb-root {
    padding-bottom: 10%;
  }
   
  .byb-header-content { 
    text-align: center; 
    margin: 2.5% 7.5%; 
  }
  .byb-header-h1 {
    /* @media only screen and (max-width: 1025px) {
      margin-top: 10em;
    }
    @media only screen and (min-width: 1026px) {
      margin-top: 4em;
    } */
  } 
  .byb-quiz-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #E6E6E6;
    border: 1px solid #CCCCCC;
    @media only screen and (max-width: 1025px){
      margin: 0 3%;
      padding: 3%;
    }
    @media only screen and (min-width: 1026px){
      margin: 0 20%;
      padding: 5% 10%;
    }
  }
  .byb-quiz-block {
    display: flex;
    flex-direction: column;
    align-items: center; 
  } 
  .byb-ques {
    font-size: 1.3em;
    font-weight: bolder;
    color: #404040;
  }
  .byb-btn {
    margin-bottom: 5px; 
  }
  .byb-btn-continue {
    margin-top: 10%;
  }
  .byb-boat-type-icon {
    cursor: pointer; 
    width: 100px;
    height: auto;
    margin: 0 5px 5px 5px;  
  }
  .byb-input-block {
    display: block; 
  }
  .byb-radio-block {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */ 
  }
  .byb-radio-option {
    display: flex;
    @media only screen and (max-width: 1025px){
      margin-top: 25px;
    }
  }
  .byb-boat-type-row {
    display: flex; 
  } 
  .byb-hyperlink-txt {
    text-decoration: underline;
    font-size: 0.8em; 
    margin-top: 5px;
    cursor: pointer; 
  }
  .byb-mandatory-text {
    color: red;
    font-weight: bold; 
    margin-top: 5px; 
  }
  .byb-btn-inactive {
    text-wrap: wrap;
    background-color: rgb(169,169,169) !important;
    margin-bottom: 5px;
  }
  .byb-btn-active {
    text-wrap: wrap; 
    margin-bottom: 5px;
    background-color: white !important;
    border: 2px solid var(--var-darksunny);
    color: var(--var-darksunny) !important;
  }
  #byb-back-arrow {
    font-size: 24px;
    font-weight: 900;
    color: var(--var-darkorange); 
  }
  /* Results Section: */
  #byb-result-root {
    display: none; 
  }
  .byb-result-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10%; 
    padding: 5% 10%;
    background-color: #E6E6E6;
    border: 1px solid #CCCCCC;
    text-align: center;
  }
  @media only screen and (min-width: 1026px){
    .byb-res-cards-all {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-height: 65vh;
      overflow: scroll;
    }
    .byb-result-product-card {
      display: none;
      flex-direction: row;
      width: 100%;
      background-color: #F4F5F5; 
      border: 1px solid #CCCCCC;
      margin-bottom: 5%;
    }
    .byb-result-product-icon {
      display: block;
      /* flex-basis: 25%; */
      height: 25vh; 
      /* width: auto; */
      border-right: solid 1px #bfbfbf;
    }
    .byb-prod-quantity {
      display: inline; 
      position: relative;
      left: 65%;
    }
  }
  @media only screen and (max-width: 1025px){ /* Mobile - Horizontal Scrolling Cards */
    .byb-res-cards-all {
      display: flex;
      flex-direction: column; 
      align-items: center;
      height: 82vh;
      overflow: scroll;
    }
    .byb-result-product-card {
      display: none;
      flex-direction: column;
      width: 60vw;
      height: 82vh;
      background-color: #F4F5F5; 
      border: 1px solid #CCCCCC;
      margin-bottom: 5%;
    }
    .byb-result-product-icon {
      display: block;
      width: 100%;
      height: auto;
      border-right: solid 1px #bfbfbf;
    }
  }
  .byb-res-prod-icon-bg {
    /* display: inline-block; */
    background-color: white; 
  }
  .byb-result-product-desc {
    padding: 1%;
    text-align: left; 
  }
  .byb-result-product-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px !important;
    text-decoration: underline;
    cursor: pointer;
    color: var(--var-darkorange); 
  }
  .byb-result-product-text {
    font-size: 14px;
    display: block;
  }
  .hover-pointer {
    cursor: pointer; 
  }
  .byb-quiz-2 { 
    display: none; 
  }
  .hidden-elem {
    display: none;
  }
  .byb-res-blurb {
    margin: 0;
  }
  .byb-result-action-btns {
    margin-bottom: 3%;
  }
  .byb-email-offer-form {
    display: flex;
    flex-direction: column;
  }
  .errorEmailText {
    color: red;
    font-size: 12px;
    display: none;
  }

  .shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  }

  @keyframes shake {
    10%, 90% {
    transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }

  .direct-atc-modal-content {
    overflow-y: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }

  .grady-modal {
    z-index: 100;
  }

  .modal-opens {
    overflow-y: hidden;
  }

  .modal-blur {
    z-index: 99;
    background-color: rgba(64, 85, 112, 0.5);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
  }
.dl-pg-bg-video-div {
    position: relative; 
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url('/cdn/shop/files/big-download_still.jpg?v=1707353044') no-repeat center center;
    background-size: cover;
  }
  #dl-pg-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }
  
  .dl-pg-cta-text-links {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white; 
  }
  
  .scb-dl-header {
      text-shadow: 3px 3px 4px rgba(0,0,0,0.9);
  }
  
  .scb-dl-flavor-txt {
    text-shadow: none !important; 
    font-size: 2.75rem; 
  }
  .dl-pg-app-links-container {
    
  }
  .dl-pg-app-link {
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--var-darksunny) !important;
    padding: 0 25px;
    text-decoration: underline;
    text-decoration-color: #e6e6e6; 
    text-decoration-thickness: 2px;
  }
  .dl-pg-app-link:hover {
    color: var(--var-sunny) !important;
  }
  .dl-pg-logo {
    @media only screen and (min-width: 1025px) {
      width: 15vw;
    }
    @media only screen and (max-width: 1026px) {
      width: 30vw; 
    }
  }
.dealer-resource-assets-link {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .dealer-resource-assets-img {
    height: 40vh;
    width: auto; 
  }
.trident-feature-section {
    margin-bottom: 30px;
  }
  .overflow-image-trident2 {
    margin-right: 0;
    height: 100%;
    width: auto;
    flex-basis: 40%; 
    object-fit: contain;
    padding: 5px 0; 
  }
  @media only screen and (min-width: 1025px) {
    .trident-feature-wrapper {
      display: flex;
      justify-content: space-around;
      align-items: center; 
    }
  }
  @media only screen and (max-width: 1026px) {
    .trident-feature-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; 
    }
  }
  .trident-feature-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-evenly;
    padding: 0 25%; 
  }
  .trident-feature-header {
    color: var(--var-sirenorange);
    padding-right: 3%;
  }
  .trident-feature-descrip {
    color: rgb(152,152,152); 
    font-weight: bold;
    padding: 2%;
    margin-left: 5%; 
  }
  .trident-overflow-content {
    flex-basis: 60%;
    margin-left: 2%;
    margin-top: 2%;
  }
  
  .trident-feature-icon {
    max-width: 125px; 
    height: auto;
  }
.fleet-embedded-form-header {
    margin: 0 10% 2.5%;
  }
  .hs-embedded-form {
    margin: 0 10% 2%;
  }
  .fleet-app-h2 {
    color: var(--var-midsunny);
  }
.fleet-app-h1 {
    color: var(--var-darksunny);
    text-align: center;
  }
  .fleet-header-text {
    margin: 2.5% 10%;
  }
  .fleet-features-headline {
    display: flex;
    justify-content: space-around;
    margin: 2.5% 5% 1.5%;
  }
  .fleet-feature-subline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .fleet-feature-subline-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 20px;
  }
  .siren-gradient-btn {
    //color gradient
  }
  .primary-fleet-btns {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5%;
  }
.fleet-app-resources {
    margin: 2.5% 10%;
  }
  .resource-bigbtns-container {
    display: flex;
    justify-content: space-around;
  }
  .resource-bigbtn {
    cursor: pointer;
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .resource-bigbtn-title {
    color: var(--var-midsunny);
    font-size: 1.6rem;
    font-weight: 600;
  }
  .resource-bigbtn-img {
    width: 20vw;
    height: auto;
  }
/* Variant CSS for yamaha-limited-offer btn elem */
  .getconnected-addtocart {
    display: flex;
    align-items: center;
    justify-content: center;
    @media only screen and (min-width: 1026px){
      margin: 3% 25% 0; 
    }
    @media only screen and (max-width: 1025px){
      margin-left: 15%;
      margin-right: 15%;
      margin-top: -7vh; /* compensates for GETCONNECTED mobile banner shrunken height */ 
      /* margin-top: 12vh;  */ /* Removed for mini-banner GETCONNECTED offer */
    } 
  }
  .yamaha-lmtd-flex-btn2 {
    position: relative; 
    /* margin-bottom: 40px; */ 
    z-index: 3;
  }
  .OA-transparent-btn2 {
    font-family: 'AvenirLTStd-Heavy';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; 
    padding: 10px 25px; 
    border-radius: 15px;
    /* background-color: hsla(0, 0%, 90%, 0.15); */
    background-image: linear-gradient(#f88512, #F0A546);
    color: white;
    /* color: var(--var-midsunny); */
    border: 2px solid #d9d9d9;
    @media only screen and (min-width: 1026px){
      padding: 15px 40px;
      font-size: 30px; 
    }
    @media only screen and (max-width: 1025px){
      padding: 5px 20px; 
      font-size: 24px;
    }
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.45, 0, 0.55, 1), color 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  /* End variant css */
  .yamaha-banner-root {
    position: relative;
  }
  .microbanner-overlapping {
    z-index: 3;
    padding: 1%;
    position: absolute;
    width: 100%;
  }
  .yamaha-minibanner-clickables {
    display: flex;
    justify-content: space-between;
  }
  .OA-transparent-bg {
    background-color: hsla(0, 0%, 90%, 0.70);
  }
  .yamaha-main-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .highlight-orange-txt {
    color: var(--var-darkorange);
  }
  .yamaha-text-emph {
    font-size: 16px;
    font-weight: 600;
  }
  .yamaha-off-legal-minitxt {
    font-size: 10px; 
    color: #595959 !important; 
  }
.OA-dl-btns-large-container {
    display: flex;
    justify-content: space-around;
    @media only screen and (min-width: 1026px){
      margin: 3% 25% 0; 
    }
    @media only screen and (max-width: 1025px){
      margin-left: 7%;
      margin-right: 7%;
      /* margin-top: 10vh;  */
      margin-top: 2vh; /* GETCONNECTED offer btn */
    }
  }
  .OA-dl-btn-large {
    @media only screen and (min-width: 1026px){
      width: 20vw;
    }
    @media only screen and (max-width: 1025px){
      width: 40vw; 
    }
    height: auto;
    
  }
.OA-dl-btns-minibanner-container {
    display: flex;
    justify-content: space-around;
    margin: 7% 25% 0; 
  }
.OA-Home-feat-prods {
  }
  .OA-Home-feat-prods-all-cards {
    overflow: scroll;
    display: flex;
  }
  .OA-Home-feat-prod-card {
    height: 40vh;
    width: 30%;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .OA-Home-feat-prod-img {
    
  }
  .OA-Home-feat-prod-content {
    display: flex;
    flex-direction: column; 
  }
  .OA-Home-feat-prod-subtext {
    
  }
  .OA-Home-feat-prod-buynow-btn {
    
  }
.oa-video {
    object-fit: cover; 
  }
  .OA-Home-header-vid-container {
    position: relative; 
    @media only screen and (min-width: 703px) and (max-width: 960px) {
      top: -26px; 
    }
  }
.time-limited-alert-banner {
    background-color: rgba(217, 217, 217, 0.7); 
    z-index: 3; 
    position: relative;
    padding: 0.5% 1.5%;
  }
  .test-blocke90 {
    display: block;
    z-index: 2; 
    position: relative;
    top: -88px; /* needs work */
  }
  .time-limited-alert-headline {
    color: #f5640a;
    font-weight: 700;
  }
  .time-limited-alert-subtext {
    color: #666666;
    font-size: 12px;
  }
.test-9237 {
    display: flex; 
  }
  .OA-Home-shop-now-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
  }
  .OA-Home-shop-now-grid-item {
    @media only screen and (max-width: 1025px){
      flex-basis: 45%;
    }
    @media only screen and (min-width: 1026px) {
      flex-basis: 30%;
    }
    margin-bottom: 2%;
  }
  .OA-Home-shop-now-fore-img {
    width: 100%; 
    height: auto;
  }
.OA-home-subbanner-img {
    width: 100%;
    height: auto;
    margin-top: 1%;
  }
.grady-start-btn-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 20%;
  }
  @media only screen and (max-width: 1026px) {
    .grady-start-btn-flex {
      justify-content: center !important;
    }
    .grady-ext-icon {
      width: 40vw !important;
    }
  }
  .marg-right-2 {
    margin-right: 2%; 
  }
  .grady-app-icons-flex {
    display: flex;
    flex-direction: row;
  }
  .grady-ext-icon {
    width: 15vw;
    height: auto;
    padding-right: 2%;
    padding-bottom: 4%;
  }
  .mob-centered {
    @media only screen and (max-width: 1026px) {
      margin-right: 20% !important;
    }
  }
.adland-howitworks-btn {
    display: flex; 
    justify-content: center;
    align-items: center; 
    margin: 30px 10% !important;
    max-width: 80% !important; 
  }
  .adland-features-3tiler {
    margin-left: 10% !important; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    width: 80%;
  }
  @media only screen and (max-width: 1026px) {
    .adland-3tiler-tile {
      align-self: center; 
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 100%;
      background-color: #f0f0f0; 
      border-bottom: 2px solid whitesmoke;
    } 
    .adland-3tiler-tile-rev {
      flex-direction: column-reverse !important;
    } 
    .adland-3tiler-content {
      flex-basis: 65%;
      margin-left: 20px !important;
      margin-top: 10px !important; 
      padding: 2%;
      display: block; 
      overflow: scroll; 
    }
  }
  @media only screen and (min-width: 1025px) {
    .mob-only {
      display: none;
    }
    .adland-3tiler-tile {
      align-self: center; 
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      height:30vh; 
      width: 100%;
      background-color: #f0f0f0; 
  /*     margin-bottom: 10px; */ 
      border-bottom: 2px solid whitesmoke;
    }
    .adland-3tiler-img {
      align-self: flex-end; 
      flex-basis: 20%;
      width: auto; 
      height: 100%; 
      background-size: cover;
      display: block;
    }
    .adland-3tiler-content {
      flex-basis: 65%;
      margin-left: 20px !important;
      margin-top: 10px !important; 
      display: block; 
      overflow: scroll; 
    }
  }
  .adland-3tiler-header {
    color: var(--var-sirenorange);
  }
  .pad-r-2 { 
    padding-right: 1% !important;
  }
  .single-elem-centered {
    display: flex;
    flex-direction: row;
    justify-content: center; 
  }
@media only screen and (min-width: 1026px){
    .siren-promo-graphic {
      display: flex;
      justify-content: space-evenly;
      align-items: flex-end;
      margin-top: 1.5%;
    }
    .promo-item-thumb {
      width: 20vw;
      height: auto;
    }
  }
  @media only screen and (max-width: 1025px){
    .siren-promo-graphic {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 20%;
    }
    .promo-item-thumb {
      margin-top: 1.5%;
      width: 60vw;
      height: auto;
    }
  }
  .siren-promo-item {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .promo-item-desc {
    font-size: 2.5rem;
    @media only screen and (max-width: 1025px){
      margin-top: 10%;
      padding-bottom: 15%;
    }
  }
  .promo-headline-txt {
    font-size: 4.5rem;
    @media only screen and (max-width: 1025px){
      /* margin-top: 10%; */
      padding: 10%;
    }
    @media only screen and (min-width: 1026px){
      margin-top: 5%;
    }
    text-align: center;
    color: #00b300 !important;
  }
  .offer-btn-2 {
    @media only screen and (max-width: 1025px){
      margin-top: 15%;
    }
    @media only screen and (min-width: 1026px){
      margin-top: 6%;
    }
  }
  yearendsale-lmtd-off-btn2 {
    margin-bottom: 5%;
  }
  .midoffer-transparent-btn {
    font-family: 'AvenirLTStd-Heavy';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    padding: 10px 25px; 
    border-radius: 15px;
    background: -webkit-linear-gradient(#fab038, #f8922d, #f67423, #f8922d, #fab038) !important;
    color: white;
    border: 2px solid var(--var-darksunny); 
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.45, 0, 0.55, 1), color 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
.prebuilt-bundles-root {
    margin-bottom: 7.5vh; 
  }
  .byb-prebuilt-s3pro-bundles-title {
    margin-left: 2%;
  }
  .byb-prebuilt-s3pro-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .byb-prebuilt-flex-item {
    position: relative; 
    flex-shrink: 0;
    @media only screen and (min-width: 1026px){
      flex-basis: 30%; 
    }
    @media only screen and (max-width: 1025px){
      flex-basis: 90%; 
    }
    border: 2px solid var(--var-sunny);
    border-radius: 5px;
    padding: 20px; 
    margin-bottom: 5vh; 
  }
  .byb-prebuilt-item-title {
    color: var(--var-darksunny);
    font-weight: 600;
    font-size: 20px; 
  }
  .byb-prebuilt-item-boattype {
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px; 
  }
  .byb-prebuilt-icon { 
    object-fit: contain;
  }
  .byb-prebuilt-icon-container {
    display: flex;
    justify-content: center; 
    height: 25vh;
  }
  .byb-add-all-btn-cont {
    position: absolute; 
    bottom: 5px; 
    left: 50%; 
    transform: translateX(-50%);
    align-items: center;
    margin-top: 20px; 
  }
  .bg-color-midsunny {
    background-color: var(--var-midsunny) !important; 
  }
  .byb-prebuilt-item-contents-line {
    line-height: 1.2 !important;
    margin-bottom: 5px; 
  }
  .byb-prebuilt-item-contents-line {
  }
  .byb-prebuilt-item-contents {
    @media only screen and (max-width: 1026px){
      margin-bottom: 40px;
    }
  }
  .byb-prebuilt-flex-item-empty {
    border: none !important; 
  }
  .h30px-invis-div {
    height: 30px;
    visibility: hidden;
  }
  .byb-add-to-cart-btn {
    margin-bottom: 5px;
  }
.product-selector-default {display:none !important;}

/* 
   Swatches Styles
*/

.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
	display:none !important;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:50px !important; 
  height:35px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ 35 | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
.yamaha-white-divider {
    background-color: white;
    padding: 5px;
  }
.oem-logo-min {
    max-height: 15vh; 
    width: auto;
  }
.trident-compat-table {
    margin: 0.5% 2.5% 5%;
    overflow-x: auto; 
  }
  .trident-thead-tr {
    background-color: var(--var-midsunny);
    color: white; 
    font-weight: 800;
  }
  .trident-compat-td {
    border: 1px solid black;
    text-align: center; 
  }
  .trident-compat-tr {
    border-bottom: 1px solid black;
  }
  .trident-tr-even-row {
    background-color: #e6e6e6;
  }
  .yamaha-compat-h2 {
    color: var(--var-darksunny); 
    margin-left: 2.5%;
    @media only screen and (max-width: 1025px){
      margin-top: 4vh; 
    }
  }
  .trident-compat-explainer-text {
    width: 98%; 
    text-align: center; 
    padding: 0 1%;
  }
  .trident-compat-asterisk {
    font-weight: bold;
    /* width: 100%; */
    /* text-align: center;  */
    margin-left: 3.5%; 
  }
  .trident-th {
    padding: 5px 10px;
    white-space: nowrap;
    text-align: center;
  }
  .trident-th-true-model {
    width: 25%;
  }
  .trident-th-model-year {
    @media only screen and (min-width: 1026px){
      width: 25%; 
    }
    @media only screen and (max-width: 1025px){
      width: 1%;
    }
  }
  .trident-th-pid {
    width: 25%;
  }
  .yamaha-compat-h3 {
    color: var(--var-greystone);
  }
  .helm-master-explainer-text {
    margin: 0 1% 0.5%;
    font-size: 16px; 
  } 
  .helm-master-compat {
    margin-left: 3.5%; 
  }
  .helm-master-explainer-img {
    max-width: 60vw; 
    height: auto; 
    @media only screen and (max-width: 1025px){
      margin-bottom: 0.5%; 
      margin-left: -1.5%; 
    }
    @media only screen and (min-width: 1026px){
    margin: 0 1% 0.5%;
    }
  }
  .helm-master-ex-models {
    display: flex;
    justify-content: space-around;
    align-items: space-around;
    gap: 10px;
    margin: 3% 0; 
  }
  .helm-master-ex-model {
    width: 20vw;
    heigh: auto; 
  }
.OA-4tiler-features-root {
    width: 100%;
    position: relative;
    display: block; /* test - prev flex */
    margin-bottom: 5%;
  }
  .OA-4feature-tile {
    width: 100%;
    @media only screen and (min-width: 1026px){
      height: 500px; /* test - prev 50vh */ 
    }
    @media only screen and (max-width: 1025px){ 
      height: 800px;
    }
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative; 
    margin-bottom: 2%; /* test */
  }
  .OA-4feature-bg-img {
    width: 100%;
    height: 100%; /* test - prev auto */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
  }
  .OA-4feature-full-title {
    display: flex;
    flex-direction: column; 
    z-index: 2;
    align-items: center; 
    @media only screen and (min-width: 1026px){
      flex-basis: 20%;
    }
    @media only screen and (max-width: 1025px){
      position: absolute; 
      top: 30px;
    }
  }
  .OA-4title-left {
    margin-left: 5%;
    @media only screen and (max-width: 1025px){
      left: 20px; 
    }
  }
  .OA-4title-right {
    margin-right: 5%;
    @media only screen and (max-width: 1025px){
      right: 20px;
    }
  }
  
  .OA-4feature-icon {
    width: auto; 
    height: 20vh; 
  }
  
  .OA-4feature-title {
    font-size: 2.5em;
    font-weight: 700;
    color: #e6e6e6;
  }
  
  .OA-4feature-desc {
    z-index: 2;
    color: white;
    padding: 0 2%;
    @media only screen and (min-width: 1026px){
      font-size: 2em; 
      flex-basis: 70%; 
    }
    @media only screen and (max-width: 1025px){
      font-size: 1.5em; 
      position: absolute;
      top: 270px;
      text-align: center; 
    }
  }
  .OA-4desc-right {
    @media only screen and (min-width: 1026px){
      margin-left: 5%;
    }
    @media only screen and (max-width: 1025px){
      margin-left: 2%;
    }
  }
  .OA-4desc-left {
    @media only screen and (max-width: 1025px){
      margin-right: 2%; 
    }
  }
  .OA-4feature-foreground-space {
    flex-basis: 35%; 
  }
.yamaha-ayn-phone {
    margin-top: 10px;
  }
  .ayn-tile-name {
    color: var(--var-darksunny); 
    text-align: center;
    margin: 5% 2% 1% 2%; 
  }
.yamaha-discovery-header {
    margin: 0 0 2% 5%;
  }
  .yamaha-discovery-CTAs-tiles {
    display: flex;
    margin: 0 3% 5%;
    @media only screen and (min-width: 1026px){
      justify-content: space-around;
      align-items: center;
    }
    @media only screen and (max-width: 1025px){
      flex-direction: column;
      justify-content: center;
    }
  }
  .yamaha-discovery-tile-gradient-border-box {
    height: calc(55vh + 6px);
    width: calc(27.5vw + 6px);
  }
  .yamaha-discovery-tile {
    @media only screen and (max-width: 1025px){
      width: 75vw;
      margin-left: 7.5vw; 
    }
    @media only  screen and (min-width: 1026px){
      width: 27.5vw;
    }
    cursor: pointer;
    height: 55vh;
    background-color: var(--var-tilegrey);
    text-wrap: wrap; 
    position: relative;
    top: 3px;
    left: 3px;
    box-shadow: 4px -4px orange, -4px 4px rgba(125, 155, 194, 0.5); 
  }
  .yamaha-discovery-tile-img {
    width: 100%;
    height: 50%; 
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
  }
  .yamaha-discovery-tile-title {
    color: var(--var-darksunny); 
    font-size: 22px;
    font-weight: 600; 
    padding-left: 3%; 
  }
  .yamaha-discovery-tile-blurb {
    padding: 0 3% 2%;
    font-size: 16px;
  }
/* Variant CSS for yamaha-limited-offer btn elem */
  .getconnected-addtocart {
    display: flex;
    align-items: center;
    justify-content: center;
    @media only screen and (min-width: 1026px){
      margin: 3% 25% 0; 
    }
    @media only screen and (max-width: 1025px){
      margin-left: 15%;
      margin-right: 15%;
      margin-top: -7vh; /* compensates for GETCONNECTED mobile banner shrunken height */ 
      /* margin-top: 12vh;  */ /* Removed for mini-banner GETCONNECTED offer */
    } 
  }
  .yamaha-lmtd-flex-btn2 {
    position: relative; 
    /* margin-bottom: 40px; */ 
    z-index: 3;
  }
  .OA-transparent-btn2 {
    font-family: 'AvenirLTStd-Heavy';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; 
    padding: 10px 25px; 
    border-radius: 15px;
    /* background-color: hsla(0, 0%, 90%, 0.15); */
    background-image: linear-gradient(#f88512, #F0A546);
    color: white;
    /* color: var(--var-midsunny); */
    border: 2px solid #d9d9d9;
    @media only screen and (min-width: 1026px){
      padding: 15px 40px;
      font-size: 30px; 
    }
    @media only screen and (max-width: 1025px){
      padding: 5px 20px; 
      font-size: 24px;
    }
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.45, 0, 0.55, 1), color 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  /* End variant css */
  .yamaha-banner-root {
    position: relative;
  }
  .microbanner-overlapping {
    z-index: 3;
    padding: 1%;
    position: absolute;
    width: 100%;
  }
  .yamaha-minibanner-clickables {
    display: flex;
    justify-content: space-between;
  }
  .OA-transparent-bg {
    background-color: hsla(0, 0%, 90%, 0.70);
  }
  .yamaha-main-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .highlight-orange-txt {
    color: var(--var-darkorange);
  }
  .yamaha-text-emph {
    font-size: 16px;
    font-weight: 600;
  }
  .yamaha-off-legal-minitxt {
    font-size: 10px; 
    color: #595959 !important; 
  }
.yamaha-tiers-headline {
    text-align: center;
    margin: 3% 2% 2%;
    font-size: 2em !important; 
    color: hsl(30, 5%, 40%); 
  }
  .OA-tiers-subheader {
    text-align: center;
    margin-bottom: 4%;
  }
  .OA-tiers-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--var-darksunny);
    margin-bottom: 1%;
  }
  .OA-tiers-explainer-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 2.5%; 
  }
  .yamaha-tiers-gradient-border-box {
    height: calc(70vh + 6px);
    width: calc(30vw + 6px); 
    border-radius: 2px;
  }
  .OA-tiers-tile {
    height: 70vh; 
    width: 30vw;
    background-color: var(--var-tilegrey); 
    text-wrap: wrap;
    padding: 2.5% 6%;
    overflow: scroll; 
    /* Below 3 properties position elem w yamaha-tiers-gradient-border-box */
    position: relative;
    top: 3px;
    left: 3px;
  }
  @media only screen and (min-width: 1026px) and (max-height: 799px) {
    .OA-tiers-tile {
      height: 80vh;
    }
    .yamaha-tiers-gradient-border-box {
      height: calc(80vh + 6px);
    }
  } 
  @media only screen and (max-width: 1025px) {
    .OA-tiers-explainer-container {
      flex-direction: column;
    }
    .OA-tiers-tile {
      width: 80vw;
      height: 80vh;
    }
    .yamaha-tiers-gradient-border-box {
      height: calc(80vh + 6px);
      width: calc(80vw + 6px); 
      border-radius: 2px; 
      margin-bottom: 2%; 
    }
  }
  
  .OA-tier-name {
    text-align: center; 
    color: var(--var-midsunny);
    font-size: 22px;
    font-weight: 600; 
  }
  .OA-tier-divider {
    height: 1px;
    width: 98%;
    background-color: darkgrey; 
    margin-bottom: 5%;
  }
  .OA-tier-check {
    color: var(--var-midsunny); 
  } 
  .OA-tier-checkitem {
    font-size: 18px;
    margin-left: 7.5%; 
  }
  .grey-border {
    background: #d9d9d9;
  }
  .sunny-border { 
    background: hsl(34, 95%, 81%);
  }
  .hyperlink-grey {
    color: #808080; 
    text-decoration: underline;
  }
  .yamaha-tier-title-desc-flex {
    display: flex;
    justify-content: center;
  }
  .yamaha-tier-title-desc {
    font-size: 13px;
    color: #595959;
    margin-bottom: 2px;
  }