.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
    padding: 12px 0;
    align-items: center;
}

.rd-navbar-modern.rd-navbar-static .contacts-ruth {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (min-width: 1600px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.rd-navbar-fixed .rd-navbar-aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.rd-navbar-fixed .rd-navbar-panel {
    display: flex;
    align-items: center;
    width: 100%;
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 120px;
    max-height: 40px;
    height: auto;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand {
    height: auto;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
    max-height: 100px;
    width: auto;
}

.hero-video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content p {
    color: #ffffff;
}

.banner-play-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-family:
        "Poppins",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif;
}

.banner-play-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #ffffff;
    transform: scale(1.05);
}

.banner-play-btn svg {
    flex-shrink: 0;
}

.video-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    animation: video-modal-fade-in 0.3s ease;
}

@keyframes video-modal-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.video-modal-content {
    position: relative;
    width: 95vw;
    max-width: 1280px;
    border-radius: 8px;
    overflow: visible;
    background: transparent;
    animation: video-modal-scale-in 0.3s ease;
}

@keyframes video-modal-scale-in {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.video-modal-close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    z-index: 10;
}

.video-modal-close:hover {
    background: rgba(0, 0, 0, 0.6);
}

.video-modal-video {
    display: block;
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
}

.slick-vertical.slick-product {
    margin-right: 0;
}

@media (min-width: 992px) {
    .slick-vertical.slick-product {
        margin-right: 25px;
    }
}

@media (min-width: 1200px) {
    .slick-vertical.slick-product {
        margin-right: 38px;
    }
}

.product-gallery-main {
    position: relative;
    margin-bottom: 10px;
}

.product-gallery-main .slick-product-figure {
    position: relative;
    overflow: hidden;
    background: #f9faf9;
}

.product-gallery-main .slick-product-figure img {
    width: 100%;
    display: block;
}

.product-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.product-gallery-thumbs .product-gallery-thumb-item {
    cursor: pointer;
    transition: all 0.25s ease;
    border: 3px solid transparent;
    background: #f9faf9;
    opacity: 0.6;
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.product-gallery-thumbs .product-gallery-thumb-item.active {
    border-color: var(--primary-color, #8b7355);
    opacity: 1;
}

.product-gallery-thumbs .product-gallery-thumb-item:not(.active):hover {
    opacity: 0.9;
}

.product-gallery-thumbs .product-gallery-thumb-item img {
    width: 100%;
    display: block;
}

.spec-group {
    margin-bottom: 20px;
}

.spec-group:last-child {
    margin-bottom: 0;
}

.spec-group-title {
    font-weight: 600;
    color: #151515;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--primary-color, #8b7355);
    display: inline-block;
}

.spec-group .table,
.single-product-info > .table {
    width: 100%;
    table-layout: fixed;
}

.spec-group .table td,
.single-product-info > .table td {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.spec-group .table td:first-child,
.single-product-info > .table td:first-child {
    width: 35%;
    color: #666;
}

.spec-group .table td:last-child,
.single-product-info > .table td:last-child {
    color: #151515;
}

.list-social .icon {
    font-size: 24px;
    line-height: 32px;
}

.list-social .mdi-google-plus {
    font-size: 28px;
}

@media (min-width: 992px) {
    .section .row > .col-lg-4.col-xl-3 {
        position: sticky;
        top: 90px;
        align-self: flex-start;
        z-index: 10;
    }
}

.page {
    overflow-x: clip;
    overflow-y: visible;
}

.product-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.product-highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: #f9faf9;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.product-highlight-item:hover {
    background: #f3f0eb;
    transform: translateY(-2px);
}

.product-highlight-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color, #8b7355);
    color: #ffffff;
    font-size: 22px;
}

.product-highlight-icon .icon {
    line-height: 1;
}

.product-highlight-text h6 {
    font-size: 14px;
    font-weight: 600;
    color: #151515;
    margin-bottom: 2px;
    letter-spacing: 0.02em;
}

.product-highlight-text p {
    font-size: 13px;
    color: #777;
    margin-bottom: 0;
    line-height: 1.4;
    margin-top: 6px;
}

@media (max-width: 575.98px) {
    .product-highlights {
        grid-template-columns: 1fr;
    }
}

.product-related-articles-section {
    position: relative;
}

.product-related-articles-section .product-related-divider {
    border: none;
    border-top: 1px solid #e1e1e1;
    margin: 0 0 30px 0;
}

.product-related-article-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #f9faf9;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.product-related-article-item:hover {
    background: #f3f0eb;
}

.product-related-article-figure {
    flex-shrink: 0;
    display: block;
    width: 120px;
    height: 90px;
    border-radius: 6px;
    overflow: hidden;
}

.product-related-article-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-related-article-item:hover .product-related-article-figure img {
    transform: scale(1.05);
}

.product-related-article-body {
    flex: 1;
    min-width: 0;
}

.product-related-article-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color, #8b7355);
    margin-bottom: 4px;
}

.product-related-article-title {
    font-size: 15px;
    font-weight: 600;
    color: #151515;
    margin-bottom: 4px;
    line-height: 1.3;
}

.product-related-article-title a {
    color: inherit;
    transition: color 0.2s ease;
}

.product-related-article-title a:hover {
    color: var(--primary-color, #8b7355);
}

.product-related-article-excerpt {
    font-size: 13px;
    color: #777;
    margin-bottom: 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-related-article-time {
    font-size: 12px;
    color: #999;
}

@media (max-width: 575.98px) {
    .product-related-article-figure {
        width: 90px;
        height: 68px;
    }
}

.product-related-articles {
    padding: 40px 0;
}

.product-related-articles .post-classic-figure {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
}

.product-related-articles .post-classic-figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-related-articles .post-classic-figure:hover img {
    transform: scale(1.05);
}

.product-related-articles .post-classic-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color, #8b7355);
    margin-bottom: 8px;
}

.product-related-articles .post-classic-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-related-articles .post-classic-title a {
    color: #151515;
    transition: color 0.2s ease;
}

.product-related-articles .post-classic-title a:hover {
    color: var(--primary-color, #8b7355);
}

.product-related-articles .post-classic-time {
    font-size: 13px;
    color: #999;
}

.blog-related-products {
    margin-top: 10px;
}

.blog-product-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-decoration: none;
}

.blog-product-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.blog-product-card-image {
    position: relative;
    overflow: hidden;
    background: #f9faf9;
}

.blog-product-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-product-card:hover .blog-product-card-image img {
    transform: scale(1.05);
}

.blog-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: var(--primary-color, #8b7355);
}

.blog-product-card-body {
    padding: 16px;
}

.blog-product-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color, #8b7355);
    margin-bottom: 6px;
}

.blog-product-title {
    font-size: 15px;
    font-weight: 600;
    color: #151515;
    margin-bottom: 8px;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.blog-product-card:hover .blog-product-title {
    color: var(--primary-color, #8b7355);
}

.blog-product-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color, #8b7355);
}

.blog-product-price-original {
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    text-decoration: line-through;
    margin-left: 8px;
}

@media (max-width: 575.98px) {
    .blog-product-card-image img {
        height: 160px;
    }
}

/* .owl-style-9.swiper {
  padding-bottom: 80px;
} */

/* .owl-style-9 .swiper-wrapper {
  overflow: hidden;
} */

.owl-style-9 .swiper-pagination {
    position: relative !important;
    margin-top: 10px;
    bottom: auto !important;
    display: flex !important;
    justify-content: center;
}

.owl-style-9 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d7d7d7;
    opacity: 1;
    margin: 0 6px;
    transition: all 0.25s ease-in-out;
}

.owl-style-9 .swiper-pagination-bullet:hover,
.owl-style-9 .swiper-pagination-bullet:focus {
    background: var(--primary-color, #8b7355);
}

.owl-style-9 .swiper-pagination-bullet-active {
    background: var(--primary-color, #8b7355);
}

.owl-style-9 .swiper-slide {
    height: auto;
    padding: 20px 0 60px 0;
}

.owl-style-9 .product {
    height: 100%;
}

.product-title-clamp {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: 2.6em;
}

.product-desc-clamp {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 13px;
    line-height: 1.5;
    color: #777;
    margin-top: 6px;
    padding: 0 20px;
}

.owl-style-9 .product-figure {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 270px;
    margin: 0;
    padding: 0;
}

.owl-style-9 .product-figure img {
    width: 100%;
    object-fit: contain;
    margin: 0;
}

.owl-style-9 .product {
    padding: 0 0 30px 0;
}

.form-wrap:focus-within .form-label {
    opacity: 0;
}

.form-wrap .form-input:not(:placeholder-shown) ~ .form-label {
    opacity: 0;
}

.contact-alert {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 500;
    animation: contact-alert-slide 0.3s ease-out;
    white-space: nowrap;
}

.contact-alert svg {
    flex-shrink: 0;
}

.contact-alert span {
    flex: 1;
    min-width: 0;
    white-space: normal;
}

.contact-alert-success {
    background-color: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

.contact-alert-error {
    background-color: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

@keyframes contact-alert-slide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-icon-modern {
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.box-icon-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.box-icon-modern-sm {
    padding: 20px 15px;
    background: #fff;
    border-radius: 6px;
}

.box-icon-modern-header {
    margin-bottom: 15px;
}

.box-icon-classic-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color, #8b7355);
    border-radius: 50%;
    color: #fff;
}

.box-icon-classic-icon .icon {
    font-size: 24px;
    line-height: 1;
}

.box-icon-modern-sm .box-icon-classic-icon {
    width: 40px;
    height: 40px;
}

.box-icon-modern-sm .box-icon-classic-icon .icon {
    font-size: 20px;
}

.box-icon-modern-title {
    font-size: 18px;
    font-weight: 600;
    color: #151515;
    margin-bottom: 8px;
}

.box-icon-modern-sm .box-icon-modern-title {
    font-size: 15px;
    margin-bottom: 6px;
}

.box-icon-modern-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color, #8b7355);
    margin-bottom: 10px;
}

.box-icon-modern-text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}

.box-icon-modern-sm .box-icon-modern-text {
    font-size: 13px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.box-icon-modern-centered {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.box-icon-modern-centered .box-icon-modern-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.box-icon-modern-centered .box-icon-modern-title {
    margin-bottom: 0;
}

.quote-modern-fixed {
    height: 300px;
}

.solution-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
    padding-bottom: 40px;
}

.solution-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    border-radius: 12px 12px 0 0;
    z-index: 0;
}

.solution-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 0;
}

.solution-card-1::before,
.solution-card-2::before,
.solution-card-3::before {
    background: linear-gradient(135deg, var(--primary-color, #8b7355) 0%, #a08060 100%);
}

.solution-card-1::after,
.solution-card-2::after,
.solution-card-3::after {
    background: linear-gradient(
        90deg,
        var(--primary-color, #8b7355) 0%,
        #a08060 50%,
        var(--primary-color, #8b7355) 100%
    );
}

.solution-card-decor {
    position: absolute;
    z-index: 0;
}

.solution-card-decor-1 {
    top: 70px;
    right: 15px;
    width: 40px;
    height: 8px;
    border-radius: 4px;
    opacity: 0.3;
}

.solution-card-decor-2 {
    top: 85px;
    right: 25px;
    width: 25px;
    height: 6px;
    border-radius: 3px;
    opacity: 0.25;
}

.solution-card-decor-3 {
    bottom: 20px;
    left: 15px;
    width: 50px;
    height: 6px;
    border-radius: 3px;
    opacity: 0.2;
}

.solution-card-1 .solution-card-decor-1,
.solution-card-1 .solution-card-decor-2,
.solution-card-1 .solution-card-decor-3,
.solution-card-2 .solution-card-decor-1,
.solution-card-2 .solution-card-decor-2,
.solution-card-2 .solution-card-decor-3,
.solution-card-3 .solution-card-decor-1,
.solution-card-3 .solution-card-decor-2,
.solution-card-3 .solution-card-decor-3 {
    background: var(--primary-color, #8b7355);
}

.solution-card-header {
    position: relative;
    z-index: 1;
    padding: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.solution-card-icon .icon {
    font-size: 28px;
    line-height: 1;
    color: var(--primary-color, #8b7355);
}

.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.solution-card .box-icon-modern-title {
    margin-top: 10px;
}

.solution-card .box-icon-modern-subtitle {
    color: #666;
}

.solution-card .box-icon-modern-text {
    color: #555;
    line-height: 1.6;
}

.text-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}

.breadcrumbs-custom-title {
    text-transform: uppercase;
}

.solution-card-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.solution-card-decor {
    position: absolute;
    z-index: 0;
    background: var(--primary-color, #8b7355);
}

.solution-card-decor-1 {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 8px;
    border-radius: 4px;
    opacity: 0.2;
}

.solution-card-decor-2 {
    top: 30px;
    right: 25px;
    width: 25px;
    height: 6px;
    border-radius: 3px;
    opacity: 0.15;
}

.solution-card-decor-3 {
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 6px;
    border-radius: 3px;
    opacity: 0.15;
}

.solution-card-new:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.solution-card-new-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color, #8b7355);
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
}

.solution-card-new-icon .icon {
    font-size: 22px;
    line-height: 1;
}

.solution-card-new-body {
    flex: 1;
    min-width: 0;
}

.solution-card-new-title {
    font-size: 17px;
    font-weight: 600;
    color: #151515;
    margin-bottom: 6px;
}

.solution-card-new-subtitle {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-color, #8b7355);
    margin-bottom: 12px;
}

.solution-card-new-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: var(--primary-color, #8b7355);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.back-to-top .icon {
    font-size: 24px;
    line-height: 1;
}

.title-classic-subtitle {
    text-align: left;
}

/* End of stylesheet */

/* Product list page - product-modern unit-left width */
.product-modern .unit-left {
    width: 100%;
}

@media (min-width: 768px) {
    .product-modern .unit-left {
        width: 50%;
    }
}

/* ===== Mobile Responsive Fixes ===== */

/* Task 4: Mobile navbar collapse items smaller */
@media (max-width: 768px) {
    .rd-navbar-fixed .rd-navbar-collapse .contacts-ruth .unit {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .rd-navbar-fixed .rd-navbar-collapse .contacts-ruth .unit .icon {
        font-size: 16px;
    }
    .rd-navbar-fixed .rd-navbar-collapse .contacts-ruth .unit-body a {
        font-size: 12px;
    }
    .rd-navbar-fixed .rd-navbar-collapse .button {
        font-size: 11px;
        padding: 4px 12px;
    }
}

/* Task 5: Mobile banner title 3rem */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 3rem !important;
    }
}

/* Task 6: Mobile parallax section button centered */
@media (max-width: 768px) {
    .parallax-section .parallax-content .button {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .parallax-section .parallax-content .group-md {
        justify-content: center;
    }
}

/* Task 7: Mobile blog detail aside-title spacing below border */

.aside-title {
    margin-bottom: 18px;
}
@media (max-width: 768px) {
    .aside-title + .row,
    .aside-title + .group-tags,
    .aside-title + .recent-posts,
    .aside-title + .aside-products {
        margin-top: 12px;
    }
}

/* Blog detail Related Posts image container height */
.post-classic-figure {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    height: 300px;
}

.post-classic-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Home Blog & Articles - right side posts image height */
.post-nikki .unit-left {
    width: 50%;
}

.post-nikki .unit-left .post-nikki-figure {
    display: block;
    overflow: hidden;
    height: 215px;
    width: 100%;
}

.post-nikki .unit-left .post-nikki-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-nikki .unit-body {
    width: 50%;
}

.post-nikki .post-nikki-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 4;
}

/* Mobile - Home Blog & Articles right side posts */
@media (max-width: 768px) {
    .post-nikki .unit-left,
    .post-nikki .unit-body {
        width: 100%;
    }

    .post-nikki .unit-left .post-nikki-figure {
        height: 180px;
    }
}

/* Product detail - You May Also Like Swiper */
.related-products-swiper {
    padding-bottom: 50px;
}

.related-products-swiper .swiper-pagination {
    bottom: 0;
    position: relative;
    margin-top: 20px;
    display: block;
}

.related-products-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    opacity: 1;
    margin: 0 5px;
}

.related-products-swiper .swiper-pagination-bullet-active {
    background: var(--primary-color, #8b7355);
}

.related-products-swiper .product {
    margin: 0 auto;
    max-width: 280px;
}
