* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #ffffff;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 30px;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
}

.nav-menu {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.nav-menu li {
    margin-right: 25px;
    margin-bottom: 5px;
}

.nav-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.language {
    color: #333;
    font-weight: bold;
}

.main-content {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.product-image {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
}

.product-image img {
    max-width: 100%;
    height: auto;
}

.product-details {
    flex: 1 1 300px;
    padding-left: 0;
}

.product-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.new-tag {
    display: inline-block;
    background-color: #c32f27;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-id {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.product-id span {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.section-divider {
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
}

h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.model-compound {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.model-box, .compound-box {
    flex: 1 1 150px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.model-title, .compound-title {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.model-button {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.fits-section {
    margin-bottom: 30px;
}

.brand {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.caliper-detail {
    font-size: 14px;
    margin-bottom: 5px;
}

.caliper-model {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

.caliper-model li {
    margin-bottom: 5px;
    position: relative;
}

.caliper-model li:before {
    content: "■";
    position: absolute;
    left: -15px;
    color: #333;
}

.characteristics-section {
    margin-bottom: 30px;
}

.characteristics-list {
    list-style: none;
}

.characteristics-list li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.characteristics-list li:before {
    content: "■";
    position: absolute;
    left: 0;
    color: #333;
}

.performance-section {
    margin-bottom: 30px;
}

.performance-scale {
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.scale-info {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.rating-bar {
    flex: 1;
    height: 15px;
    background-color: #eee;
}

.rating-fill {
    height: 100%;
    background-color: #333;
}

.pads-section {
    margin-top: 30px;
}

.download-button {
    display: inline-block;
    background-color: #333;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 20px;
}

.file-info {
    font-size: 14px;
    margin-top: 15px;
    color: #555;
}

.print-info {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
}

.instructions-section {
    margin-top: 30px;
}



.video-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: #111;
    min-height: 200px;
  }

  .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
  }

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-button:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid white;
    border-bottom: 10px solid transparent;
    margin-left: 5px;
}

.bedding-section {
    margin-top: 30px;
}

.bedding-steps {
    margin-top: 20px;
}

.step {
    margin-bottom: 15px;
}

.note {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #f9f9f9;
    padding: 15px;
    margin-top: 20px;
    border-left: 3px solid #fee44b;
}

.note-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.disc-rs-logo {
    /* background-color: #fee44b; */
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid black;
}

.disc-rs-logo h3 {
    font-size: 28px;
    font-weight: bold;
}

.disc-rs-logo span {
    display: inline-block;
    background-color: #333;
    color: #fee44b;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 5px;
}

.read-more {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.rating-container {
    margin-top: 20px;
    width: 100%;
}

.rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.rating-label {
    width: 150px;
    font-size: 14px;
    margin-bottom: 5px;
}

.rating-value {
    width: 30px;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
}

/* Media Queries for Responsive Design */
@media (min-width: 768px) {
    .product-details {
        padding-left: 50px;
    }
}

@media (max-width: 992px) {
    .nav-menu {
        margin-top: 10px;
        justify-content: center;
    }
    
    .language {
        margin-top: 10px;
    }
    
    .navigation {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }
    
    .nav-menu {
        display: none;
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-menu li {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    
    .logo {
        margin-bottom: 10px;
    }
    
    .navigation {
        flex-direction: column;
    }
    
    .model-compound {
        flex-direction: column;
    }
    
    .model-box, .compound-box {
        width: 100%;
        margin-right: 0;
    }
    
    .rating-label, .rating-value, .rating-bar {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .rating-row {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .rating-bar {
        height: 10px;
    }
    
    .section-divider {
        margin: 20px 0;
    }
    
    h2 {
        font-size: 16px;
    }
    
    .product-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .container {
        width: 95%;
        padding: 0 10px;
    }
    
    .product-image {
        margin-bottom: 20px;
    }
    
    .download-button {
        width: 100%;
        text-align: center;
    }
    
    .note {
        padding: 10px;
    }
    
    .video-container {
        min-height: 150px;
    }
}



.product-gallery {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.thumbnail-container {
    width: 100px;
    padding: 10px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* overflow-y: auto; */
    max-height: 600px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    cursor: pointer;
    object-fit: cover;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.thumbnail:hover {
    transform: translateY(-2px);
}

.thumbnail.active {
    border-color: #ff6b6b;
}

.main-image-container {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.main-image {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    transition: transform 0.3s;
    cursor: zoom-in;
}

.zoom-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.zoomed-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.close-zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 18px;
}

.nav-btn:hover {
    background-color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-gallery {
        flex-direction: column-reverse;
    }
    
    .thumbnail-container {
        width: 100%;
        flex-direction: row;
        max-height: 120px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

