@charset "UTF-8";
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;color:#2a2a2a;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1240px;margin:0 auto;padding:0 24px}
.muted{color:#6b6b6b}
.breadcrumb{padding:14px 0;font-size:13px;color:#6b6b6b;background:#fafafa;border-bottom:1px solid #e4e6ea}
.breadcrumb a:hover{color:#7ab47f}
.breadcrumb span{margin:0 8px;color:#bbb}
header{background:#fff;position:sticky;top:0;z-index:9999}
header .header-inner{display:flex;align-items:center;padding:12px 24px;gap:24px}
header .logo{display:flex;align-items:center;flex-shrink:0}
header .logo .logo-img{height:52px;width:auto}
header .header-nav{flex-shrink:0}
header .header-nav ul{display:flex;gap:28px;list-style:none;white-space:nowrap}
header .header-nav a{font-weight:500;color:#454545;font-size:15px;transition:color 0.2s}
header .header-nav a:hover{color:#7ab47f}
header .header-search{flex:1;display:flex;align-items:center;max-width:420px;margin-left:auto;position:relative}
header .header-search-input{width:100%;height:40px;padding:0 42px 0 14px;border:1px solid #e4e6ea;border-radius:8px;font-size:14px;font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;color:#2a2a2a;background:#f2f3f5;outline:none;transition:border-color 0.2s,background 0.2s,box-shadow 0.2s}
header .header-search-input::placeholder{color:#6b6b6b}
header .header-search-input:focus{border-color:#7ab47f;background:#fff;box-shadow:0 0 0 3px rgba(154,208,158,0.2)}
header .header-search-btn{position:absolute;right:0;top:0;height:40px;width:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#6b6b6b;border-radius:0 8px 8px 0;transition:color 0.2s}
header .header-search-btn:hover{color:#454545}
header .header-cta{display:flex;align-items:center;gap:12px;flex-shrink:0}
header .header-menu-btn{display:none;background:none;border:1px solid #e4e6ea;border-radius:6px;padding:8px;cursor:pointer;color:#454545;align-items:center;justify-content:center;transition:border-color 0.2s,background 0.2s}
header .header-menu-btn:hover{border-color:#454545;background:#f2f3f5}
header .header-menu-btn .icon-close{display:none}
header .header-menu-btn[aria-expanded="true"] .icon-menu{display:none}
header .header-menu-btn[aria-expanded="true"] .icon-close{display:block}
header .cart-btn{background:#454545;color:#fff;padding:10px 18px;border-radius:6px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:background 0.2s;white-space:nowrap}
header .cart-btn:hover{background:#2e2e2e}
header .categories-grid{margin-bottom:0}
header .mobile-menu{display:none;border-top:1px solid #e4e6ea;background:#fff;padding:16px 0 20px}
header .mobile-menu.is-open{display:block}
header .mobile-menu>.container{display:flex;flex-direction:column;gap:16px}
header .mobile-menu-nav{display:flex;flex-direction:column}
header .mobile-menu-nav a{display:block;padding:12px 4px;font-size:16px;font-weight:500;color:#454545;border-bottom:1px solid #e4e6ea;transition:color 0.15s,padding-left 0.15s}
header .mobile-menu-nav a:last-child{border-bottom:none}
header .mobile-menu-nav a:hover{color:#7ab47f;padding-left:8px}
@media (max-width:900px){header .header-nav{display:none}header .header-menu-btn{display:flex}header .header-search{max-width:280px}}
@media (max-width:520px){header .header-search{display:none}.mobile-menu-search{display:flex;position:relative}.mobile-menu-search .header-search-input{max-width:100%}}
@media (max-width:520px){header .cart-btn span{display:none}header .cart-btn{padding:10px 12px}}
.product-wrap{display:grid;grid-template-columns:1fr 2fr;gap:40px;padding:40px 24px 60px}
.gallery .main-img{border:1px solid #e4e6ea;border-radius:10px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#9aa0a6;font-size:14px;position:relative;overflow:hidden;cursor:zoom-in}
.gallery .main-img .zoom-hint{position:absolute;top:12px;right:12px;background:rgba(0,0,0,0.6);color:#fff;padding:6px 10px;border-radius:4px;font-size:12px;display:flex;align-items:center;gap:6px;opacity:0;transition:opacity 0.2s}
.gallery .main-img:hover .zoom-hint{opacity:1}
.gallery .thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.gallery .thumb{aspect-ratio:1;border:1px solid #e4e6ea;border-radius:6px;cursor:pointer;transition:border-color 0.2s}
.gallery .thumb:hover,.gallery .thumb.active{border-color:#7ab47f}
.product-info .badge{display:inline-block;background:#9AD09E;color:#2e2e2e;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
.product-info .badge-placeholder{display:inline-block;height:22px;margin-bottom:14px}
.product-info .variant-select{margin:0 0 20px;display:flex;flex-direction:column;gap:6px}
.product-info .variant-select label{font-size:13px;color:#6b6b6b;text-transform:uppercase;letter-spacing:0.5px}
.product-info .variant-select select{padding:10px 40px 10px 12px;border:1.5px solid #e4e6ea;border-radius:6px;font-size:15px;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1.5 6 6.5 11 1.5'/></svg>") no-repeat right 14px center;color:#454545;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}
.product-info .variant-select select::-ms-expand{display:none}
.product-info .variant-select select:focus{border-color:#7ab47f}
.product-info h1{font-family:"Oswald",sans-serif;font-size:42px;line-height:1.1;color:#454545;margin-bottom:8px}
.product-info .subtitle{font-size:18px;color:#6b6b6b;margin-bottom:20px}
.product-info .short-desc{font-size:15px;color:#4a4a4a;padding:16px 0;border-top:1px solid #e4e6ea;border-bottom:1px solid #e4e6ea;margin-bottom:24px}
.product-info .price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:6px}
.product-info .price-row.price-row-dph{display:block}
.product-info .price{font-family:"Oswald",sans-serif;font-size:46px;font-weight:700;color:#454545}
.product-info .price-old{font-size:18px;color:#b0b0b0}
.product-info .vat{font-size:13px;color:#6b6b6b;margin-bottom:18px}
.product-info .availability{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-size:14px}
.product-info .availability strong{color:#454545}
.product-info .dot{width:10px;height:10px;border-radius:50%;background:#7ab47f;box-shadow:0 0 0 4px rgba(154,208,158,0.3)}
.product-info .dot.dot-order{background:#f5a524;box-shadow:0 0 0 4px rgba(245,165,36,0.25)}
.product-info .info-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:4px;color:#888;cursor:pointer;outline:none}
.product-info .info-tooltip:hover,.product-info .info-tooltip:focus,.product-info .info-tooltip.is-open{color:#f5a524}
.product-info .info-tooltip:hover .info-tooltip-content,.product-info .info-tooltip:focus .info-tooltip-content,.product-info .info-tooltip.is-open .info-tooltip-content{opacity:1;visibility:visible;transform:translate(-50%,0)}
.product-info .info-tooltip .info-tooltip-content{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%,6px);width:240px;padding:10px 12px;background:#fff;color:#333;font-size:13px;line-height:1.45;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,0.12);opacity:0;visibility:hidden;transition:opacity 0.15s,transform 0.15s,visibility 0.15s;z-index:10;pointer-events:auto}
.product-info .info-tooltip .info-tooltip-content a{color:#f5a524;font-weight:600;text-decoration:none;white-space:nowrap}
.product-info .info-tooltip .info-tooltip-content a:hover{text-decoration:underline}
.product-info .info-tooltip .info-tooltip-content::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#fff}
.product-info .actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.product-info .qty{display:flex;border:1.5px solid #e4e6ea;border-radius:6px;overflow:hidden}
.product-info .qty button{background:#f7f8fa;border:0;width:42px;height:52px;font-size:20px;cursor:pointer;color:#454545}
.product-info .qty input{width:56px;border:0;text-align:center;font-size:16px;font-weight:600;outline:none}
.product-info .add-cart{background:#9AD09E;color:#2e2e2e;padding:0 28px;height:52px;border:0;border-radius:6px;font-weight:700;font-size:15px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:background 0.2s,transform 0.1s;text-transform:uppercase;letter-spacing:0.5px}
.product-info .add-cart:hover{background:#7ab47f}
.product-info .add-cart:active{transform:translateY(1px)}
.gallery .main-img img,.gallery .thumb img,.acc-img img{width:100%;height:100%;object-fit:contain;display:block}
.product-card-img img{width:100%;height:auto;display:block}
@media (max-width:900px){.product-wrap{grid-template-columns:1fr;gap:28px}.product-info h1{font-size:32px}.product-info .price{font-size:36px}}
.info-section{background:#e1f3e3;padding:60px 0;color:#e8e8e8}
.info-section h2{font-family:"Oswald",sans-serif;color:#fff;font-size:28px;margin-bottom:20px;letter-spacing:0.5px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:28px}
.grid-1{display:grid;grid-template-columns:1fr;gap:28px;margin-bottom:28px}
.card{background:#fff;color:#2a2a2a;border-radius:10px;padding:28px 30px;box-shadow:0 8px 24px rgba(0,0,0,0.1)}
.card h3{font-family:"Oswald",sans-serif;font-size:22px;color:#454545;margin-bottom:18px;padding-bottom:12px;border-bottom:3px solid #9AD09E;display:inline-block}
.specs{width:100%;border-collapse:collapse}
.specs tr{border-bottom:1px solid #e4e6ea}
.specs tr:last-child{border-bottom:0}
.specs td{padding:10px 0;font-size:14px;vertical-align:top}
.specs td:first-child{color:#6b6b6b;width:38%;white-space:nowrap}
.specs td:last-child{font-weight:600;text-align:right;padding-left:12px}
.package-list{list-style:none}
.package-list li{padding:10px 0 10px 28px;position:relative;border-bottom:1px solid #e4e6ea;font-size:14px}
.package-list li:last-child{border-bottom:0}
.package-list li::before{content:"✓";position:absolute;left:0;top:10px;color:#7ab47f;font-weight:700}
.accessories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.acc-item{display:block;background:#fafbfc;border:1px solid #e4e6ea;border-radius:8px;padding:16px;text-align:center;transition:transform 0.2s,box-shadow 0.2s;cursor:pointer;text-decoration:none;color:inherit}
.acc-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.1)}
.acc-item .acc-img{aspect-ratio:1;border-radius:6px;margin-bottom:12px}
.acc-item .acc-name{font-size:14px;font-weight:600;color:#454545;margin-bottom:6px}
.acc-item .acc-price{font-family:"Oswald",sans-serif;font-size:18px;color:#7ab47f;font-weight:700}
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review{background:#fafbfc;border:1px solid #e4e6ea;border-radius:8px;padding:22px}
.review .review-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.review .review-author{font-weight:600;color:#454545;font-size:14px}
.review .stars{color:#f5b301;font-size:14px;letter-spacing:2px}
.review .review-text{font-size:14px;color:#4a4a4a;line-height:1.6}
.review .review-date{font-size:12px;color:#6b6b6b;margin-top:10px}
.gallery .main-img img,.gallery .thumb img,.acc-img img,.product-card-img img{width:100%;height:100%;object-fit:contain;display:block}
@media (max-width:900px){.grid-2{grid-template-columns:1fr}.accessories-grid{grid-template-columns:repeat(2,1fr)}.reviews{grid-template-columns:1fr}}
@media (max-width:520px){.accessories-grid{grid-template-columns:1fr 1fr}}
.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:32px}
.category-tile{display:flex;align-items:center;gap:14px;background:#7ab47f;border:1px solid #7ab47f;border-radius:10px;padding:14px 16px;justify-content:center;text-decoration:none;color:#2e2e2e;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:0.5px;text-align:center;transition:border-color 0.2s,box-shadow 0.2s,background 0.2s}
.category-tile:hover,.category-tile.active{background:#60a566;border-color:#60a566;box-shadow:0 2px 8px rgba(0,0,0,0.06)}
.category-tile.active{border-width:2px}
.category-tile.active .category-tile-icon{border-color:#9AD09E;background:#e0f0e1}
.category-tile .category-tile-icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center}
.category-tile .category-tile-icon img{max-width:100%;max-height:100%;object-fit:contain;display:block}
.category-tile .category-tile-name{line-height:1.3}
.category-header{margin-bottom:28px}
.category-header .page-title{margin-bottom:8px}
.category-description{font-size:15px;color:#6b6b6b;max-width:680px;line-height:1.6}
.no-products{padding:60px 0;text-align:center;color:#6b6b6b;font-size:15px}
.no-products p{margin-bottom:20px}
.btn-back{display:inline-flex;align-items:center;gap:8px;background:#454545;color:#fff;padding:10px 20px;border-radius:6px;font-weight:600;font-size:14px;text-decoration:none;transition:background 0.2s}
.btn-back:hover{background:#2e2e2e}
@media (max-width:900px){.categories-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:520px){.categories-grid{grid-template-columns:repeat(2,1fr)}}
.search-header{margin-bottom:28px}
.search-header .page-title{margin-bottom:6px}
.search-count{font-size:15px;color:#6b6b6b}
.products-page{padding:30px 24px 60px}
.products-page .page-title{font-family:"Oswald",sans-serif;font-size:36px;color:#454545;margin-bottom:28px}
.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.product-card{display:grid;grid-template-columns:140px 1fr;gap:20px;background:#fff;border:1px solid #e4e6ea;border-radius:10px;padding:18px;text-decoration:none;color:inherit;transition:transform 0.2s,box-shadow 0.2s,border-color 0.2s}
.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.1);border-color:#7ab47f}
.product-card .product-card-img{border-radius:8px;display:flex;align-items:center;justify-content:center}
.product-card .product-card-body{display:flex;flex-direction:column;justify-content:center}
.product-card .product-card-title{font-family:"Oswald",sans-serif;font-size:22px;line-height:1.2;color:#454545;margin-bottom:6px}
.product-card .product-card-subtitle{font-size:14px;color:#6b6b6b;margin-bottom:16px}
.product-card .product-card-price{display:flex;align-items:baseline;gap:8px}
.product-card .product-card-price .price{font-family:"Oswald",sans-serif;font-size:22px;font-weight:700;color:#454545}
.product-card .product-card-price .price-vat{font-size:14px;color:#6b6b6b}
.product-card-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.product-card-badge{display:inline-block;background:#9AD09E;color:#2e2e2e;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.product-card-badge--orange{background:#dda24c;color:#fff}
.products-grid--home .product-card:first-child{grid-column:1 / -1;grid-template-columns:1fr 2fr;padding:18px 28px}
.products-grid--home .product-card:first-child .product-card-img{background:transparent}
.products-grid--home .product-card:first-child .product-card-title{font-size:28px}
@media (max-width:900px){.products-grid{grid-template-columns:1fr}.product-card{grid-template-columns:110px 1fr}.products-grid--home .product-card:first-child{grid-template-columns:110px 1fr}}
@media (max-width:520px){.product-card{grid-template-columns:1fr}}
.product-card--promo{background:radial-gradient(circle at 25% 15%,rgba(154,208,158,0.22),transparent 55%),radial-gradient(circle at 80% 85%,rgba(154,208,158,0.14),transparent 50%),#fff;border-color:#e4e6ea;display:flex;align-items:center;justify-content:center;font-family:"Oswald",sans-serif;font-size:18px;font-weight:700;color:#2e2e2e;text-transform:uppercase;letter-spacing:1px;text-align:center;cursor:default;min-height:120px}
.products-explore-panel{position:relative;background:#2e2e2e;border-radius:14px;padding:40px 48px;margin-top:20px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:32px}
.products-explore-panel::before,.products-explore-panel::after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.products-explore-panel::before{width:320px;height:320px;background:rgba(154,208,158,0.07);right:280px;top:-120px}
.products-explore-panel::after{width:240px;height:240px;background:rgba(154,208,158,0.05);right:60px;bottom:-100px}
.products-explore-text{position:relative;z-index:1}
.products-explore-eyebrow{font-size:12px;font-weight:600;color:#9AD09E;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}
.products-explore-title{font-family:"Oswald",sans-serif;font-size:34px;color:#fff;line-height:1.1;letter-spacing:0.5px}
.products-explore-btn{position:relative;z-index:1;flex-shrink:0;display:inline-flex;align-items:center;gap:10px;background:#9AD09E;color:#2e2e2e;padding:14px 28px;border-radius:8px;font-family:"Oswald",sans-serif;font-size:18px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:0.5px;transition:background 0.2s,transform 0.15s}
.products-explore-btn:hover{background:#7ab47f;transform:translateY(-2px)}
.products-explore-btn svg{transition:transform 0.2s}
.products-explore-btn:hover svg{transform:translateX(4px)}
@media (max-width:900px){.products-explore-panel{flex-direction:column;align-items:flex-start;padding:32px 28px}}
@media (max-width:900px){.products-tiles{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.products-tiles{grid-template-columns:1fr}}
.pagination{display:flex;justify-content:center;gap:6px;margin-top:40px;list-style:none;padding:0;flex-wrap:wrap}
.pagination li>a,.pagination li>span{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:8px;font-size:14px;font-weight:500;border:1px solid #e4e6ea;color:#454545;background:#fff;transition:background 0.2s,border-color 0.2s,color 0.2s;text-decoration:none}
.pagination li>a:hover{border-color:#7ab47f;background:#e8f5e9;color:#454545}
.pagination li.active>span,.pagination li.active>a{background:#454545;color:#fff;border-color:#454545;cursor:default}
.pagination li.disabled>span,.pagination li.disabled>a{color:#6b6b6b;pointer-events:none;opacity:0.45}
.cart-page{padding:30px 24px 60px}
.cart-page .page-title{font-family:"Oswald",sans-serif;font-size:36px;color:#454545;margin-bottom:28px}.empty-cart{position:relative;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;background:radial-gradient(circle at 30% 20%,rgba(154,208,158,0.18),transparent 55%),radial-gradient(circle at 80% 80%,rgba(154,208,158,0.12),transparent 50%),#fff;border:1px solid #e4e6ea;padding:60px 24px}
.empty-cart-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;max-width:620px;color:#9AD09E;opacity:0.18;pointer-events:none}
.empty-cart-bg svg{width:100%;height:auto;display:block}
.empty-cart-content{position:relative;z-index:1;text-align:center;max-width:520px}
.empty-cart-eyebrow{display:inline-block;font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:#7ab47f;background:rgba(154,208,158,0.25);padding:6px 14px;border-radius:999px;margin-bottom:18px}
.empty-cart-title{font-family:"Oswald",sans-serif;font-size:44px;line-height:1.1;color:#454545;margin:0 0 14px}
.empty-cart-text{font-size:15px;line-height:1.6;color:#6b6b6b;margin:0 0 28px}
.empty-cart-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#9AD09E;color:#2e2e2e;font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;font-weight:700;font-size:15px;text-decoration:none;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,0.08);transition:background 0.15s,transform 0.15s,box-shadow 0.15s}
.empty-cart-btn svg{transition:transform 0.2s}
.empty-cart-btn:hover{background:#7ab47f;transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,0.12)}
.empty-cart-btn:hover svg{transform:translateX(3px)}
@media (max-width:520px){.empty-cart{min-height:calc(100vh - 160px);padding:40px 16px}.empty-cart-title{font-size:32px}.empty-cart-bg{width:90%}}.order-success-page{padding:30px 24px 60px}
.order-success{position:relative;min-height:calc(100vh - 240px);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;background:radial-gradient(circle at 25% 15%,rgba(154,208,158,0.22),transparent 55%),radial-gradient(circle at 80% 85%,rgba(154,208,158,0.14),transparent 50%),#fff;border:1px solid #e4e6ea;padding:60px 24px}
.order-success-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;max-width:560px;color:#9AD09E;opacity:0.12;pointer-events:none}
.order-success-bg svg{width:100%;height:auto;display:block}
.order-success-content{position:relative;z-index:1;text-align:center;max-width:640px;width:100%}
.order-success-check{width:92px;height:92px;margin:0 auto 22px;border-radius:50%;background:rgba(154,208,158,0.25);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(122,180,127,0.25)}
.order-success-check svg{width:64px;height:64px}
.order-success-check .check-circle{stroke:#7ab47f;stroke-width:2.5;stroke-dasharray:160;stroke-dashoffset:160;animation:oc-circle 0.55s ease-out 0.1s forwards}
.order-success-check .check-mark{stroke:#7ab47f;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60;animation:oc-mark 0.35s ease-out 0.55s forwards}
@keyframes oc-circle{to{stroke-dashoffset:0}}
@keyframes oc-mark{to{stroke-dashoffset:0}}
.order-success-eyebrow{display:inline-block;font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:#7ab47f;background:rgba(154,208,158,0.25);padding:6px 14px;border-radius:999px;margin-bottom:16px}
.order-success-title{font-family:"Oswald",sans-serif;font-size:40px;line-height:1.1;color:#454545;margin:0 0 14px}
.order-success-text{font-size:15px;line-height:1.6;color:#6b6b6b;margin:0 auto 24px;max-width:520px}
.order-success-number{display:inline-flex;flex-direction:column;align-items:center;gap:4px;padding:12px 28px;background:#fff;border:1px dashed #7ab47f;border-radius:10px;margin-bottom:28px}
.order-success-number-label{font-size:11px;letter-spacing:0.18em;text-transform:uppercase;color:#6b6b6b;font-weight:600}
.order-success-number-value{font-family:"Oswald",sans-serif;font-size:22px;color:#454545;letter-spacing:0.04em}
.order-success-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 32px;text-align:left}
.order-success-step{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff;border:1px solid #e4e6ea;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.06)}
.order-success-step strong{display:block;font-size:14px;color:#454545;margin-bottom:2px}
.order-success-step span{display:block;font-size:13px;color:#6b6b6b;line-height:1.45}
.order-success-step-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:rgba(154,208,158,0.25);color:#7ab47f;display:flex;align-items:center;justify-content:center}
.order-success-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:22px}
.order-success-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#9AD09E;color:#2e2e2e;font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;font-weight:700;font-size:15px;text-decoration:none;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,0.08);transition:background 0.15s,transform 0.15s,box-shadow 0.15s}
.order-success-btn svg{transition:transform 0.2s}
.order-success-btn:hover{background:#7ab47f;transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,0.12)}
.order-success-btn:hover svg{transform:translateX(3px)}
.order-success-btn-ghost{display:inline-flex;align-items:center;padding:14px 24px;background:transparent;color:#454545;font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;font-weight:600;font-size:15px;text-decoration:none;border-radius:10px;border:1px solid #e4e6ea;transition:background 0.15s,border-color 0.15s}
.order-success-btn-ghost:hover{background:#f2f3f5;border-color:#454545}
.order-success-help{font-size:13px;color:#6b6b6b;margin:0}
.order-success-help a{color:#7ab47f;font-weight:600;text-decoration:none}
.order-success-help a:hover{text-decoration:underline}
@media (max-width:900px){.order-success-steps{grid-template-columns:1fr}}
@media (max-width:520px){.order-success{min-height:calc(100vh - 160px);padding:40px 16px}.order-success-title{font-size:30px}.order-success-bg{width:90%}}
.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}
.cart-main{display:flex;flex-direction:column;gap:20px}.cart-block{background:#fff;border:1px solid #e4e6ea;border-radius:10px;padding:22px 24px}
.cart-block-head{display:flex;align-items:center;gap:12px;margin-bottom:18px;position:relative;z-index:0}
.cart-block-head .step-num{width:30px;height:30px;border-radius:50%;background:#9AD09E;color:#2e2e2e;font-family:"Oswald",sans-serif;font-weight:700;font-size:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.cart-block-head .cart-block-title{font-family:"Oswald",sans-serif;font-size:22px;color:#454545;margin:0}.cart-items{display:flex;flex-direction:column;gap:14px}
.cart-item{display:grid;grid-template-columns:90px 1fr auto auto;gap:18px;align-items:center;padding:14px;border:1px solid #e4e6ea;border-radius:8px;background:#fafbfc}
.cart-item .cart-item-img{aspect-ratio:1;border-radius:6px}
.cart-item .cart-item-info{display:flex;flex-direction:column}
.cart-item .cart-item-title{font-family:"Oswald",sans-serif;font-size:18px;line-height:1.2;color:#454545;margin:0 0 4px}
.cart-item .cart-item-subtitle{font-size:13px;color:#6b6b6b;margin:0 0 8px}
.cart-item .cart-item-remove{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;font-size:13px;color:#6b6b6b;cursor:pointer;align-self:flex-start;transition:color 0.15s}
.cart-item .cart-item-remove:hover{color:#c0392b}
.cart-item .cart-item-qty{display:inline-flex;align-items:center;border:1px solid #e4e6ea;border-radius:8px;overflow:hidden;background:#fff}
.cart-item .cart-item-qty .qty-btn{width:32px;height:36px;background:#fff;border:0;font-size:18px;color:#454545;cursor:pointer;transition:background 0.15s}
.cart-item .cart-item-qty .qty-btn:hover{background:#9AD09E}
.cart-item .cart-item-qty .qty-input{width:64px;height:36px;border:0;text-align:center;font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;font-size:15px;font-weight:600;color:#454545;padding:0 4px}
.cart-item .cart-item-price{text-align:right;min-width:100px}
.cart-item .cart-item-price .price{display:block;font-family:"Oswald",sans-serif;font-size:18px;font-weight:700;color:#454545}
.cart-item .cart-item-price .price-vat{font-size:12px;color:#6b6b6b}.option-list{display:flex;flex-direction:column;gap:10px}
.option{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid #e4e6ea;border-radius:8px;cursor:pointer;transition:border-color 0.15s,background 0.15s;background:#fff}
.option:hover{border-color:#7ab47f}
.option input[type="radio"]{accent-color:#7ab47f;width:18px;height:18px;flex-shrink:0}
.option .option-body{display:flex;flex-direction:column;flex:1}
.option .option-title{font-weight:600;font-size:15px;color:#454545}
.option .option-desc{font-size:13px;color:#6b6b6b;margin-top:2px}
.option .option-price{font-family:"Oswald",sans-serif;font-weight:700;font-size:17px;color:#454545}
.option:has(input[type="radio"]:checked){border-color:#7ab47f;background:rgba(154,208,158,0.12)}.cart-subhead{font-family:"Oswald",sans-serif;font-size:16px;font-weight:700;color:#454545;margin:18px 0 10px;text-transform:uppercase;letter-spacing:0.04em}
.cart-subhead:first-child{margin-top:0}
.cart-subhead .cart-subhead-note{font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;font-size:12px;font-weight:400;text-transform:none;color:#6b6b6b;letter-spacing:0;margin-left:6px}
.d-none{display:none !important}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.form-grid-company{margin-top:14px;padding-top:14px;border-top:1px dashed #e4e6ea}
.form-field{display:flex;flex-direction:column}
.form-field label{font-size:13px;font-weight:500;color:#454545;margin-bottom:6px}
.form-field input,.form-field select,.form-field textarea{font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;font-size:14px;color:#2a2a2a;background:#fff;border:1px solid #e4e6ea;border-radius:8px;padding:10px 12px;transition:border-color 0.15s,box-shadow 0.15s}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#7ab47f;box-shadow:0 0 0 3px rgba(154,208,158,0.25)}
.form-field input::placeholder,.form-field select::placeholder,.form-field textarea::placeholder{color:#919191}
.form-field textarea{resize:vertical}
.form-field-wide{grid-column:1 / -1}
.form-field-full{margin-top:14px;display:flex;flex-direction:column}
.form-field-full label{font-size:13px;font-weight:500;color:#454545;margin-bottom:6px}
.form-field-full textarea{font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;font-size:14px;color:#2a2a2a;background:#fff;border:1px solid #e4e6ea;border-radius:8px;padding:10px 12px;resize:vertical}
.form-field-full textarea:focus{outline:none;border-color:#7ab47f;box-shadow:0 0 0 3px rgba(154,208,158,0.25)}
.form-toggle{display:flex;align-items:flex-start;gap:10px;margin-top:16px;font-size:14px;color:#454545;cursor:pointer}
.form-toggle input[type="checkbox"]{accent-color:#7ab47f;width:16px;height:16px;margin-top:2px;flex-shrink:0}.cart-summary{background:#fff;border:1px solid #e4e6ea;border-radius:10px;padding:22px;position:sticky;top:100px}
.cart-summary .summary-title{font-family:"Oswald",sans-serif;font-size:22px;color:#454545;margin-bottom:16px}
.cart-summary .summary-items{list-style:none;padding:0;margin:0 0 4px}
.cart-summary .summary-items li{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:13px;color:#6b6b6b;padding:6px 0}
.cart-summary .summary-items li em{font-style:normal;color:#454545}
.cart-summary .summary-items li strong{color:#454545;font-weight:600;white-space:nowrap;text-align:right;min-width:80px}
.cart-summary .summary-items .summary-item-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}
.cart-summary .summary-items .summary-item-name{color:#454545;font-weight:500;line-height:1.3}
.cart-summary .summary-items .summary-item-variant{font-size:12px;color:#6b6b6b;line-height:1.3}
.cart-summary .summary-row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:#6b6b6b;margin-bottom:8px}
.cart-summary .summary-row strong{color:#454545;font-weight:600}
.cart-summary .summary-divider{height:1px;background:#e4e6ea;margin:12px 0}
.cart-summary .summary-total{font-size:16px;color:#454545;margin-bottom:18px}
.cart-summary .summary-total strong{font-family:"Oswald",sans-serif;font-size:24px;color:#454545}
.cart-summary .summary-terms{margin-top:0;margin-bottom:14px;font-size:13px;color:#6b6b6b}
.cart-summary .summary-terms a{color:#7ab47f;text-decoration:underline}
.cart-summary .btn-checkout,.cart-summary .btn-continue{display:block;text-align:center;text-decoration:none;padding:13px 18px;border-radius:8px;font-weight:600;font-size:15px;width:100%;border:0;cursor:pointer;font-family:"Inter",system-ui,-apple-system,Arial,sans-serif;transition:background 0.15s,transform 0.15s,border-color 0.15s}
.cart-summary .btn-checkout{background:#9AD09E;color:#2e2e2e;margin-bottom:10px}
.cart-summary .btn-checkout:hover{background:#7ab47f;transform:translateY(-1px)}
.cart-summary .btn-continue{background:transparent;color:#454545;border:1px solid #e4e6ea}
.cart-summary .btn-continue:hover{border-color:#454545}
.cart-summary .summary-note{display:flex;align-items:flex-start;gap:8px;margin-top:16px;padding:12px;background:#f2f3f5;border-radius:8px;font-size:13px;color:#6b6b6b;line-height:1.4}
.cart-summary .summary-note svg{flex-shrink:0;margin-top:1px;color:#7ab47f}@media (max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto auto;row-gap:12px}.cart-item .cart-item-img{grid-row:1 / 3}.cart-item .cart-item-qty{grid-column:1 / -1;justify-self:start}.cart-item .cart-item-price{grid-column:1 / -1;text-align:left}.form-grid{grid-template-columns:1fr}.option{flex-wrap:wrap}.option .option-price{margin-left:auto}}
@media (max-width:520px){.cart-page .page-title{font-size:28px}.cart-block{padding:18px}}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,0.9);display:none;align-items:center;justify-content:center;z-index:1000;padding:40px}
.lightbox.open{display:flex}
.lightbox .lightbox-img{max-width:90vw;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,0.5)}
.lightbox .lb-close,.lightbox .lb-prev,.lightbox .lb-next{position:absolute;background:rgba(255,255,255,0.1);color:#fff;border:0;width:48px;height:48px;border-radius:50%;cursor:pointer;font-size:22px;display:flex;align-items:center;justify-content:center;transition:background 0.2s}
.lightbox .lb-close:hover,.lightbox .lb-prev:hover,.lightbox .lb-next:hover{background:rgba(255,255,255,0.25)}
.lightbox .lb-close{top:24px;right:24px}
.lightbox .lb-prev{left:24px;top:50%;transform:translateY(-50%)}
.lightbox .lb-next{right:24px;top:50%;transform:translateY(-50%)}
.lightbox .lb-counter{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,0.5);padding:6px 14px;border-radius:20px;font-size:13px}
footer{background:#2e2e2e;color:#bbb;padding:40px 0 20px;font-size:14px}
footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:30px}
footer .footer-grid h4{color:#fff;font-family:"Oswald",sans-serif;margin-bottom:14px;font-size:16px;letter-spacing:0.5px}
footer .footer-grid ul{list-style:none}
footer .footer-grid li{margin-bottom:8px}
footer .footer-grid a:hover{color:#9AD09E}
footer .copyright{border-top:1px solid #444;padding-top:20px;text-align:center;font-size:13px;color:#888}
@media (max-width:900px){footer .footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){footer .footer-grid{grid-template-columns:1fr}}