*{box-sizing: border-box;}body {margin: 0;background-color: #f7f8fa;color: #1d1d1f;line-height: 1.6;overflow-x: hidden;}header {background-color: #16223a;border-bottom: 1px solid #24324f;padding: 0.8rem 1.5rem;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);position: relative;z-index: 100;}.top-bar {display: flex;align-items: center;justify-content: space-between;}.logo {font-size: 1.4rem;font-weight: 700;color: #ffffff;text-transform: uppercase;letter-spacing: 1px;cursor: pointer;}.logo a {text-decoration: none;color: inherit;}.search-container {position: relative;display: flex;align-items: center;}.search-btn {background-color: #1f2b47;border: 1px solid #2e4068;color: #f1f4ff;padding: 0.6rem 0.6rem;border-radius: 8px;cursor: pointer;font-size: 0.95rem;display: flex;align-items: center;gap: 0.5rem;transition: all 0.3s ease;overflow: hidden;}.search-btn.active {width: 250px;background-color: #fff;color: #16223a;}.search-btn input {border: none;outline: none;font-size: 0.95rem;flex-grow: 1;display: none;background: transparent;color: #16223a;}.search-btn.active input {display: inline;}.search-btn svg {width: 18px;height: 18px;flex-shrink: 0;}.search-overlay {display: none;position: fixed;top: 0;left: 0;right: 0;background: #fff;padding: 1rem;box-shadow: 0 4px 10px rgba(0,0,0,0.3);z-index: 200;animation: slideDown 0.3s ease forwards;}.search-overlay input {width: 100%;padding: 0.8rem 1rem;font-size: 1rem;border: 1px solid #ccc;border-radius: 8px;}@keyframes slideDown {from {transform: translateY(-100%);opacity: 0;}to {transform: translateY(0);opacity: 1;}}nav {display: flex;gap: 1.5rem;margin-top: 0.8rem;padding-left: 2rem;transition: all 0.3s ease;position: relative;}nav ul {list-style: none;margin: 0;padding: 0;display: flex;gap: 2rem;}nav li {position: relative;}nav > ul > li > a {text-decoration: none;color: #b9c4e0;font-size: 0.95rem;transition: color 0.2s ease;}nav > ul > li > a:hover {color: #ffffff;}.submenu {display: none;position: absolute;top: 100%;left: 0;background: #1c2b4f;border-radius: 8px;min-width: 160px;box-shadow: 0 4px 10px rgba(0,0,0,0.2);z-index: 10;flex-direction: column;padding: 0.5rem 0;}.submenu a {display: block;padding: 0.6rem 1rem;color: #cdd5e7;text-decoration: none;font-size: 0.9rem;transition: background 0.2s;}.submenu a:hover {background: #243861;color: #fff;}nav li:hover > .submenu {display: flex;}.burger {display: none;flex-direction: column;justify-content: center;gap: 4px;cursor: pointer;}.burger span {width: 25px;height: 3px;background: #fff;border-radius: 2px;transition: all 0.3s;}.burger.active span:nth-child(1) {transform: rotate(45deg) translate(5px, 5px);}.burger.active span:nth-child(2) {opacity: 0;}.burger.active span:nth-child(3) {transform: rotate(-45deg) translate(5px, -5px);}@media (max-width: 768px) {nav ul {flex-direction: column;align-items: center;margin: 0 auto;text-align: center;}nav:not(.breadcrumbs) {position: absolute;top: 100%;left: 0;right: 0;background: #1c2b4f;max-height: 0;overflow: hidden;}nav.open {max-height: 800px;padding: 1rem 0;}.burger {display: flex;}nav li:hover > .submenu {display: none;}.submenu {position: static;box-shadow: none;background: #243861;display: none;}nav li.open > .submenu {display: flex;}}main {padding: 3rem 2rem;max-width: 1200px;margin: 0 auto;}.breadcrumbs {font-size: 0.9rem;margin-bottom: 1.5rem;}.breadcrumbs a {color: #0e4d92;text-decoration: none;}.breadcrumbs span {color: #666;}.product-section {display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;gap: 2rem;}.product-info {flex: 1 1 450px;}.product-info h1 {font-size: 2.2rem;color: #16223a;margin-bottom: 0.5rem;}.summary-rating {font-size: 1.1rem;color: #555;margin-bottom: 1.5rem;}.summary-rating a {text-decoration: none;color: inherit;}.summary-rating .stars {color: #fbc02d;font-size: 1.3rem;}.price-box {display: flex;align-items: center;gap: 1rem;margin-bottom: 1rem;}.old-price {text-decoration: line-through;color: #888;}.new-price {font-size: 1.6rem;font-weight: 700;color: #0e4d92;}.discount {background: #e53935;color: #fff;padding: 0.3rem 0.6rem;border-radius: 6px;font-size: 0.85rem;}.buy-btn {background-color: #0e4d92;color: #fff;border: none;padding: 0.9rem 1.8rem;border-radius: 10px;cursor: pointer;font-size: 1rem;transition: background 0.3s ease;font-family: inherit;}.buy-btn:hover {background-color: #1565c0;}.form-caption {color: #333;text-align: end;margin: 1rem 0 0;font-size: 0.85rem;}.product-image {flex: 0 1 350px;text-align: center;position: relative;margin: 0 auto;}.anonimous-tip {position: absolute;inset-inline-end: 1.5rem;top: 1rem;padding: 0.1rem 0.5rem;background: #fbc02d;color: #000000;border-radius: 10px;font-size: .9rem;}.product-image img {width: 350px;height: 350px;object-fit: cover;border-radius: 16px;box-shadow: 0 4px 12px rgba(0,0,0,0.1);}@media (max-width:450px){.product-image img{width: 100%;height: auto;}}.buy-dropdown {position: relative;display: inline-block;}.buy-btn {background: #0e4d92;color: #fff;border: none;padding: 0.7rem 1rem;font-size: 1rem;border-radius: 10px;cursor: pointer;transition: background 0.25s;}.buy-btn:hover {background: #155fb4;}.buy-dropdown-menu {display: none;position: absolute;top: 110%;left: 0;background: #ffffff;border: 1px solid #d8d8d8;border-radius: 10px;box-shadow: 0 4px 14px rgba(0,0,0,0.15);min-width: 210px;overflow: hidden;z-index: 20;}.buy-dropdown-menu a {display: flex;color: #16223a;text-decoration: none;padding: 0.7rem 1rem;font-size: 0.95rem;transition: background 0.2s, color 0.2s;align-items: center;gap: 0.5rem;}.buy-dropdown-menu a:hover {background: #f1f4f8;color: #0e4d92;}.action-area{display: flex;gap: 0.5rem;flex-wrap: wrap;}#buyDropdownBtn{display: flex;gap: 0.5rem;background: #f7f8fa;border: 1px solid #0e4d92;color: #0e4d92;align-items: center;}@media (max-width: 600px) {.buy-dropdown-menu {min-width: 100%;left: 0;}#buyNowBtn{flex-grow: 1;}.buy-dropdown{margin: 0 auto;}}.reviews-section {max-width: 900px;margin: 4rem auto;padding: 2rem;background: #fff;border-radius: 16px;box-shadow: 0 4px 12px rgba(0,0,0,0.1);}.reviews-section h2 {text-align: center;color: #16223a;margin-bottom: 2rem;}.review {border-bottom: 1px solid #eee;padding: 1rem 0;}.review:last-child {border-bottom: none;}.review .review-author {margin: 0;color: #0e4d92;font-size: 1.2rem;font-weight:bold;}.review-date {font-size: 0.85rem;color: #7a869a;}.review .stars {font-size: 1.1rem;color: #fbc02d;}.review p {margin: 0.5rem 0;}.review-meta-info {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}.review-form {margin-top: 3rem;padding-top: 1rem;border-top: 2px solid #f0f0f0;}.review-form label {display: block;margin-top: 1rem;font-weight: 500;}.review-form input, .review-form textarea {width: 100%;padding: 0.7rem;border-radius: 6px;border: 1px solid #ccc;font-size: 1rem;}.review-form textarea {resize: vertical;height: 100px;font: inherit;}.star-rating {display: flex;gap: 5px;margin-top: 0.5rem;cursor: pointer;}.star-rating span {font-size: 1.5rem;color: #ccc;transition: color 0.2s ease;}.star-rating span.active {color: #fbc02d;}.review-form button {margin-top: 1.5rem;background-color: #0e4d92;color: white;border: none;padding: 0.9rem 1.5rem;border-radius: 8px;cursor: pointer;font-size: 1rem;font-family: inherit;}.review-form button:hover {background-color: #1565c0;}#show-more {background: #0e4d92;color: #fff;border: none;padding: 0.7rem 1rem;font-size: 1rem;border-radius: 10px;cursor: pointer;transition: background 0.25s;margin: 1rem auto 0;display: block;}.order-form-section {background: linear-gradient(135deg, #0e4d92, #3c78d8);width: 100%;margin-top: 4rem;padding: 4rem 2rem;box-shadow: 0 -2px 20px rgba(0,0,0,0.15);}.order-form {background: #ffffff;border-radius: 20px;box-shadow: 0 8px 20px rgba(0,0,0,0.15);max-width: 600px;margin: 0 auto;padding: 2.5rem;border: 3px solid #ffffff;outline: 3px solid rgba(255,255,255,0.5);position: relative;}.order-form-success {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;}.order-error {margin: 1rem 0 0;text-align: center;color: #ba4747;}.order-form-success:before {content: "";position: absolute;width: 20px;height: 40px;left: calc(50% - 8px);top: calc(50% - 22px);transform: rotate(45deg);border-right: 6px solid #57af51;border-bottom: 6px solid #57af51;}.order-form-success:after {content: "";position: absolute;width: 80px;height: 80px;left: calc(50% - 40px);top: calc(50% - 40px);border-radius: 50%;border: 6px solid #57af51;}.order-form h2 {margin-bottom: 1.5rem;margin-top: 0;color: #0e4d92;text-align: center;}.order-form label {display: block;margin-top: 1rem;}.order-form input {width: 100%;padding: 0.7rem;border-radius: 6px;border: 1px solid #ccc;font-size: 1rem;}.order-form button {margin-top: 1.5rem;width: 100%;background-color: #0e4d92;color: #fff;border: none;padding: 0.9rem 1.5rem;border-radius: 8px;cursor: pointer;font-size: 1.05rem;transition: background 0.3s ease;font-family: inherit;}button:disabled {background: #7d9fc4!important;}.order-form button:hover {background-color: #1565c0;}.info-section {max-width: 900px;margin: 4rem auto;padding: 0 1rem;}.info-section h2 {color: #16223a;margin-top: 2rem;}.info-section ul {list-style: disc;padding-left: 1.5rem;}.carousel-section {margin: 4rem 0;padding: 2rem;background: #ffffff;box-shadow: inset 0 0 10px rgba(0,0,0,0.05);position: relative;}.carousel-title {text-align: center;font-size: 1.6rem;color: #16223a;margin-bottom: 1.5rem;}.carousel {display: flex;overflow-x: auto;gap: 1.5rem;scroll-behavior: smooth;padding-bottom: 1rem;}.carousel-item {flex: 0 0 220px;background: #f8f9fb;border-radius: 12px;box-shadow: 0 2px 8px rgba(0,0,0,0.1);text-align: center;padding: 1rem;transition: transform 0.3s ease;}.carousel-item a {font-size: 1.1rem;font-weight: 700;text-decoration: none;color: #16223a;}.carousel-item:hover {transform: translateY(-4px);}.carousel-item img {width: 180px;height: 180px;object-fit: cover;border-radius: 8px;}.carousel-arrow {position: absolute;top: 50%;transform: translateY(-50%);background: #16223a;color: white;border: none;font-size: 1.5rem;border-radius: 50%;width: 40px;height: 40px;cursor: pointer;opacity: 0.8;z-index: 999;line-height: 1.5rem;}.carousel-arrow.left {left: 20px;}.carousel-arrow.right {right: 20px;}.carousel-arrow:hover {opacity: 1;}.modal {position: fixed;inset: 0;background: rgba(0,0,0,0.6);display: flex;align-items: center;justify-content: center;opacity: 0;pointer-events: none;transition: opacity 0.3s ease;z-index: 1000;}.modal.active {opacity: 1;pointer-events: all;}.modal-content {background: #fff;padding: 2rem 2.5rem;border-radius: 20px;box-shadow: 0 8px 20px rgba(0,0,0,0.2);width: 90%;max-width: 420px;animation: popup 0.35s ease;position: relative;}.modal-content h2 {margin-top: 0;color: #0e4d92;text-align: center;margin-bottom: 1rem;}.modal-content label {display: block;margin-top: 1rem;font-weight: 500;}.modal-content input {width: 100%;padding: 0.7rem;border-radius: 6px;border: 1px solid #ccc;font-size: 1rem;}.modal-content button:not(.modal-close) {margin-top: 1.5rem;width: 100%;background-color: #0e4d92;color: #fff;border: none;padding: 0.9rem;border-radius: 10px;font-size: 1rem;cursor: pointer;transition: background 0.3s ease;}.modal-content button:hover {background-color: #1565c0;}.modal-close {position: absolute;top: 12px;right: 15px;background: none;border: none;font-size: 1.5rem;cursor: pointer;color: #333;}@keyframes popup {from {transform: scale(0.9);opacity: 0;}to {transform: scale(1);opacity: 1;}}#scrollUp {position: fixed;bottom: 30px;right: 30px;background: #0e4d92;color: white;border: none;border-radius: 50%;width: 50px;height: 50px;font-size: 1.6rem;cursor: pointer;display: none;box-shadow: 0 4px 10px rgba(0,0,0,0.3);line-height: 1.6rem;}#scrollUp.show {display: block;}footer {margin-top: 4rem;padding: 1.5rem 2rem;text-align: center;background-color: #16223a;color: #b9c4e0;}.specs-table{width:100%;max-width:1000px;margin:30px auto;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(2,6,23,0.04)}.specs-table tr{border-bottom:1px solid #f1f5f9}.specs-table th, .specs-table td{padding:14px 16px;text-align:left;font-size:0.98rem;vertical-align:middle}.specs-table th{background:#0e4d92;color:#fff;width:36%;font-weight: 400;}.specs-table tr:last-child td{border-bottom:none}@media (max-width:768px){.specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td{display:block;width:100%;box-shadow: none;background: none;}.specs-table tr{margin-bottom:12px;border:1px solid #eef2f7;border-radius:10px;overflow:hidden}.specs-table th{background:#16223a;padding:10px 12px}.specs-table td{background:#fff;padding:10px 12px;border:none}.specs-table {margin: 30px 1rem;width: calc(100% - 2rem);}}.cookie-popup {position: fixed;bottom: 20px;right: 20px;background: #16223a;color: #fff;padding: 1rem 1.5rem;border-radius: 12px;box-shadow: 0 4px 10px rgba(0,0,0,0.3);max-width: 320px;z-index: 300;display: none;}.cookie-popup button {background: #0e4d92;color: #fff;border: none;padding: 0.5rem 1rem;border-radius: 6px;cursor: pointer;}.hero {background: linear-gradient(135deg, #0e4d92, #1c2b4f);color: #fff;border-radius: 20px;padding: 4rem 2rem;text-align: center;margin-bottom: 3rem;}.hero h1 {font-size: 2.5rem;margin-bottom: 1rem;}.hero p {font-size: 1.1rem;margin-bottom: 2rem;}.hero a {background: #fbc02d;border: none;padding: 0.8rem 1.6rem;border-radius: 8px;cursor: pointer;font-weight: 600;display: inline-block;text-decoration: none;color: #000;}.categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px,1fr));gap: 1.5rem;margin-bottom: 3rem;}.category {background: #fff;border-radius: 16px;text-align: center;padding: 1rem;box-shadow: 0 2px 6px rgba(0,0,0,0.1);transition: transform 0.3s;}.category a {text-decoration: none;color: inherit;}.category:hover {transform: translateY(-5px);}.category img {width: 100%;border-radius: 12px;margin-bottom: 0.5rem;}.product-reviews {background: #fff;border-radius: 16px;box-shadow: 0 4px 12px rgba(0,0,0,0.1);padding: 2rem;margin: 2rem 0;}.product-review {border-bottom: 1px solid #eee;padding: 1rem 0;}.product-review:last-child {border-bottom: none;}.product-review .product-name {color: #0e4d92;font-weight: 600;}.product-review .product-name a {text-decoration: none;color: inherit;}.stars {color: #fbc02d;}.main-product-review {border-bottom: 1px solid #eee;padding: 1rem 0;display: flex;align-items: center;gap: 1rem;}.filter-bar{display:flex;gap:.75rem;align-items:center;background:#fff;padding:.9rem;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.06);flex-wrap:wrap;margin-bottom:1rem;}.filter-left{display:flex;gap:.6rem;align-items:center;flex:1}.filter-right{display:flex;gap:.6rem;align-items:center}.filter-bar input[type="text"]{padding:.6rem .8rem;border:1px solid #ddd;border-radius:8px;width:100%;max-width:360px;}.filter-bar select{padding:.6rem;border-radius:8px;border:1px solid #ddd;}.results-count{color:#666;font-size:.95rem;white-space: nowrap;}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1rem;}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s;}.product-card:hover{transform:translateY(-6px)}.product-card .media{height:200px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden;}.product-card img{width:100%;height:100%;object-fit:cover}.product-card .body{padding:12px;flex:1;display:flex;flex-direction:column;}.product-card h3{margin:0 0 .4rem;font-size:1.05rem;color:#0e4d92;}.product-card h3 a {text-decoration: none;color: inherit;}.meta{display:flex;gap: 1rem;align-items:center;margin-top:auto;flex-wrap: wrap;}.price{font-weight:700;color:#0e4d92;font-size:1.05rem}.btn{background:#0e4d92;color:#fff;border:none;padding:.55rem .65rem;border-radius:8px;cursor:pointer;margin-left: auto;}a.btn{line-height: 1rem;font-size: 0.85rem;text-decoration: none;}button {font-family: inherit;}.small-muted{font-size:.9rem;color:#777}.product-reviews{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);padding:1rem;margin-top:2rem;}.product-review{border-bottom:1px solid #f1f1f1;padding:.8rem 0}.product-review:last-child{border-bottom:none}.product-name{font-weight:600;color:#0e4d92;font-size: 1.2rem;}.product-name a {text-decoration: none;color: inherit;}.main-product-review p {margin: 0.5rem 0;}@media (max-width:768px){main {padding: 1rem;}.product-info h1 {margin: 0 0 0.5rem;font-size: 1.6rem;}html{font-size:15px;}.order-form-section{padding: 3rem 1rem;margin-top: 2rem;}.order-form{padding: 1.5rem;}.order-form h2{margin-top: 0;}.info-section {margin: 2rem auto;}.modal-content{padding: 2rem 1.5rem;}.breadcrumbs {padding: 0;margin: 0.5rem 0px;gap: 0.7rem;flex-wrap: wrap;}.hero{padding: 1rem;}.hero h1{margin-top: 0.5rem;font-size: 1.3rem;}.product-card .media{height:150px}.filter-bar{padding:.6rem}.main-product-review{flex-wrap: wrap;}.main-product-review>img{margin: 0 auto;}}