/*
Theme Name: Flatsome Child - PT Reference Demo
Description: Child theme dựng lại bố cục website bán xe máy từ ảnh tham khảo.
Author: OpenAI
Template: flatsome
Version: 2.0.0
Text Domain: pt-demo
*/

:root{
  --pt-red:#ed1c24;
  --pt-red-dark:#d10f18;
  --pt-black:#11131b;
  --pt-footer:#171717;
  --pt-footer-2:#232323;
  --pt-bg:#f6f7f9;
  --pt-card:#fff;
  --pt-text:#101624;
  --pt-muted:#667085;
  --pt-line:#e5e8ed;
  --pt-green:#2fbd68;
  --pt-radius:12px;
  --pt-shadow:0 9px 24px rgba(22,31,48,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.pt-reference-site{margin:0;background:var(--pt-bg);color:var(--pt-text);font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.pt-reference-site img{max-width:100%;height:auto}
body.pt-reference-site a{color:inherit;text-decoration:none}
body.pt-reference-site button,body.pt-reference-site input,body.pt-reference-site select,body.pt-reference-site textarea{font:inherit}
body.pt-reference-site h1,body.pt-reference-site h2,body.pt-reference-site h3,body.pt-reference-site h4{font-family:"Segoe UI",Arial,Helvetica,sans-serif;color:var(--pt-text);letter-spacing:-.025em}
.pt-site-wrapper{overflow:hidden}
.pt-shell{width:min(1260px,calc(100% - 36px));margin-inline:auto}
.pt-main-content{min-height:40vh;background:var(--pt-bg)}
.screen-reader-text{position:absolute;left:-9999px}
.skip-link:focus{left:12px;top:12px;z-index:999999;background:#fff;padding:10px}

/* Header */
.pt-site-header{position:relative;z-index:60;background:#fff}
.pt-topbar{height:34px;background:var(--pt-black);color:#fff;font-size:12px}
.pt-topbar-inner{height:34px;display:flex;align-items:center;gap:22px;white-space:nowrap}
.pt-topbar-left{display:flex;gap:18px;color:#f5f5f5}
.pt-topbar-left span:first-child{color:#ffd451}
.pt-topbar-ticker{display:flex;align-items:center;justify-content:center;gap:26px;flex:1;font-weight:650;overflow:hidden}
.pt-topbar-social{display:flex;gap:15px;font-weight:800;color:#d5d8df}
.pt-main-head{background:#fff;border-bottom:1px solid #eceef2}
.pt-main-head-inner{height:78px;display:flex;align-items:center;gap:22px}
.pt-brand,.pt-footer-logo{width:168px;min-height:58px;border:1px solid var(--pt-red);border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;overflow:hidden}
.pt-brand strong,.pt-footer-logo strong{font-weight:900;font-size:20px;line-height:1;color:var(--pt-red);letter-spacing:-.8px}
.pt-brand small,.pt-footer-logo small{width:100%;margin-top:7px;background:var(--pt-red);color:#fff;text-align:center;padding:4px 6px;font-size:10px;font-weight:750}
.pt-segment-links{display:flex;border:1px solid #e4e7ec;border-radius:28px;overflow:hidden;background:#fafafa}
.pt-segment-links a{padding:12px 19px;border-right:1px solid #e4e7ec;font-weight:700;color:#2d3340}
.pt-segment-links a:last-child{border-right:0}
.pt-brand-pills{display:flex;gap:9px;margin-left:auto}
.pt-brand-pills span{min-width:82px;height:40px;border:1px solid #ffbec1;border-radius:22px;color:#e2141c;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-style:italic}
.pt-head-hotline{display:flex;align-items:center;gap:10px;color:var(--pt-red);font-weight:900;line-height:1.05}
.pt-head-hotline b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--pt-red);color:#fff;font-size:20px}
.pt-head-hotline small{display:block;color:#777;font-size:10px;font-weight:600;letter-spacing:.08em}
.pt-head-hotline span{font-size:20px}
.pt-holding-link{padding:12px 19px;border-radius:24px;background:var(--pt-black);color:#fff!important;font-weight:800;white-space:nowrap}
.pt-menu-toggle{display:none;border:0;background:transparent;padding:8px}
.pt-menu-toggle span{display:block;width:25px;height:2px;background:#111;margin:5px 0}
.pt-red-nav{background:var(--pt-red);color:#fff;position:relative}
.pt-red-nav-inner{height:51px;display:flex;align-items:center}
.pt-desktop-nav{display:flex;align-items:center;height:100%;gap:0}
.pt-desktop-nav a{height:100%;display:flex;align-items:center;padding:0 19px;font-weight:800;font-size:14px;color:#fff!important;position:relative}
.pt-desktop-nav a:hover{background:rgba(0,0,0,.08)}
.pt-desktop-nav em{font-style:normal;margin-left:7px;font-size:11px}
.pt-nav-divider{height:25px;width:1px;background:rgba(255,255,255,.45);margin:0 4px}
.pt-open-search{margin-left:auto;width:36px;height:36px;border:0;border-radius:50%;background:#fff;color:#5a6371;font-size:24px;display:grid;place-items:center;cursor:pointer}
.pt-search-panel{position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.12);padding:14px 0;display:none}
.pt-search-panel.is-open{display:block}
.pt-search-panel form{display:flex;gap:8px}
.pt-search-panel input{flex:1;border:1px solid var(--pt-line);border-radius:8px;padding:12px 14px;margin:0}
.pt-search-panel button{border:0;background:var(--pt-red);color:#fff;border-radius:8px;padding:0 22px;font-weight:800}
.pt-mobile-menu,.pt-mobile-backdrop{display:none}

/* Generic UI */
.pt-breadcrumb{display:flex;align-items:center;gap:9px;font-size:13px;color:#697386;padding:20px 0 11px}
.pt-breadcrumb a:hover{color:var(--pt-red)}
.pt-breadcrumb strong{color:#1f2633}
.pt-page-title{font-size:40px;line-height:1.15;margin:8px 0 7px;font-weight:900}
.pt-title-line{width:72px;height:4px;background:var(--pt-red);border-radius:3px;margin-bottom:24px}
.pt-page-lead{max-width:720px;color:#5c6573;font-size:16px;margin:-12px 0 36px}
.pt-button{min-height:42px;border-radius:7px;padding:0 18px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:800;font-size:13px;cursor:pointer;transition:.2s;background:#fff}
.pt-button:hover{transform:translateY(-1px);box-shadow:0 6px 15px rgba(0,0,0,.08)}
.pt-button--red{background:var(--pt-red);border-color:var(--pt-red);color:#fff!important}
.pt-button--outline{background:#fff;border-color:var(--pt-red);color:var(--pt-red)!important}
.pt-button--light{background:#fff;color:var(--pt-red)!important}
.pt-button--ghost-light{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.65)}
.pt-centered-title{text-align:center;font-size:34px;font-weight:900;letter-spacing:.04em;margin:0 0 31px}
.pt-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.pt-section-heading h2{font-size:32px;margin:0;font-weight:900;position:relative;padding-bottom:7px}
.pt-section-heading h2:after{content:"";position:absolute;left:0;bottom:0;width:58px;height:3px;background:var(--pt-red)}
.pt-section-heading>a{color:var(--pt-red)!important;font-weight:800;font-size:13px}

/* Homepage */
.pt-home-canvas{padding-top:26px}
.pt-home-hero{position:relative}
.pt-home-hero>a{display:block;border-radius:13px;overflow:hidden;background:var(--pt-red);box-shadow:0 6px 18px rgba(237,28,36,.14)}
.pt-home-hero img{display:block;width:100%;aspect-ratio:600/185;object-fit:cover}
.pt-slider-dots{position:absolute;bottom:11px;left:50%;transform:translateX(-50%);display:flex;gap:5px}
.pt-slider-dots span{width:5px;height:5px;background:rgba(255,255,255,.55);border-radius:50%}
.pt-slider-dots span.is-active{width:18px;border-radius:5px;background:#fff}
.pt-home-service-links{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:31px;margin-bottom:72px}
.pt-home-service-links>a{min-height:92px;background:#fff;border:1px solid #edf0f4;border-radius:11px;display:flex;align-items:center;padding:18px 23px;gap:16px;box-shadow:0 4px 16px rgba(22,31,48,.035)}
.pt-home-service-links i{width:48px;height:48px;border-radius:10px;background:#fff0f1;color:var(--pt-red);display:grid;place-items:center;font-size:23px;font-style:normal}
.pt-home-service-links span{display:flex;flex-direction:column;min-width:0}
.pt-home-service-links b{font-size:16px}
.pt-home-service-links small{color:#77808d;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pt-home-service-links em{margin-left:auto;font-style:normal;color:#a4acb7;font-size:24px}
.pt-home-products-section{padding-bottom:71px}
.pt-product-tabs{display:flex;align-items:center;gap:12px;margin-bottom:26px}
.pt-product-tabs button,.pt-product-tabs>a:not(.pt-view-all){border:1px solid #e3e6eb;background:#fff;border-radius:23px;padding:9px 19px;font-size:13px;font-weight:700;color:#394150;cursor:pointer}
.pt-product-tabs button.is-active{background:var(--pt-red);color:#fff;border-color:var(--pt-red)}
.pt-product-tabs .pt-view-all{margin-left:auto;color:var(--pt-red)!important;font-weight:800;font-size:13px}
.pt-home-products{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}

/* Product cards */
.pt-product-card{background:#fff;border:1px solid #e2e6eb;border-radius:10px;overflow:hidden;min-width:0;box-shadow:0 3px 10px rgba(30,40,56,.035);transition:.22s}
.pt-product-card:hover{box-shadow:var(--pt-shadow);transform:translateY(-3px)}
.pt-product-media{height:285px;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.pt-product-media a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.pt-product-media img{width:100%;height:100%;object-fit:contain;padding:17px}
.pt-round-sale{position:absolute;z-index:2;left:10px;top:9px;width:63px;height:63px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;padding:7px;background:var(--pt-red);border:4px solid #ffdb36;box-shadow:0 2px 6px rgba(0,0,0,.15);color:#fff;font-size:12px;font-weight:900;line-height:1.05;white-space:pre-line}
.pt-round-sale--large{width:80px;height:80px;font-size:14px;left:18px;top:18px}
.pt-product-ribbon{height:44px;background:linear-gradient(#f7262e,#db1119);color:#ffe367;font-size:20px;font-weight:950;text-align:center;line-height:44px;text-shadow:0 1px 2px rgba(0,0,0,.25)}
.pt-product-body{padding:15px 15px 16px}
.pt-product-body h3{font-size:18px;line-height:1.2;margin:0 0 4px;font-weight:900}
.pt-product-cat{font-size:12px;color:#7e8794;margin-bottom:9px}
.pt-spec-pills,.pt-benefit-pills{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}
.pt-spec-pills span,.pt-benefit-pills span{font-size:11px;line-height:1.2;padding:5px 7px;background:#f3f5f7;border:1px solid #e3e7ec;border-radius:4px;color:#4e5867;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pt-benefit-pills span{background:#eff3f7}
.pt-card-actions{display:grid;grid-template-columns:1fr 1.18fr;gap:8px;margin-top:14px}
.pt-card-actions .pt-button{min-height:39px;padding:0 8px;font-size:12px}
.pt-product-card--home .pt-product-ribbon{display:none}
.pt-product-card--home .pt-product-media{height:275px}
.pt-product-card--home:nth-child(2) .pt-product-ribbon,.pt-product-card--home:nth-child(4) .pt-product-ribbon{display:block}
.pt-product-card--related .pt-product-media{height:210px}
.pt-product-card--related .pt-product-ribbon{font-size:14px;height:35px;line-height:35px}
.pt-product-card--related .pt-product-body h3{font-size:15px}
.pt-product-card--related .pt-spec-pills span,.pt-product-card--related .pt-benefit-pills span{font-size:9px}

/* Homepage stats/promos/news/delivery */
.pt-home-stats{background:#f8f9fb;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;padding:70px 0}
.pt-stat-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.pt-stat-grid>div{text-align:center;border-right:1px solid #e1e4e9;padding:0 20px;display:flex;flex-direction:column;align-items:center}
.pt-stat-grid>div:last-child{border-right:0}
.pt-stat-grid i{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff0f1;color:var(--pt-red);font-size:25px;font-style:normal;box-shadow:0 5px 16px rgba(237,28,36,.13)}
.pt-stat-grid b{font-size:15px;margin-top:16px}
.pt-stat-grid strong{font-size:45px;line-height:1.15;color:var(--pt-red);margin-top:12px;font-weight:950}
.pt-stat-grid small{color:#747e8c;font-size:13px;margin-top:6px}
.pt-home-promos{padding-top:75px;padding-bottom:76px}
.pt-promo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.pt-promo-row a{border-radius:9px;overflow:hidden;box-shadow:0 7px 18px rgba(22,31,48,.09);background:#fff}
.pt-promo-row img{display:block;width:100%;height:290px;object-fit:cover}
.pt-home-news{padding-bottom:83px}
.pt-news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:21px}
.pt-news-card{background:#fff;border:1px solid #e6e9ed;border-radius:8px;overflow:hidden;box-shadow:0 4px 14px rgba(20,27,38,.035)}
.pt-news-media{display:block;height:190px;overflow:hidden;background:#e9ecef}
.pt-news-media img{width:100%;height:100%;object-fit:cover;transition:.3s}
.pt-news-card:hover .pt-news-media img{transform:scale(1.035)}
.pt-news-body{padding:15px 17px 18px}
.pt-news-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;color:#98a0aa;margin-bottom:10px}
.pt-news-meta span{background:#e8fff0;color:#2eaf62;border-radius:3px;padding:4px 7px;font-weight:800}
.pt-news-body h3,.pt-news-body h2{font-size:17px;line-height:1.3;margin:0 0 8px;font-weight:900}
.pt-news-body p{font-size:12px;color:#657080;margin:0 0 13px;line-height:1.55}
.pt-read-more{font-size:12px;font-weight:900;color:#111!important}
.pt-delivery-section{padding:72px 0 80px;background:#fff}
.pt-delivery-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:65px;align-items:center}
.pt-delivery-copy h2{font-size:38px;font-weight:950;margin:0 0 18px;position:relative;padding-bottom:9px}
.pt-delivery-copy h2:after{content:"";position:absolute;left:0;bottom:0;width:62px;height:3px;background:var(--pt-red)}
.pt-delivery-copy p,.pt-delivery-copy li{color:#4e5867}
.pt-delivery-copy ul{padding-left:18px;margin:18px 0 26px}
.pt-delivery-copy li{margin-bottom:13px}
.pt-delivery-media{position:relative}
.pt-delivery-media:before,.pt-delivery-media:after{content:"";position:absolute;border-radius:10px;background:#fff2b2;z-index:0}
.pt-delivery-media:before{inset:28px -18px -19px 38px}
.pt-delivery-media:after{inset:60px -45px 22px 80px;background:#ffdadd}
.pt-delivery-media img{position:relative;z-index:2;width:100%;border-radius:10px;display:block;box-shadow:0 9px 24px rgba(31,39,54,.14)}

/* Product archive */
.pt-archive-page{padding-bottom:110px}
.pt-product-search-row{max-width:900px;margin-top:25px}
.pt-product-search{height:48px;border:1px solid #e0e4ea;background:#fff;border-radius:25px;display:flex;align-items:center;padding:0 16px;box-shadow:0 2px 6px rgba(0,0,0,.02)}
.pt-product-search input{flex:1;border:0!important;background:transparent!important;box-shadow:none!important;margin:0!important;padding:0 8px!important;height:100%}
.pt-product-search span{color:#94a3b8;font-size:21px;order:2}
.pt-filter-row{max-width:900px;display:flex;align-items:center;gap:11px;margin:13px 0 24px}
.pt-filter-chip{height:42px;border:1px solid #e0e4ea;border-radius:22px;background:#fff;color:#475467;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;cursor:pointer}
.pt-filter-chip.is-active{background:#fff0f1;border-color:#ff8a90;color:var(--pt-red)}
.pt-filter-last{margin-left:auto}
.pt-archive-layout{display:grid;grid-template-columns:minmax(0,900px) 320px;gap:28px;align-items:start}
.pt-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pt-archive-grid .pt-product-media{height:270px}
.pt-archive-grid .pt-product-body h3{font-size:18px}
.pt-archive-promo{position:sticky;top:20px;border-radius:13px;overflow:hidden;background:var(--pt-red);color:#fff;min-height:176px;padding:26px}
.pt-archive-promo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.18}
.pt-archive-promo>*:not(img){position:relative;z-index:2}
.pt-archive-promo span{font-size:11px;font-weight:900;background:rgba(255,255,255,.2);padding:5px 8px;border-radius:3px}
.pt-archive-promo h2{color:#fff;margin:12px 0 3px;font-size:26px}
.pt-archive-promo p{margin:0;line-height:1.4;font-size:14px}
.pt-empty-state{grid-column:1/-1;background:#fff;border:1px solid var(--pt-line);border-radius:10px;padding:40px;text-align:center}
.pt-pagination{margin-top:25px;display:flex;gap:7px;align-items:center}
.pt-pagination .page-numbers,.pt-pagination>a,.pt-pagination>span{display:inline-grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e3e6eb;font-weight:700}
.pt-pagination .current{background:var(--pt-red);border-color:var(--pt-red);color:#fff}

/* Single product */
.pt-single-product{background:#fff}
.pt-single-product>.pt-shell{padding-bottom:52px}
.pt-product-top{display:grid;grid-template-columns:1fr 1.04fr;gap:38px;padding-top:10px}
.pt-product-left{min-width:0}
.pt-product-main-image{height:500px;border:1px solid #e2e6eb;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 12px 26px rgba(23,32,49,.08);overflow:hidden}
.pt-product-main-image>img{width:100%;height:100%;object-fit:contain;padding:25px}
.pt-product-icon-tabs{display:flex;justify-content:center;gap:30px;padding:18px 0 12px;border-bottom:1px solid #edf0f3}
.pt-product-icon-tabs a,.pt-product-icon-tabs span{display:flex;flex-direction:column;align-items:center;gap:3px;color:#7b8490;font-size:21px}
.pt-product-icon-tabs .is-active{color:var(--pt-red)}
.pt-product-icon-tabs small{font-size:10px;color:#636d7b}
.pt-mini-feature-columns{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:22px}
.pt-mini-feature-columns h3{font-size:14px;margin:0 0 8px}
.pt-mini-feature-columns ul{margin:0;padding-left:17px;display:grid;grid-template-columns:1fr;gap:6px;color:#5a6473;font-size:12px}
.pt-mini-feature-columns li::marker{color:var(--pt-red)}
.pt-product-summary h1{font-size:36px;line-height:1.1;margin:5px 0 4px;font-weight:950}
.pt-version-line{font-size:13px;color:#6f7784;margin-bottom:12px}
.pt-product-price{font-size:16px;font-weight:800;color:var(--pt-red);margin-bottom:17px}
.pt-product-price .amount{font-size:20px}
.pt-choice-block{margin:15px 0}
.pt-choice-block>b{display:block;font-size:13px;margin-bottom:8px}
.pt-choice-row,.pt-color-row{display:flex;flex-wrap:wrap;gap:10px}
.pt-choice-row button,.pt-color-row button{border:1px solid #e2e6eb;background:#fff;border-radius:20px;padding:8px 13px;font-size:12px;cursor:pointer}
.pt-choice-row button.is-selected,.pt-color-row button.is-selected{border-color:var(--pt-red);color:var(--pt-red)}
.pt-color-row i{display:inline-block;width:16px;height:16px;border-radius:50%;border:1px solid #cfd4dc;vertical-align:-3px;margin-right:6px}
.pt-color-white{background:#fff}.pt-color-black{background:#151515}
.pt-offer-box{border:1px solid #ffb4b8;border-radius:10px;background:#fffafa;padding:17px 19px;margin-top:17px}
.pt-offer-box h2{font-size:15px;color:#b30b12;margin:0 0 9px;line-height:1.35}
.pt-offer-box ol{margin:0;padding-left:22px;color:#4f5967;font-size:12px;display:grid;gap:6px}
.pt-offer-box li::marker{color:var(--pt-red);font-weight:800}
.pt-product-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}
.pt-product-cta-grid .pt-button{min-height:45px}
.pt-product-anchor-nav{position:sticky;top:0;z-index:20;background:#fff;border-top:1px solid #e7eaee;border-bottom:1px solid #e7eaee;box-shadow:0 3px 10px rgba(0,0,0,.04)}
.admin-bar .pt-product-anchor-nav{top:32px}
.pt-product-anchor-nav .pt-shell{display:flex;justify-content:center;gap:28px;overflow:auto}
.pt-product-anchor-nav a{padding:16px 0;font-size:12px;font-weight:800;white-space:nowrap}
.pt-product-anchor-nav a:hover{color:var(--pt-red)}
.pt-product-story{padding:75px 0 20px;background:#fff}
.pt-story-intro{text-align:center;max-width:900px;margin:0 auto 32px}
.pt-story-intro h2{font-size:30px;margin:0 0 10px;font-weight:950}
.pt-story-intro p{color:#697383;margin:0}
.pt-story-collage{display:block;width:min(900px,100%);margin:0 auto 60px;border-radius:9px;box-shadow:0 12px 28px rgba(29,38,54,.12)}
.pt-story-row{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center;max-width:980px;margin:0 auto 72px}
.pt-story-row.is-reverse{grid-template-columns:.95fr 1.05fr}
.pt-story-row.is-reverse img{order:2}
.pt-story-row img{width:100%;max-height:380px;object-fit:cover;border-radius:9px;box-shadow:0 12px 28px rgba(27,35,50,.15)}
.pt-story-row span{font-size:10px;color:var(--pt-red);background:#fff0f1;padding:5px 8px;border-radius:3px;font-weight:900}
.pt-story-row h2{font-size:30px;line-height:1.15;margin:11px 0 12px;font-weight:950}
.pt-story-row p{color:#5f6977;margin:0;line-height:1.7}
.pt-product-gallery-section{background:#f7f8fa;padding:63px 0 72px;text-align:center}
.pt-product-gallery-section h2,.pt-spec-section h2{font-size:27px;margin:0 0 29px;font-weight:950}
.pt-gallery-collage{width:min(900px,100%);border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.pt-generic-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.pt-generic-gallery img{width:100%;height:230px;object-fit:contain;background:#fff;border-radius:8px;border:1px solid #e5e8ed}
.pt-spec-section{background:#fff;padding:68px 0 80px;text-align:center}
.pt-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 55px;text-align:left;margin:0}
.pt-spec-grid>div{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:13px 0;border-bottom:1px solid #e7e9ed}
.pt-spec-grid dt{font-size:12px;color:#707987}
.pt-spec-grid dd{margin:0;font-size:12px;font-weight:800;text-align:right}
.pt-related-section{background:#f7f8fa;padding:60px 0 76px}
.pt-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}

/* News */
.pt-news-archive{padding-bottom:90px}
.pt-news-tabs,.pt-service-tabs{display:flex;gap:22px;align-items:center;margin:10px 0 30px;border-bottom:1px solid #e4e7ec}
.pt-news-tabs a,.pt-service-tabs button{padding:12px 0;border:0;background:transparent;color:#5e6877;font-weight:700;position:relative;cursor:pointer}
.pt-news-tabs .is-active,.pt-service-tabs .is-active{color:var(--pt-red)}
.pt-news-tabs .is-active:after,.pt-service-tabs .is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--pt-red)}
.pt-news-grid--archive{grid-template-columns:repeat(3,1fr)}
.pt-news-grid--archive .pt-news-media{height:240px}
.pt-news-grid--archive .pt-news-body h2{font-size:20px}
.pt-news-single{padding-bottom:80px;background:#fff}
.pt-article-shell{max-width:900px}
.pt-article-label{display:inline-block;background:#e8fff0;color:#2fac62;padding:5px 8px;border-radius:3px;font-size:11px;font-weight:900;margin-top:18px}
.pt-news-single h1{font-size:44px;line-height:1.2;margin:13px 0 8px;font-weight:950}
.pt-article-date{color:#87909b;margin-bottom:25px}
.pt-article-hero{width:100%;max-height:540px;object-fit:cover;border-radius:10px;margin-bottom:28px}
.pt-article-content{font-size:17px;line-height:1.8;color:#354052}
.pt-article-content h2{font-size:28px;margin-top:35px}

/* Services / generic pages */
.pt-service-page{padding-bottom:100px}
.pt-service-tabs{border-bottom:0;margin-top:35px;gap:18px}
.pt-service-tabs button{color:#1f2937;padding:0}
.pt-service-tabs button.is-active:after{display:none}
.pt-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 24px}
.pt-service-card{background:#fff;border:1px solid #e1e5ea;border-left:3px solid var(--pt-red);border-radius:10px;overflow:hidden}
.pt-service-card>img{width:100%;height:230px;object-fit:cover}
.pt-service-card>div{padding:20px 22px 22px}
.pt-service-card span{font-size:11px;color:var(--pt-red);font-weight:900}
.pt-service-card h2{font-size:20px;line-height:1.25;margin:8px 0 8px;font-weight:900}
.pt-service-card p{font-size:13px;color:#6a7482;margin:0 0 15px}
.pt-service-card a{font-size:13px;color:var(--pt-red)!important;font-weight:850}
.pt-generic-page,.pt-about-page{padding-bottom:80px;background:#fff}
.pt-page-content{background:#fff;border-radius:12px;padding:34px 0;font-size:16px;line-height:1.8}
.pt-about-hero{background:linear-gradient(135deg,#15171f,#760b10);color:#fff;border-radius:15px;padding:70px 60px;margin:15px 0 45px}
.pt-about-hero span{color:#ffb5b9;font-weight:900;font-size:12px;letter-spacing:.14em}
.pt-about-hero h1{color:#fff;font-size:48px;max-width:700px;margin:12px 0}
.pt-about-hero p{max-width:720px;font-size:17px;color:#f4f4f4}
.pt-about-columns{display:grid;grid-template-columns:1.1fr .9fr;gap:40px}
.pt-about-columns>div{background:#fff;padding:35px;border-radius:12px;border:1px solid #e5e8ed}
.pt-about-columns h2{font-size:28px}
.pt-about-card ul{padding-left:20px;display:grid;gap:10px}
.pt-about-card li::marker{color:var(--pt-red)}

/* Footer */
.pt-footer-cta{background:var(--pt-red);color:#fff}
.pt-footer-cta-inner{min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.pt-footer-cta h2{color:#fff;font-size:26px;margin:0 0 3px;font-weight:950}
.pt-footer-cta p{margin:0;color:#fff;font-size:13px}
.pt-footer-cta-actions{display:flex;gap:12px}
.pt-trust-strip{background:var(--pt-footer-2);color:#fff;border-bottom:1px solid #343434}
.pt-trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.pt-trust-grid>div{height:87px;display:flex;justify-content:center;align-items:center;gap:15px;border-right:1px solid #3b3b3b}
.pt-trust-grid>div:last-child{border-right:0}
.pt-trust-grid i{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--pt-red);border:1px solid #6a1b1f;background:#2d2021;font-style:normal}
.pt-trust-grid span{display:flex;flex-direction:column}
.pt-trust-grid b{font-size:14px}
.pt-trust-grid small{color:#b7b7b7;font-size:11px;margin-top:2px}
.pt-footer{background:var(--pt-footer);color:#ddd;padding-top:55px}
.pt-footer-grid{display:grid;grid-template-columns:1.05fr 1fr .9fr .82fr;gap:45px;padding-bottom:45px}
.pt-footer h3{color:#fff;font-size:14px;letter-spacing:.02em;font-weight:900;margin:0 0 18px;padding-bottom:9px;border-bottom:2px solid #777}
.pt-footer-company .pt-footer-logo{width:140px;min-height:50px;margin-bottom:20px}
.pt-footer-company .pt-footer-logo strong{font-size:16px}
.pt-footer-company p{font-size:12px;margin:7px 0;color:#ddd}
.pt-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.pt-footer li{font-size:12px;color:#d1d1d1;position:relative;padding-left:15px}
.pt-footer li:before{content:"›";position:absolute;left:0;color:var(--pt-red);font-weight:900}
.pt-footer a{color:#ddd!important}
.pt-contact-list li{padding-left:0}
.pt-contact-list li:before{display:none}
.pt-bct-badge{display:inline-block;background:#1580c5;color:#fff;border:4px solid #fff;border-radius:34px;padding:7px 14px;text-align:center;font-size:12px;font-weight:900;margin-top:20px;line-height:1.1}
.pt-bct-badge small{font-size:8px}
.pt-footer-bottom{border-top:1px solid #2c2c2c;min-height:63px;display:flex;align-items:center;justify-content:space-between;color:#888;font-size:11px}
.pt-footer-bottom i{font-style:normal;margin:0 10px;color:#555}
.pt-floating-actions{position:fixed;right:18px;top:52%;transform:translateY(-50%);z-index:70;display:grid;gap:10px}
.pt-floating-actions a,.pt-floating-actions button{width:48px;height:48px;border-radius:50%;border:3px solid #fff;background:var(--pt-red);color:#fff;display:grid;place-items:center;font-size:20px;font-weight:900;box-shadow:0 7px 17px rgba(237,28,36,.28);cursor:pointer}
.pt-to-top{position:fixed;left:18px;bottom:18px;z-index:70;width:42px;height:42px;border-radius:50%;background:var(--pt-red);color:#fff!important;border:3px solid #fff;display:grid;place-items:center;font-size:22px;box-shadow:0 5px 13px rgba(0,0,0,.18)}
.pt-mobile-bottom-bar{display:none}

/* Quote modal */
.pt-quote-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:18px}
.pt-quote-open .pt-quote-modal{display:flex}
.pt-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(11,14,20,.7)}
.pt-modal-card{position:relative;z-index:2;width:min(520px,100%);background:#fff;border-radius:14px;padding:32px;box-shadow:0 25px 70px rgba(0,0,0,.3)}
.pt-modal-close{position:absolute;right:12px;top:9px;border:0;background:transparent;font-size:28px;cursor:pointer}
.pt-modal-kicker{font-size:10px;color:var(--pt-red);font-weight:900;letter-spacing:.1em}
.pt-modal-card h2{font-size:30px;margin:5px 0}
.pt-modal-card>p{color:#6e7784;margin-top:0}
.pt-quote-form{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.pt-quote-form input,.pt-quote-form select,.pt-quote-form textarea{margin:0!important;border:1px solid #dfe3e8!important;border-radius:7px!important;background:#fff!important;box-shadow:none!important;padding:11px 12px!important}
.pt-quote-form textarea,.pt-quote-form .pt-button,.pt-form-result{grid-column:1/-1}
.pt-form-result{font-size:13px;color:var(--pt-red);min-height:18px}

/* Flatsome/Woo resets */
body.pt-reference-site .woocommerce-breadcrumb,body.pt-reference-site .category-page-row,body.pt-reference-site .shop-page-title{display:none!important}
body.pt-reference-site .row{max-width:none}
body.pt-reference-site .container{max-width:none;padding:0}
body.pt-reference-site .button,body.pt-reference-site button,body.pt-reference-site input[type=submit]{text-transform:none;letter-spacing:0}

/* Responsive */
@media (max-width:1180px){
  .pt-topbar-ticker span:nth-child(n+2){display:none}
  .pt-brand-pills{display:none}
  .pt-desktop-nav a{padding:0 13px}
  .pt-home-products{gap:16px}
  .pt-product-media{height:245px}
  .pt-archive-layout{grid-template-columns:minmax(0,1fr) 280px}
}

@media (max-width:900px){
  .pt-shell{width:min(100% - 28px,780px)}
  .pt-topbar-left span:nth-child(2),.pt-topbar-social{display:none}
  .pt-main-head-inner{height:67px}
  .pt-brand{width:130px;min-height:50px}.pt-brand strong{font-size:16px}
  .pt-segment-links,.pt-holding-link{display:none}
  .pt-head-hotline{margin-left:auto}
  .pt-menu-toggle{display:block}
  .pt-red-nav{display:none}
  .pt-mobile-menu{display:flex;position:fixed;right:0;top:0;bottom:0;width:min(340px,88vw);background:#fff;z-index:102;flex-direction:column;padding:20px;transform:translateX(105%);transition:.25s;box-shadow:-12px 0 30px rgba(0,0,0,.15)}
  .pt-mobile-menu a{padding:13px 5px;border-bottom:1px solid #eceff3;font-weight:750}
  .pt-mobile-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;color:var(--pt-red);font-size:18px}
  .pt-mobile-close{border:0;background:transparent;font-size:30px}
  .pt-mobile-backdrop{display:block;position:fixed;inset:0;border:0;background:rgba(0,0,0,.5);z-index:101;opacity:0;pointer-events:none}
  .pt-mobile-menu-open .pt-mobile-menu{transform:translateX(0)}
  .pt-mobile-menu-open .pt-mobile-backdrop{opacity:1;pointer-events:auto}
  .pt-home-service-links{grid-template-columns:1fr;margin-bottom:45px;gap:12px}
  .pt-home-products{grid-template-columns:repeat(2,1fr)}
  .pt-stat-grid{grid-template-columns:repeat(2,1fr);gap:35px 0}
  .pt-stat-grid>div:nth-child(2){border-right:0}
  .pt-promo-row{grid-template-columns:1fr 1fr}
  .pt-promo-row a:last-child{grid-column:1/-1}
  .pt-news-grid,.pt-news-grid--archive{grid-template-columns:repeat(2,1fr)}
  .pt-delivery-grid{grid-template-columns:1fr;gap:35px}
  .pt-archive-layout{grid-template-columns:1fr}
  .pt-archive-promo{position:relative;top:auto;min-height:180px}
  .pt-archive-grid{grid-template-columns:repeat(2,1fr)}
  .pt-product-top{grid-template-columns:1fr}
  .pt-product-main-image{height:470px}
  .pt-story-row,.pt-story-row.is-reverse{grid-template-columns:1fr;gap:25px}
  .pt-story-row.is-reverse img{order:0}
  .pt-story-row>div{padding:0 10px}
  .pt-related-grid{grid-template-columns:repeat(2,1fr)}
  .pt-service-grid{grid-template-columns:repeat(2,1fr)}
  .pt-footer-grid{grid-template-columns:repeat(2,1fr)}
  .pt-footer-cta-inner{padding:25px 0;align-items:flex-start}
  .pt-footer-cta-actions{flex-direction:column}
  .pt-floating-actions{right:9px}
  .pt-floating-actions a,.pt-floating-actions button{width:43px;height:43px}
}

@media (max-width:560px){
  body.pt-reference-site{font-size:14px;padding-bottom:55px}
  .pt-shell{width:calc(100% - 22px)}
  .pt-topbar{height:28px}.pt-topbar-inner{height:28px}.pt-topbar-ticker{font-size:10px}.pt-topbar-left{display:none}
  .pt-brand{width:112px;min-height:45px}.pt-brand strong{font-size:14px}.pt-brand small{font-size:8px;padding:3px}
  .pt-head-hotline b{width:35px;height:35px}.pt-head-hotline span{font-size:14px}.pt-head-hotline small{font-size:8px}
  .pt-home-canvas{padding-top:13px}
  .pt-home-hero img{aspect-ratio:auto;min-height:173px;object-fit:cover}
  .pt-home-service-links{margin-top:15px}
  .pt-home-service-links>a{min-height:74px;padding:12px}.pt-home-service-links i{width:42px;height:42px}
  .pt-product-tabs{overflow:auto;padding-bottom:5px}.pt-product-tabs .pt-view-all{display:none}
  .pt-home-products,.pt-archive-grid,.pt-news-grid,.pt-news-grid--archive,.pt-service-grid{grid-template-columns:1fr}
  .pt-product-media,.pt-product-card--home .pt-product-media{height:300px}
  .pt-stat-grid{grid-template-columns:1fr 1fr}.pt-stat-grid>div{padding:0 8px}.pt-stat-grid i{width:50px;height:50px}.pt-stat-grid strong{font-size:35px}
  .pt-promo-row{grid-template-columns:1fr}.pt-promo-row a:last-child{grid-column:auto}.pt-promo-row img{height:auto}
  .pt-section-heading h2,.pt-centered-title{font-size:26px}
  .pt-news-media{height:210px}
  .pt-delivery-copy h2{font-size:30px}
  .pt-page-title{font-size:32px}
  .pt-filter-row{overflow:auto;padding-bottom:5px}.pt-filter-chip{white-space:nowrap}.pt-filter-last{margin-left:0}
  .pt-product-main-image{height:360px}
  .pt-mini-feature-columns{grid-template-columns:1fr;gap:15px}
  .pt-product-summary h1{font-size:30px}
  .pt-product-cta-grid{grid-template-columns:1fr}
  .pt-product-anchor-nav .pt-shell{justify-content:flex-start}
  .pt-story-intro h2,.pt-story-row h2{font-size:25px}
  .pt-spec-grid{grid-template-columns:1fr;gap:0}
  .pt-related-grid{grid-template-columns:1fr 1fr;gap:9px}.pt-related-grid .pt-card-actions{grid-template-columns:1fr}.pt-related-grid .pt-product-media{height:165px}.pt-related-grid .pt-product-body{padding:10px}.pt-related-grid .pt-benefit-pills{display:none}
  .pt-service-card>img{height:205px}
  .pt-news-single h1{font-size:32px}
  .pt-article-content{font-size:15px}
  .pt-about-hero{padding:45px 25px}.pt-about-hero h1{font-size:34px}.pt-about-columns{grid-template-columns:1fr}
  .pt-footer-cta-inner{display:block}.pt-footer-cta-actions{margin-top:18px;flex-direction:row;flex-wrap:wrap}
  .pt-trust-grid{grid-template-columns:1fr}.pt-trust-grid>div{justify-content:flex-start;padding-left:25px;border-right:0;border-bottom:1px solid #373737}
  .pt-footer-grid{grid-template-columns:1fr;gap:30px}.pt-footer-bottom{display:block;padding:18px 0;line-height:2}
  .pt-floating-actions{top:auto;bottom:67px;transform:none}.pt-to-top{display:none}
  .pt-mobile-bottom-bar{position:fixed;left:0;right:0;bottom:0;height:55px;display:grid;grid-template-columns:repeat(3,1fr);z-index:90;box-shadow:0 -4px 18px rgba(0,0,0,.15)}
  .pt-mobile-bottom-bar a,.pt-mobile-bottom-bar button{border:0;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;background:#242424}
  .pt-mobile-bottom-bar button{background:var(--pt-red)}.pt-mobile-bottom-bar a:last-child{background:#13824a}
  .pt-modal-card{padding:27px 20px}.pt-quote-form{grid-template-columns:1fr}.pt-quote-form>*{grid-column:1}
}
