/* DREYCOMMERCE UX THEME */
/* AI-TAG: root-vars = globale Design Variablen */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--drey-bg);color:var(--drey-text);font-family:var(--drey-font);line-height:1.6;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:var(--drey-heading-font);letter-spacing:0}
a{color:inherit;text-decoration:none}
img{height:auto;max-width:100%}
.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;width:1px}
.drey-container{margin-inline:auto;width:min(var(--drey-container),calc(100% - 48px))}
.drey-content{background:#fff;border:1px solid #e5e7eb;border-radius:var(--drey-card-radius);box-shadow:0 20px 60px rgba(15,23,42,.07);margin:54px auto;padding:clamp(28px,4vw,52px);width:min(var(--drey-container),calc(100% - 48px))}
.drey-main{min-height:56vh}
.container{margin-inline:auto;width:min(var(--drey-container),calc(100% - 48px))}
.content{max-width:min(var(--drey-content),100%)}
.entry-content,.drey-page-fallback .entry-content>*{max-width:min(var(--drey-content),100%)}
.entry-content > p,.entry-content > ul,.entry-content > ol,.entry-content > blockquote,.single-post .drey-article > p,.single-post .drey-article > ul,.single-post .drey-article > ol{max-width:min(var(--drey-reading),100%)}
.entry-content > .alignwide,.entry-content > .wp-block-group,.entry-content > .wp-block-columns,.entry-content > .wp-block-cover{max-width:min(var(--drey-content),100%)}

/* AI-TAG: header-main */
.drey-header{background:#151827;box-shadow:0 1px 0 rgba(255,255,255,.04),0 18px 42px rgba(15,23,42,.08);color:#fff;position:sticky;top:0;z-index:99}
.drey-header:after{background:rgba(255,255,255,.06);bottom:0;content:"";height:1px;left:0;position:absolute;right:0}
.drey-main-header{align-items:center;display:flex;gap:22px;min-height:74px;position:relative}
.drey-logo{align-items:center;display:flex;flex:0 0 255px;font-size:1rem;font-weight:950;gap:10px;letter-spacing:0;line-height:.94}
.drey-logo-mark{align-items:center;background:linear-gradient(135deg,#f97316,#16a34a);border-radius:12px;box-shadow:0 12px 26px rgba(249,115,22,.22);color:#fff;display:inline-flex;flex:0 0 42px;font-size:.86rem;height:42px;justify-content:center}
.drey-logo-text{display:flex;flex-direction:column}
.drey-logo small{color:#f8fafc;display:block;font-size:.68rem;font-weight:800;line-height:1.15;margin-top:5px;opacity:.92}
.drey-logo span span{color:#f59e0b}
.drey-header-trust{align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#d1d5db;display:inline-flex;font-size:.76rem;font-weight:900;gap:6px;min-height:34px;padding:0 11px;white-space:nowrap}
.drey-header-trust:before{background:#16a34a;border-radius:999px;content:"";height:8px;width:8px}
.drey-menu{align-items:center;display:flex;flex:1;gap:12px;justify-content:center;min-width:0}
.drey-menu a,.drey-menu button{background:transparent;border:0;border-radius:var(--drey-button-radius);color:#fff;cursor:pointer;font-size:.95rem;font-weight:950;line-height:1.25;padding:10px 12px;text-shadow:0 1px 0 rgba(0,0,0,.25);transition:background .18s ease,color .18s ease,transform .18s ease}
.drey-menu a:hover,.drey-menu button:hover,.drey-menu .is-active{background:rgba(255,255,255,.1);transform:translateY(-1px)}
.drey-btn{align-items:center;border:0;border-radius:var(--drey-button-radius);cursor:pointer;display:inline-flex;font-weight:950;justify-content:center;min-height:46px;padding:13px 22px;transition:transform .18s ease,box-shadow .18s ease}
.drey-btn:hover{transform:translateY(-1px)}
.drey-btn-primary{background:var(--drey-primary);box-shadow:0 14px 34px rgba(233,120,46,.28);color:#fff}
.drey-btn-dark{background:var(--drey-dark);color:#fff}
.drey-btn-outline{background:#fff;border:1px solid #e5e7eb;color:var(--drey-dark)}
.drey-btn .wp-block-button__link,.wp-block-button.drey-btn .wp-block-button__link{align-items:center;background:inherit!important;border-radius:inherit;color:inherit;display:inline-flex;font-weight:950;justify-content:center;min-height:46px;padding:0;text-decoration:none}
.wp-block-button.drey-btn{background:var(--drey-primary);box-shadow:0 14px 30px rgba(233,120,46,.24);color:#fff}
.wp-block-button.drey-btn-dark{background:#111827;color:#fff}
.wp-block-button.drey-btn-primary{background:var(--drey-primary);color:#fff}

/* AI-TAG: mega-menu */
.drey-mega{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 24px 70px rgba(15,23,42,.2);color:#273244;display:grid;gap:28px;grid-template-columns:1fr 1fr 1fr 1.15fr;left:50%;max-width:1050px;padding:24px;position:absolute;top:calc(100% + 0px);transform:translateX(-50%);width:calc(100vw - 64px)}
.drey-mega-full{border-radius:22px;max-width:1180px;padding:28px;width:min(calc(100vw - 48px),var(--drey-container))}
.drey-mega[hidden]{display:none}
.drey-mega h3{font-size:1rem;margin:0 0 12px}
.drey-mega a{color:#273244;display:block;padding:8px 0}
.drey-mega strong{font-weight:900}
.drey-mega-cta{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:18px}

/* AI-TAG: footer-main */
.drey-footer{background:var(--drey-dark);color:#cbd5e1;margin-top:64px}
.drey-main-footer{display:grid;gap:28px;grid-template-columns:1.4fr 1fr 1fr;padding:44px 0}
.drey-main-footer strong{color:#fff;display:block;margin-bottom:10px}
.drey-main-footer a{color:#cbd5e1;display:block;margin:7px 0}
.drey-main-footer a:hover{color:#fff}

.drey-page-hero{background:linear-gradient(135deg,#fff,#eef7f1);padding:72px 0}
.drey-page-hero h1{font-size:clamp(2.4rem,6vw,4.8rem);line-height:1.02;margin:0}
.drey-page-hero p{color:var(--drey-muted);font-size:1.1rem;max-width:760px}

/* AI-TAG: ux-card */
.drey-card{background:#fff;border:1px solid #e5e7eb;border-radius:calc(var(--drey-radius) * 1.7);box-shadow:0 16px 42px rgba(15,23,42,.06);overflow:hidden}
.drey-card-media{background:linear-gradient(135deg,#2f3f46,var(--drey-success));color:#fff;display:flex;font-weight:900;min-height:190px;padding:20px}
.drey-card-body{padding:24px}
.drey-meta{color:var(--drey-success);font-size:.82rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
.drey-loop,.drey-news-platform{display:grid;gap:24px;padding:64px 0}
.drey-news-platform{grid-template-columns:1.7fr .8fr}
.drey-news-grid{display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}
.drey-news-sidebar{align-self:start;background:#fff;border:1px solid #e5e7eb;border-radius:calc(var(--drey-radius) * 1.7);box-shadow:0 16px 42px rgba(15,23,42,.06);padding:24px;position:sticky;top:96px}
.drey-news-sidebar ul{list-style:none;margin:10px 0 0;padding:0}
.drey-news-sidebar li{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between}
.drey-news-sidebar a{font-weight:900;padding:12px 0}
.drey-article h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.05;margin:10px 0 16px}
.drey-author-address{color:var(--drey-muted);font-size:.92rem}
.single-post .drey-main{background:linear-gradient(180deg,#f8fafc 0,#f3f6fb 100%);padding:64px 0 82px}
.single-post .drey-article{background:transparent;border:0;border-radius:0;box-shadow:none;margin:0 auto;max-width:none;padding:0;width:min(var(--drey-container),calc(100% - 48px))}
.single-post .drey-article > header{background:transparent;border:0;border-bottom:1px solid #e5e7eb;border-radius:0;box-shadow:none;margin-bottom:64px;padding:18px 0 42px}
.single-post .drey-article > header .drey-meta{color:#16a34a;font-size:.82rem;font-weight:950;letter-spacing:.02em;text-transform:uppercase}
.single-post .drey-article h1{color:#111427;font-size:clamp(2.25rem,4.7vw,4.05rem);font-weight:950;letter-spacing:0;line-height:1.04;max-width:940px}
.single-post .drey-author-address{color:#536174;margin:0}
.single-post .drey-article-funnel{gap:78px;max-width:none}
.single-post .drey-article-funnel .st-hero{display:none}
.single-post .drey-article-funnel .st-section{padding:0}
.single-post .drey-article-funnel .st-section-head{max-width:860px}
.single-post .drey-article-funnel .st-section-head h2{font-size:clamp(1.85rem,3vw,2.75rem)}
.single-post .drey-article-funnel .st-section-head p{font-size:1.04rem;max-width:780px}
.single-post .drey-article-funnel .st-card,.single-post .drey-article-funnel .st-tool-card,.single-post .drey-article-funnel .st-note,.single-post .drey-article-funnel .st-table-wrap,.single-post .drey-article-funnel .st-funnel-step,.single-post .drey-article-funnel .st-cta{box-shadow:0 14px 34px rgba(15,23,42,.045)}
.single-post .drey-article-funnel .st-card,.single-post .drey-article-funnel .st-tool-card,.single-post .drey-article-funnel .st-funnel-step{border-color:#e2e8f0;padding:28px}
.single-post .drey-article-funnel .st-grid,.single-post .drey-article-funnel .st-tools-grid{gap:26px}
.single-post .drey-article-funnel .st-icon{background:#111827;box-shadow:0 10px 22px rgba(15,23,42,.16)}
.single-post .drey-article-funnel .st-note{background:#fff7ed;border-color:#fed7aa;color:#7c2d12;padding:24px 28px}
.single-post .drey-article-funnel .st-table-wrap{border-color:#e2e8f0}
.single-post .drey-article-funnel .st-table th{background:#111827;color:#fff}
.single-post .drey-article-funnel .st-table td{background:#fff}
.single-post .drey-article-funnel .st-table tbody tr:nth-child(even) td{background:#f8fafc}
.single-post .drey-article-funnel .st-btn{background:var(--drey-primary);border-radius:var(--drey-button-radius);box-shadow:0 14px 30px rgba(233,120,46,.2)}
.single-post .drey-article-funnel .st-btn-dark,.single-post .drey-article-funnel .st-btn-outline{background:#111827;color:#fff}
.single-post .drey-article-funnel .st-affiliate{background:transparent}

/* AI-TAG: product-gallery */
.drey-shop-main{padding:42px 0}
.woocommerce .woocommerce-breadcrumb{color:var(--drey-muted);font-size:.9rem;margin-bottom:20px}
.woocommerce .woocommerce-breadcrumb a{color:var(--drey-text);font-weight:800;text-decoration:none}
.woocommerce-products-header{display:none}
.drey-shop-hero{align-items:end;background:linear-gradient(135deg,#fff,#eef7f1);border:1px solid #e5e7eb;border-radius:18px;display:grid;gap:24px;grid-template-columns:1fr auto;margin-bottom:30px;padding:30px}
.drey-eyebrow{color:var(--drey-primary);font-size:.82rem;font-weight:900;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}
.drey-shop-hero h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.04;margin:0}
.drey-shop-hero p{color:var(--drey-muted);max-width:620px}
.drey-shop-hero__trust{display:grid;gap:8px}
.drey-shop-hero__trust span,.drey-checkout-trust span{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:var(--drey-dark);font-size:.9rem;font-weight:900;padding:9px 13px}
.woocommerce .woocommerce-result-count{color:var(--drey-muted);font-weight:700}
.woocommerce .woocommerce-ordering select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:var(--drey-text);font-weight:800;min-height:44px;padding:0 14px}
.woocommerce ul.products{display:grid!important;gap:24px!important;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{float:none!important;margin:0!important;width:auto!important}
.drey-product-card-inner{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 40px rgba(15,23,42,.06);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
.drey-product-card-inner:hover{box-shadow:0 24px 52px rgba(15,23,42,.11);transform:translateY(-3px)}
.woocommerce ul.products li.product a img{aspect-ratio:1/1;background:#f8fafc;margin:0!important;object-fit:cover;width:100%}
.woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--drey-dark);font-size:1.05rem;font-weight:950;line-height:1.25;margin:0;padding:16px 16px 6px}
.woocommerce ul.products li.product .price{color:var(--drey-dark)!important;font-size:1.05rem;font-weight:950;padding:0 16px}
.drey-loop-meta{display:flex;flex-wrap:wrap;gap:7px;order:8;padding:4px 16px 10px}
.drey-loop-meta span{background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;color:var(--drey-muted);font-size:.78rem;font-weight:900;padding:5px 9px}
.woocommerce ul.products li.product .button{align-items:center;background:var(--drey-dark)!important;border-radius:0;color:#fff!important;display:flex;font-weight:950;justify-content:center;margin:12px 16px 16px!important;min-height:48px;text-align:center}
.woocommerce span.onsale{background:var(--drey-primary);border-radius:999px;font-weight:950;min-height:auto;padding:6px 10px}
.woocommerce div.product{align-items:start;display:grid;gap:42px;grid-template-columns:minmax(320px,1.04fr) minmax(320px,.96fr)}
.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important}
.woocommerce div.product div.images{align-self:start;background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 20px 50px rgba(15,23,42,.08);margin-top:0!important;overflow:hidden;padding:16px}
.woocommerce div.product div.images .woocommerce-product-gallery{border-radius:16px;overflow:hidden}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{border-radius:0;overflow:visible}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img{aspect-ratio:1/1;object-fit:cover;width:100%}
.woocommerce div.product div.images img{border-radius:0}
.woocommerce div.product div.images .flex-control-thumbs{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr));margin:8px 0 0!important}
.woocommerce div.product div.images .flex-control-thumbs li{float:none!important;margin:0!important;width:auto!important}
.woocommerce div.product div.images .flex-control-thumbs img{aspect-ratio:1/1;border:1px solid #e5e7eb;object-fit:cover;opacity:.56;transition:opacity .16s ease}
.woocommerce div.product div.images .flex-control-thumbs img.flex-active,.woocommerce div.product div.images .flex-control-thumbs img:hover{opacity:1}
.woocommerce div.product div.summary{align-self:start;background:transparent;border:0;border-radius:0;box-shadow:none;margin-top:0!important;padding:0 0 28px!important}
.woocommerce div.product .product_title{font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;margin-bottom:12px;margin-top:0!important}
.drey-product-brands{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 20px}
.drey-brand-pill{align-items:center;background:#fff;border:1px solid var(--drey-dark);border-radius:3px;color:var(--drey-dark);display:inline-flex;font-size:.86rem;font-weight:900;min-height:30px;padding:5px 10px}
.drey-product-value-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}
.drey-product-value-badges span{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;color:#166534;font-size:.82rem;font-weight:950;padding:7px 10px}
.drey-gallery-note{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;color:var(--drey-muted);font-size:.83rem;font-weight:800;margin-top:12px;padding:10px 12px}
.drey-purchase-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;margin-top:20px;padding:18px}
.woocommerce div.product form.cart{align-items:start;display:grid;gap:14px;grid-template-columns:96px minmax(0,1fr);margin-bottom:18px}
.woocommerce div.product form.cart div.quantity{margin:0!important}
.woocommerce .quantity .qty{border:1px solid #d1d5db;border-radius:10px;min-height:54px;width:86px}
.woocommerce div.product form.cart .button{background:var(--drey-dark)!important;border-radius:999px;color:#fff!important;font-weight:950;min-height:58px;padding:14px 28px;width:100%}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--drey-dark);font-size:1.35rem;font-weight:950}
.drey-trust-list{display:grid;gap:12px;margin-top:14px}
.drey-trust-list div{display:grid;gap:3px;padding-left:26px;position:relative}
.drey-trust-list div::before{background:var(--drey-success);border-radius:999px;color:#fff;content:"✓";font-size:.75rem;font-weight:900;height:18px;left:0;line-height:18px;position:absolute;text-align:center;top:2px;width:18px}
.drey-trust-list strong{color:var(--drey-dark)}
.drey-trust-list span{color:var(--drey-muted);font-size:.92rem}
.woocommerce-tabs{background:transparent;border:0;border-radius:0;box-shadow:none;grid-column:1/-1;margin-top:54px;padding:0}
.woocommerce div.product .woocommerce-tabs .panel{background:transparent!important;border:0;padding:26px 0 0}
.woocommerce div.product .related,.woocommerce div.product .upsells{grid-column:1/-1}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding-left:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:999px}
.drey-checkout-trust{background:#fff;border:1px solid #e5e7eb;border-radius:18px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px;padding:16px}
.woocommerce-cart table.cart,.woocommerce-checkout form.checkout{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 40px rgba(15,23,42,.06);padding:18px}

/* AI-TAG: woo-design-1 = Clean / Blocksy nah, wenig Kartenoptik */
.drey-woo-design_1.woocommerce div.product{gap:28px;grid-template-columns:minmax(360px,.98fr) minmax(340px,1.02fr)}
.drey-woo-design_1.woocommerce div.product div.images{border:0;border-radius:0;box-shadow:none;padding:0}
.drey-woo-design_1.woocommerce div.product div.images .woocommerce-product-gallery{border-radius:0}
.drey-woo-design_1.woocommerce div.product div.summary{background:transparent;border:0;border-radius:0;box-shadow:none;margin-top:0!important;padding:0!important}
.drey-woo-design_1.woocommerce div.product .product_title{font-size:clamp(1.9rem,3.2vw,2.55rem)}
.drey-woo-design_1 .drey-product-value-badges span{background:#fff;border-color:#e5e7eb;color:var(--drey-dark)}
.drey-woo-design_1 .drey-purchase-box{background:transparent;border:0;border-radius:0;padding:0}
.drey-woo-design_1 .drey-trust-list{margin-top:22px}
.drey-woo-design_1 .drey-trust-list div{border-bottom:1px solid #eef2f7;padding-bottom:12px}
.drey-woo-design_1.woocommerce div.product form.cart .button{border-radius:999px}
.drey-woo-design_1 .woocommerce-tabs{border:0;border-radius:0;box-shadow:none;padding:0}
.drey-woo-design_1 .drey-shop-hero{background:#fff;border-radius:0;border-width:0 0 1px;padding-inline:0}
.drey-woo-design_1 .drey-product-card-inner{border-radius:0;box-shadow:none}

/* AI-TAG: woo-design-2 = Conversion Cards, aktuelle Variante */
.drey-woo-design_2 .drey-product-card-inner{border-radius:18px}

/* AI-TAG: woo-design-3 = Premium Editorial, groesserer Abstand und softere Galerie */
.drey-woo-design_3.woocommerce div.product{gap:56px}
.drey-woo-design_3.woocommerce div.product div.images,.drey-woo-design_3.woocommerce div.product div.summary{border-radius:28px}
.drey-woo-design_3 .drey-shop-hero{background:linear-gradient(135deg,#111827,#1f2937);color:#fff}
.drey-woo-design_3 .drey-shop-hero p{color:#d1d5db}
.drey-woo-design_3 .drey-shop-hero__trust span{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff}

/* AI-TAG: infobox-compatible = passt zu externen InfoBox/Trust-Kachel Plugins */
.drey-woo-trust-minimal .drey-product-value-badges{margin-bottom:10px}
.drey-woo-trust-minimal .drey-product-value-badges span{background:#fff;border-color:#e5e7eb;color:var(--drey-text)}
.drey-woo-trust-minimal .drey-trust-list{grid-template-columns:repeat(3,minmax(0,1fr))}
.drey-woo-trust-minimal .drey-trust-list div{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 14px 14px 42px}
.drey-woo-trust-hidden .drey-product-value-badges,.drey-woo-trust-hidden .drey-trust-list{display:none!important}

/* AI-TAG: icon-preview */
.drey-preview-page{margin-inline:auto;max-width:var(--drey-container);padding:48px 16px}
.drey-preview-hero{background:linear-gradient(135deg,#fff,#eef7f1);border:1px solid #e5e7eb;border-radius:18px;padding:42px}
.drey-preview-grid,.drey-preview-layout{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}
.drey-icon-shape{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 16px 42px rgba(15,23,42,.06);display:flex;font-size:2rem;font-weight:900;height:112px;justify-content:center}
.drey-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 16px 42px rgba(15,23,42,.06);overflow:hidden;width:100%}
.drey-table th,.drey-table td{border-bottom:1px solid #e5e7eb;padding:14px;text-align:left}
.drey-table th{background:var(--drey-dark);color:#fff}

.elementor-page .drey-content,.elementor-page .drey-page-hero{display:none}

/* AI-TAG: product-package-configurator = WooCommerce Paket-Auswahl und Checkout-Fragen */
.drey-product-package-box{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 18px 46px rgba(15,23,42,.07);display:grid;gap:12px;margin:20px 0;padding:20px}
.drey-product-package-box strong{color:var(--drey-dark);font-size:1.05rem}
.drey-product-package-box span{align-items:center;background:#111827;border-radius:999px;color:#fff;display:inline-flex;font-weight:900;justify-content:center;max-width:max-content;padding:8px 14px}
.drey-product-package-box ul{display:grid;gap:7px;list-style:none;margin:0;padding:0}
.drey-product-package-box li{color:#334155;padding-left:22px;position:relative}
.drey-product-package-box li:before{background:var(--drey-success);border-radius:999px;content:"";height:8px;left:3px;position:absolute;top:.62em;width:8px}
.drey-product-package-box small{color:#64748b;font-weight:800}
.drey-package-cart-fields{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;display:flex;flex-wrap:wrap;gap:12px;margin:18px 0;padding:14px}
.drey-package-cart-fields label{align-items:center;color:#111827;display:flex;font-weight:900;gap:10px;margin:0}
.drey-package-cart-fields input{border:1px solid #d1d5db;border-radius:10px;max-width:92px;padding:10px 12px}
.drey-package-cart-fields small{color:#64748b;font-weight:800}
.drey-checkout-package-questions{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 44px rgba(15,23,42,.05);margin:24px 0;padding:22px}
.drey-checkout-package-questions h3{font-size:1.25rem;margin:0 0 14px}

/* AI-TAG: conversion-funnel-article = importierter Funnel-Beitrag mit Tabellen und Karten */
.drey-article-funnel{color:#1f2937;display:grid;gap:56px;margin-inline:auto;max-width:var(--drey-container)}
.drey-article-funnel .st-section,.drey-article-funnel .st-hero{padding:0}
.drey-article-funnel .st-container{max-width:none;padding:0}
.drey-article-funnel .st-hero-grid{align-items:stretch;display:grid;gap:24px;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr)}
.drey-article-funnel .st-badge,.drey-article-funnel .st-proof span{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;color:#166534;display:inline-flex;font-size:.82rem;font-weight:900;padding:7px 11px}
.drey-article-funnel h1{color:#0f172a;font-size:clamp(2.1rem,4vw,4.2rem);letter-spacing:0;line-height:1.02;margin:18px 0}
.drey-article-funnel h2{color:#0f172a;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.08;margin:0 0 12px}
.drey-article-funnel h3{color:#0f172a;margin:0 0 10px}
.drey-article-funnel p{color:#475569;line-height:1.75}
.drey-article-funnel .st-actions,.drey-article-funnel .st-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.drey-article-funnel .st-btn{background:var(--drey-primary);border-radius:10px;color:#fff;display:inline-flex;font-weight:950;padding:12px 16px;text-decoration:none}
.drey-article-funnel .st-btn-dark,.drey-article-funnel .st-btn-outline{background:#111827;color:#fff}
.drey-article-funnel .st-hero-card,.drey-article-funnel .st-card,.drey-article-funnel .st-tool-card,.drey-article-funnel .st-note,.drey-article-funnel .st-cta{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 20px 50px rgba(15,23,42,.06);padding:24px}
.drey-article-funnel .st-grid,.drey-article-funnel .st-tools-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}
.drey-article-funnel .st-icon{align-items:center;background:#111827;border-radius:999px;color:#fff;display:inline-flex;font-weight:950;height:34px;justify-content:center;margin-bottom:14px;width:34px}
.drey-article-funnel .st-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 46px rgba(15,23,42,.05);overflow:auto}
.drey-article-funnel .st-table{border-collapse:collapse;min-width:760px;width:100%}
.drey-article-funnel .st-table th{background:#111827;color:#fff;text-align:left}
.drey-article-funnel .st-table th,.drey-article-funnel .st-table td{border-bottom:1px solid #e5e7eb;padding:14px;vertical-align:top}
.drey-article-funnel .st-funnel{display:grid;gap:22px;position:relative}
.drey-article-funnel .st-funnel:before{background:linear-gradient(180deg,var(--drey-primary),#16a34a);border-radius:999px;bottom:30px;content:"";left:24px;position:absolute;top:30px;width:3px}
.drey-article-funnel .st-funnel-step{background:#fff;border:1px solid #e5e7eb;border-radius:22px;display:grid;gap:8px;grid-template-columns:96px minmax(0,1fr);padding:24px;position:relative}
.drey-article-funnel .st-funnel-step:after{border-bottom:8px solid transparent;border-left:10px solid var(--drey-primary);border-top:8px solid transparent;content:"";left:84px;position:absolute;top:32px}
.drey-article-funnel .st-funnel-step span{align-items:center;background:#111827;border-radius:999px;color:#fff;display:inline-grid;font-size:.82rem;font-weight:950;height:50px;justify-content:center;position:relative;width:82px;z-index:1}
.drey-article-funnel .st-funnel-step h3{align-self:end;font-size:1.2rem;margin:0}
.drey-article-funnel .st-funnel-step p{grid-column:2;margin:0}

/* AI-TAG: theme-form-controls = zentrale Form- und Radius-Regeln aus Dreycommerce Einstellungen */
.drey-card,.drey-hero-card,.drey-service-card,.drey-proof-card,.drey-story-card,.drey-product-package-box,.drey-checkout-package-questions,.drey-article-funnel .st-card,.drey-article-funnel .st-note,.drey-article-funnel .st-table-wrap{border-radius:var(--drey-card-radius)}
.wp-block-button__link,.button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{border-radius:var(--drey-button-radius)}

@media(max-width:960px){
	.drey-main-header{align-items:flex-start;flex-wrap:wrap;min-height:auto;padding:14px 0}
	.drey-logo{flex:1 1 170px}
	.drey-header-trust{order:2}
	.drey-menu{display:flex;flex:1 0 100%;gap:6px;justify-content:flex-start;order:3;overflow-x:auto;padding:6px 0 2px;scrollbar-width:thin}
	.drey-menu a,.drey-menu button{flex:0 0 auto;font-size:.88rem;padding:10px 11px}
	.drey-main-header > .drey-btn{flex:0 0 auto;min-height:40px;padding:10px 13px}
	.drey-mega{grid-template-columns:1fr;left:16px;max-height:70vh;overflow:auto;top:100%;transform:none;width:calc(100vw - 32px)}
	.drey-main-footer,.drey-news-platform,.woocommerce div.product,.drey-shop-hero{grid-template-columns:1fr}
	.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
	.drey-news-grid,.drey-preview-grid,.drey-preview-layout,.drey-hero-split,.drey-about-grid,.drey-article-funnel .st-hero-grid{grid-template-columns:1fr}
	.drey-service-grid,.drey-proof-grid,.drey-article-funnel .st-grid,.drey-article-funnel .st-tools-grid{grid-template-columns:1fr}
	.drey-home-proof,.drey-package-grid{grid-template-columns:1fr}
}

@media(max-width:640px){
	.drey-shop-main{padding:24px 0}
	.drey-shop-hero,.woocommerce div.product div.summary,.woocommerce div.product div.images{border-radius:16px;padding:18px}
	.woocommerce ul.products{grid-template-columns:1fr!important}
	.woocommerce div.product form.cart{display:grid;grid-template-columns:1fr}
	.woocommerce .quantity .qty{width:100%}
	.drey-woo-trust-minimal .drey-trust-list{grid-template-columns:1fr}
	.drey-kpi-grid{grid-template-columns:1fr}
	.drey-logo-mark{flex-basis:38px;height:38px}
}

@media(min-width:961px) and (max-width:1180px){
	.drey-main-header{gap:12px}
	.drey-logo{flex-basis:150px}
	.drey-menu{gap:3px;justify-content:flex-start}
	.drey-menu a,.drey-menu button{font-size:.86rem;padding:10px 8px}
	.drey-main-header > .drey-btn{font-size:.88rem;padding-left:12px;padding-right:12px}
}

/* Dreycommerce 1.0.3: Animationen, Einstellungen, Block-Feinschliff */
html.dcex-motion-ready .dcex-reveal{opacity:0;transform:translate3d(0,var(--dcex-motion-distance,28px),0) scale(var(--dcex-motion-scale,.97));filter:none;transition:opacity .28s cubic-bezier(.2,.8,.2,1),transform .28s cubic-bezier(.2,.8,.2,1);transition-delay:var(--dcex-delay,0ms)}
html.dcex-motion-ready .dcex-reveal.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1)}
html.dcex-motion-ready .visual,html.dcex-motion-ready .audit,html.dcex-motion-ready .casechip,html.dcex-motion-ready .photo,html.dcex-motion-ready .score{transform:translate3d(0,var(--dcex-float-y,0),0) rotate(var(--dcex-float-r,0deg));transition:transform .08s linear;will-change:transform}
html.dcex-motion-ready .btn,html.dcex-motion-ready .navcta{transform:translate3d(var(--dcex-btn-x,0),var(--dcex-btn-y,0),0);will-change:transform}
html.dcex-motion-ready .btn:hover,html.dcex-motion-ready .navcta:hover{transform:translate3d(var(--dcex-btn-x,0),calc(var(--dcex-btn-y,0) - 2px),0)}
.dcex-cursor-glow{position:fixed;left:0;top:0;width:420px;height:420px;border-radius:999px;background:radial-gradient(circle,rgba(156,255,172,calc(.16 * var(--dcex-glow-strength,.55))),rgba(94,234,212,calc(.08 * var(--dcex-glow-strength,.55))) 38%,transparent 68%);pointer-events:none;z-index:0;mix-blend-mode:screen;filter:none}
.top,.header,.drey-main,.footer{position:relative;z-index:1}.card,.btn,.navcta,.links a,.pill,details{transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.card:hover{border-color:rgba(156,255,172,.24);box-shadow:0 28px 76px rgba(0,0,0,.28),0 0 0 1px rgba(156,255,172,.035)}
.woocommerce ul.products{grid-template-columns:repeat(var(--dcex-product-cols,4),minmax(0,1fr))!important}.dcex-grid-off:before{display:none!important}.dcex-blobs-off{background:var(--bg)!important}.wp-block-button.is-style-drey-primary .wp-block-button__link{background:linear-gradient(135deg,var(--green),var(--cyan));color:#041008}.wp-block-group.is-style-drey-glass,.wp-block-column.is-style-drey-glass{backdrop-filter:blur(18px)}
@media(prefers-reduced-motion:reduce){html.dcex-motion-ready .dcex-reveal{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}.dcex-cursor-glow{display:none!important}.visual,.audit,.casechip,.photo,.score,.btn,.navcta{transform:none!important;transition:none!important}}
@media(max-width:980px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.woocommerce ul.products{grid-template-columns:1fr!important}.dcex-cursor-glow{display:none!important}}


/* === Dreycommerce Voll-Fix: Brücke zwischen Original-Funktionen und exaktem Design === */
:root{
  --drey-container: min(1200px, calc(100vw - 36px));
  --drey-bg: var(--bg, #07080d);
  --drey-panel: var(--panel, #10131d);
  --drey-text: var(--text, #f7fff8);
  --drey-muted: var(--muted, #a4adbb);
  --drey-primary: var(--orange, #ff9a52);
  --drey-success: var(--green, #9cffac);
}
body.shopaudit-modern-active .drey-header{background:transparent!important;box-shadow:none!important;color:var(--text)!important;position:relative!important;top:auto!important;z-index:99!important;}
body.shopaudit-modern-active .drey-footer{background:transparent!important;color:var(--muted)!important;margin-top:0!important;padding:0!important;}
html.dcex-motion-ready .dcex-reveal{filter:none!important;}
.dcex-cursor-glow{display:none!important;}
/* Globale WooCommerce-Darstellung kommt aus Palette und Dreycommerce > CSS & JavaScript. */


/* Dreycommerce 1.1.5: genügend Abstand in Header, Navigation und Hinweisboxen */
body.dreycommerce-ux-exact .nav{min-height:84px;gap:clamp(16px,2.6vw,30px);overflow:visible;}
body.dreycommerce-ux-exact .logo{flex:0 0 auto;min-width:240px;max-width:none;gap:14px;padding:8px 0;line-height:1.05;overflow:visible;}
body.dreycommerce-ux-exact .logo > span:last-child{display:block;min-width:0;white-space:normal;}
body.dreycommerce-ux-exact .logo small{display:block;margin-top:5px;line-height:1.25;white-space:nowrap;}
body.dreycommerce-ux-exact .links{gap:clamp(12px,1.8vw,22px);align-items:center;}
body.dreycommerce-ux-exact .links a{line-height:1.22;padding:8px 0;}
body.dreycommerce-ux-exact .notice{display:block;margin:0 0 22px;padding:18px 20px;line-height:1.75;}
body.dreycommerce-ux-exact .card.s12 .notice + .btn{margin-top:2px;}
body.dreycommerce-ux-exact .card.s12,body.dreycommerce-ux-exact .cta{padding:clamp(24px,3.2vw,44px);}
@media(max-width:1160px){body.dreycommerce-ux-exact .logo{min-width:220px}.links{gap:13px}}
@media(max-width:1040px){body.dreycommerce-ux-exact .logo{min-width:0;max-width:calc(100% - 96px)}body.dreycommerce-ux-exact .logo small{display:block}}
@media(max-width:620px){body.dreycommerce-ux-exact .logo small{white-space:normal}.nav{min-height:78px}}


/* AI-TAG: shop-product-badge = Badge und Kurztext in Produktkarten */
.woocommerce ul.products li.product{position:relative}
.drey-loop-badge{position:absolute;left:14px;top:14px;z-index:6;border-radius:999px;background:var(--drey-primary);color:#fff;font-size:.78rem;font-weight:950;line-height:1;padding:9px 12px;box-shadow:0 12px 26px rgba(15,23,42,.16)}
.drey-loop-excerpt{color:var(--drey-muted);font-size:.92rem;line-height:1.55;margin:0;padding:0 16px 12px}

/* WooCommerce Produktseite: Kategorie/Meta ausblenden, echte Tabs sichtbar lassen */
body.single-product div.product .product_meta,
body.single-product.woocommerce div.product .product_meta,
body.single-product.woocommerce-page div.product .product_meta{display:none!important}
body.single-product div.product .woocommerce-tabs ul.tabs,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
body.single-product.woocommerce-page div.product .woocommerce-tabs ul.tabs{display:flex!important}
body.single-product div.product .woocommerce-tabs .panel > h2:first-child{display:none!important}


/* =========================================================
   STARTSEITE / EDITOR-HTML FIX
   Wird nur genutzt, wenn eine Seite eigenen HTML-/Editor-Inhalt hat.
   ========================================================= */
.drey-page-editor-html{
  width:100%;
  min-height:calc(100vh - 180px);
}
.drey-page-editor-html > .wp-block-group,
.drey-page-editor-html > section{
  margin-top:0;
}
.drey-page-editor-html .container{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto;
}

/* ======================================================================
   WooCommerce Snippet Tools
   Wird von Dreycommerce > Woo Import / Export und vom Produkt-Metafeld genutzt.
   Bearbeiten: Abstand, Rahmen, Schrift und Hintergrund der Produkt-Snippets.
   ====================================================================== */
.dreyux-product-snippet,
.dreyux-product-faq{
  box-sizing:border-box;
  width:100%;
  margin:0 0 18px;
  padding:16px 18px;
  border:1px solid var(--line,var(--drey-line,rgba(0,0,0,.10)));
  border-radius:18px;
  background:var(--card,var(--drey-panel,#fff));
  color:var(--text,var(--drey-text,#111827));
  font-family:var(--drey-font,Inter,Arial,Helvetica,sans-serif);
  line-height:1.6;
  text-align:left;
}
.dreyux-snippet-top{margin:0 0 16px;}
.dreyux-snippet-after-summary{margin:18px 0 0;}
.dreyux-snippet-tabs,
.dreyux-product-faq{margin:24px auto;max-width:var(--drey-container,1180px);}
.dreyux-product-snippet h2,
.dreyux-product-snippet h3,
.dreyux-product-faq h2,
.dreyux-product-faq h3{margin:0 0 10px;text-align:left;font-family:var(--drey-heading-font,var(--drey-font,Inter,Arial,Helvetica,sans-serif));}
.dreyux-product-snippet p{margin:0 0 10px;color:inherit;}
.dreyux-product-faq details{border-top:1px solid var(--line,var(--drey-line,rgba(0,0,0,.10)));padding:13px 0;}
.dreyux-product-faq details:first-of-type{border-top:0;}
.dreyux-product-faq summary{cursor:pointer;font-weight:900;}
.dreyux-product-faq summary + div{margin-top:10px;color:var(--muted,var(--drey-muted,#64748b));}

/* Neutrale Startseiten-Vorlage */
.drey-generic-home{background:#fff;color:#111118;min-height:58vh;padding:clamp(56px,8vw,110px) 24px}
.drey-generic-home__inner{margin:0 auto;max-width:920px}
.drey-generic-home__kicker{color:var(--drey-primary,#303030);font-size:13px;font-weight:900;letter-spacing:.08em;margin:0 0 14px;text-transform:uppercase}
.drey-generic-home h1{color:#111118;font-size:clamp(36px,6vw,72px);font-weight:950;letter-spacing:-.035em;line-height:1.02;margin:0 0 18px}
.drey-generic-home__lead{color:#424450;font-size:clamp(16px,2vw,20px);line-height:1.65;margin:0;max-width:760px}
.drey-generic-home__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}

/* Dreycommerce Kontaktformular */
.drey-contact-section{padding:clamp(40px,6vw,82px) 0}
.drey-contact-wrap{align-items:start;display:grid;gap:clamp(22px,4vw,46px);grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);margin-inline:auto;width:min(var(--drey-container),calc(100% - 48px))}
.drey-contact-copy{max-width:520px}
.drey-contact-kicker{color:var(--drey-primary);font-size:13px;font-weight:950;letter-spacing:.08em;margin:0 0 12px;text-transform:uppercase}
.drey-contact-copy h2{color:var(--drey-dark);font-size:clamp(30px,4vw,52px);line-height:1.05;margin:0 0 16px}
.drey-contact-copy p{color:var(--drey-muted);font-size:1.05rem;line-height:1.75}
.drey-contact-panel{background:#fff;border:1px solid #e5e7eb;border-radius:var(--drey-card-radius);box-shadow:0 20px 60px rgba(15,23,42,.07);padding:clamp(20px,3vw,34px)}
.drey-erstcheck-form{display:grid;gap:14px;max-width:none}
.drey-erstcheck-form input,.drey-erstcheck-form textarea,.drey-erstcheck-form select{background:#fff;border:1px solid #d9dee7;border-radius:14px;color:#111827;font:inherit;min-height:52px;outline:none;padding:14px 16px;width:100%}
.drey-erstcheck-form textarea{min-height:150px;resize:vertical}
.drey-erstcheck-form input:focus,.drey-erstcheck-form textarea:focus,.drey-erstcheck-form select:focus{border-color:var(--drey-dark);box-shadow:0 0 0 4px rgba(17,24,39,.08)}
.drey-hp-field{left:-9999px!important;position:absolute!important}
.drey-form-status{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;color:#166534;font-weight:900;margin:0 0 18px;padding:14px 16px}
.drey-bot-field,.drey-privacy-check{align-items:center;color:#334155;display:flex;font-size:14px;font-weight:750;gap:10px;line-height:1.45;margin:4px 0}
.drey-bot-field input[type="number"]{flex:0 0 86px;max-width:86px;text-align:center}
.drey-privacy-check input[type="checkbox"]{accent-color:var(--drey-primary);flex:0 0 16px;height:16px;width:16px}
.drey-privacy-check a{text-decoration:underline;text-underline-offset:2px}
.drey-submit-btn{background:var(--drey-dark);border:0;border-radius:var(--drey-button-radius);color:#fff;cursor:pointer;font-weight:950;min-height:54px;padding:0 22px;width:fit-content}
@media(max-width:860px){.drey-contact-wrap{grid-template-columns:1fr;width:min(var(--drey-container),calc(100% - 28px))}.drey-submit-btn{width:100%}}

/* AI-TAG: posts-standard — Beiträge (single, archive, home) */
.drey-post-header{margin:0 0 28px}
.drey-post-title{font-size:clamp(26px,4vw,46px);line-height:1.1;letter-spacing:-.03em;margin:0 0 12px}
.drey-post-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--drey-muted,#667085);font-size:14px;font-weight:700}
.drey-post-meta time,.drey-post-meta .drey-post-author{display:inline-flex;align-items:center}
.drey-post-thumbnail{margin:0 0 32px;border-radius:var(--drey-radius,16px);overflow:hidden}
.drey-post-thumbnail img{width:100%;height:auto;display:block}
.drey-post-content{font-size:17px;line-height:1.78}
.drey-post-content p{margin:0 0 20px}
.drey-post-content h2,.drey-post-content h3{margin:32px 0 12px}
.drey-post-footer{margin:32px 0 0;padding-top:20px;border-top:1px solid var(--drey-soft,#e5e7eb)}
.drey-post-tags a{display:inline-flex;margin:0 6px 6px 0;padding:5px 12px;border-radius:999px;background:var(--drey-card,#f3f4f6);font-size:13px;font-weight:700;text-decoration:none}
.drey-archive-header{margin:0 0 36px}
.drey-archive-title{font-size:clamp(26px,4vw,42px);letter-spacing:-.03em;margin:0 0 8px}
.drey-archive-description{color:var(--drey-muted,#667085)}
.drey-post-list{display:grid;gap:32px}
.drey-post-card-simple{display:grid;grid-template-columns:1fr;gap:0;border:1px solid var(--drey-soft,#e5e7eb);border-radius:var(--drey-radius,16px);overflow:hidden;background:var(--drey-card,#fff)}
.drey-post-thumb img{width:100%;height:220px;object-fit:cover;display:block}
.drey-post-card-body{padding:24px}
.drey-post-card-title{font-size:20px;letter-spacing:-.025em;margin:0 0 8px}
.drey-post-card-title a{color:inherit;text-decoration:none}
.drey-post-card-title a:hover{color:var(--drey-green,#2fb45a)}
.drey-post-card-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--drey-muted,#667085);font-size:13px;font-weight:700;margin:0 0 12px}
.drey-post-card-excerpt{color:var(--drey-muted,#667085);font-size:15px;line-height:1.68;margin:0 0 16px}
@media(min-width:640px){.drey-post-list{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.drey-post-list{grid-template-columns:repeat(3,1fr)}}
