﻿@charset "UTF-8";.product-gallery{margin-bottom:30px;}.product-gallery .main-image{display:none;}.product-gallery .masonry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px;}.product-gallery .masonry-item{width:100%;margin-bottom:10px;cursor:pointer;transition:transform .3s ease;position:relative;aspect-ratio:1;overflow:hidden;}.product-gallery .masonry-item:hover{transform:translateY(-3px);}.product-gallery .masonry-item .image-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:6px;}.product-gallery .masonry-item img{width:100%;height:100%;object-fit:cover;display:block;}.product-gallery .masonry-item .image-name{position:absolute;bottom:0;left:0;right:0;padding:6px 8px;background:rgba(0,0,0,.1);color:#fff;font-size:14px;text-align:center;line-height:1.4;border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.product-gallery .masonry-item .image-caption{position:absolute;bottom:0;left:0;right:0;padding:6px;background:rgba(0,0,0,.6);color:#fff;font-size:12px;text-align:center;border-bottom-left-radius:6px;border-bottom-right-radius:6px;}@media(max-width:1200px){.product-gallery .masonry-grid{grid-template-columns:repeat(4,1fr);gap:8px;}}@media(max-width:768px){.product-gallery .masonry-grid{grid-template-columns:repeat(3,1fr);gap:8px;}}@media(max-width:480px){.product-gallery .masonry-grid{grid-template-columns:repeat(2,1fr);gap:6px;}}.product-info{padding:20px;background:#f8f9fa;border-radius:8px;}.product-info p{margin:8px 0;}.product-info h2{color:#333;margin-bottom:20px;}.product-info h3,.product-info h4{font-size:16px;color:#808080;position:relative;padding-left:10px;}.product-info h4 ::before{content:"";position:absolute;left:0;top:55%;transform:translateY(-50%);width:3px;height:20px;background:#91a0ac;}.product-info h3 strong,.product-info h4 strong{font-weight:400;font-size:25px;color:#000;}.product-info table{width:100%;border-collapse:collapse;margin:20px 0;}.product-info table th,.product-info table td{padding:12px;border:1px solid #dee2e6;}.product-info table th{background-color:#f8f9fa;font-weight:600;}.product-info img{width:100%;display:flex;flex-direction:column;border-radius:8px;box-shadow:0 2px 15px rgba(0,0,0,.1);}.product-features{margin:30px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:15px;}.feature-item{display:flex;align-items:center;margin-bottom:0;padding:10px;background:#fff;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.1);}.feature-item i{font-size:20px;color:#1bb1dc;margin-right:10px;min-width:24px;text-align:center;}.feature-item span{font-size:14px;}.back-to-products{margin-top:30px;}.breadcrumbs{position:relative;height:300px;display:flex;align-items:flex-start;padding-top:80px;background:url("../img/comp.webp") center center;background-size:cover;z-index:1;}.breadcrumbs::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(35,65,90,.7);z-index:-1;}.breadcrumbs .container{width:100%;}.breadcrumbs .breadcrumb{padding:0;margin:0;background:transparent;position:relative;}.breadcrumbs .breadcrumb-item{color:#fff;font-size:16px;}.breadcrumbs .breadcrumb-item a{color:rgba(255,255,255,.8);text-decoration:none;transition:all .3s ease;}.breadcrumbs .breadcrumb-item a:hover{color:#fff;}.breadcrumbs .breadcrumb-item.active{color:#fff;font-weight:500;}.breadcrumbs .breadcrumb-item+.breadcrumb-item::before{color:rgba(255,255,255,.6);content:">";padding:0 10px;}.product-details{padding:50px 0;}.product-intro{margin:40px 0;}.product-info h3{display:inline-block;margin-bottom:20px;margin-right:10px;color:#333;font-size:24px;font-weight:600;}.product-info h3 span{display:inline-block;padding-left:10px;color:#666;font-size:16px;font-weight:normal;vertical-align:middle;}.product-intro-content{display:flex;flex-direction:column;gap:20px;}.product-intro-text{width:100%;}.product-intro-text ul{padding-left:20px;margin-top:15px;}.product-intro-text li{margin-bottom:10px;line-height:1.6;}.product-intro-text p img{width:100%;display:flex;flex-direction:column;gap:20px;}.product-intro-image{width:100%;display:flex;flex-direction:column;gap:20px;}.product-intro-image .image-item{position:relative;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 15px rgba(0,0,0,.1);}.product-intro-image .image-item img{width:100%;height:auto;display:block;}.product-intro-image .image-caption{position:absolute;bottom:0;left:0;right:0;padding:10px 15px;background:rgba(0,0,0,.1);color:#fff;font-size:16px;text-align:center;}.info{margin-top:30px;margin-bottom:30px;}.section-bg{background:#f8f9fa;padding:60px 0;}.section-title{text-align:center;padding-bottom:40px;}.section-title h2{font-size:32px;font-weight:bold;text-transform:uppercase;margin-bottom:20px;padding-bottom:20px;position:relative;color:#23415a;}.section-title h2::after{content:'';position:absolute;display:block;width:50px;height:3px;background:#91a0ac;bottom:0;left:calc(50% - 25px);}.section-title p{margin-bottom:0;font-size:16px;color:#666;text-align:left;}.about-carousel{margin-bottom:30px;border-radius:8px;overflow:hidden;box-shadow:0 0 30px rgba(0,0,0,.1);position:relative;}.about-carousel .item{position:relative;width:100%;display:flex;align-items:center;justify-content:center;min-height:100px;}.about-carousel .item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;margin:0 auto;}.about-carousel .owl-nav{margin:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:2;}.about-carousel .owl-nav button{width:40px;height:40px;background:rgba(35,65,90,.5) !important;border-radius:50% !important;margin:0 15px;outline:none;pointer-events:auto;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#fff !important;}.about-carousel .owl-nav button:hover{background:rgba(35,65,90,.8) !important;}.about-carousel .owl-dots{position:absolute;bottom:20px;left:0;right:0;text-align:center;z-index:2;}.about-carousel .owl-dots .owl-dot{display:inline-block;margin:5px;}.about-carousel .owl-dots .owl-dot span{width:10px;height:10px;background:rgba(255,255,255,.5);border-radius:50%;display:block;transition:all .3s ease;}.about-carousel .owl-dots .owl-dot.active span{background:#fff;width:12px;height:12px;}.about-content{padding:30px;background:#fff;border-radius:8px;box-shadow:0 0 30px rgba(0,0,0,.1);}.about-content p{font-size:16px;line-height:1.8;color:#444;margin-bottom:20px;}.about-content img{max-width:100%;height:auto;margin:20px 0;border-radius:8px;}