:root{
  --ausvit-navy:#06235b;
  --ausvit-navy-2:#031b49;
  --ausvit-blue:#174c9e;
  --ausvit-text:#081d4d;
  --ausvit-muted:#6f7b8f;
  --ausvit-yellow:#f7b500;
  --ausvit-green:#19a95b;
  --ausvit-border:#e6ebf3;
  --ausvit-bg:#f7f9fc;
  --ausvit-container:1440px;
  --ausvit-content:1180px;
  --ausvit-side-space:24px;
}

/* =========================================================
   BASE / HELLO ELEMENTOR COMPATIBILITY
========================================================= */
html{overflow-x:hidden}
body.ausvit-core-active{
  margin:0;
  overflow-x:clip;
  background:#fff;
  color:var(--ausvit-text);
  font-family:"Poppins",Arial,sans-serif;
}
body.ausvit-core-active *,
body.ausvit-core-active *::before,
body.ausvit-core-active *::after{box-sizing:border-box}
body.ausvit-core-active img{max-width:100%;height:auto}
body.ausvit-core-active a{transition:.2s ease}
body.ausvit-core-active .site-main,
body.ausvit-core-active main.site-main{width:100%;max-width:none;margin:0;padding:0}
body.ausvit-core-active.ausvit-core-managed-page .page-header,
body.ausvit-core-active.ausvit-core-managed-page .entry-header{display:none!important}
body.ausvit-core-active.ausvit-core-managed-page article.page,
body.ausvit-core-active.ausvit-core-managed-page .page-content,
body.ausvit-core-active.ausvit-core-managed-page .entry-content{width:100%;max-width:none;margin:0;padding:0}

/* Standard page shell. Header/footer backgrounds can stay full width; content is aligned to 1440. */
body.ausvit-core-active.ausvit-core-managed-page #content,
body.ausvit-core-active.ausvit-core-commerce #content,
body.ausvit-core-active.single-product #content,
body.ausvit-core-active.post-type-archive-product #content,
body.ausvit-core-active.tax-product_cat #content{
  width:100%;
  max-width:var(--ausvit-container);
  margin:0 auto;
  padding:32px var(--ausvit-side-space) 56px;
}

/* Elementor pages must keep Elementor's own full-width layout. */
body.ausvit-core-active.elementor-page:not(.ausvit-core-commerce) #content{
  max-width:none;
  padding:0;
}

/* =========================================================
   GENERIC CONTENT PAGES
========================================================= */
.ausvit-content-page,
.ausvit-contact-wrap,
.ausvit-blog-index,
.ausvit-wishlist-page{
  width:100%;
  max-width:var(--ausvit-content);
  margin:0 auto;
}
.ausvit-narrow-page{max-width:900px}
.ausvit-page-hero{
  width:100%;
  margin:0 0 28px;
  padding:34px 38px;
  border:1px solid #edf1f6;
  border-radius:20px;
  background:linear-gradient(120deg,#eef5ff,#f8fbff);
}
.ausvit-page-hero>span{
  display:inline-block;
  margin-bottom:8px;
  color:var(--ausvit-blue);
  font-size:10px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
}
.ausvit-page-hero h1{
  margin:0 0 10px;
  color:var(--ausvit-text);
  font-size:34px;
  line-height:1.18;
  letter-spacing:-.8px;
}
.ausvit-page-hero p,.ausvit-lead{
  margin:0;
  color:var(--ausvit-muted);
  font-size:13px;
  line-height:1.75;
}
.ausvit-content-page>h1{margin:0 0 22px;color:var(--ausvit-text);font-size:34px;line-height:1.2}
.ausvit-content-page h2{margin:30px 0 10px;color:var(--ausvit-text);font-size:20px;line-height:1.35}
.ausvit-content-page p,.ausvit-content-page li{color:#56647a;font-size:13px;line-height:1.8}
.ausvit-content-page ul,.ausvit-content-page ol{padding-left:22px}
.ausvit-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ausvit-content-grid>div{min-width:0;padding:24px;border:1px solid var(--ausvit-border);border-radius:15px;background:#fff}
.ausvit-content-grid h2{margin-top:0}
.ausvit-info-notice{margin:20px 0;padding:18px 20px;border:1px solid #f4e4b2;border-radius:12px;background:#fff8e7;color:#65521e;font-size:12px;line-height:1.7}
.ausvit-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ausvit-feature-list>div{min-width:0;padding:20px;border:1px solid var(--ausvit-border);border-radius:14px;background:#f8faff}
.ausvit-feature-list strong,.ausvit-feature-list span{display:block}
.ausvit-feature-list strong{margin-bottom:5px;font-size:13px}
.ausvit-feature-list span{color:var(--ausvit-muted);font-size:11px;line-height:1.55}
.ausvit-faq{display:grid;gap:10px}
.ausvit-faq details{padding:0 18px;border:1px solid var(--ausvit-border);border-radius:12px;background:#fff}
.ausvit-faq summary{padding:17px 0;cursor:pointer;font-size:12px;font-weight:700}
.ausvit-faq details p{margin:0;padding:0 0 18px}

/* =========================================================
   WOOCOMMERCE COMMON RESET
========================================================= */
body.ausvit-core-active.woocommerce .woocommerce,
body.ausvit-core-active.woocommerce-page .woocommerce{
  width:100%;
  max-width:none;
  margin:0;
}
body.ausvit-core-active .woocommerce::before,
body.ausvit-core-active .woocommerce::after{content:"";display:table;clear:both}
body.ausvit-core-active .woocommerce form,
body.ausvit-core-active .woocommerce table,
body.ausvit-core-active .woocommerce .form-row{max-width:100%}
body.ausvit-core-active .woocommerce input,
body.ausvit-core-active .woocommerce select,
body.ausvit-core-active .woocommerce textarea,
body.ausvit-core-active .woocommerce button{font-family:inherit}

.woocommerce .woocommerce-breadcrumb{margin:0 0 18px;color:#8792a5;font-size:10px;line-height:1.5}
.woocommerce .woocommerce-breadcrumb a{color:#54647b;text-decoration:none}
.woocommerce-products-header{
  width:100%;
  margin:0 0 18px;
  padding:26px 30px;
  border-radius:18px;
  background:linear-gradient(120deg,#eef5ff,#f8fbff);
}
.woocommerce-products-header__title.page-title{margin:0!important;color:var(--ausvit-text);font-size:31px!important;line-height:1.2!important;letter-spacing:-.7px}

/* =========================================================
   SHOP / CATEGORY ARCHIVE
========================================================= */
.ausvit-shop-chips{display:flex;clear:both;flex-wrap:wrap;gap:8px;width:100%;margin:0 0 20px}
.ausvit-shop-chip{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border:1px solid var(--ausvit-border);border-radius:20px;background:#fff;color:var(--ausvit-text);font-size:9px;font-weight:700;text-decoration:none}
.ausvit-shop-chip:hover{border-color:var(--ausvit-navy);background:var(--ausvit-navy);color:#fff}
.woocommerce .woocommerce-result-count{float:left;margin:10px 0 0;color:#7d899c;font-size:10px;line-height:40px}
.woocommerce .woocommerce-ordering{float:right;margin:0 0 14px}
.woocommerce .woocommerce-ordering select{min-height:40px;max-width:260px;padding:0 35px 0 12px;border:1px solid var(--ausvit-border);border-radius:9px;background:#fff;color:var(--ausvit-text);font-family:inherit;font-size:10px}
.woocommerce ul.products{
  display:grid!important;
  clear:both!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  width:100%!important;
  margin:18px 0 0!important;
  padding:0!important;
  list-style:none!important;
}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{
  position:relative!important;
  float:none!important;
  min-width:0!important;
  width:auto!important;
  margin:0!important;
  padding:13px 13px 15px!important;
  border:1px solid var(--ausvit-border);
  border-radius:15px;
  background:#fff;
  transition:.22s ease;
}
.woocommerce ul.products li.product:hover{transform:translateY(-3px);border-color:#d9e2ef;box-shadow:0 15px 38px rgba(6,35,91,.08)}
.woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{display:block;min-width:0;text-decoration:none}
.woocommerce ul.products li.product a img{display:block;width:100%!important;height:235px!important;margin:0 0 12px!important;padding:10px;border-radius:11px;background:#fbfcfe;object-fit:contain}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:44px;margin:0 0 7px!important;padding:0!important;color:var(--ausvit-text);font-size:12px!important;line-height:1.45;font-weight:700}
.woocommerce ul.products li.product .star-rating{margin:0 0 7px;font-size:10px}
.woocommerce ul.products li.product .price{display:block;min-height:22px;margin:0 0 10px!important;color:var(--ausvit-navy)!important;font-size:15px!important;font-weight:800!important}
.woocommerce ul.products li.product .price del{color:#9aa5b5;font-size:10px}
.woocommerce ul.products li.product .button{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:38px;margin:0!important;padding:0 12px!important;border-radius:8px!important;background:var(--ausvit-navy)!important;color:#fff!important;font-size:9px!important;font-weight:700!important;text-align:center}
.woocommerce ul.products li.product .added_to_cart{display:block;margin-top:8px;color:var(--ausvit-navy);font-size:9px;font-weight:700;text-align:center}
.woocommerce span.onsale{z-index:6;left:20px!important;top:20px!important;min-width:auto!important;min-height:auto!important;margin:0!important;padding:6px 8px!important;border-radius:7px!important;background:#e65363!important;font-size:9px!important;line-height:1!important}
.ausvit-loop-wishlist{position:absolute;z-index:8;top:20px;right:20px;width:32px;height:32px;padding:0;border:1px solid var(--ausvit-border);border-radius:50%;background:#fff;color:var(--ausvit-navy);font-size:19px;line-height:30px;cursor:pointer}
.ausvit-loop-wishlist.is-active{border-color:#ffd6de;background:#fff0f3;color:#e24e68}
.ausvit-loop-wishlist.is-active span{font-size:0}.ausvit-loop-wishlist.is-active span::after{content:"♥";font-size:17px}
.woocommerce nav.woocommerce-pagination{clear:both;margin-top:28px}
.woocommerce nav.woocommerce-pagination ul{border:0!important}
.woocommerce nav.woocommerce-pagination ul li{margin:0 3px!important;border:0!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:36px;min-height:36px;padding:9px!important;border:1px solid var(--ausvit-border)!important;border-radius:8px;background:#fff!important;color:var(--ausvit-text)!important;font-size:10px}
.woocommerce nav.woocommerce-pagination ul li span.current{border-color:var(--ausvit-navy)!important;background:var(--ausvit-navy)!important;color:#fff!important}

/* =========================================================
   SINGLE PRODUCT
========================================================= */
body.single-product .woocommerce div.product{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:55px;
  width:100%;
  margin:0;
  padding-top:10px;
}
body.single-product .woocommerce div.product>.woocommerce-product-gallery,
body.single-product .woocommerce div.product>.summary{float:none!important;min-width:0;width:auto!important;margin:0!important}
body.single-product .woocommerce div.product>.woocommerce-product-gallery{padding:22px;border:1px solid var(--ausvit-border);border-radius:18px;background:#fbfcfe}
body.single-product .woocommerce div.product>.woocommerce-product-gallery img{display:block;border-radius:12px;object-fit:contain}
body.single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0 0!important;padding:0!important}
body.single-product .flex-control-thumbs li{float:none!important;width:auto!important;margin:0!important}
body.single-product .flex-control-thumbs img{border:1px solid var(--ausvit-border);border-radius:8px!important;background:#fff}
body.single-product .woocommerce div.product .product_title{margin:0 0 14px;color:var(--ausvit-text);font-size:31px;line-height:1.25;letter-spacing:-.7px}
body.single-product .woocommerce div.product p.price,body.single-product .woocommerce div.product span.price{color:var(--ausvit-navy)!important;font-size:27px!important;font-weight:800}
body.single-product .woocommerce-product-details__short-description{color:#657187;font-size:12px;line-height:1.75}
body.single-product .woocommerce div.product form.cart{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:24px 0 12px}
body.single-product .woocommerce div.product form.cart::before,body.single-product .woocommerce div.product form.cart::after{display:none!important}
body.single-product .woocommerce div.product form.cart .quantity{float:none!important;margin:0!important}
body.single-product .woocommerce div.product form.cart .quantity .qty{width:70px;height:48px;border:1px solid var(--ausvit-border);border-radius:9px}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{float:none!important;min-height:48px!important;margin:0!important;padding:0 25px!important;border-radius:9px!important;background:var(--ausvit-navy)!important;font-size:11px!important}
.ausvit-single-wishlist{min-height:43px;padding:0 16px;border:1px solid #dfe5ee;border-radius:9px;background:#fff;color:var(--ausvit-navy);font-family:inherit;font-size:10px;font-weight:700;cursor:pointer}
.ausvit-single-wishlist.is-active{border-color:#ffd8df;background:#fff0f3;color:#d94c66}
.ausvit-product-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;margin-top:18px}
.ausvit-product-trust>div{min-width:0;padding:12px;border:1px solid var(--ausvit-border);border-radius:10px;background:#fafcff}
.ausvit-product-trust strong,.ausvit-product-trust span{display:block}.ausvit-product-trust strong{color:var(--ausvit-text);font-size:9px}.ausvit-product-trust span{margin-top:3px;color:#8390a3;font-size:8px}
body.single-product .product_meta{clear:both;color:#7a8799;font-size:9px}
body.single-product .woocommerce div.product>.woocommerce-tabs,
body.single-product .woocommerce div.product>.related.products,
body.single-product .woocommerce div.product>.upsells.products{grid-column:1/-1;min-width:0;width:100%}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:0;margin:0 0 15px!important;padding:0!important;border-bottom:1px solid var(--ausvit-border)}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0!important;padding:0 18px!important;border:0!important;border-radius:0!important;background:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:12px 0!important;color:#67758b;font-size:10px}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--ausvit-navy)}
.woocommerce div.product .woocommerce-tabs .panel{margin:0!important;padding:12px 4px;color:#5c6980;font-size:12px;line-height:1.8}
body.single-product .related.products>h2,body.single-product .upsells.products>h2{margin:25px 0 15px;color:var(--ausvit-text);font-size:23px;line-height:1.3}

/* =========================================================
   FORMS / TABLES COMMON
========================================================= */
.woocommerce table.shop_table{width:100%;border:1px solid var(--ausvit-border)!important;border-collapse:separate!important;border-spacing:0!important;border-radius:14px!important;background:#fff;overflow:hidden}
.woocommerce table.shop_table th{padding:13px 12px!important;background:#f7f9fc;color:var(--ausvit-text);font-size:9px;text-transform:uppercase;letter-spacing:.4px}
.woocommerce table.shop_table td{padding:13px 12px!important;color:#56647a;font-size:11px;vertical-align:middle}
.woocommerce form .form-row{float:none!important;width:100%;margin:0 0 14px;padding:0}
.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:48%!important}
.woocommerce form .form-row-first{float:left!important}.woocommerce form .form-row-last{float:right!important}
.woocommerce form .form-row-wide{clear:both!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{width:100%;min-height:44px;border:1px solid #dfe5ed;border-radius:8px;background:#fff;padding:0 12px;font-family:inherit;font-size:10px}
.woocommerce form .form-row textarea{min-height:110px;padding-top:10px;resize:vertical}
.select2-container{max-width:100%!important;width:100%!important}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:42px!important}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:42px!important}
.woocommerce form .form-row label{margin-bottom:5px;color:var(--ausvit-text);font-size:9px;font-weight:700;line-height:1.4}
.woocommerce-message,.woocommerce-info,.woocommerce-error{width:100%;margin:0 0 20px!important;border-top:0!important;border-radius:10px!important;font-size:10px!important;line-height:1.6}
.woocommerce-message{background:#eef9f2!important;color:#2c6647!important}.woocommerce-info{background:#eef5ff!important;color:#345980!important}

/* =========================================================
   CART
========================================================= */
body.woocommerce-cart .woocommerce{max-width:var(--ausvit-content);margin:0 auto}
.woocommerce-cart table.cart img{width:78px!important;border-radius:8px}
.woocommerce-cart table.cart td.actions .coupon{display:flex;gap:8px;max-width:430px}
.woocommerce-cart table.cart td.actions .coupon .input-text{float:none!important;width:220px!important;min-height:40px;border:1px solid var(--ausvit-border);border-radius:8px}
.woocommerce-cart table.cart td.actions .button{min-height:40px;border-radius:8px!important;font-size:9px!important}
.woocommerce-cart .cart-collaterals{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.7fr);gap:24px;width:100%;margin-top:24px}
.woocommerce-cart .cart-collaterals::before,.woocommerce-cart .cart-collaterals::after{display:none!important}
.woocommerce-cart .cart-collaterals .cross-sells,.woocommerce-cart .cart-collaterals .cart_totals{float:none!important;width:auto!important;margin:0!important}
.woocommerce-cart .cart-collaterals .cart_totals{padding:20px;border:1px solid var(--ausvit-border);border-radius:14px;background:#fafcff}
.woocommerce-cart .cart-collaterals .cart_totals h2{margin:0 0 15px;color:var(--ausvit-text);font-size:20px}
.woocommerce-cart .wc-proceed-to-checkout{padding:12px 0 0}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{margin:0!important;background:var(--ausvit-navy)!important;border-radius:9px!important;font-size:11px!important;font-weight:700!important}
.ausvit-cart-assurance,.ausvit-checkout-note{display:flex;flex-direction:column;gap:3px;width:100%;margin:15px 0;padding:13px 15px;border:1px solid #d7eee0;border-radius:10px;background:#eef8f2}
.ausvit-cart-assurance strong,.ausvit-checkout-note strong{color:#236a42;font-size:10px}.ausvit-cart-assurance span,.ausvit-checkout-note span{color:#5e7768;font-size:8.5px}

/* =========================================================
   CHECKOUT
========================================================= */
body.woocommerce-checkout .woocommerce{max-width:var(--ausvit-content);margin:0 auto}
body.woocommerce-checkout form.checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(380px,.78fr);
  align-items:start;
  gap:28px;
  width:100%;
}
body.woocommerce-checkout form.checkout::before,body.woocommerce-checkout form.checkout::after{display:none!important}
body.woocommerce-checkout #customer_details{grid-column:1;float:none!important;width:100%!important;margin:0!important}
body.woocommerce-checkout #customer_details .col-1,body.woocommerce-checkout #customer_details .col-2{float:none!important;width:100%!important;max-width:none!important;margin:0!important}
body.woocommerce-checkout #customer_details .col-2{margin-top:22px!important}
body.woocommerce-checkout #customer_details h3,body.woocommerce-checkout #order_review_heading{margin:0 0 15px;color:var(--ausvit-text);font-size:20px;line-height:1.3}
body.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;align-self:start;float:none!important;width:100%!important;margin:0!important}
body.woocommerce-checkout #order_review{grid-column:2;grid-row:1;float:none!important;width:100%!important;margin:44px 0 0!important;padding:20px;border:1px solid var(--ausvit-border);border-radius:14px;background:#fafcff}
body.woocommerce-checkout #payment{background:#fff!important;border:1px solid var(--ausvit-border);border-radius:12px!important}
body.woocommerce-checkout #payment ul.payment_methods{padding:15px!important;border-bottom:1px solid var(--ausvit-border)!important}
body.woocommerce-checkout #payment div.form-row{padding:15px!important;margin:0!important}
body.woocommerce-checkout #place_order{width:100%;min-height:48px;background:var(--ausvit-navy)!important;border-radius:9px!important;font-size:11px!important;font-weight:700!important}
body.woocommerce-checkout .woocommerce-form-coupon-toggle,body.woocommerce-checkout .woocommerce-form-login-toggle{max-width:var(--ausvit-content);margin:0 auto 15px}

/* =========================================================
   MY ACCOUNT
========================================================= */
body.woocommerce-account .woocommerce{max-width:var(--ausvit-content);margin:0 auto}
body.woocommerce-account .woocommerce::after{content:"";display:block;clear:both}
body.woocommerce-account .woocommerce-MyAccount-navigation{float:left!important;width:24%!important;margin:0}
body.woocommerce-account .woocommerce-MyAccount-content{float:right!important;width:72%!important;min-width:0;margin:0}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:10px;border:1px solid var(--ausvit-border);border-radius:12px;list-style:none}
body.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0;padding:0}
body.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:11px 12px;border-radius:8px;color:#5f6c81;font-size:10px;text-decoration:none}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:#eef5ff;color:var(--ausvit-navy);font-weight:700}
body.woocommerce-account .woocommerce-Button,body.woocommerce-account .woocommerce-button,body.woocommerce-account .button{background:var(--ausvit-navy)!important;border-radius:8px!important;color:#fff!important;font-size:10px!important;font-weight:700!important}
body.woocommerce-account .woocommerce-form-login,body.woocommerce-account .woocommerce-form-register{padding:22px!important;border:1px solid var(--ausvit-border)!important;border-radius:14px!important}

/* =========================================================
   CONTACT
========================================================= */
.ausvit-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}
.ausvit-contact-grid>*{min-width:0}
.ausvit-contact-info{display:grid;gap:10px}
.ausvit-contact-info>a,.ausvit-contact-info>div{display:flex;flex-direction:column;padding:18px;border:1px solid var(--ausvit-border);border-radius:13px;background:#fafcff;text-decoration:none}
.ausvit-contact-info strong{color:var(--ausvit-text);font-size:10px}.ausvit-contact-info span{margin-top:5px;color:#6c798e;font-size:10px;line-height:1.55}
.ausvit-contact-form-card{min-width:0;padding:24px;border:1px solid var(--ausvit-border);border-radius:15px;background:#fff}
.ausvit-contact-form{display:grid;gap:12px}.ausvit-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ausvit-contact-form label{display:grid;gap:6px;color:var(--ausvit-text);font-size:9px;font-weight:700}
.ausvit-contact-form input,.ausvit-contact-form select,.ausvit-contact-form textarea{width:100%;max-width:100%;border:1px solid #dfe5ed;border-radius:8px;background:#fff;padding:10px 12px;font:inherit;font-size:10px;outline:none}.ausvit-contact-form input,.ausvit-contact-form select{height:44px}.ausvit-contact-form textarea{resize:vertical}
.ausvit-contact-form input:focus,.ausvit-contact-form select:focus,.ausvit-contact-form textarea:focus{border-color:#94add8;box-shadow:0 0 0 3px rgba(23,76,158,.07)}
.ausvit-contact-form button{min-height:45px;border:0;border-radius:9px;background:var(--ausvit-navy);color:#fff;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.ausvit-hp{position:absolute!important;left:-9999px!important}.ausvit-form-success,.ausvit-form-error{margin-bottom:12px;padding:12px 14px;border-radius:9px;font-size:10px}.ausvit-form-success{background:#eef9f2;color:#25724a}.ausvit-form-error{background:#fff0f1;color:#9b3748}

/* =========================================================
   BLOG
========================================================= */
.ausvit-blog-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ausvit-blog-index-card{min-width:0;overflow:hidden;border:1px solid var(--ausvit-border);border-radius:15px;background:#fff}
.ausvit-blog-index-image{display:block;height:210px;background:linear-gradient(135deg,#edf4ff,#f8fbff)}.ausvit-blog-index-image img{width:100%;height:100%;object-fit:cover}.ausvit-blog-index-body{padding:17px}.ausvit-blog-index-body small{color:#8c97a8;font-size:8px}.ausvit-blog-index-body h2{margin:7px 0;font-size:14px;line-height:1.45}.ausvit-blog-index-body h2 a{color:var(--ausvit-text);text-decoration:none}.ausvit-blog-index-body p{min-height:51px;color:#6d798d;font-size:9.5px;line-height:1.7}.ausvit-read-more{color:var(--ausvit-navy);font-size:9px;font-weight:700;text-decoration:none}

/* =========================================================
   WISHLIST
========================================================= */
.ausvit-wishlist-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ausvit-wishlist-item{position:relative;min-width:0;padding:13px;border:1px solid var(--ausvit-border);border-radius:14px;background:#fff}.ausvit-wishlist-item img{display:block;width:100%;height:220px;object-fit:contain;background:#fbfcfe;border-radius:10px}.ausvit-wishlist-item h3{min-height:48px;font-size:11px;line-height:1.45}.ausvit-wishlist-item h3 a{color:var(--ausvit-text);text-decoration:none}.ausvit-wishlist-price{color:var(--ausvit-navy);font-size:14px;font-weight:800}.ausvit-wishlist-actions{display:flex;gap:7px;margin-top:10px}.ausvit-wishlist-actions a,.ausvit-wishlist-actions button{display:flex;flex:1;align-items:center;justify-content:center;min-height:36px;border:0;border-radius:8px;font:inherit;font-size:8.5px;font-weight:700;text-decoration:none;cursor:pointer}.ausvit-wishlist-actions a{background:var(--ausvit-navy);color:#fff}.ausvit-wishlist-actions button{background:#f3f5f8;color:#68758a}.ausvit-wishlist-empty,.ausvit-wishlist-loading{grid-column:1/-1;padding:30px;border:1px dashed #dfe5ed;border-radius:13px;color:#7c889a;font-size:11px;text-align:center}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width:1100px){
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.single-product .woocommerce div.product{gap:30px}
  .ausvit-wishlist-products{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.woocommerce-checkout form.checkout{grid-template-columns:1fr}
  body.woocommerce-checkout #customer_details,body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout #order_review{grid-column:1;grid-row:auto}
  body.woocommerce-checkout #order_review{margin:0!important}
  .woocommerce-cart .cart-collaterals{grid-template-columns:1fr}
}

@media(max-width:767px){
  :root{--ausvit-side-space:15px}
  body.ausvit-core-active.ausvit-core-managed-page #content,
  body.ausvit-core-active.ausvit-core-commerce #content,
  body.ausvit-core-active.single-product #content,
  body.ausvit-core-active.post-type-archive-product #content,
  body.ausvit-core-active.tax-product_cat #content{padding:20px var(--ausvit-side-space) 36px}
  .ausvit-page-hero{padding:26px 20px;border-radius:16px}.ausvit-page-hero h1,.ausvit-content-page>h1{font-size:26px}
  .ausvit-content-grid,.ausvit-feature-list,.ausvit-contact-grid,.ausvit-blog-index-grid{grid-template-columns:1fr}
  .woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none;width:100%;margin:0 0 10px;line-height:1.4}.woocommerce .woocommerce-ordering select{width:100%;max-width:none}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.woocommerce ul.products li.product{padding:10px!important}.woocommerce ul.products li.product a img{height:170px!important}
  body.single-product .woocommerce div.product{grid-template-columns:1fr;gap:20px}.single-product .woocommerce div.product .product_title{font-size:25px}.ausvit-product-trust{grid-template-columns:1fr}
  .woocommerce form .form-row-first,.woocommerce form .form-row-last{float:none!important;width:100%!important}
  .woocommerce-cart table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{padding-left:45%!important}
  .woocommerce-cart table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{max-width:42%;white-space:normal}
  .woocommerce-cart table.cart td.actions .coupon{display:grid;width:100%;max-width:none}.woocommerce-cart table.cart td.actions .coupon .input-text{width:100%!important}
  body.woocommerce-account .woocommerce-MyAccount-navigation,body.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:100%!important}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:18px}
  .ausvit-form-row{grid-template-columns:1fr}.ausvit-wishlist-products{grid-template-columns:repeat(2,minmax(0,1fr))}.ausvit-wishlist-item img{height:165px}
}

@media(max-width:480px){
  .woocommerce ul.products li.product a img{height:145px!important}.ausvit-wishlist-item img{height:145px}
  .woocommerce-products-header{padding:22px 18px;border-radius:15px}.woocommerce-products-header__title.page-title{font-size:25px!important}
  body.single-product .woocommerce div.product>.woocommerce-product-gallery{padding:12px}
}

/* =========================================================
   V1.0.2 — DESKTOP SHELL / SPACING / LEGACY PAGE NORMALIZER
   Görsel QA: 20.08.2026
========================================================= */
:root{
  --ausvit-container:1320px;
  --ausvit-content:1120px;
}

/* Core system pages must never run edge-to-edge on desktop. */
body.ausvit-core-active.ausvit-core-managed-page #content,
body.ausvit-core-active.ausvit-core-managed-page main.site-main,
body.ausvit-core-active.ausvit-core-commerce #content,
body.ausvit-core-active.ausvit-core-commerce main.site-main,
body.ausvit-core-active.post-type-archive-product #content,
body.ausvit-core-active.post-type-archive-product main.site-main,
body.ausvit-core-active.tax-product_cat #content,
body.ausvit-core-active.tax-product_cat main.site-main,
body.ausvit-core-active.single-product #content,
body.ausvit-core-active.single-product main.site-main{
  width:calc(100% - 48px)!important;
  max-width:var(--ausvit-container)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:30px 0 52px!important;
}

/* If #content and .site-main are nested, only the outer shell owns spacing. */
body.ausvit-core-active.ausvit-core-managed-page #content main.site-main,
body.ausvit-core-active.ausvit-core-commerce #content main.site-main,
body.ausvit-core-active.post-type-archive-product #content main.site-main,
body.ausvit-core-active.tax-product_cat #content main.site-main,
body.ausvit-core-active.single-product #content main.site-main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

/* Old Elementor page meta previously forced some managed pages full width. */
body.ausvit-core-active.ausvit-core-managed-page.elementor-page #content{
  width:calc(100% - 48px)!important;
  max-width:var(--ausvit-container)!important;
  margin:0 auto!important;
  padding:30px 0 52px!important;
}

/* Front page remains intentionally full width. */
body.ausvit-core-active.home.elementor-page #content,
body.ausvit-core-active.front-page.elementor-page #content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

/* Managed content itself is narrower for reading comfort. */
body.ausvit-core-active .ausvit-content-page,
body.ausvit-core-active .ausvit-contact-wrap,
body.ausvit-core-active .ausvit-blog-index,
body.ausvit-core-active .ausvit-wishlist-page{
  max-width:var(--ausvit-content)!important;
}

.ausvit-page-hero{
  margin-bottom:22px;
  padding:28px 32px;
}
.ausvit-page-hero-compact{
  margin-bottom:20px;
  padding:26px 30px;
}
.ausvit-page-hero-compact h1{font-size:30px}

/* =========================================================
   CATALOG / PRODUCT ARCHIVES
========================================================= */
body.ausvit-core-active.post-type-archive-product .woocommerce-products-header,
body.ausvit-core-active.tax-product_cat .woocommerce-products-header{
  margin-bottom:16px;
  padding:24px 28px;
}
body.ausvit-core-active.post-type-archive-product .woocommerce-products-header__title.page-title,
body.ausvit-core-active.tax-product_cat .woocommerce-products-header__title.page-title{
  font-size:29px!important;
}

body.ausvit-core-active.post-type-archive-product .ausvit-shop-chips,
body.ausvit-core-active.tax-product_cat .ausvit-shop-chips{
  margin-bottom:14px;
}

body.ausvit-core-active.post-type-archive-product .woocommerce-result-count,
body.ausvit-core-active.tax-product_cat .woocommerce-result-count{
  margin-top:0!important;
  line-height:40px!important;
}
body.ausvit-core-active.post-type-archive-product .woocommerce-ordering,
body.ausvit-core-active.tax-product_cat .woocommerce-ordering{
  margin-bottom:10px!important;
}
body.ausvit-core-active.post-type-archive-product .woocommerce-ordering select,
body.ausvit-core-active.tax-product_cat .woocommerce-ordering select{
  width:230px;
  max-width:230px;
}

body.ausvit-core-active.post-type-archive-product .woocommerce ul.products,
body.ausvit-core-active.tax-product_cat .woocommerce ul.products{
  gap:18px!important;
  margin-top:14px!important;
}
body.ausvit-core-active.post-type-archive-product .woocommerce ul.products li.product,
body.ausvit-core-active.tax-product_cat .woocommerce ul.products li.product{
  padding:12px 12px 14px!important;
}
body.ausvit-core-active.post-type-archive-product .woocommerce ul.products li.product a img,
body.ausvit-core-active.tax-product_cat .woocommerce ul.products li.product a img{
  height:205px!important;
  margin-bottom:10px!important;
}
body.ausvit-core-active.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.ausvit-core-active.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title{
  min-height:42px;
  font-size:11.5px!important;
}

/* Short catalog landing pages shouldn't reserve four huge empty columns. */
body.ausvit-core-active.ausvit-core-compact-catalog .ausvit-catalog-landing .woocommerce ul.products{
  grid-template-columns:repeat(auto-fit,minmax(235px,270px))!important;
  justify-content:start!important;
  gap:16px!important;
  margin-top:12px!important;
}
body.ausvit-core-active.ausvit-core-compact-catalog .ausvit-catalog-landing .woocommerce ul.products li.product{
  width:100%!important;
  max-width:270px!important;
}
body.ausvit-core-active.ausvit-core-compact-catalog .ausvit-catalog-landing .woocommerce ul.products li.product a img{
  height:190px!important;
}
body.ausvit-core-active.ausvit-core-compact-catalog .woocommerce-result-count{
  line-height:34px!important;
}
body.ausvit-core-active.ausvit-core-compact-catalog .woocommerce-ordering select{
  min-height:38px;
  width:215px;
}

/* =========================================================
   SINGLE PRODUCT
========================================================= */
body.ausvit-core-active.single-product .woocommerce{
  max-width:var(--ausvit-content)!important;
  margin:0 auto!important;
}
body.single-product .woocommerce div.product{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:42px;
}
body.single-product .woocommerce div.product>.woocommerce-product-gallery{
  padding:18px;
}
body.single-product .woocommerce div.product .product_title{
  font-size:28px;
}
body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price{
  font-size:24px!important;
}

/* =========================================================
   CART — compact centered checkout flow
========================================================= */
body.ausvit-core-active.woocommerce-cart .woocommerce{
  width:100%!important;
  max-width:var(--ausvit-content)!important;
  margin:0 auto!important;
}
body.ausvit-core-active.woocommerce-cart table.shop_table{
  margin-bottom:16px!important;
}
body.ausvit-core-active.woocommerce-cart table.shop_table th{
  padding:11px 10px!important;
}
body.ausvit-core-active.woocommerce-cart table.shop_table td{
  padding:10px!important;
}
body.ausvit-core-active.woocommerce-cart table.cart img{
  width:62px!important;
}
body.ausvit-core-active.woocommerce-cart table.cart .product-name a{
  color:var(--ausvit-text)!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}
body.ausvit-core-active.woocommerce-cart table.cart .quantity .qty{
  width:58px!important;
  min-height:38px!important;
  padding:0 6px!important;
}
body.ausvit-core-active.woocommerce-cart table.cart td.actions{
  padding:12px!important;
}
body.ausvit-core-active.woocommerce-cart table.cart td.actions .coupon{
  max-width:360px!important;
}
body.ausvit-core-active.woocommerce-cart table.cart td.actions .coupon .input-text{
  width:185px!important;
  min-height:38px!important;
}
body.ausvit-core-active.woocommerce-cart .ausvit-cart-assurance{
  margin:12px 0 18px;
  padding:11px 14px;
}
body.ausvit-core-active.woocommerce-cart .cart-collaterals{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  gap:24px!important;
  margin-top:18px!important;
}
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cross-sells{
  flex:1 1 auto!important;
  min-width:0!important;
}
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals{
  flex:0 0 440px!important;
  width:440px!important;
  max-width:100%!important;
  padding:18px!important;
}
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals h2{
  font-size:18px;
  margin-bottom:12px;
}
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals table th,
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals table td{
  padding:11px!important;
  font-size:10px!important;
}
body.ausvit-core-active.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 18px!important;
}

/* =========================================================
   CHECKOUT
========================================================= */
body.ausvit-core-active.woocommerce-checkout .woocommerce{
  max-width:var(--ausvit-content)!important;
  margin:0 auto!important;
}
body.ausvit-core-active.woocommerce-checkout form.checkout{
  grid-template-columns:minmax(0,1fr) minmax(350px,.72fr)!important;
  gap:24px!important;
}
body.ausvit-core-active.woocommerce-checkout #order_review{
  padding:17px!important;
}
body.ausvit-core-active.woocommerce-checkout #customer_details h3,
body.ausvit-core-active.woocommerce-checkout #order_review_heading{
  font-size:18px;
}

/* =========================================================
   ACCOUNT
========================================================= */
body.ausvit-core-active.woocommerce-account .woocommerce{
  max-width:var(--ausvit-content)!important;
  margin:0 auto!important;
}

/* =========================================================
   CONTACT / BLOG — remove legacy full-screen content feeling
========================================================= */
body.ausvit-core-active .ausvit-contact-grid{
  grid-template-columns:.82fr 1.18fr;
  gap:18px;
}
body.ausvit-core-active .ausvit-contact-info>a,
body.ausvit-core-active .ausvit-contact-info>div{
  padding:15px 16px;
}
body.ausvit-core-active .ausvit-contact-form-card{
  padding:20px;
}

body.ausvit-core-active .ausvit-blog-index-grid{
  gap:18px;
}
body.ausvit-core-active .ausvit-blog-index-image{
  height:185px;
}

/* Old single blog posts also get a readable shell instead of giant images. */
body.ausvit-core-active.ausvit-core-blog-post #content,
body.ausvit-core-active.ausvit-core-blog-post main.site-main{
  width:calc(100% - 48px)!important;
  max-width:900px!important;
  margin:0 auto!important;
  padding:34px 0 54px!important;
}
body.ausvit-core-active.ausvit-core-blog-post .entry-header{
  display:block!important;
  margin:0 0 18px!important;
}
body.ausvit-core-active.ausvit-core-blog-post .entry-title{
  margin:0!important;
  color:var(--ausvit-text)!important;
  font-size:32px!important;
  line-height:1.22!important;
  letter-spacing:-.6px!important;
}
body.ausvit-core-active.ausvit-core-blog-post .post-thumbnail,
body.ausvit-core-active.ausvit-core-blog-post .wp-post-image{
  width:100%!important;
}
body.ausvit-core-active.ausvit-core-blog-post .post-thumbnail img,
body.ausvit-core-active.ausvit-core-blog-post img.wp-post-image{
  display:block!important;
  width:100%!important;
  max-height:430px!important;
  object-fit:cover!important;
  border-radius:16px!important;
}
body.ausvit-core-active.ausvit-core-blog-post .entry-content{
  width:100%!important;
  max-width:none!important;
  margin:20px 0 0!important;
  padding:0!important;
  color:#526078!important;
  font-size:14px!important;
  line-height:1.85!important;
}
body.ausvit-core-active.ausvit-core-blog-post .entry-content h2,
body.ausvit-core-active.ausvit-core-blog-post .entry-content h3{
  color:var(--ausvit-text)!important;
  line-height:1.35!important;
}

/* =========================================================
   TABLET / MOBILE V1.0.2
========================================================= */
@media(max-width:1100px){
  body.ausvit-core-active.woocommerce-cart .cart-collaterals{
    display:block!important;
  }
  body.ausvit-core-active.woocommerce-cart .cart-collaterals .cross-sells{
    margin-bottom:20px!important;
  }
  body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals{
    width:100%!important;
    max-width:560px!important;
    margin-left:auto!important;
  }
  body.ausvit-core-active.woocommerce-checkout form.checkout{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:767px){
  body.ausvit-core-active.ausvit-core-managed-page #content,
  body.ausvit-core-active.ausvit-core-managed-page main.site-main,
  body.ausvit-core-active.ausvit-core-commerce #content,
  body.ausvit-core-active.ausvit-core-commerce main.site-main,
  body.ausvit-core-active.post-type-archive-product #content,
  body.ausvit-core-active.post-type-archive-product main.site-main,
  body.ausvit-core-active.tax-product_cat #content,
  body.ausvit-core-active.tax-product_cat main.site-main,
  body.ausvit-core-active.single-product #content,
  body.ausvit-core-active.single-product main.site-main,
  body.ausvit-core-active.ausvit-core-blog-post #content,
  body.ausvit-core-active.ausvit-core-blog-post main.site-main{
    width:calc(100% - 30px)!important;
    padding:20px 0 36px!important;
  }

  .ausvit-page-hero,
  .ausvit-page-hero-compact{
    padding:22px 18px;
    margin-bottom:16px;
  }
  .ausvit-page-hero-compact h1{font-size:25px}

  body.ausvit-core-active.ausvit-core-compact-catalog .ausvit-catalog-landing .woocommerce ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.ausvit-core-active.ausvit-core-compact-catalog .ausvit-catalog-landing .woocommerce ul.products li.product{
    max-width:none!important;
  }
  body.ausvit-core-active.ausvit-core-compact-catalog .ausvit-catalog-landing .woocommerce ul.products li.product a img{
    height:155px!important;
  }

  body.ausvit-core-active.woocommerce-cart table.cart img{
    width:54px!important;
  }
  body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals{
    max-width:none!important;
  }
  body.ausvit-core-active.ausvit-core-blog-post .entry-title{
    font-size:26px!important;
  }
  body.ausvit-core-active.ausvit-core-blog-post .post-thumbnail img,
  body.ausvit-core-active.ausvit-core-blog-post img.wp-post-image{
    max-height:280px!important;
  }
}

/* =========================================================
   V1.0.3 — SINGLE PRODUCT PREMIUM / COMPACT LAYOUT
========================================================= */
body.ausvit-core-active.single-product #content,
body.ausvit-core-active.single-product main.site-main{
  width:calc(100% - 48px)!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:26px 0 52px!important;
}
body.ausvit-core-active.single-product .woocommerce{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.ausvit-core-active.single-product .woocommerce-breadcrumb{
  margin:0 0 18px!important;
  color:#91a0b5!important;
  font-size:9px!important;
  line-height:1.5!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
body.ausvit-core-active.single-product .woocommerce-breadcrumb a{
  color:#61718a!important;
}

body.ausvit-core-active.single-product .woocommerce div.product{
  display:grid!important;
  grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;
  align-items:start!important;
  gap:36px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

/* Gallery */
body.ausvit-core-active.single-product .woocommerce div.product>.woocommerce-product-gallery{
  float:none!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:18px!important;
  overflow:hidden!important;
  border:1px solid #e7edf5!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#fbfcfe 0%,#f5f7fa 100%)!important;
  box-shadow:0 8px 30px rgba(6,35,91,.035)!important;
}
body.ausvit-core-active.single-product .woocommerce-product-gallery__wrapper{
  margin:0!important;
}
body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:470px!important;
  border-radius:14px!important;
  background:#fff!important;
  overflow:hidden!important;
}
body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-height:470px!important;
  padding:22px!important;
  object-fit:contain!important;
  border-radius:0!important;
}
body.ausvit-core-active.single-product .woocommerce-product-gallery__trigger{
  top:28px!important;
  right:28px!important;
  width:38px!important;
  height:38px!important;
  border:1px solid #e5ebf3!important;
  background:#fff!important;
  box-shadow:0 5px 16px rgba(6,35,91,.06)!important;
}
body.ausvit-core-active.single-product .flex-control-thumbs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:12px 0 0!important;
  padding:0!important;
}
body.ausvit-core-active.single-product .flex-control-thumbs li{
  float:none!important;
  width:68px!important;
  margin:0!important;
}
body.ausvit-core-active.single-product .flex-control-thumbs li img{
  width:68px!important;
  height:68px!important;
  padding:5px!important;
  object-fit:contain!important;
  border:1px solid #e5ebf3!important;
  border-radius:9px!important;
  background:#fff!important;
}

/* Summary card */
body.ausvit-core-active.single-product .woocommerce div.product>.summary{
  float:none!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:28px 30px 26px!important;
  border:1px solid #e7edf5!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 34px rgba(6,35,91,.045)!important;
}
.ausvit-single-badges{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 13px;
}
.ausvit-single-badges>span{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:0 10px;
  border-radius:20px;
  font-size:8.5px;
  line-height:1;
  font-weight:700;
}
.ausvit-single-category-badge{
  background:#eef5ff;
  color:#174c9e;
}
.ausvit-single-stock-badge{
  background:#f2f5f8;
  color:#6c7a90;
}
.ausvit-single-stock-badge.is-in-stock{
  background:#edf9f2;
  color:#268453;
}
.ausvit-single-stock-badge.is-in-stock::before{
  content:"";
  width:6px;
  height:6px;
  margin-right:6px;
  border-radius:50%;
  background:#2da65f;
}
body.ausvit-core-active.single-product .summary .product_title{
  max-width:100%!important;
  margin:0 0 14px!important;
  color:var(--ausvit-text)!important;
  font-size:29px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:-.75px!important;
}
body.ausvit-core-active.single-product .summary .woocommerce-product-rating{
  margin:0 0 11px!important;
  font-size:10px!important;
}
body.ausvit-core-active.single-product .summary p.price,
body.ausvit-core-active.single-product .summary span.price{
  display:flex!important;
  align-items:baseline!important;
  gap:8px!important;
  margin:0 0 16px!important;
  color:var(--ausvit-navy)!important;
  font-size:25px!important;
  line-height:1.15!important;
  font-weight:800!important;
}
body.ausvit-core-active.single-product .summary .price del{
  color:#9ba7b7!important;
  font-size:13px!important;
  font-weight:500!important;
}
body.ausvit-core-active.single-product .summary .price ins{
  color:var(--ausvit-navy)!important;
  text-decoration:none!important;
}
body.ausvit-core-active.single-product .summary .woocommerce-product-details__short-description{
  margin:0 0 19px!important;
  padding:0 0 18px!important;
  border-bottom:1px solid #edf1f6!important;
  color:#617087!important;
  font-size:12px!important;
  line-height:1.7!important;
}
body.ausvit-core-active.single-product .summary .woocommerce-product-details__short-description p{
  margin:0!important;
}
body.ausvit-core-active.single-product .summary .woocommerce-product-details__short-description .wp-video,
body.ausvit-core-active.single-product .summary .woocommerce-product-details__short-description video,
body.ausvit-core-active.single-product .summary .woocommerce-product-details__short-description iframe,
body.ausvit-core-active.single-product .summary .woocommerce-product-details__short-description .mejs-container{
  display:none!important;
}

/* Purchase row */
body.ausvit-core-active.single-product .summary form.cart{
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  margin:0 0 10px!important;
  padding:0!important;
}
body.ausvit-core-active.single-product .summary form.cart .quantity{
  float:none!important;
  width:72px!important;
  margin:0!important;
}
body.ausvit-core-active.single-product .summary form.cart .quantity .qty{
  width:72px!important;
  height:46px!important;
  padding:0 8px!important;
  border:1px solid #dfe6ef!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--ausvit-text)!important;
  font-size:13px!important;
  font-weight:600!important;
  text-align:center!important;
}
body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button,
body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button.button,
body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button.button.alt{
  float:none!important;
  width:100%!important;
  min-height:46px!important;
  margin:0!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:9px!important;
  background:var(--ausvit-navy)!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:10.5px!important;
  font-weight:700!important;
  line-height:46px!important;
}
body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button:hover{
  background:#0c397f!important;
}
body.ausvit-core-active.single-product .ausvit-single-wishlist{
  width:100%!important;
  min-height:40px!important;
  margin:0 0 14px!important;
  padding:0 14px!important;
  border:1px solid #e1e7ef!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--ausvit-navy)!important;
  font-size:9.5px!important;
  font-weight:700!important;
}
body.ausvit-core-active.single-product .ausvit-single-wishlist:hover{
  border-color:#cbd6e5!important;
  background:#f8faff!important;
}
body.ausvit-core-active.single-product .product_meta{
  display:none!important;
}

/* Trust row */
body.ausvit-core-active.single-product .ausvit-product-trust{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  margin:0!important;
}
body.ausvit-core-active.single-product .ausvit-product-trust>div{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  min-height:58px!important;
  padding:9px!important;
  border:1px solid #e8edf4!important;
  border-radius:10px!important;
  background:#fafcff!important;
}
.ausvit-trust-icon{
  width:27px;
  height:27px;
  flex:0 0 27px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:#edf4ff;
  color:var(--ausvit-navy);
  font-size:11px;
  font-weight:800;
}
.ausvit-trust-copy{
  min-width:0;
}
body.ausvit-core-active.single-product .ausvit-product-trust .ausvit-trust-copy strong{
  display:block!important;
  color:var(--ausvit-text)!important;
  font-size:8.5px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
body.ausvit-core-active.single-product .ausvit-product-trust .ausvit-trust-copy small{
  display:block!important;
  margin-top:2px!important;
  color:#8995a8!important;
  font-size:7.5px!important;
  line-height:1.3!important;
}

/* Details: replace default Woo tabs with one clean section */
body.ausvit-core-active.single-product .woocommerce div.product>.ausvit-single-details{
  grid-column:1/-1!important;
  width:100%!important;
  max-width:100%!important;
  margin:10px 0 0!important;
  padding:28px 32px 30px!important;
  border:1px solid #e7edf5!important;
  border-radius:18px!important;
  background:#fff!important;
}
.ausvit-single-details-head{
  margin:0 0 18px;
  padding:0 0 16px;
  border-bottom:1px solid #edf1f6;
}
.ausvit-single-details-head>span{
  display:block;
  margin-bottom:5px;
  color:#174c9e;
  font-size:8.5px;
  font-weight:800;
  letter-spacing:.65px;
  text-transform:uppercase;
}
.ausvit-single-details-head h2{
  margin:0!important;
  color:var(--ausvit-text)!important;
  font-size:21px!important;
  line-height:1.25!important;
  font-weight:700!important;
  letter-spacing:-.35px!important;
}
.ausvit-single-description{
  width:100%;
  max-width:920px;
  color:#5d6b81;
  font-size:12px;
  line-height:1.8;
}
.ausvit-single-description>*:first-child{
  margin-top:0!important;
}
.ausvit-single-description h1,
.ausvit-single-description h2,
.ausvit-single-description h3,
.ausvit-single-description h4{
  margin:23px 0 9px!important;
  color:var(--ausvit-text)!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.ausvit-single-description h1{font-size:22px!important}
.ausvit-single-description h2{font-size:20px!important}
.ausvit-single-description h3{font-size:18px!important}
.ausvit-single-description h4{font-size:15px!important}
.ausvit-single-description p{
  margin:0 0 12px!important;
  color:#617087!important;
  font-size:12px!important;
  line-height:1.8!important;
}
.ausvit-single-description ul,
.ausvit-single-description ol{
  margin:8px 0 16px!important;
  padding-left:20px!important;
}
.ausvit-single-description li{
  margin-bottom:6px!important;
  color:#617087!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.ausvit-single-description hr{
  margin:20px 0!important;
  border:0!important;
  border-top:1px solid #edf1f6!important;
}
.ausvit-single-description img{
  border-radius:13px!important;
}

/* Default tab shell must never reappear in v1.0.3. */
body.ausvit-core-active.single-product .woocommerce-tabs{
  display:none!important;
}

/* Related products */
body.ausvit-core-active.single-product .related.products,
body.ausvit-core-active.single-product .upsells.products{
  grid-column:1/-1!important;
  width:100%!important;
  margin:5px 0 0!important;
}
body.ausvit-core-active.single-product .related.products>h2,
body.ausvit-core-active.single-product .upsells.products>h2{
  margin:18px 0 14px!important;
  color:var(--ausvit-text)!important;
  font-size:20px!important;
  line-height:1.3!important;
  font-weight:700!important;
}
body.ausvit-core-active.single-product .related.products ul.products,
body.ausvit-core-active.single-product .upsells.products ul.products{
  margin-top:0!important;
}

@media(max-width:1024px){
  body.ausvit-core-active.single-product .woocommerce div.product{
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
    gap:24px!important;
  }
  body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a{
    height:400px!important;
  }
  body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a>img{
    max-height:400px!important;
    padding:16px!important;
  }
  body.ausvit-core-active.single-product .summary{
    padding:22px!important;
  }
  body.ausvit-core-active.single-product .summary .product_title{
    font-size:25px!important;
  }
}

@media(max-width:767px){
  body.ausvit-core-active.single-product #content,
  body.ausvit-core-active.single-product main.site-main{
    width:calc(100% - 30px)!important;
    max-width:none!important;
    padding:18px 0 34px!important;
  }
  body.ausvit-core-active.single-product .woocommerce-breadcrumb{
    margin-bottom:12px!important;
    font-size:8px!important;
  }
  body.ausvit-core-active.single-product .woocommerce div.product{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body.ausvit-core-active.single-product .woocommerce div.product>.woocommerce-product-gallery{
    padding:10px!important;
    border-radius:15px!important;
  }
  body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a{
    height:330px!important;
  }
  body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a>img{
    max-height:330px!important;
    padding:12px!important;
  }
  body.ausvit-core-active.single-product .woocommerce div.product>.summary{
    padding:20px 17px!important;
    border-radius:15px!important;
  }
  body.ausvit-core-active.single-product .summary .product_title{
    font-size:23px!important;
    line-height:1.23!important;
  }
  body.ausvit-core-active.single-product .summary p.price,
  body.ausvit-core-active.single-product .summary span.price{
    font-size:22px!important;
  }
  body.ausvit-core-active.single-product .ausvit-product-trust{
    grid-template-columns:1fr!important;
  }
  body.ausvit-core-active.single-product .ausvit-product-trust>div{
    min-height:50px!important;
  }
  body.ausvit-core-active.single-product .woocommerce div.product>.ausvit-single-details{
    margin-top:0!important;
    padding:22px 18px!important;
    border-radius:15px!important;
  }
  .ausvit-single-description{
    font-size:11.5px;
  }
  body.ausvit-core-active.single-product .related.products ul.products,
  body.ausvit-core-active.single-product .upsells.products ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* =========================================================
   V1.0.4 — SINGLE PRODUCT FINAL ALIGNMENT HOTFIX
   Stabilizes Woo/Hello layout, purchase row, trust icons and details.
========================================================= */
body.ausvit-core-active.single-product #content,
body.ausvit-core-active.single-product main.site-main{
  width:calc(100% - 48px)!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:24px 0 48px!important;
  overflow:visible!important;
}

body.ausvit-core-active.single-product .woocommerce div.product{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:28px 32px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
body.ausvit-core-active.single-product .woocommerce div.product::before,
body.ausvit-core-active.single-product .woocommerce div.product::after{
  display:none!important;
  content:none!important;
}

body.ausvit-core-active.single-product .woocommerce div.product>.woocommerce-product-gallery{
  order:1!important;
  flex:0 0 calc(46% - 16px)!important;
  width:calc(46% - 16px)!important;
  max-width:calc(46% - 16px)!important;
  min-width:0!important;
  padding:14px!important;
  border-radius:18px!important;
}
body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a{
  height:420px!important;
}
body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a>img{
  max-height:420px!important;
  padding:18px!important;
}

body.ausvit-core-active.single-product .woocommerce div.product>.summary{
  order:2!important;
  flex:1 1 calc(54% - 16px)!important;
  width:calc(54% - 16px)!important;
  max-width:calc(54% - 16px)!important;
  min-width:0!important;
  margin:0!important;
  padding:23px 25px 22px!important;
  overflow:visible!important;
  border-radius:18px!important;
}

body.ausvit-core-active.single-product .ausvit-single-badges{
  margin:0 0 11px!important;
}
body.ausvit-core-active.single-product .summary .product_title{
  width:100%!important;
  max-width:none!important;
  margin:0 0 11px!important;
  font-size:24px!important;
  line-height:1.27!important;
  letter-spacing:-.45px!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body.ausvit-core-active.single-product .summary p.price,
body.ausvit-core-active.single-product .summary span.price{
  margin:0 0 13px!important;
  font-size:23px!important;
  line-height:1.15!important;
}
body.ausvit-core-active.single-product .summary .woocommerce-product-details__short-description{
  margin:0 0 16px!important;
  padding:0 0 15px!important;
  font-size:11.5px!important;
  line-height:1.7!important;
}

/* Force quantity + CTA onto one clean row. */
body.ausvit-core-active.single-product .summary form.cart,
body.ausvit-core-active.single-product .summary form.cart:not(.variations_form){
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0 0 10px!important;
  padding:0!important;
  float:none!important;
  clear:both!important;
  overflow:visible!important;
}
body.ausvit-core-active.single-product .summary form.cart::before,
body.ausvit-core-active.single-product .summary form.cart::after{
  display:none!important;
  content:none!important;
}
body.ausvit-core-active.single-product .summary form.cart .quantity{
  display:block!important;
  flex:0 0 72px!important;
  width:72px!important;
  max-width:72px!important;
  min-width:72px!important;
  margin:0!important;
  float:none!important;
}
body.ausvit-core-active.single-product .summary form.cart .quantity .qty{
  display:block!important;
  width:72px!important;
  min-width:72px!important;
  height:46px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button,
body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button.button,
body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button.button.alt{
  display:flex!important;
  flex:1 1 auto!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:none!important;
  min-width:190px!important;
  height:46px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0 22px!important;
  float:none!important;
  overflow:visible!important;
  white-space:nowrap!important;
  text-overflow:clip!important;
  line-height:1.2!important;
  box-sizing:border-box!important;
}

body.ausvit-core-active.single-product .ausvit-single-wishlist{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  width:100%!important;
  min-height:39px!important;
  margin:0 0 12px!important;
  line-height:1.2!important;
  overflow:visible!important;
}

/* Trust cards + real SVG icons. */
body.ausvit-core-active.single-product .ausvit-product-trust{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:7px!important;
  width:100%!important;
  margin:0!important;
}
body.ausvit-core-active.single-product .ausvit-product-trust>div{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  min-height:56px!important;
  padding:9px 10px!important;
  overflow:hidden!important;
}
body.ausvit-core-active.single-product .ausvit-trust-icon{
  display:flex!important;
  flex:0 0 30px!important;
  align-items:center!important;
  justify-content:center!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  border-radius:8px!important;
  background:#edf4ff!important;
  color:#0b3f91!important;
}
body.ausvit-core-active.single-product .ausvit-trust-icon svg{
  display:block!important;
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.ausvit-core-active.single-product .ausvit-trust-copy{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
}
body.ausvit-core-active.single-product .ausvit-product-trust .ausvit-trust-copy strong{
  display:block!important;
  margin:0!important;
  font-size:8.8px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.ausvit-core-active.single-product .ausvit-product-trust .ausvit-trust-copy small{
  display:block!important;
  margin:2px 0 0!important;
  font-size:7.3px!important;
  line-height:1.3!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* Details must be one block below the product, never split into grid items. */
body.ausvit-core-active.single-product .woocommerce div.product>.ausvit-single-details{
  order:3!important;
  display:block!important;
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:2px 0 0!important;
  padding:24px 28px 26px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
body.ausvit-core-active.single-product .ausvit-single-details-title{
  display:block!important;
  width:100%!important;
  margin:0 0 16px!important;
  padding:0 0 13px!important;
  border-bottom:1px solid #edf1f6!important;
  color:var(--ausvit-text)!important;
  font-size:20px!important;
  line-height:1.3!important;
  font-weight:700!important;
  letter-spacing:-.3px!important;
}
/* Legacy v1.0.3 head is hidden if cached markup survives briefly. */
body.ausvit-core-active.single-product .ausvit-single-details-head{
  display:none!important;
}
body.ausvit-core-active.single-product .ausvit-single-description{
  display:block!important;
  width:100%!important;
  max-width:860px!important;
  margin:0!important;
  padding:0!important;
}
body.ausvit-core-active.single-product .ausvit-single-description h1,
body.ausvit-core-active.single-product .ausvit-single-description h2,
body.ausvit-core-active.single-product .ausvit-single-description h3,
body.ausvit-core-active.single-product .ausvit-single-description h4{
  overflow-wrap:anywhere!important;
}
body.ausvit-core-active.single-product .ausvit-single-description h2{
  font-size:19px!important;
}
body.ausvit-core-active.single-product .ausvit-single-description h3{
  font-size:17px!important;
}
body.ausvit-core-active.single-product .ausvit-single-description p,
body.ausvit-core-active.single-product .ausvit-single-description li{
  font-size:11.5px!important;
}

body.ausvit-core-active.single-product .related.products,
body.ausvit-core-active.single-product .upsells.products{
  order:4!important;
  flex:0 0 100%!important;
  width:100%!important;
  min-width:0!important;
}

@media(max-width:1024px){
  body.ausvit-core-active.single-product .woocommerce div.product>.woocommerce-product-gallery{
    flex-basis:calc(45% - 12px)!important;
    width:calc(45% - 12px)!important;
    max-width:calc(45% - 12px)!important;
  }
  body.ausvit-core-active.single-product .woocommerce div.product>.summary{
    flex-basis:calc(55% - 12px)!important;
    width:calc(55% - 12px)!important;
    max-width:calc(55% - 12px)!important;
    padding:20px!important;
  }
  body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a{
    height:360px!important;
  }
  body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a>img{
    max-height:360px!important;
  }
  body.ausvit-core-active.single-product .summary .product_title{
    font-size:22px!important;
  }
  body.ausvit-core-active.single-product .ausvit-product-trust{
    grid-template-columns:1fr!important;
  }
  body.ausvit-core-active.single-product .ausvit-product-trust>div{
    min-height:48px!important;
  }
}

@media(max-width:767px){
  body.ausvit-core-active.single-product #content,
  body.ausvit-core-active.single-product main.site-main{
    width:calc(100% - 30px)!important;
    padding:16px 0 34px!important;
  }
  body.ausvit-core-active.single-product .woocommerce div.product{
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    gap:14px!important;
  }
  body.ausvit-core-active.single-product .woocommerce div.product>.woocommerce-product-gallery,
  body.ausvit-core-active.single-product .woocommerce div.product>.summary,
  body.ausvit-core-active.single-product .woocommerce div.product>.ausvit-single-details,
  body.ausvit-core-active.single-product .related.products,
  body.ausvit-core-active.single-product .upsells.products{
    flex:0 0 auto!important;
    width:100%!important;
    max-width:100%!important;
  }
  body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a{
    height:310px!important;
  }
  body.ausvit-core-active.single-product .woocommerce-product-gallery__image>a>img{
    max-height:310px!important;
    padding:10px!important;
  }
  body.ausvit-core-active.single-product .woocommerce div.product>.summary{
    padding:18px 16px!important;
  }
  body.ausvit-core-active.single-product .summary .product_title{
    font-size:21px!important;
  }
  body.ausvit-core-active.single-product .summary form.cart,
  body.ausvit-core-active.single-product .summary form.cart:not(.variations_form){
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
  }
  body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button,
  body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button.button,
  body.ausvit-core-active.single-product .summary form.cart .single_add_to_cart_button.button.alt{
    min-width:0!important;
  }
  body.ausvit-core-active.single-product .woocommerce div.product>.ausvit-single-details{
    padding:20px 17px!important;
  }
  body.ausvit-core-active.single-product .ausvit-single-details-title{
    font-size:18px!important;
  }
}

/* =========================================================
   v1.0.5 — HEADER CART COUNT + CART BLUE UI POLISH
========================================================= */

/* Custom Elementor header cart badge: the number is updated by ausvit-core.js. */
body.ausvit-core-active .ausvit-cart-count{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:17px!important;
  height:17px!important;
  padding:0 4px!important;
  border:2px solid #fff!important;
  border-radius:999px!important;
  background:#0a2d6f!important;
  color:#fff!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:800!important;
  font-variant-numeric:tabular-nums!important;
  box-shadow:0 2px 7px rgba(6,35,91,.16)!important;
}
body.ausvit-core-active .ausvit-cart-count.has-items{
  background:#0b4aa2!important;
}

/* Cart shell */
body.ausvit-core-active.woocommerce-cart{
  --ausvit-cart-blue-25:#fbfdff;
  --ausvit-cart-blue-50:#f6faff;
  --ausvit-cart-blue-75:#f1f7ff;
  --ausvit-cart-blue-100:#eaf3ff;
  --ausvit-cart-blue-150:#e1edfb;
  --ausvit-cart-blue-200:#d7e6f7;
  --ausvit-cart-blue-300:#c5daf2;
}

body.ausvit-core-active.woocommerce-cart .woocommerce{
  max-width:1180px!important;
}

body.ausvit-core-active.woocommerce-cart table.shop_table{
  overflow:hidden!important;
  border:1px solid var(--ausvit-cart-blue-200)!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 26px rgba(15,67,126,.035)!important;
}

body.ausvit-core-active.woocommerce-cart table.shop_table th{
  border-color:var(--ausvit-cart-blue-200)!important;
  background:linear-gradient(180deg,#f3f8ff 0%,#edf5ff 100%)!important;
  color:#123469!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.45px!important;
}

body.ausvit-core-active.woocommerce-cart table.shop_table td{
  border-color:var(--ausvit-cart-blue-200)!important;
  background:#fff!important;
  color:#536780!important;
}

body.ausvit-core-active.woocommerce-cart table.shop_table tbody tr:nth-child(even) td{
  background:var(--ausvit-cart-blue-25)!important;
}

body.ausvit-core-active.woocommerce-cart table.cart .product-thumbnail{
  background:var(--ausvit-cart-blue-50)!important;
}

body.ausvit-core-active.woocommerce-cart table.cart img{
  border:1px solid var(--ausvit-cart-blue-150)!important;
  background:#fff!important;
  box-shadow:0 5px 14px rgba(17,68,129,.05)!important;
}

body.ausvit-core-active.woocommerce-cart table.cart .product-name a{
  color:#0b2d67!important;
  text-decoration:none!important;
  font-weight:600!important;
}
body.ausvit-core-active.woocommerce-cart table.cart .product-name a:hover{
  color:#1459aa!important;
}

body.ausvit-core-active.woocommerce-cart table.cart .product-remove a.remove{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:26px!important;
  height:26px!important;
  margin:auto!important;
  border-radius:7px!important;
  background:#fff3f4!important;
  color:#c83043!important;
  font-size:17px!important;
  line-height:1!important;
}
body.ausvit-core-active.woocommerce-cart table.cart .product-remove a.remove:hover{
  background:#c83043!important;
  color:#fff!important;
}

body.ausvit-core-active.woocommerce-cart table.cart .quantity .qty{
  border:1px solid var(--ausvit-cart-blue-300)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#0b2d67!important;
  box-shadow:0 0 0 3px rgba(216,232,249,.18)!important;
  font-weight:600!important;
}
body.ausvit-core-active.woocommerce-cart table.cart .quantity .qty:focus{
  border-color:#6ea3dc!important;
  outline:none!important;
  box-shadow:0 0 0 3px rgba(78,137,202,.12)!important;
}

body.ausvit-core-active.woocommerce-cart table.cart td.actions{
  background:linear-gradient(180deg,#f8fbff 0%,#f2f7fd 100%)!important;
  border-top:1px solid var(--ausvit-cart-blue-200)!important;
}

body.ausvit-core-active.woocommerce-cart table.cart td.actions .coupon .input-text{
  border:1px solid var(--ausvit-cart-blue-200)!important;
  background:#fff!important;
  color:#17365f!important;
  box-shadow:none!important;
}
body.ausvit-core-active.woocommerce-cart table.cart td.actions .coupon .input-text:focus{
  border-color:#79a9dc!important;
  outline:none!important;
}

body.ausvit-core-active.woocommerce-cart table.cart td.actions .button,
body.ausvit-core-active.woocommerce-cart table.cart td.actions button.button{
  border:1px solid #d2e2f5!important;
  background:#e9f2ff!important;
  color:#123d78!important;
  box-shadow:none!important;
  font-weight:700!important;
}
body.ausvit-core-active.woocommerce-cart table.cart td.actions .button:hover,
body.ausvit-core-active.woocommerce-cart table.cart td.actions button.button:hover{
  border-color:#bdd6f1!important;
  background:#dfeeff!important;
  color:#082b62!important;
}
body.ausvit-core-active.woocommerce-cart table.cart td.actions .button:disabled,
body.ausvit-core-active.woocommerce-cart table.cart td.actions .button:disabled[disabled]{
  border-color:#e0ebf7!important;
  background:#f0f6fd!important;
  color:#9aadc4!important;
  opacity:1!important;
}

/* Cart reassurance: change old green block to the site's pale blue language. */
body.ausvit-core-active.woocommerce-cart .ausvit-cart-assurance{
  border:1px solid #cfe1f6!important;
  background:linear-gradient(90deg,#eef6ff 0%,#f7fbff 100%)!important;
  box-shadow:none!important;
}
body.ausvit-core-active.woocommerce-cart .ausvit-cart-assurance strong{
  color:#174b88!important;
}
body.ausvit-core-active.woocommerce-cart .ausvit-cart-assurance span{
  color:#68809d!important;
}

/* Totals card */
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals{
  border:1px solid #d5e5f7!important;
  background:linear-gradient(180deg,#f8fbff 0%,#f2f7fd 100%)!important;
  box-shadow:0 8px 24px rgba(20,73,133,.045)!important;
}
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals h2{
  color:#0b2d67!important;
}
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table{
  border-color:#dbe8f6!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th{
  background:#f1f7ff!important;
}
body.ausvit-core-active.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td{
  background:#fff!important;
}

/* Woo notices on cart: keep success feedback consistent with the blue interface. */
body.ausvit-core-active.woocommerce-cart .woocommerce-message,
body.ausvit-core-active.woocommerce-cart .woocommerce-info{
  border:1px solid #cfe1f6!important;
  border-top:3px solid #2b70b9!important;
  border-radius:11px!important;
  background:#f1f7ff!important;
  color:#31577e!important;
}
body.ausvit-core-active.woocommerce-cart .woocommerce-message::before,
body.ausvit-core-active.woocommerce-cart .woocommerce-info::before{
  color:#2b70b9!important;
}

@media(max-width:767px){
  body.ausvit-core-active.woocommerce-cart table.shop_table_responsive tr{
    border:1px solid var(--ausvit-cart-blue-200)!important;
    border-radius:13px!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  body.ausvit-core-active.woocommerce-cart table.shop_table_responsive tr td{
    border-color:var(--ausvit-cart-blue-150)!important;
    background:#fff!important;
  }
}
