/*-----Global Styles-----*/ @primary: #333; @secondary: #1753c8; @tertiary: #1343a4; @white: #fff; @black: #000; @muted: #D8DBDD; @darkGrey: #191919; @grey: #333; @nautique-red:#E61A23; .black_overlay { &-xlight { background: rgba(0, 0, 0, .3); } &-light { background: rgba(0, 0, 0, .5); } &-medium { background: rgba(0, 0, 0, .65); } &-dark { background: rgba(0, 0, 0, .8); } } .white_overlay { &-xlight { background: rgba(255, 255, 255, .3); } &-light { background: rgba(255, 255, 255, .5); } &-medium { background: rgba(255, 255, 255, .65); } &-dark { background: rgba(255, 255, 255, .8); } } .background_color { &-black { background-color: @black; } &-tertiary { background-color: @tertiary; } &-grey { background-color: @grey !important; } &-darkGrey { background-color: @darkGrey !important; } } .text_color { &-red { color: @nautique-red; } } .border_radius { &-3 { border-radius: 3px; } &-5 { border-radius: 5px; } &-10 { border-radius: 10px; } &-15 { border-radius: 15px; } &-20 { border-radius: 20px; } &-100 { border-radius: 100%; } &-top-3 { border-top-right-radius: 3px; border-top-left-radius: 3px; } &-top-5 { border-top-right-radius: 5px; border-top-left-radius: 5px; } &-top-10 { border-top-right-radius: 10px; border-top-left-radius: 10px; } &-top-15 { border-top-right-radius: 15px; border-top-left-radius: 15px; } &-top-20 { border-top-right-radius: 20px; border-top-left-radius: 20px; } &-bottom-3 { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } &-bottom-5 { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } &-bottom-10 { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } &-bottom-15 { border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; } &-bottom-20 { border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; } } /*-----Nav Menu Styles-----*/ .tm-toolbar { z-index: 9999; background: @secondary; .uk-container { max-width: 1550px; } } .tm-header { z-index: 9999; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .15); .uk-navbar-nav > li.uk-active { background: @tertiary; } .uk-navbar-nav > li > a[aria-expanded="true"] { background: @tertiary; } .uk-navbar-nav > li:hover { background: @tertiary; } .uk-navbar-left { position: absolute; top: -20px; background: @white; padding: 5px; border-radius: 6px; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .35); display: flex; justify-content: center; align-items: center; } } .tm-header-mobile { z-index: 9000; .uk-navbar { min-height: 88px; } .uk-logo { img { padding: 10px; max-width: 240px; } } } .uk-modal { z-index: 9999; .uk-modal-dialog{ overflow: hidden; } } .uk-lightbox { z-index: 9999; } .uk-lightbox-toolbar-icon { position: absolute; top: 60px; right: 3%; } .uk-lightbox-toolbar-icon { position: absolute; top: 160px; right: 3%; } .uk-navbar-toggle-icon { svg { fill: @secondary; } } .uk-navbar-container { .uk-container { max-width: 1550px; } } /*-----Dropdown Styles-----*/ // .dropdown-1, .dropdown-3, .dropdown-4, .dropdown-5{ // width: 1000px !important; // margin-left: auto !important; // right: 0 !important; // padding: 0px; // } // .dropdown-2{ // background-color: #fff; // width: 100% !important; // max-width: 100% !important; // left: unset !important; // right: 0 !important; // padding: 0px; // } .uk-navbar-dropdown { display: none; width: 99% !important; max-width: unset!important; left: 10px!important; padding: 0px; a{ &:hover{ font-weight: bold; } } } .uk-navbar-container>.uk-container .uk-navbar-right { margin-right: 0px; } /*-----PageHeader Styles-----*/ #frontpage { // Header .h1-target { font-size: 2.5rem;text-align: right;font-weight: 600;letter-spacing: 8px; @media (max-width: 960px) { text-align: center; font-size: 1.8rem; } span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1rem;font-weight: 300;letter-spacing: 4px;text-align: right; @media (max-width: 960px) { text-align: center; font-size: 1rem; } } } } .video-target{ @media(max-width:1450px){ margin-top: -100px; transform: scale(1.2); } @media(max-width:1200px){ margin-top: -50px; } @media(max-width:1100px){ margin-top: 0; transform: scale(1.3); } @media(max-width:900px){ transform: scale(1.5); } @media(max-width:850px){ transform: scale(1.8); } @media(max-width:770px){ transform: scale(2); } @media(max-width:750px){ transform: scale(2.7); } @media(max-width:600px){ transform: scale(2); } } } #mainpage { // Header .h1-target { font-size: 2.3rem; letter-spacing: 1px; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } #subpage { // Header .header { .h1-target { font-size: 2.3rem; letter-spacing: 1px; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } } .company-header { .h1-target { font-size: 2.3rem; letter-spacing: 1px; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } /*-----Footer Styles-----*/ #footer { a { &:hover { color: @secondary; } } } /*-----Content-----*/ .content-section { p { font-size: 18px; } h2 {} } .nr-content { .card-border-target { .uk-card-default { border-bottom: 4px solid @primary; } } .widget-menu { background: @white; .parent-page { h3 { background: @primary; color: @white; margin: 0; padding: 8px 20px; transition: all ease .3s; } &:hover { h3 { background: @secondary !important; } text-decoration: none !important; } } .uk-list { margin-top: 0; border: 1px solid @primary; li { padding: 6px 0 6px 10px; margin-bottom: 10px !important; border-bottom: 1px solid #bbb; a { color: @darkGrey; } } } } } /*-----Forms-----*/ .gf_simple_horizontal { @media(max-width:960px) { .gform_body { display: flex !important; max-width: 100% !important; } .gfield_visibility_hidden { padding-right: 0 !important; } .spacer { padding-right: 0 !important; } .gfield { display: block !important; padding-bottom: 10px; } .gform_footer { display: flex !important; justify-content: center !important; max-width: unset !important; } } } /*-----Circle Arrows in Small Container, this is everything you need-----*/ .slider-arrows() { background: @secondary; color: @white; padding: 8px; border-radius: 100%; height: 40px; width: 40px; } .uk-position-center-left { svg { .slider-arrows(); } &-out { svg { .slider-arrows(); } } } .uk-position-center-right { svg { .slider-arrows(); } &-out { svg { .slider-arrows(); } } } .slider-arrows-target { .uk-position-center-left-out { @media (max-width: 1550px) { right: 93%; } @media (max-width: 960px) { right: 90%; } @media (max-width: 640px) { right: 80%; } @media (max-width: 425px) { right: 70%; } } .uk-position-center-right-out { @media (max-width: 1550px) { left: 93%; } @media (max-width: 960px) { left: 90%; } @media (max-width: 640px) { left: 80%; } @media (max-width: 425px) { left: 70%; } } } .uk-light hr { border-top-color: rgba(255, 255, 255, .5); } /*-----Custom Sections-----*/ .core-grid-nautique{ border-bottom: 5px solid @nautique-red; h2 { font-family: 'Roboto', sans-serif !important; font-weight: 900; letter-spacing: 8px; } .overlay-target { background: linear-gradient(0deg, #231F20 -10%, transparent); transition: .4s ease-in-out all; } a:hover { .overlay-target { transform: translate(0%, 50%); } } } .diagonal-image-content { h2{ font-weight: bold; } .column-1 { filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.15)); .clip-path_1 { clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%); @media(max-width:960px) { clip-path: unset; } } } .column-2 { margin-left: -100px; filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.15)); @media(max-width:960px) { margin-left: unset; } .clip-path_2 { clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); background: @white; padding-left: 150px; @media(max-width:960px) { clip-path: unset; padding-left: 30px; } } } } .our-locations-4 { &_homepage { padding-top: 250px; padding-bottom: 250px; margin-top: -200px; } h2 { font-size: 4rem; line-height: 60px; } .el-item { .el-title { padding: 15px; border-bottom: 1px solid rgb(214, 214, 214); h3 { font-size: 1.2rem; } } } .uk-button-secondary { padding: 0 10px; } } .financing-bar-6 { .el-title { font-size: 4rem; } } .shop-nautique-section{ .boat-target{ transition: all ease .3s; transform: translateY(57px); } .button-grid{ opacity: 0; transition: all ease .3s; } .hover-target:hover{ .boat-target{ transform: translateY(0); } .button-grid{ opacity: 1 } } } // Pay Calc .financing-calculator { .number-input { position: relative; width: ~"calc(100% - 40px)"; padding: 6px 16px 4px 16px; border: 4px solid transparent; font-size: 16px; -moz-appearance: textfield; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ &::-webkit-outer-spin-button { -webkit-appearance: none; } &::-webkit-inner-spin-button { -webkit-appearance: none; } &:focus { border: @secondary 4px solid; outline: 0 !important; } } .input-container { position: relative; margin-bottom: 10px; .up-down-container { position: absolute; right: 0; top: 22px; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ a { display: block; height: 18px; width: 24px; position: relative; &.up { .uk-icon { position: relative; top: -5px; left: 4px; color: black; } } &.down { .uk-icon { position: relative; top: -5px; left: 4px; color: black; } } } } .form-label { font-size: 14px; } .form-sub-label { font-size: 14px; margin-top: 3px; margin-bottom: 0px; } } .summary-list { p { font-size: 16px; margin: 0px; } } } // BirdEye Less .page-id-594 { .uk-article-title { padding: 30px 0px; text-align: center; margin: 0px; } #tm-main { padding-top: 0px; background-color: #f3f3f3; .uk-margin-medium { margin-top: 0px !important; } .uk-container { max-width: none; } } .review-wrapper { max-width: 1000px; margin: auto; hr { display: none; } } .grid--1of3 { display: none; } .actionButtonWrapper { display: flex; justify-content: center; #LoadReviews { display: none; } a { margin: 0px 10px; border: none; overflow: visible; font: inherit; color: inherit; text-transform: none; -webkit-appearance: none; border-radius: 0; display: inline-block; box-sizing: border-box; padding: 0 30px; vertical-align: middle; font-size: .95rem; line-height: 38px; text-align: center; text-decoration: none; transition: .1s ease-in-out; transition-property: color,background-color,background-position,background-size,border-color,box-shadow; font-weight: 600; text-transform: uppercase; background-origin: border-box; background-color: @secondary; color: white !important; } } .visible-xs { display: none; } .block { article { background-color: white; padding: 20px; border-radius: 10px; border: 2px solid @primary; margin: 20px 0px; box-shadow: 0 5px 15px rgba(0,0,0,.3); } } .star-num { margin-left: 5px; font-size: 16px; img { position: relative; top: -2px; margin: 5px; height: 18px; filter: brightness(.25); } } .on-brand { font-size: 18px; a { color: @secondary !important; } } .date { font-size: 18px; margin-left: 5px; } .heading { font-size: 20px; font-weight: 600; } .content { font-size: 18px; } .powered { margin-top: 10px; display: flex; justify-content: center; img { height: unset; } } .block{img { height: 50px; width: auto; } } #tm-sidebar { display: none; } } /*-----Mobile Ctas-----*/ @media(max-width: 960px) { .mobile-cta { position: fixed; top: 88px; left: 0; border-radius: 0; width: 102%; z-index: 8999; } .mobile-cta a { padding: 0; border-radius: 0; } .mobile-cta a:nth-child(1) { padding: 0; border-radius: 0; border-right: 1px solid @white; } .tm-main { margin-top: 40px; } } /*-----Global Media Queries-----*/ @media (max-width: 1200px) {} @media (max-width: 960px) {} @media (max-width: 640px) { .tm-top { a { padding: 0 10px; } } .uk-button-secondary { padding: 0 5px; } } @media (max-width: 425px) {} /*-----Marine Manager-----*/ /*-----Horizontal Nav-----*/ .tm-header .uk-navbar-dropdown .uk-list .el-item { margin-top: 0; } /*-----Discover Inventory-----*/ .discover-inventory { // Slider Arrows .featured-slider { .uk-position-center-left-out { right: 97%; @media (max-width: 960px) { right: 90%; } } .uk-position-center-right-out { left: 97%; @media (max-width: 960px) { left: 90%; } } } .new-used { .uk-position-center-left-out { right: 93%; @media (max-width: 1250px) { right: 90%; } } .uk-position-center-right-out { left: 93%; @media (max-width: 1250px) { left: 90%; } } } } /*-----Forms-----*/ .gf_simple_horizontal { @media(max-width:960px) { .gform_body { display: flex !important; max-width: 100% !important; } .gfield_visibility_hidden { padding-right: 0 !important; } .spacer { padding-right: 0 !important; } .gfield { display: block !important; padding-bottom: 10px; } .gform_footer { display: flex !important; justify-content: center !important; max-width: unset !important; } } } .boat-single-form{ .gform_wrapper { margin-top: -20px!important; } } .get-more-info-form { .gform_footer { margin-top: 10px !important; padding: 0 !important; } .gform_footer input { border-radius: 5px !important; background-color: #000 !important; font-weight: bold !important; border: 1px solid @secondary !important; } .gform_wrapper select { height: 45px !important; } .gform_wrapper .ginput_container_select { margin-bottom: 16px; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper input[type=text] { height: 45px; margin-bottom: 16px; } .gform_wrapper.gravity-theme .gfield textarea.small { height: 65px !important; } .gform_wrapper.gravity-theme .gform_fields { row-gap: 0 !important; } .gform_wrapper.gravity-theme .gform_footer { justify-content: center; } .gfield_checkbox { display: flex; justify-content: space-between; margin-bottom: 10px; @media(max-width:1450px) { display: block !important; } @media(max-width:1200px) { display: flex !important; justify-content: space-between; } @media(max-width:500px) { display: block !important; } } .gfield_checkbox label { max-width: calc(100% - 0px) !important; font-size: 12px !important; } .gfield-choice-input { margin: 0px -2px 0px 7px !important; } @media(max-width: 1550px) { .gfield_checkbox { display: flex; justify-content: flex-start; .gchoice { @media(max-width:1450px) { float: left; margin: 0; width: 40%; } @media(max-width:1200px) { float: unset; margin: unset; width: unset; } @media(max-width:500px) { float: left; margin: 0; width: 40%; } } } } .gform_confirmation_wrapper { height: 300px; position: relative; } .gform_confirmation_message { position: absolute; top: 40px; } } /*-----Inventory Archive-----*/ // Css Updates to fix broken styles coming from the inventory cards // Inventory Archive Header #inventory-archive { @media(max-width:960px) { // Hide Mobile CTAs on inventory archive Margin Fix margin-top: -40px; } .h1-target { font-size: 2.3rem; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } // Inventory Feed Cards :root { --mm-cta-view-boat-bg: @secondary; --mm-cta-view-boat-bg-hover: darken(@secondary, 25%); --mm-cta-view-boat-text: @white; --mm-cta-check-availability-bg: var(--mm-cta-view-boat-bg); --mm-cta-check-availability-bg-hover: var(--mm-cta-view-boat-bg-hover); --mm-cta-check-availability-text: var(--mm-cta-view-boat-text); --mm-usage-badge-bg: rgb(242, 242, 242); --mm-usage-badge-shadow: transparent; --mm-usage-badge-text: lighten(@primary, 10%); --mm-title-link-hover: var(--mm-cta-view-boat-bg); --mm-monthly-payment-link: darken(@primary, 20%); --mm-cta-request-pricing-bg: darken(@primary, 20%); --mm-cta-request-pricing-shadow: @primary; --mm-cta-request-pricing-bg-hover: @secondary; --mm-cta-request-pricing-text: @white; --mm-featured-bg: @primary; --mm-featured-text: @white; --mm-featured-card-gradient-to-100: @muted; --mm-featured-card-gradient-via-50: @muted; --mm-filter-accent: darken(@primary, 20%); --mm-cta-show-more-bg: @primary; --mm-cta-show-more-bg-hover: darken(@primary, 20%); --mm-cta-show-more-text: @white; } // Empty Inventory .hits-empty-state { text-align: center; } .hits-empty-state-image { margin: auto; } /*-----Boat Single-----*/ #boat-single { .total-views-box { @keyframes pulse-orange { 0% { box-shadow: 0 0 0 0 rgba(0, 207, 255, 1); } 70% { box-shadow: 0 0 0 10px rgba(49, 155, 66, 0); } 100% { box-shadow: 0 0 0 0 rgba(49, 155, 66, 0); } } } .price-header span { border-bottom: 1px solid #fff; } .h1-target { font-size: 2rem; margin: 0; } @media(max-width: 1550px) { .h1-target { font-size: 2.5rem } } @media(max-width: 640px) { .h1-target { font-size: 2rem; margin-bottom: 20px; } } .banner-text { padding: 5px 10px; background: #1753c8; border-radius: 5px; color: #fff; font-size: 1.2rem; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .uk-card-default { box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); } .slideshow-panel { img { border-radius: 5px; } } .uk-button { border-radius: 5px !important; } .uk-list-striped { border-radius: 5px; border: 1px solid #ebebeb; } .uk-list-striped>:nth-of-type(odd) { background: #ebebeb; } .uk-list-striped>:nth-of-type(odd) { background: #fff; } .uk-list-striped li { justify-content: space-between; display: flex; font-weight: bold; } .form-panel { .gform_footer { margin-top: 10px !important; padding: 0 !important; } .gform_footer input { border-radius: 5px !important; background-color: #000 !important; font-weight: bold !important; } .gform_wrapper select { height: 45px !important; } .gform_wrapper .ginput_container_select { margin-bottom: 16px; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper input[type=text] { height: 45px; margin-bottom: 16px; } .gform_wrapper.gravity-theme .gfield textarea.small { height: 65px !important; } .gform_wrapper.gravity-theme .gform_fields { row-gap: 0 !important; } .gform_wrapper.gravity-theme .gform_footer { justify-content: center; } .gfield_checkbox { display: flex; justify-content: space-between; margin-bottom: 10px; } .gfield_checkbox label { max-width: calc(100% - 0px) !important; font-size: 14px; } .gfield_checkbox { display: flex; justify-content: space-between; } .gfield_checkbox label { max-width: calc(100% - 0px); font-size: 13px; } @media(max-width: 1550px) { .gfield_checkbox { display: block; .gchoice { float: left; max-width: unset; margin-left: 0%; width: 40%; } } } } .pay-calc-panel { .calculator-settings { margin: 25px auto !important; } .calc-subtotal { height: 100%; } .calc-subtotal-wrapper { height: 100%; } .calc-list-inner { height: 98%; } } .slideshow-panel { .uk-slidenav-container { position: relative; .uk-position-center-left { left: 10px; } } } .uk-slideshow{ min-height: 500px;} @media(max-width:980px){ .uk-slideshow{ min-height: 300px;} } } /*-----Brand Archive-----*/ // Brand Archive #brand-archive { .h1-target { span { display: block; font-weight: bold; &:nth-child(1) { font-size: 2.6rem; margin-bottom: 10px; } &:nth-child(2) { font-size: 1.5rem; } } } .brand-archive-header-2 .image-target { clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%); } .uk-navbar-nav>li>a { color: #fff!important; &:hover{ color: @secondary!important; } } } /*-----Manufacturer Single-----*/ /*-----Usage Single-----*/ /*-----Mobile Menu-----*/ /*-----Mobile Menu-----*/ #tm-dialog-mobile { .uk-offcanvas-bar .uk-subnav-pill>.uk-active>a{ background: @secondary; } background: @primary; top: 129px !important; &:not(.uk-open) { display: none!important; } .icon-target { width: 35px; } .mobile-subnavs .uk-offcanvas-bar { max-width: none !important; width: 100%; padding-top: 60px; } .mobile-subnavs .uk-offcanvas-close { left: 10px; right: auto; } .uk-nav-sub .logo-target { width: 30px; } .uk-navbar-toggle { color: @secondary; } .tm-header-mobile { .uk-navbar-left { img { height: 60px; padding: 5px 0px; width: auto; } } } #tm-dialog-mobile { background-color: @primary !important; z-index: 999 !important; } #custom_html-3 { margin-top: 10px; .toggle_sub { display: none !important; } .uk-nav-sub ul { padding-left: 0px; } ul.uk-nav-sub { padding-left: 0px !important; } .uk-nav-accordion>li>a { font-size: 20px; line-height: 22px; font-weight: 600; color: white; &:hover { color: @secondary; } } .uk-accordion>li { &>a { font-size: 18px; line-height: 20px; padding: 5px 0px; color: white; &:hover { color: @secondary; } } ul { font-size: 16px; font-weight: 600; p { font-weight: 500; color: white; } a:hover { color: @secondary; } } } .logo-square-container { width: 35px; padding: 4px; border-radius: 5px; background-color: white; &.supreme>* { max-height: 35px; } &>* { width: 100%; height: auto; } } .socials { .uk-icon { padding: 8px; } } .uk-offcanvas-bar:not(.no-image-back) { .image-container { background-color: white; border-radius: 5px; } } .uk-offcanvas { z-index: 9999 !important; } .uk-offcanvas-bar { background-color: @primary; h5 { width: 100%; border-bottom: 2px solid @secondary; font-size: 1.75rem; } .nav-divider { border-bottom: 2px solid @secondary; margin-bottom: 20px; } .brand-logo-container>* { max-width: 250px; width: 100%; } .image-container { padding: 5px; } .models-grid { p { font-size: 18px; } } } p { margin: 0px; color: white; } a { color: white; &:hover { color: @secondary !important; } } .uk-icon { color: white; } } } /*-----Sprites-----*/ //2024 Nautique Wake & Surf Sprite .nautique-wake-surf-paragon-g23, .nautique-wake-surf-paragon-g25, .nautique-wake-surf-super-air-nautique-g21, .nautique-wake-surf-super-air-nautique-g23, .nautique-wake-surf-super-air-nautique-g25, .nautique-wake-surf-super-air-nautique-s21, .nautique-wake-surf-super-air-nautique-s23, .nautique-wake-surf-super-air-nautique-s25 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2024/03/Nautique_Wake-Surf_Sprite_2024.png'); } .nautique-wake-surf-paragon-g23 { background-position: 0 0%; background-size: 100%; } .nautique-wake-surf-paragon-g25 { background-position: 0 14.285714%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-g21 { background-position: 0 28.571429%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-g23 { background-position: 0 42.857143%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-g25 { background-position: 0 57.142857%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-s21 { background-position: 0 71.428571%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-s23 { background-position: 0 85.714286%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-s25 { background-position: 0 100%; background-size: 100%; } //2024 Nautique Multi Sport Sprite .nautique-multi-sport-super-air-nautique-gs20, .nautique-multi-sport-super-air-nautique-gs22, .nautique-multi-sport-super-air-nautique-gs24 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2024/03/Nautique_Multi-Sport_Sprite_2024.png'); } .nautique-multi-sport-super-air-nautique-gs20 { background-position: 0 0%; background-size: 100%; } .nautique-multi-sport-super-air-nautique-gs22 { background-position: 0 50%; background-size: 100%; } .nautique-multi-sport-super-air-nautique-gs24 { background-position: 0 100%; background-size: 100%; } //2024 Nautique Ski Sprite .nautique-ski-ski-nautique, .nautique-ski-ski-nautique-200 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2024/03/Nautique_Ski_Sprite_2024.png'); } .nautique-ski-ski-nautique { background-position: 0 0%; background-size: 100%; } .nautique-ski-ski-nautique-200 { background-position: 0 100%; background-size: 100%; }