:root{--bg:#0a0a0b;--panel:#151518;--line:#2a2a2e;--text:#f6f6f6;--muted:#a9a9b1;--orange:#ff6418;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f6f6f7;color:#151515;line-height:1.6}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}.topbar{background:#050505;color:#bbb;font-size:12px;border-bottom:1px solid #222}.topbar .wrap{display:flex;justify-content:space-between;padding:8px 0}.site-header{position:sticky;top:0;z-index:50;background:rgba(10,10,11,.97);border-bottom:1px solid #242428}.header-inner{height:86px;display:flex;align-items:center;gap:25px}.brand img,.custom-logo{width:160px;max-height:74px;object-fit:contain}.main-nav{margin-left:auto}.main-nav ul{list-style:none;display:flex;gap:25px;padding:0;margin:0}.main-nav a{color:#fff;font-weight:800;font-size:14px}.main-nav a:hover{color:var(--orange)}.cart-link{background:var(--orange);color:white;padding:11px 15px;font-weight:800}.cart-link b{background:#fff;color:#111;border-radius:50%;padding:2px 6px}.menu-toggle{display:none;background:none;border:0;color:white;font-size:28px}.hero{background:radial-gradient(circle at 75% 35%,#302016 0,#121214 35%,#070708 75%);color:white;min-height:650px;display:flex;align-items:center;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:30px}.eyebrow{color:var(--orange);font-weight:900;letter-spacing:2px;font-size:13px}.hero h1{font-size:clamp(54px,8vw,105px);line-height:.88;margin:15px 0 24px;letter-spacing:-5px}.hero h1 em{font-style:normal;color:var(--orange)}.hero p{font-size:20px;color:#c9c9cf;max-width:680px}.hero-art img{width:100%;filter:drop-shadow(0 20px 40px #000)}.hero-actions{display:flex;gap:12px;margin:30px 0}.btn{display:inline-block;background:var(--orange);color:#fff;padding:14px 22px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;border:0}.btn.ghost{background:transparent;border:1px solid #57575d}.hero-badges{display:flex;gap:20px;color:#ddd;font-size:14px;flex-wrap:wrap}.section{padding:80px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section h2,.page-hero h1{font-size:clamp(34px,5vw,62px);line-height:1;margin:8px 0;font-weight:950;letter-spacing:-2px}.benefits{background:#111113;color:white;padding:55px 0}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefits article{border-left:3px solid var(--orange);padding:6px 18px}.benefits b{color:var(--orange);font-size:12px}.benefits h3{margin:4px 0}.benefits p{color:#aaa}.dark{background:#0b0b0c;color:white}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.spec-card{background:#171719;border:1px solid #2b2b30;padding:30px}.spec-card li{margin:10px 0;color:#ccc}.page-hero{background:#111;color:white;padding:70px 0}.content{max-width:900px}.content h2{font-size:32px;margin-top:35px}.content h3{font-size:23px;margin-top:28px}.content a{color:#e7500d;text-decoration:underline}.footer{background:#050505;color:#bbb;padding-top:60px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:50px}.footer h3,.footer h4{color:white}.footer ul{list-style:none;padding:0}.footer li{margin:8px 0}.footer-bottom{border-top:1px solid #222;margin-top:45px;padding:20px;text-align:center;font-size:13px}.wa{position:fixed;right:20px;bottom:20px;z-index:60;background:#26d366;color:#fff;border-radius:999px;padding:13px 18px;font-weight:900;box-shadow:0 8px 24px #0005}.tebra-trustbar{display:flex;gap:20px;background:#111;color:#fff;padding:12px 18px;margin-bottom:25px;font-size:13px;flex-wrap:wrap}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:20px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#fff;border:1px solid #dedee3;padding:15px;transition:.2s}.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0001}.woocommerce ul.products li.product img{aspect-ratio:4/3;object-fit:contain;background:#f1f1f2}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:19px!important;color:#111}.woocommerce .price{color:#e7500d!important;font-weight:900!important;font-size:19px!important}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--orange)!important;color:#fff!important;border-radius:0!important;padding:13px 17px!important}.woocommerce div.product{background:#fff;padding:25px}.woocommerce div.product .product_title{font-size:40px}.tebra-safety{margin-top:28px;padding:20px;background:#f6f6f6;border-left:4px solid var(--orange)}.woocommerce-message,.woocommerce-info{border-top-color:var(--orange)!important}.woocommerce-message:before,.woocommerce-info:before{color:var(--orange)!important}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border-radius:0}.shop_table{background:#fff}.checkout .form-row input,.checkout .form-row textarea,.checkout .form-row select,.woocommerce form .form-row input.input-text{padding:12px;border:1px solid #ccc}.wp-block-button__link{border-radius:0;background:var(--orange)}
@media(max-width:850px){.topbar .wrap{display:block;text-align:center}.header-inner{height:74px}.brand img,.custom-logo{width:125px}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;top:74px;left:0;right:0;background:#0b0b0c;padding:20px}.main-nav.open{display:block}.main-nav ul{display:block}.main-nav li{padding:10px 0;border-bottom:1px solid #222}.cart-link{font-size:0;padding:10px}.cart-link:before{content:'🛒';font-size:20px}.cart-link b{font-size:12px}.hero{min-height:auto;padding:70px 0}.hero-grid,.split{grid-template-columns:1fr}.hero-art{order:-1}.hero-art img{max-height:280px}.hero h1{letter-spacing:-3px}.benefits-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:1fr 1fr}.section{padding:55px 0}}
@media(max-width:520px){.wrap{width:min(100% - 24px,var(--max))}.hero h1{font-size:52px}.hero p{font-size:17px}.hero-actions{display:grid}.benefits-grid,.woocommerce ul.products{grid-template-columns:1fr}.section-head{display:block}.tebra-trustbar{display:grid;gap:4px}.wa{right:12px;bottom:12px}.woocommerce div.product{padding:12px}.woocommerce div.product .product_title{font-size:30px}}

/* Center product cards and remove browser list markers in the shop archive. */
.woocommerce ul.products{
 grid-template-columns:repeat(auto-fit,minmax(280px,360px));
 justify-content:center;
 padding:0!important;
 list-style:none!important;
}

.woocommerce ul.products li.product{list-style:none!important;}
@media(max-width:520px){.woocommerce ul.products{grid-template-columns:1fr;}}

/* Polished shop archive prepared for the three-model product range. */
.shop-section .woocommerce-products-header{margin-bottom:18px;}
.shop-section .woocommerce-products-header__title{margin:0 0 22px;font-size:42px;line-height:1.1;}
.shop-section .woocommerce-result-count{float:left;margin:9px 0 26px;}
.shop-section .woocommerce-ordering{float:right;margin:0 0 26px;}
.shop-section .woocommerce-ordering select{min-width:230px;padding:10px 12px;border:1px solid #cfcfd4;background:#fff;}
.shop-section ul.products{
 clear:both;
 grid-template-columns:repeat(3,minmax(0,1fr));
 justify-content:start;
 align-items:stretch;
}
.shop-section ul.products li.product{display:flex;flex-direction:column;padding:18px;overflow:hidden;}
.shop-section ul.products li.product img{width:100%;margin:0 0 16px!important;}
.shop-section ul.products li.product img{aspect-ratio:auto!important;height:auto!important;object-fit:contain!important;background:#fff!important;}
.shop-section ul.products li.product .woocommerce-loop-product__title{margin:0 0 12px!important;line-height:1.25!important;letter-spacing:-.3px;}
.shop-section ul.products li.product .price{display:block;margin:0 0 14px!important;line-height:1.25;}
.shop-section ul.products li.product .button{display:block;margin-top:auto!important;text-align:center;width:100%;}
@media(max-width:850px){
 .shop-section ul.products{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:520px){
 .shop-section .woocommerce-products-header__title{font-size:34px;}
 .shop-section .woocommerce-result-count,.shop-section .woocommerce-ordering{float:none;margin:0 0 16px;}
 .shop-section .woocommerce-ordering select{width:100%;min-width:0;}
 .shop-section ul.products{grid-template-columns:1fr;}
}

/* Mobile viewport fixes. */
@media(max-width:520px){
 html,body{max-width:100%;overflow-x:hidden;}
 .wrap{width:calc(100% - 24px);}
 .topbar{font-size:11px;line-height:1.4;}
 .topbar .wrap span{display:block;overflow-wrap:anywhere;}
 .header-inner{gap:12px;}
 .brand img,.custom-logo{width:118px;max-width:118px;}
 .hero{padding:38px 0 55px;}
 .hero-art{text-align:center;overflow:hidden;}
 .hero-art img{display:block;width:100%;max-width:320px;height:auto;margin:0 auto;}
 .hero h1{font-size:46px;line-height:.92;overflow-wrap:anywhere;}
 .wa{width:52px;height:52px;right:12px;bottom:12px;padding:0;display:grid;place-items:center;font-size:0;}
 .wa:after{content:'WA';font-size:14px;font-weight:900;}
}

/* Consistent product cards on the home page and shop archive. */
.woocommerce ul.products li.product{display:flex!important;flex-direction:column!important;overflow:hidden;}
.woocommerce ul.products li.product .woocommerce-loop-product__title{display:block;margin:0 0 12px!important;line-height:1.25!important;}
.woocommerce ul.products li.product .price{display:block!important;width:100%;margin:0 0 14px!important;line-height:1.25!important;}
.woocommerce ul.products li.product .button{display:block!important;width:100%;margin:0!important;margin-top:auto!important;text-align:center;white-space:normal;line-height:1.25;}

/* Product tabs and readable long-description typography. */
.single-product .woocommerce-tabs{clear:both;margin-top:30px}
.single-product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:0;list-style:none!important;margin:0 0 28px!important;padding:0!important;border-bottom:1px solid #ddd}
.single-product .woocommerce-tabs ul.tabs li{list-style:none!important;margin:0!important;padding:0!important}
.single-product .woocommerce-tabs ul.tabs li a{display:block;padding:13px 18px;font-weight:800;border-bottom:3px solid transparent}
.single-product .woocommerce-tabs ul.tabs li.active a{color:#e7500d;border-bottom-color:var(--orange)}
.single-product .woocommerce-tabs .panel{margin:0;padding:0}
.single-product .woocommerce-tabs .panel>h2:first-child{font-size:32px;line-height:1.15;letter-spacing:-1px;margin:0 0 24px}
.single-product .woocommerce-tabs .panel h2{font-size:30px;line-height:1.2;letter-spacing:-.8px;margin:34px 0 15px}
.single-product .woocommerce-tabs .panel h3{font-size:24px;line-height:1.25;letter-spacing:-.4px;margin:28px 0 12px}
.single-product .woocommerce-tabs .panel p,.single-product .woocommerce-tabs .panel li{font-size:17px;line-height:1.7}
@media(max-width:520px){.single-product .woocommerce-tabs ul.tabs{display:block}.single-product .woocommerce-tabs ul.tabs li a{padding:10px 0}.single-product .woocommerce-tabs .panel>h2:first-child,.single-product .woocommerce-tabs .panel h2{font-size:26px}.single-product .woocommerce-tabs .panel h3{font-size:22px}}

/* Compact and aligned WooCommerce additional information table. */
.single-product #tab-additional_information>h2:first-child{font-size:30px;line-height:1.2;margin:0 0 20px;letter-spacing:-.7px}
.single-product #tab-additional_information table.shop_attributes{width:100%;max-width:720px;border-collapse:collapse;border-spacing:0;margin:0}
.single-product #tab-additional_information table.shop_attributes tr{border-bottom:1px solid #e5e5e5}
.single-product #tab-additional_information table.shop_attributes th,.single-product #tab-additional_information table.shop_attributes td{height:auto!important;padding:11px 14px!important;border:0!important;vertical-align:middle!important;line-height:1.45!important;font-size:17px!important;background:transparent!important}
.single-product #tab-additional_information table.shop_attributes th{width:38%;font-weight:800;text-align:left}
.single-product #tab-additional_information table.shop_attributes td{width:62%}
.single-product #tab-additional_information table.shop_attributes td p{margin:0!important;padding:0!important;line-height:1.45!important;font-size:17px!important}
@media(max-width:520px){.single-product #tab-additional_information>h2:first-child{font-size:26px}.single-product #tab-additional_information table.shop_attributes th,.single-product #tab-additional_information table.shop_attributes td{padding:9px 8px!important;font-size:15px!important}.single-product #tab-additional_information table.shop_attributes th{width:46%}.single-product #tab-additional_information table.shop_attributes td{width:54%}.single-product #tab-additional_information table.shop_attributes td p{font-size:15px!important}}

/* WooCommerce single-product gallery and summary layout. */
.single-product div.product::after{content:"";display:table;clear:both}
.single-product div.product .woocommerce-product-gallery{display:block!important;visibility:visible!important;opacity:1!important;float:left;width:47%;margin:0 5% 35px 0;position:relative}
.single-product div.product .woocommerce-product-gallery__wrapper{margin:0}
.single-product div.product .woocommerce-product-gallery img{display:block;width:100%;height:auto;object-fit:contain;background:#f7f7f7}
.single-product div.product .flex-viewport{margin-bottom:12px}
.single-product div.product .flex-control-thumbs{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:12px 0 0;padding:0}
.single-product div.product .flex-control-thumbs li{width:calc(25% - 8px);margin:0;list-style:none}
.single-product div.product .flex-control-thumbs img{cursor:pointer;border:2px solid transparent}
.single-product div.product .flex-control-thumbs img.flex-active{border-color:var(--orange)}
.single-product div.product .summary{float:right;width:48%;margin:0 0 35px}
.single-product div.product .summary .product_title{margin-top:0;line-height:1.12;letter-spacing:-1px}
.single-product div.product .summary .price{margin:20px 0;font-size:24px!important}
.single-product div.product .summary .woocommerce-product-details__short-description{font-size:17px;line-height:1.65}
.single-product div.product .summary .stock{font-weight:700}
.single-product div.product .woocommerce-tabs,.single-product div.product .related,.single-product div.product .upsells{clear:both;width:100%}
@media(max-width:780px){.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{float:none;width:100%;margin:0 0 28px}.single-product div.product .summary .product_title{font-size:32px}.single-product div.product .flex-control-thumbs li{width:calc(25% - 8px)}}
