/* BIGIT Commerce Vision 2.3 — shared visual language for every customer-facing surface. */
:root{
  --bigit-space-1:8px;
  --bigit-space-2:12px;
  --bigit-space-3:16px;
  --bigit-space-4:24px;
  --bigit-space-5:32px;
  --bigit-space-6:48px;
  --bigit-space-7:72px;
  --bigit-surface:#fff;
  --bigit-surface-2:#f6f7f9;
  --bigit-surface-dark:#111116;
  --bigit-focus:0 0 0 4px rgba(230,0,25,.12);
}

/* Shared typography and content rhythm */
.bigit-content-page,.bigit-shop-main,.bigit-account-page .site-main,.bigit-cart-page .site-main,.bigit-checkout-page .site-main{background:linear-gradient(180deg,#f7f8fa 0,#fff 360px)}
.bigit-entry-content{color:#292b32}
.bigit-entry-content>h2,.bigit-entry-content>h3,.bigit-entry-content>h4{letter-spacing:-.035em;line-height:1.12;color:var(--bigit-ink)}
.bigit-entry-content>h2{margin:64px 0 20px;font-size:clamp(30px,3vw,46px)}
.bigit-entry-content>h3{margin:42px 0 15px;font-size:clamp(24px,2.2vw,34px)}
.bigit-entry-content>p,.bigit-entry-content>ul,.bigit-entry-content>ol{margin-top:0;margin-bottom:20px}
.bigit-entry-content>ul,.bigit-entry-content>ol{padding-left:22px}
.bigit-entry-content>blockquote{margin:34px 0;padding:24px 28px;border-left:4px solid var(--bigit-red);border-radius:0 18px 18px 0;background:#fff1f3;font-size:20px}
.bigit-entry-content table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--bigit-line);border-radius:18px;background:#fff}
.bigit-entry-content th,.bigit-entry-content td{padding:14px 16px;border-bottom:1px solid var(--bigit-line);text-align:left}
.bigit-entry-content th{background:#f7f7f9;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.bigit-entry-content tr:last-child td{border-bottom:0}
.bigit-entry-content a:not(.button):not(.bigit-button){color:var(--bigit-red);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.bigit-entry-content .wp-block-button__link,.bigit-entry-content .button{border-radius:14px;background:#111116;color:#fff;font-weight:850}
.bigit-entry-content .wp-block-separator{margin-block:55px;border-color:var(--bigit-line)}

/* Unified page hero */
.bigit-page-vision-hero{position:relative;isolation:isolate;overflow:hidden;padding:92px 0 82px;background:#111116;color:#fff}
.bigit-page-vision-hero:before{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.04),transparent 46%)}
.bigit-page-vision-hero:after{content:"";position:absolute;z-index:-1;width:560px;height:560px;right:-130px;top:-270px;border-radius:50%;background:radial-gradient(circle,rgba(230,0,25,.42),transparent 68%)}
.bigit-page-vision-hero .bigit-container{max-width:1180px;margin-left:max(22px,calc((100vw - var(--bigit-container))/2))}
.bigit-page-vision-hero h1{max-width:980px;margin:0;font-size:clamp(50px,7vw,92px);line-height:.95;letter-spacing:-.065em}
.bigit-page-vision-hero p{max-width:830px;margin:25px 0 0;color:#c5c6ce;font-size:clamp(17px,1.8vw,22px)}
.bigit-profile-blue .bigit-page-vision-hero:after{background:radial-gradient(circle,rgba(61,103,255,.48),transparent 68%)}
.bigit-profile-green .bigit-page-vision-hero:after{background:radial-gradient(circle,rgba(22,131,74,.48),transparent 68%)}
.bigit-profile-violet .bigit-page-vision-hero:after{background:radial-gradient(circle,rgba(139,82,255,.48),transparent 68%)}
.bigit-profile-orange .bigit-page-vision-hero:after{background:radial-gradient(circle,rgba(232,112,20,.5),transparent 68%)}
.bigit-profile-silver .bigit-page-vision-hero{background:#e9ebef;color:#111116}
.bigit-profile-silver .bigit-page-vision-hero p{color:#60636d}
.bigit-profile-silver .bigit-page-vision-hero:after{background:radial-gradient(circle,rgba(255,255,255,.9),transparent 68%)}
.bigit-page-shell{position:relative;margin-top:-26px;padding:0 0 95px}
.bigit-page-experience{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:60px}
.bigit-page-experience article{min-height:230px;padding:28px;border:1px solid var(--bigit-line);border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(17,17,22,.07)}
.bigit-page-experience article>span{color:var(--bigit-red);font-size:12px;font-weight:950;letter-spacing:.1em}
.bigit-page-experience h2{margin:48px 0 12px;font-size:25px;line-height:1.08;letter-spacing:-.04em}
.bigit-page-experience p{margin:0;color:var(--bigit-muted);font-size:14px}

/* Catalog hero */
.bigit-catalog-hero{position:relative;isolation:isolate;overflow:hidden;margin:34px 0 38px;border-radius:34px;background:#111116;color:#fff;box-shadow:0 28px 80px rgba(17,17,22,.14)}
.bigit-catalog-hero-glow{position:absolute;z-index:-1;right:-120px;top:-230px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(230,0,25,.48),transparent 68%)}
.bigit-catalog-hero.is-laptop .bigit-catalog-hero-glow,.bigit-catalog-hero.is-monitor .bigit-catalog-hero-glow{background:radial-gradient(circle,rgba(72,99,255,.52),transparent 68%)}
.bigit-catalog-hero.is-phone .bigit-catalog-hero-glow,.bigit-catalog-hero.is-smartwatch .bigit-catalog-hero-glow{background:radial-gradient(circle,rgba(154,83,255,.5),transparent 68%)}
.bigit-catalog-hero.is-appliance .bigit-catalog-hero-glow,.bigit-catalog-hero.is-smart-home .bigit-catalog-hero-glow{background:radial-gradient(circle,rgba(23,155,101,.48),transparent 68%)}
.bigit-catalog-hero.is-gaming .bigit-catalog-hero-glow,.bigit-catalog-hero.is-gpu .bigit-catalog-hero-glow{background:radial-gradient(circle,rgba(255,53,85,.58),transparent 68%)}
.bigit-catalog-hero-main{display:grid;grid-template-columns:190px minmax(0,1fr);gap:42px;align-items:center;padding:58px 58px 44px}
.bigit-catalog-hero-icon{display:grid;place-items:center;width:170px;height:170px;border:1px solid rgba(255,255,255,.16);border-radius:36px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px)}
.bigit-catalog-hero-icon svg{width:98px;height:98px;color:#fff}
.bigit-catalog-hero-copy h1{max-width:1000px;margin:4px 0 18px;font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.065em}
.bigit-catalog-hero-copy>p{max-width:900px;margin:0;color:#c8c9d1;font-size:18px}
.bigit-catalog-hero .woocommerce-breadcrumb,.bigit-product-breadcrumb .woocommerce-breadcrumb{margin:0 0 20px!important;color:#92949f!important;font-size:12px!important}
.bigit-catalog-hero .woocommerce-breadcrumb a,.bigit-product-breadcrumb .woocommerce-breadcrumb a{color:inherit}
.bigit-catalog-hero .woocommerce-breadcrumb span,.bigit-product-breadcrumb .woocommerce-breadcrumb span{display:inline-block;margin:0 8px;color:#62646e}
.bigit-catalog-hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.bigit-catalog-hero-meta>span{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:#d6d7dd;font-size:12px;font-weight:750}
.bigit-catalog-hero-meta strong{color:#fff}
.bigit-catalog-hero-meta svg{width:16px}
.bigit-catalog-hints{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.1)}
.bigit-catalog-hints article{display:flex;align-items:center;gap:14px;min-height:104px;padding:22px 28px;border-right:1px solid rgba(255,255,255,.1)}
.bigit-catalog-hints article:last-child{border-right:0}
.bigit-catalog-hints article>span{color:#ff6075;font-size:11px;font-weight:950}
.bigit-catalog-hints article div{display:flex;flex-direction:column}
.bigit-catalog-hints strong{font-size:14px}
.bigit-catalog-hints small{margin-top:3px;color:#8f919b;font-size:11px}

/* Subcategories and archive toolbar */
.bigit-subcategory-section{margin:0 0 48px}
.bigit-catalog-section-heading,.bigit-catalog-products-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:22px}
.bigit-catalog-section-heading h2,.bigit-catalog-products-heading h2{margin:0;font-size:clamp(31px,3vw,46px);line-height:1;letter-spacing:-.05em}
.bigit-catalog-section-heading>small,.bigit-catalog-products-heading>p{max-width:520px;margin:0;color:var(--bigit-muted)}
.bigit-subcategory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.bigit-subcategory-card{position:relative;min-height:132px;display:grid;grid-template-columns:86px 1fr 22px;align-items:center;gap:14px;padding:16px;border:1px solid var(--bigit-line);border-radius:20px;background:#fff;transition:transform .22s,border-color .22s,box-shadow .22s}
.bigit-subcategory-card:hover{transform:translateY(-4px);border-color:#d1d3d9;box-shadow:0 18px 42px rgba(17,17,22,.08)}
.bigit-subcategory-visual{display:grid;place-items:center;width:86px;height:96px;overflow:hidden;border-radius:15px;background:#f3f4f6;color:var(--bigit-red)}
.bigit-subcategory-visual img{width:100%;height:100%;padding:8px;object-fit:contain}
.bigit-subcategory-visual svg{width:54px;height:54px}
.bigit-subcategory-copy{display:flex;flex-direction:column;min-width:0}
.bigit-subcategory-copy strong{font-size:14px;line-height:1.3}
.bigit-subcategory-copy small{margin-top:7px;color:var(--bigit-muted);font-size:11px}
.bigit-subcategory-card>.bigit-icon{width:17px;color:#a2a4ad}
.bigit-catalog-products-heading{margin-top:42px;padding-top:34px;border-top:1px solid var(--bigit-line)}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:24px!important}
.woocommerce .woocommerce-ordering{float:right}
.woocommerce .woocommerce-result-count{float:left;min-height:44px;display:flex;align-items:center}
.woocommerce .woocommerce-ordering select{min-width:220px;outline:0}
.woocommerce .woocommerce-ordering select:focus{border-color:var(--bigit-red);box-shadow:var(--bigit-focus)}
.woocommerce .woocommerce-notices-wrapper:empty{display:none}

/* Filters from WooCommerce blocks, widgets and BIGIT Store Toolkit */
.wc-block-product-filters,.wc-block-components-filter-wrapper,.widget_price_filter,.bigit-filter-panel,.bigit-filters{border:1px solid var(--bigit-line);border-radius:20px;background:#fff}
.wc-block-product-filters,.bigit-filter-panel,.bigit-filters{padding:20px}
.wc-block-components-price-slider__range-input-progress{--range-color:var(--bigit-red)}
.wc-block-components-checkbox .wc-block-components-checkbox__input:checked{background:var(--bigit-red);border-color:var(--bigit-red)}
.bigit-filter-panel input,.bigit-filter-panel select,.bigit-filters input,.bigit-filters select{min-height:44px;border:1px solid var(--bigit-line);border-radius:11px;background:#fff}
.bigit-filter-panel input:focus,.bigit-filter-panel select:focus,.bigit-filters input:focus,.bigit-filters select:focus{outline:0;border-color:var(--bigit-red);box-shadow:var(--bigit-focus)}

/* Product card alignment */
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;min-width:0}
.woocommerce ul.products li.product>.bigit-product-card-inner,.woocommerce-page ul.products li.product>.bigit-product-card-inner{width:100%}
.woocommerce ul.products li.product .woocommerce-loop-product__link{display:flex;flex:1;flex-direction:column;min-width:0}
.woocommerce ul.products li.product .woocommerce-loop-product__title{overflow-wrap:anywhere}
.woocommerce ul.products li.product .star-rating{margin:5px 0;color:#f0a000}
.woocommerce ul.products li.product .added_to_cart{display:block;margin:8px 0 0;text-align:center;color:var(--bigit-red);font-size:12px;font-weight:850}
.woocommerce span.onsale{z-index:5;min-width:auto;min-height:auto;margin:0!important;padding:7px 10px!important;border-radius:999px!important;background:var(--bigit-red)!important;line-height:1!important;font-size:10px!important}

/* Catalog end banner */
.bigit-catalog-help-band{display:flex;align-items:center;justify-content:space-between;gap:40px;margin:70px 0 35px;padding:42px;border-radius:28px;background:#111116;color:#fff}
.bigit-catalog-help-band h2{max-width:780px;margin:0;font-size:clamp(32px,3.7vw,54px);line-height:1;letter-spacing:-.055em}
.bigit-catalog-help-band p{max-width:720px;margin:16px 0 0;color:#aeb0b9}
.bigit-catalog-help-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
.bigit-button-quiet{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);color:#fff}
.bigit-button-quiet:hover{background:#fff;color:#111}

/* Product detail */
.bigit-product-breadcrumb{margin:28px 0 8px}
.bigit-product-breadcrumb .woocommerce-breadcrumb{color:#7c7f89!important}
.single-product div.product{padding:35px 0 20px}
.single-product div.product .woocommerce-product-gallery__wrapper{border:1px solid var(--bigit-line)}
.single-product div.product .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px!important}
.single-product div.product .flex-control-thumbs li{float:none!important;width:auto!important;border:1px solid var(--bigit-line);border-radius:12px;overflow:hidden;background:#fff}
.single-product div.product .summary{position:sticky;top:118px;align-self:start;padding:30px;border:1px solid var(--bigit-line);border-radius:26px;background:#fff;box-shadow:0 22px 60px rgba(17,17,22,.07)}
.single-product div.product .summary .product_meta{display:grid;gap:7px;padding-top:20px;border-top:1px solid var(--bigit-line);color:#777a84;font-size:12px}
.single-product div.product .summary .cart{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0!important}
.single-product div.product .summary .quantity .qty{min-height:52px;border:1px solid var(--bigit-line);border-radius:13px}
.single-product div.product .summary .single_add_to_cart_button{min-height:52px!important;padding:0 25px!important;border-radius:14px!important;background:var(--bigit-red)!important;font-weight:900!important}
.single-product div.product .summary .single_add_to_cart_button:hover{background:#ff1731!important}
.single-product .woocommerce-tabs{margin-top:55px;padding:0!important}
.single-product .woocommerce-tabs ul.tabs{display:flex;gap:8px;overflow-x:auto;margin:0 0 24px!important;padding:0!important;border:0!important}
.single-product .woocommerce-tabs ul.tabs:before{display:none!important}
.single-product .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:1px solid var(--bigit-line)!important;border-radius:999px!important;background:#fff!important}
.single-product .woocommerce-tabs ul.tabs li:before,.single-product .woocommerce-tabs ul.tabs li:after{display:none!important}
.single-product .woocommerce-tabs ul.tabs li a{padding:11px 18px!important}
.single-product .woocommerce-tabs ul.tabs li.active{border-color:#111!important;background:#111!important}
.single-product .woocommerce-tabs ul.tabs li.active a{color:#fff!important}
.single-product .woocommerce-Tabs-panel{padding:30px;border:1px solid var(--bigit-line);border-radius:22px;background:#fff}
.single-product table.shop_attributes{border:0!important}
.single-product table.shop_attributes th,.single-product table.shop_attributes td{padding:13px 15px;border:0!important;border-bottom:1px solid var(--bigit-line)!important}
.single-product table.shop_attributes tr:nth-child(even) th,.single-product table.shop_attributes tr:nth-child(even) td{background:#f7f7f9!important}
.bigit-product-service-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:44px 0 20px}
.bigit-product-service-band article{display:flex;align-items:flex-start;gap:14px;padding:23px;border:1px solid var(--bigit-line);border-radius:20px;background:#fff}
.bigit-product-service-band svg{flex:0 0 auto;color:var(--bigit-red)}
.bigit-product-service-band div{display:flex;flex-direction:column}
.bigit-product-service-band strong{font-size:14px}
.bigit-product-service-band span{margin-top:5px;color:var(--bigit-muted);font-size:12px}

/* Forms, notices, cart and checkout */
.woocommerce-message,.woocommerce-info,.woocommerce-error{margin:22px 0!important;padding:18px 20px 18px 58px!important;border:1px solid var(--bigit-line)!important;border-top:0!important;border-radius:16px;background:#fff!important;box-shadow:0 12px 32px rgba(17,17,22,.05)}
.woocommerce-message:before,.woocommerce-info:before,.woocommerce-error:before{top:18px!important;color:var(--bigit-red)!important}
.woocommerce form .form-row label{margin-bottom:7px;font-size:12px;font-weight:850}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:50px;border:1px solid #d9dbe1;border-radius:13px;background:#fff}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{padding:12px 14px}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus{outline:0;border-color:var(--bigit-red);box-shadow:var(--bigit-focus)}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:48px}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px}
.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.wc-block-components-button{min-height:46px;border-radius:13px!important;font-weight:850!important}
.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt,.wc-block-components-button:not(.is-link){background:var(--bigit-red)!important;color:#fff!important}
.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover,.woocommerce input.button.alt:hover{background:#ff1731!important}
.bigit-cart-page .bigit-entry-content,.bigit-checkout-page .bigit-entry-content,.bigit-account-page .bigit-entry-content{max-width:none}
.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-billing-fields,.woocommerce-shipping-fields,.woocommerce-additional-fields,.woocommerce-form-login,.woocommerce-form-register{padding:25px;border:1px solid var(--bigit-line);border-radius:22px;background:#fff}
.woocommerce-cart-form table.shop_table,.woocommerce-checkout-review-order table.shop_table,.woocommerce table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0!important}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:14px!important;border-color:var(--bigit-line)!important}
.woocommerce-cart-form .product-thumbnail img{width:82px;border-radius:12px;background:#f6f7f9}
.cart-collaterals .cart_totals{width:min(100%,520px)!important}
.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none!important;width:auto!important}
.woocommerce-checkout #order_review_heading{margin-top:48px}
.woocommerce-checkout-payment{border-radius:18px!important;background:#f6f7f9!important}
.woocommerce-checkout-payment ul.payment_methods{border-color:var(--bigit-line)!important}

/* My Account and cabinet surfaces */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:auto!important;position:sticky;top:115px;padding:10px;border:1px solid var(--bigit-line);border-radius:22px;background:#fff}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation li+li{border-top:1px solid #f0f1f3}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:13px 14px;border-radius:11px;font-size:13px;font-weight:800}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#111116;color:#fff}
.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important;min-width:0;padding:28px;border:1px solid var(--bigit-line);border-radius:24px;background:#fff}
.woocommerce-account .woocommerce-MyAccount-content>h2:first-child,.woocommerce-account .woocommerce-MyAccount-content>h3:first-child{margin-top:0}
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button{margin:2px!important}

/* Blog, search and generic lists */
.bigit-post-list,.bigit-search-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bigit-post-card,.bigit-search-card{overflow:hidden;border:1px solid var(--bigit-line);border-radius:22px;background:#fff}
.bigit-post-card img,.bigit-search-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#f5f6f8}
.bigit-post-card-content,.bigit-search-card-content{padding:22px}
.bigit-post-card h2,.bigit-search-card h2{font-size:22px;line-height:1.15;letter-spacing:-.04em}

/* Focus and accessibility */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--bigit-red);outline-offset:3px}

@media(max-width:1180px){
  .bigit-subcategory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .bigit-catalog-hero-main{grid-template-columns:145px 1fr;padding:48px 42px 38px}
  .bigit-catalog-hero-icon{width:135px;height:135px;border-radius:28px}
  .bigit-catalog-hero-icon svg{width:78px;height:78px}
}
@media(max-width:960px){
  .bigit-page-experience{grid-template-columns:1fr}
  .bigit-page-experience article{min-height:180px}
  .bigit-page-experience h2{margin-top:28px}
  .bigit-catalog-hints{grid-template-columns:1fr}
  .bigit-catalog-hints article{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .bigit-catalog-hints article:last-child{border-bottom:0}
  .bigit-subcategory-grid{grid-template-columns:1fr 1fr}
  .single-product div.product .summary{position:static}
  .bigit-product-service-band{grid-template-columns:1fr}
  .woocommerce-account .woocommerce{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-navigation{position:static;overflow-x:auto}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;min-width:max-content}
  .woocommerce-account .woocommerce-MyAccount-navigation li+li{border-top:0}
  .woocommerce-checkout #customer_details{grid-template-columns:1fr}
  .bigit-post-list,.bigit-search-results{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .bigit-page-vision-hero{padding:62px 0 58px}
  .bigit-page-vision-hero h1{font-size:clamp(44px,13vw,64px)}
  .bigit-page-shell{margin-top:-14px}
  .bigit-page-experience article{padding:22px}
  .bigit-catalog-hero{margin-top:18px;border-radius:24px}
  .bigit-catalog-hero-main{grid-template-columns:1fr;gap:20px;padding:32px 24px}
  .bigit-catalog-hero-icon{width:92px;height:92px;border-radius:22px}
  .bigit-catalog-hero-icon svg{width:55px;height:55px}
  .bigit-catalog-hero-copy h1{font-size:clamp(42px,13vw,62px)}
  .bigit-catalog-hero-copy>p{font-size:15px}
  .bigit-catalog-hints article{min-height:86px;padding:17px 22px}
  .bigit-catalog-section-heading,.bigit-catalog-products-heading{align-items:flex-start;flex-direction:column}
  .bigit-subcategory-grid{grid-template-columns:1fr}
  .bigit-subcategory-card{min-height:112px;grid-template-columns:72px 1fr 20px}
  .bigit-subcategory-visual{width:72px;height:78px}
  .woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none;width:100%}
  .woocommerce .woocommerce-ordering select{width:100%}
  .bigit-catalog-help-band{align-items:flex-start;flex-direction:column;padding:30px 22px}
  .bigit-catalog-help-actions{justify-content:flex-start;width:100%}
  .bigit-catalog-help-actions .bigit-button{width:100%}
  .single-product div.product .summary{padding:21px;border-radius:20px}
  .single-product .woocommerce-Tabs-panel{padding:20px}
  .woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-billing-fields,.woocommerce-shipping-fields,.woocommerce-additional-fields,.woocommerce-form-login,.woocommerce-form-register,.woocommerce-account .woocommerce-MyAccount-content{padding:18px;border-radius:18px}
  .woocommerce-cart-form{overflow-x:auto}
  .woocommerce table.shop_table{min-width:620px}
  .woocommerce-checkout-review-order table.shop_table,.woocommerce-account table.shop_table{min-width:0}
  .bigit-post-list,.bigit-search-results{grid-template-columns:1fr}
}

/* Editorial, search and error states */
.bigit-search-card>div,.bigit-article-card>div{padding:22px}
.bigit-search-card p,.bigit-post-card p{color:var(--bigit-muted)}
.bigit-post-card,.bigit-search-card{transition:transform .22s,border-color .22s,box-shadow .22s}
.bigit-post-card:hover,.bigit-search-card:hover{transform:translateY(-5px);border-color:#d2d4da;box-shadow:0 20px 50px rgba(17,17,22,.08)}
.bigit-post-card h2,.bigit-search-card h2{margin:8px 0 12px}
.bigit-post-card .bigit-text-link,.bigit-search-card .bigit-text-link{margin-top:16px}
.bigit-single-article{max-width:1080px;margin:auto}
.bigit-single-image{overflow:hidden;margin-bottom:46px;border-radius:28px;box-shadow:var(--bigit-shadow-soft)}
.bigit-single-image img{display:block;width:100%;max-height:680px;object-fit:cover}
.bigit-single-article .bigit-entry-content{max-width:820px;margin:auto}
.bigit-empty-state{max-width:760px;margin:60px auto;padding:56px 34px;border:1px solid var(--bigit-line);border-radius:28px;background:#fff;text-align:center}
.bigit-empty-state>span{color:var(--bigit-red);font-size:12px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.bigit-empty-state h2{margin:10px 0 12px;font-size:clamp(34px,4vw,55px);letter-spacing:-.05em}
.bigit-empty-state p{color:var(--bigit-muted)}
.bigit-error-main{display:grid;min-height:72vh;place-items:center;background:radial-gradient(circle at 50% 35%,#fff 0,#f2f3f6 70%)}
.bigit-error-page{padding:80px 0;text-align:center}
.bigit-error-orbit{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:28px;font-size:88px;font-weight:950;letter-spacing:-.1em}
.bigit-error-orbit b{display:grid;place-items:center;width:105px;height:105px;border-radius:50%;background:#111;color:#fff;box-shadow:0 0 0 18px rgba(230,0,25,.08)}
.bigit-error-page h1{margin:0;font-size:clamp(48px,7vw,88px);line-height:.95;letter-spacing:-.065em}
.bigit-error-page p{max-width:650px;margin:22px auto;color:var(--bigit-muted);font-size:18px}
.bigit-error-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
.bigit-category-menu-svg{display:block;width:24px;height:24px;color:var(--bigit-red)}
.bigit-category-svg{display:block;width:100%;height:100%}

/* BIGIT 2.4 — one dependable footer across every template */
html,body{min-height:100%}body{display:flex;min-height:100vh;flex-direction:column}.bigit-site{display:flex;min-height:100vh;flex:1 0 auto;flex-direction:column}.bigit-site>main,.bigit-site>.site-main{flex:1 0 auto}.bigit-footer{position:relative;isolation:isolate;overflow:hidden;margin-top:clamp(70px,8vw,130px);padding:0 0 28px;background:#0b0b0f;color:#fff}.bigit-footer:before{position:absolute;z-index:-1;inset:-35% -10% auto 45%;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(230,0,25,.18),rgba(230,0,25,0) 68%);content:""}.bigit-footer-signal{display:grid;height:4px;grid-template-columns:1fr 1.7fr .65fr;gap:5px}.bigit-footer-signal span:nth-child(1){background:#e60019}.bigit-footer-signal span:nth-child(2){background:linear-gradient(90deg,#e60019,#ff6172)}.bigit-footer-signal span:nth-child(3){background:#fff}.bigit-footer-top{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:48px 0 34px;border-bottom:1px solid rgba(255,255,255,.1)}.bigit-footer-logo{display:flex;align-items:center;gap:18px;color:#fff!important;text-decoration:none!important}.bigit-footer-wordmark{position:relative;display:flex;align-items:center;min-width:172px;height:54px;gap:0;font-size:42px;font-weight:950;line-height:1;letter-spacing:-.09em}.bigit-footer-wordmark i{font-style:normal}.bigit-footer-wordmark i:first-child{color:#fff}.bigit-footer-wordmark i:nth-child(2){color:#fff}.bigit-footer-wordmark b{position:absolute;right:-9px;top:5px;width:8px;height:8px;border-radius:50%;background:var(--bigit-red);box-shadow:0 0 0 7px rgba(230,0,25,.12)}.bigit-footer-logo-copy{display:flex;flex-direction:column;padding-left:18px;border-left:1px solid rgba(255,255,255,.18)}.bigit-footer-logo-copy strong{font-size:12px;letter-spacing:.16em}.bigit-footer-logo-copy small{margin-top:4px;color:#92949e;font-size:11px}.bigit-footer-promise{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.bigit-footer-promise span{display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.045);color:#c7c8cf;font-size:11px;font-weight:750}.bigit-footer-promise svg{width:16px;height:16px;color:#ff4054}.bigit-footer-grid{display:grid;grid-template-columns:1.35fr .72fr .72fr 1fr;gap:clamp(28px,4vw,60px);padding:50px 0 42px}.bigit-footer-grid h2{margin:0 0 18px;color:#fff;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.bigit-footer-brand>p,.bigit-footer-newsletter>p{max-width:440px;margin:0 0 23px;color:#9b9da7;line-height:1.75}.bigit-footer-contacts{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.bigit-footer-contacts>a,.bigit-footer-contacts>span{display:flex;align-items:center;gap:10px;color:#c7c8cf;font-size:13px}.bigit-footer-contacts>a:hover{color:#fff}.bigit-footer-contacts svg{width:17px;height:17px;color:#ff4054}.bigit-footer-grid ul{list-style:none;margin:0;padding:0}.bigit-footer-grid li{margin:0}.bigit-footer-grid li+li{margin-top:11px}.bigit-footer-grid li a{position:relative;color:#9b9da7;font-size:13px;text-decoration:none;transition:color .18s,transform .18s}.bigit-footer-grid li a:hover{display:inline-block;transform:translateX(3px);color:#fff}.bigit-footer-signal-link{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.055);color:#fff!important;font-size:13px;font-weight:850;text-decoration:none!important;transition:border-color .18s,background .18s,transform .18s}.bigit-footer-signal-link:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.09)}.bigit-footer-signal-link svg{width:18px;height:18px}.bigit-footer-newsletter>small{display:block;margin-top:12px;color:#71737d;font-size:10px;line-height:1.55}.bigit-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#71737d;font-size:11px}.bigit-footer-bottom nav{display:flex;flex-wrap:wrap;gap:18px}.bigit-footer-bottom a{color:#868892;text-decoration:none}.bigit-footer-bottom a:hover{color:#fff}

/* BIGIT category showroom: every taxonomy term gets a useful story */
.bigit-category-story{position:relative;overflow:hidden;margin:clamp(70px,8vw,120px) 0 0;padding:clamp(38px,5vw,72px);border:1px solid #e6e7eb;border-radius:36px;background:linear-gradient(145deg,#fff 0,#f7f8fa 58%,#f0f1f4 100%);box-shadow:0 30px 90px rgba(16,17,22,.07)}.bigit-category-story:before{position:absolute;top:-190px;right:-150px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(230,0,25,.095),rgba(230,0,25,0) 70%);content:""}.bigit-category-story-head{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.8fr);align-items:end;gap:50px}.bigit-category-story-head h2{max-width:830px;margin:10px 0 0;font-size:clamp(42px,5.4vw,78px);line-height:.94;letter-spacing:-.065em}.bigit-category-story-head>p{margin:0;color:var(--bigit-muted);font-size:16px;line-height:1.75}.bigit-story-selector{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:48px}.bigit-story-selector button{display:grid;grid-template-columns:38px 1fr;align-items:center;min-height:70px;padding:12px 16px;border:1px solid #dedfe4;border-radius:17px;background:#fff;color:#17171c;text-align:left;cursor:pointer;transition:transform .2s,border-color .2s,background .2s,color .2s,box-shadow .2s}.bigit-story-selector button:hover{transform:translateY(-2px);border-color:#c9cbd2}.bigit-story-selector button.is-active{border-color:#111116;background:#111116;color:#fff;box-shadow:0 16px 35px rgba(17,17,22,.15)}.bigit-story-selector small{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:#f0f1f3;color:#777984;font-size:10px;font-weight:900}.bigit-story-selector .is-active small{background:var(--bigit-red);color:#fff}.bigit-story-selector span{font-size:13px;font-weight:850}.bigit-story-use-stage{position:relative;margin-top:12px}.bigit-story-use-card{display:grid;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:28px;min-height:170px;padding:28px 32px;border-radius:24px;background:#111116;color:#fff;animation:bigitStoryIn .28s ease both}.bigit-story-use-card[hidden]{display:none}.bigit-story-use-icon{display:grid;width:94px;height:94px;place-items:center;padding:21px;border-radius:25px;background:linear-gradient(145deg,#292930,#17171c);color:#ff344a;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.bigit-story-use-card small{color:#777984;font-size:10px;font-weight:900;letter-spacing:.15em}.bigit-story-use-card h3{margin:4px 0 8px;color:#fff;font-size:27px;letter-spacing:-.04em}.bigit-story-use-card p{max-width:750px;margin:0;color:#adaeb6}.bigit-story-use-card .bigit-text-link{color:#fff;white-space:nowrap}.bigit-story-use-card .bigit-text-link svg{color:#ff4054}@keyframes bigitStoryIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.bigit-story-criteria{margin-top:65px}.bigit-story-section-title{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:24px}.bigit-story-section-title h3{max-width:760px;margin:7px 0 0;font-size:clamp(29px,4vw,47px);letter-spacing:-.055em}.bigit-story-criteria-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.bigit-story-criteria-grid article{position:relative;min-height:245px;padding:25px;border:1px solid #e0e1e5;border-radius:22px;background:#fff;transition:transform .22s,box-shadow .22s,border-color .22s}.bigit-story-criteria-grid article:hover{transform:translateY(-5px);border-color:#cfd1d7;box-shadow:0 22px 50px rgba(17,17,22,.08)}.bigit-story-criteria-grid article>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#f1f2f4;color:var(--bigit-red);font-size:11px;font-weight:950}.bigit-story-criteria-grid h4{margin:44px 0 10px;font-size:20px;letter-spacing:-.035em}.bigit-story-criteria-grid p{margin:0;color:var(--bigit-muted);font-size:13px;line-height:1.65}.bigit-story-dual{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.bigit-story-warning,.bigit-story-checklist{min-height:330px;padding:34px;border-radius:25px}.bigit-story-warning{background:#fff1f2}.bigit-story-checklist{background:#111116;color:#fff}.bigit-story-dual h3{margin:9px 0 25px;font-size:31px;letter-spacing:-.045em}.bigit-story-checklist h3{color:#fff}.bigit-story-warning ul,.bigit-story-checklist ol{list-style:none;margin:0;padding:0}.bigit-story-warning li,.bigit-story-checklist li{display:flex;align-items:center;gap:13px;min-height:52px;border-top:1px solid rgba(17,17,22,.08);font-size:13px;font-weight:750}.bigit-story-warning li svg{width:18px;height:18px;color:var(--bigit-red)}.bigit-story-checklist li{border-color:rgba(255,255,255,.1);color:#d7d8de}.bigit-story-checklist li>span{display:grid;width:28px;height:28px;place-items:center;border-radius:9px;background:rgba(230,0,25,.18);color:#ff4054}.bigit-story-checklist svg{width:15px;height:15px}.bigit-story-faq{margin-top:65px}.bigit-story-faq-list{overflow:hidden;border:1px solid #dfe0e4;border-radius:24px;background:#fff}.bigit-story-faq details+details{border-top:1px solid #e8e9ec}.bigit-story-faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 25px;font-size:15px;font-weight:850;cursor:pointer;list-style:none}.bigit-story-faq summary::-webkit-details-marker{display:none}.bigit-story-faq summary span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#f1f2f4;color:#111;font-size:18px;transition:transform .2s,background .2s,color .2s}.bigit-story-faq details[open] summary span{transform:rotate(45deg);background:var(--bigit-red);color:#fff}.bigit-story-faq details p{max-width:900px;margin:0;padding:0 25px 25px;color:var(--bigit-muted);line-height:1.7}

@media(max-width:1100px){.bigit-footer-grid{grid-template-columns:1.25fr .75fr .75fr}.bigit-footer-newsletter{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:14px 35px}.bigit-footer-newsletter h2{grid-column:1/-1;margin-bottom:0}.bigit-footer-newsletter>small{grid-column:2}.bigit-category-story-head{grid-template-columns:1fr}.bigit-story-criteria-grid{grid-template-columns:1fr 1fr}.bigit-story-use-card{grid-template-columns:90px 1fr}.bigit-story-use-card>a{grid-column:2}}
@media(max-width:760px){.bigit-footer{margin-top:75px;padding-bottom:100px}.bigit-footer-top{align-items:flex-start;flex-direction:column;padding:36px 0 28px}.bigit-footer-logo-copy{display:none}.bigit-footer-wordmark{min-width:144px;height:48px;font-size:37px}.bigit-footer-promise{justify-content:flex-start}.bigit-footer-promise span{padding:8px 9px;font-size:10px}.bigit-footer-grid{grid-template-columns:1fr 1fr;gap:38px 20px;padding:38px 0}.bigit-footer-brand,.bigit-footer-newsletter{grid-column:1/-1}.bigit-footer-newsletter{display:block}.bigit-footer-bottom{align-items:flex-start;flex-direction:column}.bigit-footer-bottom nav{gap:12px}.bigit-category-story{margin-top:65px;padding:30px 20px;border-radius:25px}.bigit-category-story-head{gap:20px}.bigit-category-story-head h2{font-size:clamp(39px,12vw,58px)}.bigit-category-story-head>p{font-size:14px}.bigit-story-selector{display:flex;overflow-x:auto;margin:30px -20px 0;padding:0 20px 9px;scroll-snap-type:x mandatory}.bigit-story-selector button{min-width:210px;scroll-snap-align:start}.bigit-story-use-card{grid-template-columns:65px 1fr;gap:16px;padding:22px 18px}.bigit-story-use-icon{width:62px;height:62px;padding:14px;border-radius:18px}.bigit-story-use-card h3{font-size:22px}.bigit-story-use-card>a{grid-column:1/-1}.bigit-story-criteria{margin-top:48px}.bigit-story-criteria-grid{grid-template-columns:1fr}.bigit-story-criteria-grid article{min-height:210px}.bigit-story-dual{grid-template-columns:1fr}.bigit-story-warning,.bigit-story-checklist{min-height:0;padding:26px 20px}.bigit-story-faq{margin-top:48px}.bigit-story-faq summary{padding:19px 17px}.bigit-story-faq details p{padding:0 17px 21px}}
/* Theme wrapper used by header.php. */
.site{display:flex;min-height:100vh;flex:1 0 auto;flex-direction:column}.site>.bigit-footer{margin-top:auto}.site main,.site #primary{flex:0 1 auto}
