.sm-boat-single {
background: #020413;
color: #ffffff;
}
.sm-boat-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} .sm-boat-hero-section {
background: #020413;
color: white;
padding: 50px 0 40px;
}
.sm-boat-meta-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 40px;
}
.sm-boat-meta-info {
flex: 1;
}
.sm-boat-meta-label {
display: block;
font-size: 12px;
font-weight: 600;
color: #999;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 5px;
}
.sm-boat-model-header {
margin-bottom: 30px;
}
.sm-boat-model {
margin: 0;
font-size: 42px;
font-weight: 700;
letter-spacing: -1px;
color: #ffffff;
}
.sm-boat-meta-row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
.sm-boat-meta-item {
display: flex;
flex-direction: column;
}
.sm-boat-meta-value {
display: block;
font-size: 18px;
font-weight: 600;
margin-top: 5px;
}
.sm-boat-status-new {
color: #04372e;
background: #1C1E2B;
padding: 4px 12px;
border-radius: 4px;
display: inline-block;
width: fit-content;
font-weight: 700;
}
.sm-boat-status-pre-owned {
color: #999;
background: #1C1E2B;
padding: 4px 12px;
border-radius: 4px;
display: inline-block;
width: fit-content;
font-weight: 700;
}
.sm-boat-logo {
max-height: 60px;
display: flex;
align-items: center;
}
.sm-boat-logo img {
width: 60%;
max-height: 60px;
filter: brightness(0) invert(1);
} .sm-boat-brand-meta {
align-items: flex-start;
} .sm-boat-brand-section {
display: none;
}
.sm-boat-brand-logo-display {
display: flex;
justify-content: center;
align-items: center;
max-height: 80px;
}
.sm-boat-brand-logo-display img {
max-width: 200px;
max-height: 80px;
filter: brightness(0) invert(1);
object-fit: contain;
} .sm-boat-gallery-section {
background: #020413;
padding: 0;
margin-bottom: 40px;
}
.sm-boat-gallery {
display: flex;
flex-direction: column;
gap: 0;
align-items: stretch;
}
.sm-boat-hero-image {
width: 100%;
height: 500px;
overflow: hidden;
border-radius: 0;
background: #1a1a1a;
position: relative;
}
.sm-boat-hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: opacity 0.4s ease;
}
.sm-boat-gallery-thumbnails-wrapper {
background: #020413;
padding: 30px 0;
overflow: hidden;
}
.sm-boat-gallery-thumbnails {
display: flex;
gap: 15px;
padding: 0 50px;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
}
.sm-boat-gallery-thumbnails::-webkit-scrollbar {
height: 6px;
}
.sm-boat-gallery-thumbnails::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.1);
}
.sm-boat-gallery-thumbnails::-webkit-scrollbar-thumb {
background: #beaf93;
border-radius: 3px;
}
.sm-boat-gallery-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.5);
border: none;
color: white;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
transition: all 0.3s ease;
z-index: 10;
}
.sm-boat-gallery-nav:hover {
background: rgba(0, 0, 0, 0.8);
}
.sm-boat-gallery-nav.prev {
left: 0;
}
.sm-boat-gallery-nav.next {
right: 0;
}
.sm-boat-thumbnail {
flex-shrink: 0;
width: 100px;
height: 80px;
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 4px;
overflow: hidden;
cursor: pointer;
transition: all 0.3s ease;
opacity: 0.6;
}
.sm-boat-thumbnail:hover {
border-color: #beaf93;
opacity: 0.9;
transform: scale(1.05);
}
.sm-boat-thumbnail.active {
border-color: #beaf93;
opacity: 1;
}
.sm-boat-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .sm-boat-description-section {
background: transparent;
padding: 0 0 60px 0;
margin-bottom: 60px;
text-align: left;
}
.sm-boat-description {
font-size: 15px;
line-height: 1.8;
color: #999;
max-width: 100%;
margin: 0;
}
.sm-boat-description p {
margin-bottom: 15px;
}
.sm-boat-description p:last-child {
margin-bottom: 0;
}
.sm-boat-description ul,
.sm-boat-description ol {
margin-bottom: 15px;
padding-left: 20px;
}
.sm-boat-description li {
margin-bottom: 8px;
}
.sm-boat-description blockquote {
margin: 15px 0;
padding-left: 15px;
border-left: 3px solid #beaf93;
color: #999;
}
.sm-boat-description strong {
color: #ffffff;
font-weight: 600;
}
.sm-boat-description em {
font-style: italic;
}
.sm-boat-description a {
color: #beaf93;
text-decoration: none;
transition: all 0.2s ease;
}
.sm-boat-description a:hover {
text-decoration: underline;
}
.sm-boat-description-truncated {
display: none;
}
.sm-boat-description-truncated.open {
display: inline;
}
.sm-boat-read-more-trigger {
color: #beaf93;
cursor: pointer;
font-weight: 600;
margin-left: 5px;
display: inline-block;
}
.sm-boat-read-more-trigger.hidden {
display: none;
}
.sm-boat-read-less-bottom {
color: #beaf93;
cursor: pointer;
font-weight: 600;
text-decoration: none;
display: block;
margin-top: 20px;
transition: all 0.2s ease;
}
.sm-boat-read-less-bottom:hover {
text-decoration: underline;
} .sm-boat-stats-section {
background: #020413;
padding: 15px 20px;
margin: 0 auto 40px;
max-width: 900px;
}
.sm-boat-stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 40px;
text-align: center;
}
.sm-boat-stat {
display: flex;
flex-direction: column;
gap: 12px;
}
.sm-boat-stat-value {
font-size: 32px;
font-weight: 700;
color: #1a1a1a;
}
.sm-boat-stat-label {
font-size: 13px;
font-weight: 600;
color: #999;
text-transform: uppercase;
letter-spacing: 0.5px;
} .sm-boat-features-section,
.sm-boat-specs-section {
background: #020413;
padding: 0;
margin: 0;
}
.sm-boat-expandable {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-radius: 0;
overflow: hidden;
}
.sm-boat-expandable-header {
width: 100%;
padding: 25px 30px;
background: #020413;
border: none;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
font-size: 16px;
font-weight: 700;
color: #ffffff;
transition: all 0.2s ease;
}
.sm-boat-expandable-header:hover {
background: #0a0a1a;
}
.sm-boat-expandable-header h2 {
margin: 0;
font-size: 18px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.sm-boat-expand-icon {
font-size: 24px;
font-weight: 300;
color: #666;
transition: transform 0.3s ease;
}
.sm-boat-expandable.open .sm-boat-expand-icon {
transform: rotate(45deg);
color: #beaf93;
}
.sm-boat-expandable-content {
padding: 30px;
background: #0a0a1a;
} .sm-boat-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
.sm-boat-table tbody tr {
border-bottom: 1px solid #1a1a1a;
}
.sm-boat-table tbody tr:last-child {
border-bottom: none;
}
.sm-boat-table td {
padding: 15px 0;
vertical-align: middle;
}
.sm-boat-table-label {
width: 40%;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 13px;
padding-right: 30px;
}
.sm-boat-table-value {
color: #999;
font-size: 14px;
padding-left: 30px;
} .sm-boat-team-section {
background: #020413;
color: white;
padding: 108px 0 80px;
text-align: center;
border-bottom: none;
}
.sm-boat-team-section h2 {
margin: 0 0 60px 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #ffffff;
}
.sm-boat-contact-info-wrapper {
width: 100%;
text-align: center;
}
.sm-boat-contact-heading {
font-size: 28px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #ffffff;
margin: 0 0 15px 0;
}
.sm-boat-contact-subtext {
font-size: 16px;
line-height: 1.6;
color: #999;
margin: 0 0 60px 0;
}
.sm-boat-contact-info {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 50px;
padding: 40px 20px;
text-align: center;
max-width: 900px;
margin: 0 auto;
}
.sm-boat-contact-column {
padding: 0;
}
.sm-boat-contact-column h4 {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: #999;
margin: 0 0 12px 0;
}
.sm-boat-contact-column p {
margin: 0 0 8px 0;
font-size: 13px;
line-height: 1.5;
color: #ffffff;
}
.sm-boat-contact-column p:last-child {
margin-bottom: 0;
}
.sm-boat-contact-column a {
color: #ffffff;
text-decoration: underline;
transition: color 0.2s ease;
}
.sm-boat-contact-column a:hover {
color: #beaf93;
}
.sm-boat-team-content {
display: flex;
flex-direction: column;
gap: 80px;
align-items: center;
}
.sm-boat-team-image {
width: 100%;
max-width: 280px;
height: 280px;
border-radius: 50%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
flex-shrink: 0;
outline: 2px solid #ffffff;
outline-offset: 6px;
}
.sm-boat-team-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.sm-boat-team-form {
text-align: left;
width: 100%;
max-width: 900px;
background: #0E222D;
border: 1px solid #ffffff;
padding: 40px;
box-sizing: border-box;
} .sm-boat-team-form form,
.sm-boat-team-form .forminator-form {
background: transparent;
border: none;
padding: 0;
}
.sm-boat-team-form input,
.sm-boat-team-form textarea,
.sm-boat-team-form select {
width: 100% !important;
padding: 12px 15px !important;
margin-bottom: 15px !important;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
border-radius: 4px !important;
background: rgba(255, 255, 255, 0.05) !important;
color: #ffffff !important;
font-family: inherit !important;
box-sizing: border-box !important;
}
.sm-boat-team-form input::placeholder,
.sm-boat-team-form textarea::placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.sm-boat-team-form button,
.sm-boat-team-form input[type="submit"] {
background: #ffffff !important;
color: #020413 !important;
padding: 12px 30px !important;
border: none !important;
border-radius: 4px !important;
font-weight: 600 !important;
cursor: pointer !important;
transition: all 0.2s ease !important;
width: auto !important;
}
.sm-boat-team-form button:hover,
.sm-boat-team-form input[type="submit"]:hover {
background: #f0f0f0 !important;
transform: translateY(-2px) !important;
} @media (max-width: 1024px) {
.sm-boat-container {
max-width: 100%;
padding: 0 20px;
}
.sm-boat-hero-image {
height: 400px;
}
.sm-boat-logo img {
max-height: 50px;
}
.sm-boat-model {
font-size: 32px;
}
.sm-boat-gallery-thumbnails {
padding: 0 30px;
}
}
@media (max-width: 768px) {
.sm-boat-container {
padding: 0 15px;
} .sm-boat-hero-section {
padding: 30px 0 20px;
}
.sm-boat-model {
font-size: 24px;
margin-bottom: 20px;
}
.sm-boat-meta-header {
flex-direction: column;
gap: 15px;
}
.sm-boat-meta-row {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
.sm-boat-meta-label {
font-size: 11px;
}
.sm-boat-meta-value {
font-size: 16px;
} .sm-boat-hero-image {
height: 300px;
}
.sm-boat-gallery-thumbnails {
padding: 0 20px;
gap: 10px;
}
.sm-boat-thumbnail {
width: 70px;
height: 60px;
}
.sm-boat-gallery-nav {
width: 35px;
height: 35px;
font-size: 18px;
} .sm-boat-description-section {
padding: 0 0 40px 0;
margin-bottom: 40px;
}
.sm-boat-description {
font-size: 14px;
max-width: 100%;
} .sm-boat-stats-section {
padding: 10px 15px;
margin-bottom: 30px;
}
.sm-boat-stats {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.sm-boat-stat-value {
font-size: 24px;
}
.sm-boat-stat-label {
font-size: 12px;
} .sm-boat-features-section {
margin: 0;
gap: 0;
padding: 0;
margin-bottom: 30px;
}
.sm-boat-specs-section {
margin: 0;
gap: 0;
padding: 0;
}
.sm-boat-features-section .sm-boat-expandable {
border-bottom: 0;
}
.sm-boat-expandable {
margin: 0;
}
.sm-boat-expandable-header {
padding: 18px 20px;
}
.sm-boat-expandable-header h2 {
font-size: 16px;
}
.sm-boat-expandable-content {
padding: 20px;
}
.sm-boat-table-label {
width: 50%;
padding-right: 15px;
}
.sm-boat-table-value {
padding-left: 15px;
} .sm-boat-team-section {
padding: 60px 0 40px;
}
.sm-boat-team-section h2 {
font-size: 24px;
margin-bottom: 40px;
}
.sm-boat-team-content {
gap: 50px;
}
.sm-boat-team-image {
max-width: 200px;
height: 200px;
}
.sm-boat-team-form {
max-width: 100%;
} .sm-boat-contact-heading {
font-size: 20px;
}
.sm-boat-contact-subtext {
font-size: 14px;
margin-bottom: 40px;
}
.sm-boat-contact-info {
gap: 60px;
padding: 30px 15px;
}
.sm-boat-contact-column h4 {
font-size: 11px;
}
.sm-boat-contact-column p {
font-size: 12px;
}
}
@media (max-width: 480px) {
.sm-boat-container {
padding: 30px 12px 0 12px;
}
.sm-boat-contact-heading {
color: #C0AF93;
font-size: 20px;
}
.sm-boat-brand-meta {
display: none;
}
.sm-boat-brand-section {
display: block;
background: #020413;
padding: 40px 0;
margin-bottom: 40px;
text-align: center;
} .sm-boat-hero-section {
padding: 20px 0 15px;
}
.sm-boat-model {
font-size: 32px;
margin-bottom: 15px;
}
.sm-boat-meta-row {
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
.sm-boat-meta-label {
font-size: 10px;
}
.sm-boat-meta-value {
font-size: 14px;
} .sm-boat-gallery-section {
margin-bottom: 20px;
}
.sm-boat-hero-image {
height: 250px;
}
.sm-boat-gallery-thumbnails-wrapper {
padding: 15px 0;
}
.sm-boat-gallery-thumbnails {
padding: 0 15px;
gap: 8px;
}
.sm-boat-thumbnail {
width: 60px;
height: 50px;
flex-shrink: 0;
}
.sm-boat-gallery-nav {
width: 30px;
height: 30px;
font-size: 16px;
} .sm-boat-description {
font-size: 20px;
line-height: 1.6;
}
.sm-boat-read-more-trigger {
font-size: 12px;
margin-left: 3px;
} .sm-boat-stats-section {
padding: 10px 12px;
margin-bottom: 20px;
max-width: none;
}
.sm-boat-stats {
grid-template-columns: 1fr 1fr;
gap: 15px;
}
.sm-boat-stat-value {
font-size: 20px;
}
.sm-boat-stat-label {
font-size: 11px;
} .sm-boat-expandable-header {
padding: 15px 15px;
}
.sm-boat-expandable-header h2 {
font-size: 20px;
}
.sm-boat-expandable-content {
padding: 15px;
}
.sm-boat-table {
font-size: 12px;
}
.sm-boat-table-label {
width: 40%;
padding-right: 10px;
font-size: 11px;
}
.sm-boat-table-value {
padding-left: 10px;
font-size: 12px;
} .sm-boat-team-section {
padding: 40px 0 30px;
}
.sm-boat-team-section h2 {
font-size: 30px;
margin-bottom: 30px;
}
.sm-boat-team-content {
gap: 30px;
}
.sm-boat-team-image {
max-width: 150px;
height: 150px;
outline: 2px solid #ffffff;
outline-offset: 4px;
} .sm-boat-contact-info {
grid-template-columns: 1fr;
gap: 30px;
padding: 20px 10px;
}
.sm-boat-contact-heading {
font-size: 16px;
margin-bottom: 10px;
}
.sm-boat-contact-subtext {
font-size: 20px;
margin-bottom: 30px;
}
.sm-boat-contact-column h4 {
font-size: 10px;
margin-bottom: 10px;
}
.sm-boat-contact-column p {
font-size: 11px;
margin-bottom: 6px;
} .sm-boat-team-form {
max-width: 100%;
padding: 20px;
border: 1px solid rgba(255, 255, 255, 0.3);
}
.sm-boat-team-form input,
.sm-boat-team-form textarea {
font-size: 16px !important;
padding: 10px 12px !important;
margin-bottom: 10px !important;
}
.sm-boat-team-form button {
padding: 10px 20px !important;
font-size: 14px !important;
}
}