@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.pm-branded-landing-page { background-color: #ffffff; }

/* Toolbar */
.pm-branded-landing-page .toolbar-section { display: none; background-color: #000000; padding: 12px 0; }
.pm-branded-landing-page .toolbar-row { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.pm-branded-landing-page .toolbar-row .toolbar-item:last-child { padding-left: 16px; border-left: 1px solid #ffffff; }
.pm-branded-landing-page .toolbar-item a { display: flex; align-items: center; gap: 6px; color: #ffffff; transition: all 120ms ease-in-out; font-size: 14px; letter-spacing: 0.5px; font-family: 'Poppins', sans-serif !important; }
.pm-branded-landing-page .toolbar-item a:hover { filter: brightness(0.9); transform: translateY(-1px); }


@media only screen and (min-width: 992px) {
    .pm-branded-landing-page .toolbar-section { display: block; }
}


/* Custom Header */
.yamahaheader-section { border-bottom: 1px solid #ccc; }
.yamahaheader-logoname { display: flex; align-items: center; padding: 0 15px; }
.yamahaheader-logo img { height: 60px; }
.yamahaheader-dealername { display: none; font-size: 16px; font-weight: bold; font-family: 'Poppins', sans-serif !important; text-transform: uppercase; }
.yamahaheader-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.yamahaheader-navtoggle-wrapper { padding: 0 15px; }
.yamahaheader-navtoggle-wrapper a { cursor: pointer; }
.yamahaheader-navtoggle-wrapper i { color: #000000; font-size: 26px; transition: all 120ms ease-in-out; }
.yamahaheader-navtoggle-wrapper a:hover i { color: #1f3d7c; }
.yamahaheader-customnav { display: none; width: 100%; }
.yamahaheader-customnav-list { background-color: #323232; display: flex; flex-direction: column; }
.yamahaheader-customnav-item a { display: block; color: #ffffff !important; font-size: 18px; padding: 20px 15px; text-transform: uppercase; border-bottom: 1px solid #454545; line-height: 100%; letter-spacing: 0.8px; transition: all 120ms ease-in-out; font-family: 'Poppins', sans-serif !important; }
.yamahaheader-customnav-item a:hover { filter: brightness(0.9); }

@media only screen and (min-width: 992px) {
    .yamahaheader-logoname { padding: 0; }
    .yamahaheader-logo img {  }
    .yamahaheader-dealername { display: block; }
    .yamahaheader-navtoggle { display: none; }
    .yamahaheader-customnav { display: block !important; width: auto; }
    .yamahaheader-customnav-list { flex-direction: row; background-color: transparent; }
    .yamahaheader-customnav-item a { color: #000000 !important; font-size: 16px; font-weight: 500; letter-spacing: -0.4px; border-bottom: 0px; }
    .yamahaheader-customnav-item a:hover { color: #1B3D90 !important; }
}

@media only screen and (min-width: 1200px) {
    .yamahaheader-logo img { height: 90px; }
    .yamahaheader-dealername { font-size: 24px; }
    .yamahaheader-customnav-list { gap: 16px; }
    .yamahaheader-customnav-item a { font-size: 18px; }
}

@media only screen and (max-width: 991px) {
    .yamahaheader-section .container { padding: 0px 0px !important; width: 100% !important; }
}


/* Hero Section */

.yamahahero-infocol { background: url(https://pmmdata.dev.pixelmotiondemo.com/wp-content/uploads/2026/02/yamaha-hero-banner.jpg) no-repeat center center; background-size: cover; padding: 60px 24px; display: flex; flex-direction: column; gap: 24px; }
.yamahahero-logo img { max-width: 430px; width: 100%; }
.yamahahero-dealername { text-align: center; font-family: 'Poppins', sans-serif !important; color: #ffffff; font-size: 32px; text-transform: uppercase; font-weight: 600; letter-spacing: 0.8px; }
.yamahahero-searchcol { padding: 20px 24px; display: flex; flex-direction: column; gap: 8px; }
.yamahahero-quicksearch-title { font-family: 'Poppins', sans-serif !important; font-size: 24px; font-weight: 600; text-align: center; color: #000000; }

@media only screen and (min-width: 1200px) {
    .yamahahero-logo img { max-width: 630px; }
}

/* Quick Search */
.yamahahero-quicksearch-box #pm-quick-search { display: block !important; }
.yamahahero-quicksearch-box #qs-label-group { display: none !important; }
.yamahahero-quicksearch-box .qs-row { margin: 0 !important; display: flex; flex-direction: column; gap: 8px; }
.yamahahero-quicksearch-box .qs-row::before, .yamahahero-quicksearch-box .qs-row::after { display: none !important; }
.yamahahero-quicksearch-box .qs-row .qs-group { margin: 0 !important; padding: 0 !important; width: 100% !important; }
.yamahahero-quicksearch-box .qs-select { border: 1px solid #767676 !important; width: 100% !important; font-size: 18px; padding: 16px 16px !important; height: auto; font-family: 'Poppins', sans-serif !important; font-weight: 500; }
.yamahahero-quicksearch-box #qs-button-group .btn { width: 100%; padding: 16px 16px; font-family: 'Poppins', sans-serif !important; font-weight: 500; font-size: 18px; text-transform: uppercase; transition: all 120ms ease-in-out; line-height: 100%; height: 100%; }
.yamahahero-quicksearch-box #qs-button-group .btn:hover { filter: brightness(0.9); }

@media only screen and (min-width: 992px) {
    .yamahahero-quicksearch-box .qs-row { flex-direction: row; }
}

@media only screen and (min-width: 1200px) {
    .yamahahero-section { background: url(https://pmmdata.dev.pixelmotiondemo.com/wp-content/uploads/2026/02/yamaha-hero-banner.jpg) no-repeat center center; background-size: cover; padding: 120px 24px; }
    .yamahahero-infocol { background: transparent; padding: 0px; max-width: 1200px; margin: 0 auto; gap: 8px; }
    .yamahahero-searchcol { padding: 40px 24px; display: flex; flex-direction: column; gap: 16px; max-width: 1200px; margin: 0 auto; }
    .yamahahero-quicksearch-title { color: #ffffff; }
}

/* Inventory Section */
.yamahainventory-section { padding: 60px 0; }
.yamahainventory-row { display: flex; flex-direction: column; gap: 24px; }
.yamahainventory-title { font-family: 'Poppins', sans-serif !important; font-weight: 600; color: #000000; text-align: center; font-size: 36px; line-height: 120%; }

/* Inventory External Shortcode */
.yamahainventory-wrapper .vlpm3__pageBody > .container > .row { margin: 0 !important; }
.yamahainventory-wrapper .row vlpm3__mainBody { margin: 0 !important; }
.yamahainventory-wrapper .vlp2024-item .price-column .cta-buttons-block .vlpm3MainCTA__btn { background: #000000 !important; color: #ffffff !important; width: 100% !important; margin: 0 auto !important; font-size: 16px !important; transition: all 120ms ease-in-out; }
.yamahainventory-wrapper .vlp2024-item .price-column .cta-buttons-block .vlpm3MainCTA__btn:hover { opacity: 0.8; }
.yamahainventory-wrapper .vlp2024-item .price-column .cta-buttons-block .vlpm3MainCTA > :first-child { background: #1b3d90 !important; }
.yamahainventory-wrapper .vlp24FilterSelector #make_mobile_filter_item { display: none !important; }
.yamahainventory-wrapper .vlpm3FiltersGroup #make_filter_item { display: none !important; }
.yamahainventory-wrapper #refine-search #make-filter-block { display: none !important; }

/* Image CTAs */
.yamahaimgcta-section { padding: 40px 0; }
.yamahaimgcta-row { display: flex; flex-direction: column; gap: 24px; justify-content: center; }
.yamahaimgcta-box { height: 300px; background-color: #1b3d90 !important; display: flex; align-items: center; justify-content: center; flex-direction: column; box-shadow: -1px 4px 5px 4px rgba(0, 0, 0, 0.3); background-size: cover !important; background-position: center !important; position: relative; }
.yamahaimgcta-box::after { content: ""; position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent, #1b3d90); z-index: 1; pointer-events: none; }
.yamahaimgcta-item.financing .yamahaimgcta-box { background-image: url(https://pmmdata.dev.pixelmotiondemo.com/wp-content/uploads/2026/02/yamaha-cta-img1-1.jpg); }
.yamahaimgcta-item.inventory .yamahaimgcta-box { background-image: url(https://pmmdata.dev.pixelmotiondemo.com/wp-content/uploads/2026/02/yamaha-cta-img2-1.jpg); }
.yamahaimgcta-item.tradein .yamahaimgcta-box { background-image: url(https://pmmdata.dev.pixelmotiondemo.com/wp-content/uploads/2026/02/yamaha-cta-img3-1.jpg); }
.yamahaimgcta-link { z-index: 2; }
.yamahaimgcta-link a { display: inline-block; background-color: #ffffff; color: #1B3D90; font-size: 16px; font-family: 'Poppins', sans-serif !important; font-weight: 500; padding: 16px 36px; transition: all 120ms ease-in-out; }
.yamahaimgcta-link a:hover { filter: brightness(0.9); transform: translateY(-1px); }

@media only screen and (min-width: 992px) {
    .yamahaimgcta-row { flex-direction: row; margin: 0 auto; }
    .yamahaimgcta-box { justify-content: end; padding-bottom: 40px; }
    .yamahaimgcta-item { flex: 1; max-width: 400px; }
}

@media only screen and (min-width: 1200px) {
    .yamahaimgcta-row { gap: 60px; }
    .yamahaimgcta-box { height: 520px; }
}

/* Reviews Widget */
.yamahareviews-section { padding: 40px 0; }


/* Map Hours Section */
.yamahablp-maphours {}
.yamahablp-maphours .maphours-mainrow {}
.yamahablp-maphours .maphours-col { background-color: #282828; }
.yamahablp-maphours .maphours-col .cmplz-placeholder-parent { height: 100%; }
.yamahablp-maphours .mapcol { width: 100%; }
.yamahablp-maphours .detailscol { padding: 30px 24px; display: flex; flex-direction: column; gap: 30px; width: 100%; }
.yamahablp-maphours .dealerinfo { display: flex; flex-direction: column; gap: 12px; max-width: 300px; }
.yamahablp-maphours .mh-dealername { font-family: 'Poppins', sans-serif !important; font-weight: 600; text-transform: uppercase; color: #ffffff; font-size: 24px; line-height: 120%; }
.yamahablp-maphours .mh-dealeraddress {}
.yamahablp-maphours .mh-dealeraddress a { font-family: 'Poppins', sans-serif !important; font-weight: 400; color: #ffffff; font-size: 16px; line-height: 150%; transition: all 80ms  ease-in-out; }
.yamahablp-maphours .mh-dealeraddress a:hover { opacity: 0.8; text-decoration: underline; }
.yamahablp-maphours .mh-dealerphonelist { display: flex; flex-direction: column; gap: 8px; }
.yamahablp-maphours .mh-dealerphone-item {}
.yamahablp-maphours .mh-dealerphone-item a { font-family: 'Poppins', sans-serif !important; font-weight: 400; color: #ffffff; font-size: 16px; line-height: 150%; transition: all 80ms  ease-in-out; }
.yamahablp-maphours .mh-dealerphone-item a:hover {}
.yamahablp-maphours .mh-dealerphone-item span { font-weight: 600; margin-right: 4px; }
.yamahablp-maphours .mh-dealercontactcta {}
.yamahablp-maphours .mh-dealercontactcta a { display: inline-block; font-family: 'Poppins', sans-serif !important; background-color: #1B3D90; border: 1px solid #1B3D90; color: #ffffff !important; font-size: 16px; padding: 16px 26px; transition: all 180ms  ease-in-out; text-align: center; font-weight: 600; text-transform: uppercase; }
.yamahablp-maphours .mh-dealercontactcta a:hover { transform: translateY(-2px); filter: brightness(0.8); }
.yamahablp-maphours .dealerhours { width: 100%; max-width: 400px; }
.yamahablp-maphours .dhours-col { display: flex; flex-direction: column; gap: 14px; width: 100%; }
.yamahablp-maphours .dhours-title {}
.yamahablp-maphours .dhours-list { display: flex; flex-direction: column; gap: 5px; }
.yamahablp-maphours .dhours-item { display: flex; justify-content: space-between; }
.yamahablp-maphours .dhours-item div { font-size: 16px; font-family: 'Poppins', sans-serif !important; color: #ffffff; line-height: 150%; font-weight: 400; }
.yamahablp-maphours .dhours-item.highlight div { font-weight: bold !important; }
.yamahablp-maphours .dhours-day {}
.yamahablp-maphours .dhours-time {}
.yamahablp-maphours .dhours-link {}
.yamahablp-maphours .dhours-link a { display: flex; gap: 8px; color: #FFFFFF; font-family: 'Poppins', sans-serif !important; font-size: 16px; font-weight: 600; line-height: 150%; transition: all 180ms ease-in-out; }
.yamahablp-maphours .dhours-link a:hover { opacity: 0.8; }
.yamahablp-maphours .dhours-link span { transition: all 180ms ease-in-out; }
.yamahablp-maphours .dhours-link a:hover span { transform: translateX(4px); }

@media only screen and (min-width: 768px) {
  .yamahablp-maphours .mapcol iframe { min-height: 430px !important; height: 100%; }
}

@media only screen and (min-width: 992px) {
  .yamahablp-maphours .maphours-mainrow { display: flex; justify-content: center; align-items: stretch; }
  .yamahablp-maphours .maphours-col {  }
}

@media only screen and (min-width: 1200px) {
  .yamahablp-maphours .detailscol { padding: 50px 60px; }
}

@media only screen and (min-width: 1600px) {
  .yamahablp-maphours .dealerinfo { gap: 16px; }
  .yamahablp-maphours .detailscol { padding: 50px 80px; flex-direction: row; align-items: center; justify-content: space-around; }
  .yamahablp-maphours .dhours-col {  }
}

/* Footer */
div.footer { display: none !important; }
#pm-disclaimer { display: none !important; }
.yamahablpfooter > .container::after, .yamahablpfooter-container::after { display: none; }
.yamahablpfooter { padding: 0; margin: 0; border: 0px; background-color: #000000;  }
.yamahablpfooter .col-sm-6 { display: none; }
.yamahablpfooter > .container .row { margin: 0 !important; }
.yamahablpfooter > .container .row .col-sm-12 { padding: 0 !important; }
.yamahablpfooter .global-disclaimer { border-top: 0px solid #DDDDDD; margin: 0 !important; }
.yamahablpfooter .global-disclaimer p { color: #ffffff; font-family: 'Poppins', sans-serif !important; font-weight: 400; font-size: 12px !important; line-height: 150%; text-align: left !important; }
.yamahablpfooter .global-disclaimer a { color: #ffffff !important; transition: all 180ms ease-in-out; margin: 0 0.3em; }
.yamahablpfooter .global-disclaimer a:hover { opacity: 0.8; }
.yamahablpfooter-mainrow { padding: 30px 24px 60px; display: flex; flex-direction: column; gap: 24px; margin-bottom: -20px; }
.yamahablpfooter-mainrow .misc-badges { display: flex; align-items: flex-start; gap: 16px; }
.yamahablpfooter-mainrow .misc-badges a { transition: all 180ms ease-in-out; }
.yamahablpfooter-mainrow .misc-badges a:hover { transform: translateY(-3px); filter: brightness(0.9); }

.yamahablp-footersocials { display: flex; gap: 16px; align-items: center; }
.yamahablp-footersocials i { font-size: 16px; }

@media only screen and (min-width: 992px) {

}

@media only screen and (max-width: 1199px) {
    .yamahablpfooter > .container, .yamahablpfooter-container { width: 100%; padding: 0; margin: 0; }
}


@media only screen and (min-width: 992px) {
  .yamahablpfooter-mainrow { padding: 30px 34px 80px; gap: 20px; }
}

@media only screen and (min-width: 1200px) {

}


/* Misc Links and Pixel Motion Logo */
.yamahablp-misclinks { padding: 16px 0; }
.yamahablp-misclinks-row { display: flex; flex-direction: column; gap: 16px; }
.yamahablp-copylinks { display: flex; flex-direction: column; gap: 16px; }
.yamahablp-misclinks-copyright .copytext { font-family: 'Poppins', sans-serif !important; font-weight: 400; font-size: 14px; color: #ffffff; display: flex; gap: 4px; }
.yamahablp-misclinks-list { display: flex; align-items: center; gap: 24px; }
.yamahablp-footerdealerinfo a { font-family: 'Poppins', sans-serif !important; font-weight: 400; font-size: 14px; color: #ffffff !important; text-decoration: none !important; transition: all 180ms ease-in-out; }
.yamahablp-footerdealerinfo a:hover { text-decoration: underline; opacity: 0.8; }
.misclinks-item a { display: inline-block; color: #ffffff !important; font-family: 'Poppins', sans-serif !important; transition: all 180ms ease-in-out; }
.misclinks-item a:hover { text-decoration: underline; opacity: 0.8; }
.yamahablp-misclinks-pmlogo a { transition: all 180ms ease-in-out; }
.yamahablp-misclinks-pmlogo a:hover img { opacity: 0.8; }
.yamahablp-misclinks-pmlogo img { width: 100%; max-width: 175px; }
.yamahablp-footer-dealerinfo { display: flex; flex-direction: row; gap: 16px; align-items: center; flex-wrap: wrap; }
.yamahablp-footer-dealerinfo .yamahablp-footerdivider { display: none; color: #ffffff; }

@media only screen and (min-width: 768px) {
  .yamahablp-misclinks-row { flex-direction: row; align-items: center; justify-content: flex-start; }
  .yamahablp-copylinks { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-evenly; }
  .yamahablp-footer-dealerinfo { width: 100%; justify-content: center; }
}

@media only screen and (min-width: 1200px) {
  .yamahablp-copylinks { flex-direction: row; width: 100%; align-items: center; column; gap: 24px; }
}

@media only screen and (min-width: 1800px) {
  .yamahablp-copylinks { flex-wrap: nowrap; justify-content: flex-start; }
  .yamahablp-footer-dealerinfo .yamahablp-footerdivider { display: block; }
  .yamahablp-footer-dealerinfo { width: auto; }
}


/* Yamaha Product Lineup*/
#yamaha-blp-products-section .yamahablp-products-headline { text-align: center; margin-bottom: 20px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 46px; color: #000000;}
#yamaha-blp-products-section .yamahablp-products-tabs { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
#yamaha-blp-products-section .yamahablp-products-tab-item { cursor: pointer; font-family: 'Poppins', sans-serif; font-size: 18px; color: #222222; line-height: 100%; transition: all 120ms ease-in-out; }
#yamaha-blp-products-section .yamahablp-products-tab-item.active { color: #1B3D90; }
#yamaha-blp-products-section .yamahablp-products-tab-item:hover { transform: translatey(-2px); }

#yamaha-blp-products-section .yamahablp-products-listing { position: relative; padding: 0 40px; margin: 0; transition: opacity 0.2s ease; }
#yamaha-blp-products-section .yamahablp-products-listing .yamahablp-products-listing.is-filtering { opacity: 0; }
#yamaha-blp-products-section .yblpprod-item { padding: 0 4px; }
#yamaha-blp-products-section .yblpprod-box { display: flex; flex-direction: column; gap: 16px; }
#yamaha-blp-products-section .yblpprod-details { display: flex; flex-direction: column; gap: 16px; }
#yamaha-blp-products-section .yblpprod-info { display: flex; flex-direction: column; gap: 8px; }
#yamaha-blp-products-section .yblpprod-name { font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 600; color: #000000; line-height: 100%; padding-bottom: 16px; }
#yamaha-blp-products-section .yblpprod-slogan { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; color: #000000; line-height: 100%; }
#yamaha-blp-products-section .yblpprod-desc { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 300; color: #000000; line-height: 150%; padding-bottom: 8px; }
#yamaha-blp-products-section .yblpprod-price { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; color: #000000; line-height: 150%; }
#yamaha-blp-products-section .yblpprod-cta a { display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; text-transform: uppercase; font-family: 'Poppins', sans-serif; width: 100%; height: 65px; background-color: #1B3D90; color: #ffffff; transition: all 120ms ease-in-out; text-align: center; }
#yamaha-blp-products-section .yblpprod-cta a:hover { filter: brightness(0.9); transform: translateY(-1px); }

#yamaha-blp-products-section .slick-prev,
#yamaha-blp-products-section .slick-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; width: 30px; height: 30px; }
#yamaha-blp-products-section .slick-prev::before,
#yamaha-blp-products-section .slick-next::before { display: none !important; }
#yamaha-blp-products-section .slick-prev img,
#yamaha-blp-products-section .slick-next img { width: 30px; height: 30px; }
#yamaha-blp-products-section .slick-prev { left: 0; }
#yamaha-blp-products-section .slick-next { right: 0; }

.yamahablp-loading { display: flex; align-items: center; justify-content: center; padding: 60px 20px; font-size: 14px; color: #999; letter-spacing: 0.05em; }
.yamahablp-loading span::after { content: ''; animation: loadingDots 1.2s infinite; }

@keyframes loadingDots {
    0%   { content: ''; }
    25%  { content: '.'; }
    50%  { content: '..'; }
    75%  { content: '...'; }
}

@media only screen and (min-width: 929px) {
    #yamaha-blp-products-section .yamahablp-products-listing { padding: 0 60px; }
    #yamaha-blp-products-section .yblpprod-box { flex-direction: row; align-items: center; }
    #yamaha-blp-products-section .yblpprod-item { padding: 0 30px; }
    #yamaha-blp-products-section .yblpprod-image { width: 50%; }
    #yamaha-blp-products-section .yblpprod-details { width: 50%; }
}

/* Promo Banners */
.yamahapromobanners-section { overflow: hidden; padding: 60px 0; }
.yamahapromobanners-carousel .slick-arrow { z-index: 2; }
.yamahapromobanners-carousel .slick-prev { left: 25px; }
.yamahapromobanners-carousel .slick-next { right: 25px; }
.yamahapromobanners-slide a { transition: all 120ms ease-in-out; }
.yamahapromobanners-slide a:hover { filter: brightness(0.85); }
.yamahapromobanners-disclaimer-button { text-align: center; }
.yamahapromobanners-disclaimer-button button { display: flex; align-items: center; gap: 4px; margin: 0 auto; background-color: transparent; border: 0; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; padding: 8px 16px; transition: all 120ms ease-in-out; }
.yamahapromobanners-disclaimer-button button:hover { transform: translatey(-1px); }