/* Gaotus enterprise presentation for WooCommerce screens. */
body.gavsb-woocommerce-page {
    --gavsb-woo-soft: #f4f7f8;
    --gavsb-woo-success: #2f6d52;
    --gavsb-woo-danger: #9b3d3d;
    background: #fff !important;
}

body.gavsb-woocommerce-page .gavsb-site-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(180deg, #f7f9fa 0, #fff 330px) !important;
}

.gavsb-woo-page {
    min-height: 650px;
    padding: 72px 0 105px;
}

.gavsb-woo-container {
    width: min(1180px, calc(100% - 48px));
}

.gavsb-woo-heading {
    max-width: 760px;
    margin-bottom: 36px;
}

.gavsb-woo-heading .gavsb-eyebrow {
    margin-bottom: 14px;
}

.gavsb-woo-heading h1 {
    margin: 0;
    color: var(--gavsb-dark);
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 690;
    line-height: 1.03;
    letter-spacing: -.05em;
}

.gavsb-woo-heading p {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--gavsb-muted);
    font-size: 17px;
    line-height: 1.7;
}

.gavsb-woo-surface {
    padding: 34px;
    border: 1px solid var(--gavsb-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(19,34,48,.08);
}

.gavsb-woo-breadcrumb,
.gavsb-woo-surface .woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px !important;
    color: #7b8994 !important;
    font-size: 12px !important;
}

.gavsb-woo-breadcrumb a,
.gavsb-woo-surface .woocommerce-breadcrumb a {
    color: var(--gavsb-accent) !important;
    text-decoration: none !important;
}

/* Reset common theme interference only inside the Woo surface. */
.gavsb-woo-surface .woocommerce,
.gavsb-woo-surface .woocommerce-page,
.gavsb-woo-surface .wc-block-cart,
.gavsb-woo-surface .wc-block-checkout {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    color: var(--gavsb-ink) !important;
    font-family: inherit !important;
}

.gavsb-woo-surface h1,
.gavsb-woo-surface h2,
.gavsb-woo-surface h3,
.gavsb-woo-surface h4 {
    color: var(--gavsb-dark) !important;
    font-family: inherit !important;
    letter-spacing: -.025em !important;
    text-transform: none !important;
}

.gavsb-woo-surface h2 { font-size: 26px !important; }
.gavsb-woo-surface h3 { font-size: 19px !important; }

.gavsb-woo-surface p,
.gavsb-woo-surface label,
.gavsb-woo-surface th,
.gavsb-woo-surface td,
.gavsb-woo-surface li {
    font-family: inherit !important;
}

.gavsb-woo-surface a {
    color: var(--gavsb-accent);
}

.gavsb-woo-surface input[type="text"],
.gavsb-woo-surface input[type="email"],
.gavsb-woo-surface input[type="tel"],
.gavsb-woo-surface input[type="number"],
.gavsb-woo-surface input[type="password"],
.gavsb-woo-surface input[type="search"],
.gavsb-woo-surface select,
.gavsb-woo-surface textarea,
.gavsb-woo-surface .select2-selection {
    width: 100% !important;
    min-height: 48px !important;
    border: 1px solid #ccd7dd !important;
    border-radius: 10px !important;
    background: #fbfcfc !important;
    color: var(--gavsb-ink) !important;
    font: inherit !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    outline: none !important;
}

.gavsb-woo-surface input,
.gavsb-woo-surface select,
.gavsb-woo-surface textarea {
    padding: 11px 13px !important;
}

.gavsb-woo-surface textarea { min-height: 110px !important; }

.gavsb-woo-surface input:focus,
.gavsb-woo-surface select:focus,
.gavsb-woo-surface textarea:focus,
.gavsb-woo-surface .select2-container--focus .select2-selection {
    border-color: #8da7b7 !important;
    box-shadow: 0 0 0 3px rgba(63,101,127,.1) !important;
}

.gavsb-woo-surface .button,
.gavsb-woo-surface button.button,
.gavsb-woo-surface input.button,
.gavsb-woo-surface #place_order,
.gavsb-woo-surface .wc-block-components-button,
.gavsb-woo-surface .wp-element-button,
.gavsb-woo-surface .single_add_to_cart_button {
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid var(--gavsb-dark) !important;
    border-radius: 999px !important;
    padding: 11px 21px !important;
    background: var(--gavsb-dark) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: 0 10px 24px rgba(13,23,35,.14) !important;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease !important;
}

.gavsb-woo-surface .button:hover,
.gavsb-woo-surface button.button:hover,
.gavsb-woo-surface input.button:hover,
.gavsb-woo-surface #place_order:hover,
.gavsb-woo-surface .wc-block-components-button:hover,
.gavsb-woo-surface .wp-element-button:hover,
.gavsb-woo-surface .single_add_to_cart_button:hover {
    background: #182738 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(13,23,35,.2) !important;
}

.gavsb-woo-surface .button:disabled,
.gavsb-woo-surface button:disabled {
    opacity: .55 !important;
    transform: none !important;
}

/* Notices */
.gavsb-woo-surface .woocommerce-message,
.gavsb-woo-surface .woocommerce-info,
.gavsb-woo-surface .woocommerce-error,
.gavsb-woo-surface .wc-block-components-notice-banner {
    margin: 0 0 22px !important;
    padding: 16px 18px !important;
    border: 1px solid #d7e0e5 !important;
    border-left: 4px solid var(--gavsb-accent) !important;
    border-radius: 12px !important;
    background: #f7fafb !important;
    color: var(--gavsb-ink) !important;
    list-style: none !important;
    box-shadow: none !important;
}

.gavsb-woo-surface .woocommerce-error {
    border-left-color: var(--gavsb-woo-danger) !important;
    background: #fff8f8 !important;
}

.gavsb-woo-surface .woocommerce-message::before,
.gavsb-woo-surface .woocommerce-info::before,
.gavsb-woo-surface .woocommerce-error::before {
    display: none !important;
}

/* Classic cart and checkout */
.gavsb-woo-surface table.shop_table,
.gavsb-woo-surface .woocommerce-checkout-review-order-table,
.gavsb-woo-surface .woocommerce-order-details table {
    width: 100% !important;
    border: 1px solid var(--gavsb-line) !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.gavsb-woo-surface table.shop_table th,
.gavsb-woo-surface table.shop_table td {
    padding: 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #e8edef !important;
    text-align: left !important;
    vertical-align: middle !important;
}

.gavsb-woo-surface table.shop_table tr:last-child th,
.gavsb-woo-surface table.shop_table tr:last-child td {
    border-bottom: 0 !important;
}

.gavsb-woo-surface table.shop_table th {
    background: #f7f9fa !important;
    color: #566572 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}

.gavsb-woo-surface .product-thumbnail img {
    width: 76px !important;
    border-radius: 10px !important;
}

.gavsb-woo-surface .quantity .qty {
    width: 84px !important;
    min-height: 44px !important;
}

.gavsb-woo-surface .coupon {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.gavsb-woo-surface .coupon input {
    max-width: 220px !important;
}

.gavsb-woo-surface .cart-collaterals,
.gavsb-woo-surface .woocommerce-checkout {
    margin-top: 30px !important;
}

.gavsb-woo-surface .cart_totals {
    width: min(520px, 100%) !important;
    float: right !important;
    padding: 25px !important;
    border: 1px solid var(--gavsb-line) !important;
    border-radius: 16px !important;
    background: #f9fbfb !important;
}

.gavsb-woo-surface .cart_totals h2,
.gavsb-woo-surface #order_review_heading,
.gavsb-woo-surface .woocommerce-billing-fields h3,
.gavsb-woo-surface .woocommerce-additional-fields h3 {
    margin: 0 0 18px !important;
}

.gavsb-woo-surface .woocommerce-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr) !important;
    gap: 34px !important;
    align-items: start !important;
}

.gavsb-woo-surface .woocommerce-NoticeGroup,
.gavsb-woo-surface .woocommerce-checkout > .woocommerce-form-coupon-toggle,
.gavsb-woo-surface .woocommerce-checkout > .woocommerce-form-login-toggle {
    grid-column: 1 / -1 !important;
}

.gavsb-woo-surface #customer_details {
    grid-column: 1 !important;
    width: 100% !important;
}

.gavsb-woo-surface #order_review_heading,
.gavsb-woo-surface #order_review {
    grid-column: 2 !important;
}

.gavsb-woo-surface #order_review {
    padding: 24px !important;
    border: 1px solid var(--gavsb-line) !important;
    border-radius: 16px !important;
    background: #f9fbfb !important;
}

.gavsb-woo-surface .col2-set,
.gavsb-woo-surface .col-1,
.gavsb-woo-surface .col-2 {
    width: 100% !important;
    float: none !important;
}

.gavsb-woo-surface .form-row {
    margin: 0 0 17px !important;
    padding: 0 !important;
}

.gavsb-woo-surface .form-row label {
    display: block !important;
    margin-bottom: 7px !important;
    color: #42515d !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

.gavsb-woo-surface #payment {
    border-radius: 14px !important;
    background: #eef3f5 !important;
}

.gavsb-woo-surface #payment ul.payment_methods,
.gavsb-woo-surface #payment div.form-row {
    padding: 18px !important;
    border-color: #d8e1e6 !important;
}

/* Product */
.gavsb-woo-page-product .gavsb-woo-surface {
    padding: 38px;
}

.gavsb-woo-surface div.product {
    display: flow-root !important;
}

.gavsb-woo-surface div.product div.images,
.gavsb-woo-surface div.product div.summary {
    margin-bottom: 42px !important;
}

.gavsb-woo-surface div.product div.images {
    width: 48% !important;
}

.gavsb-woo-surface div.product div.summary {
    width: 47% !important;
}

.gavsb-woo-surface div.product .woocommerce-product-gallery,
.gavsb-woo-surface div.product .woocommerce-product-gallery__wrapper,
.gavsb-woo-surface div.product .woocommerce-product-gallery__image {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.gavsb-woo-surface div.product .product_title {
    margin: 0 0 14px !important;
    font-size: clamp(34px, 4vw, 52px) !important;
    line-height: 1.05 !important;
}

.gavsb-woo-surface div.product p.price,
.gavsb-woo-surface div.product span.price {
    color: var(--gavsb-accent) !important;
    font-size: 25px !important;
    font-weight: 760 !important;
}

.gavsb-woo-surface div.product .woocommerce-product-details__short-description {
    color: #63727e !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.gavsb-woo-surface div.product form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 25px 0 !important;
}

.gavsb-woo-surface div.product .product_meta {
    padding-top: 20px !important;
    border-top: 1px solid var(--gavsb-line) !important;
    color: #74828d !important;
    font-size: 12px !important;
}

.gavsb-woo-surface .woocommerce-tabs {
    clear: both !important;
    padding-top: 10px !important;
}

.gavsb-woo-surface .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    border: 0 !important;
}

.gavsb-woo-surface .woocommerce-tabs ul.tabs::before,
.gavsb-woo-surface .woocommerce-tabs ul.tabs li::before,
.gavsb-woo-surface .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.gavsb-woo-surface .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--gavsb-line) !important;
    border-radius: 999px !important;
    background: #fff !important;
}

.gavsb-woo-surface .woocommerce-tabs ul.tabs li.active {
    border-color: var(--gavsb-dark) !important;
    background: var(--gavsb-dark) !important;
}

.gavsb-woo-surface .woocommerce-tabs ul.tabs li a {
    padding: 10px 16px !important;
    color: var(--gavsb-dark) !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

.gavsb-woo-surface .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

.gavsb-woo-surface .related.products,
.gavsb-woo-surface .up-sells {
    clear: both !important;
    padding-top: 38px !important;
}

.gavsb-woo-surface ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
}

.gavsb-woo-surface ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid var(--gavsb-line) !important;
    border-radius: 15px !important;
    background: #fff !important;
}

.gavsb-woo-surface ul.products li.product img {
    border-radius: 11px !important;
}

/* Order confirmation */
.gavsb-woo-surface .woocommerce-thankyou-order-received {
    margin: 0 0 28px !important;
    padding: 20px !important;
    border: 1px solid #cfe0d5 !important;
    border-radius: 14px !important;
    background: #f2f8f4 !important;
    color: var(--gavsb-woo-success) !important;
    font-size: 17px !important;
    font-weight: 750 !important;
}

.gavsb-woo-surface ul.woocommerce-order-overview {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1px !important;
    margin: 0 0 32px !important;
    padding: 1px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: var(--gavsb-line) !important;
}

.gavsb-woo-surface ul.woocommerce-order-overview li {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 18px !important;
    border: 0 !important;
    background: #fff !important;
    color: #72808b !important;
    font-size: 10px !important;
}

.gavsb-woo-surface ul.woocommerce-order-overview li strong {
    display: block !important;
    margin-top: 6px !important;
    color: var(--gavsb-dark) !important;
    font-size: 14px !important;
}

.gavsb-woo-surface .woocommerce-customer-details address {
    padding: 20px !important;
    border: 1px solid var(--gavsb-line) !important;
    border-radius: 14px !important;
    background: #f9fbfb !important;
}

/* WooCommerce Blocks cart/checkout */
.gavsb-woo-surface .wc-block-components-sidebar-layout {
    gap: 30px !important;
}

.gavsb-woo-surface .wc-block-components-sidebar,
.gavsb-woo-surface .wc-block-checkout__sidebar {
    padding: 24px !important;
    border: 1px solid var(--gavsb-line) !important;
    border-radius: 16px !important;
    background: #f9fbfb !important;
}

.gavsb-woo-surface .wc-block-components-totals-wrapper,
.gavsb-woo-surface .wc-block-components-order-summary-item,
.gavsb-woo-surface .wc-block-cart-items td {
    border-color: #e4eaed !important;
}

.gavsb-woo-surface .wc-block-components-product-name {
    color: var(--gavsb-dark) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

@media (max-width: 900px) {
    .gavsb-woo-page { padding: 54px 0 82px; }
    .gavsb-woo-surface { padding: 24px; }
    .gavsb-woo-surface .woocommerce-checkout { grid-template-columns: 1fr !important; }
    .gavsb-woo-surface #customer_details,
    .gavsb-woo-surface #order_review_heading,
    .gavsb-woo-surface #order_review { grid-column: 1 !important; }
    .gavsb-woo-surface div.product div.images,
    .gavsb-woo-surface div.product div.summary { width: 100% !important; float: none !important; }
    .gavsb-woo-surface ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .gavsb-woo-surface ul.woocommerce-order-overview { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 600px) {
    .gavsb-woo-container { width: min(100% - 28px, 1180px); }
    .gavsb-woo-page { padding: 42px 0 65px; }
    .gavsb-woo-heading { margin-bottom: 25px; }
    .gavsb-woo-heading h1 { font-size: 39px; }
    .gavsb-woo-heading p { font-size: 15px; }
    .gavsb-woo-surface,
    .gavsb-woo-page-product .gavsb-woo-surface { padding: 17px; border-radius: 16px; }
    .gavsb-woo-surface table.shop_table thead { display: none !important; }
    .gavsb-woo-surface table.shop_table tr,
    .gavsb-woo-surface table.shop_table td { display: block !important; width: 100% !important; }
    .gavsb-woo-surface table.shop_table td { text-align: right !important; }
    .gavsb-woo-surface table.shop_table td::before { float: left !important; font-weight: 750 !important; }
    .gavsb-woo-surface .coupon { align-items: stretch !important; flex-direction: column !important; }
    .gavsb-woo-surface .coupon input { max-width: none !important; }
    .gavsb-woo-surface .cart_totals { width: 100% !important; float: none !important; }
    .gavsb-woo-surface div.product form.cart { align-items: stretch !important; flex-direction: column !important; }
    .gavsb-woo-surface div.product form.cart .quantity,
    .gavsb-woo-surface div.product form.cart .quantity .qty,
    .gavsb-woo-surface div.product form.cart .single_add_to_cart_button { width: 100% !important; }
    .gavsb-woo-surface ul.products { grid-template-columns: 1fr !important; }
    .gavsb-woo-surface ul.woocommerce-order-overview { grid-template-columns: 1fr !important; }
}


/* v1.9.0 — Shop/archive/My Account in the same Gaotus shell */
body.gavsb-woo-account .gavsb-woo-container{max-width:1240px}
.gavsb-woo-surface .woocommerce-MyAccount-navigation{float:none!important;width:auto!important;margin:0 0 24px!important;padding:0!important}
.gavsb-woo-surface .woocommerce-MyAccount-navigation ul{display:flex!important;gap:8px!important;flex-wrap:wrap!important;list-style:none!important;margin:0!important;padding:0!important}
.gavsb-woo-surface .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important;border:0!important}
.gavsb-woo-surface .woocommerce-MyAccount-navigation a{display:inline-flex!important;min-height:42px!important;align-items:center!important;padding:8px 14px!important;border:1px solid var(--gavsb-line)!important;border-radius:999px!important;background:#fff!important;color:#40505d!important;text-decoration:none!important;font-size:13px!important;font-weight:700!important}
.gavsb-woo-surface .woocommerce-MyAccount-navigation .is-active a{background:var(--gavsb-dark)!important;border-color:var(--gavsb-dark)!important;color:#fff!important}
.gavsb-woo-surface .woocommerce-MyAccount-content{float:none!important;width:100%!important;padding:28px!important;border:1px solid var(--gavsb-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 18px 50px rgba(17,32,45,.06)!important}
.gavsb-woo-surface .woocommerce-MyAccount-content h2,.gavsb-woo-surface .woocommerce-MyAccount-content h3{color:var(--gavsb-dark)!important}
.gavsb-woo-surface ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin:0!important;padding:0!important}
.gavsb-woo-surface ul.products li.product{width:auto!important;float:none!important;margin:0!important;padding:22px!important;border:1px solid var(--gavsb-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 38px rgba(17,32,45,.055)!important}
@media(max-width:900px){.gavsb-woo-surface ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.gavsb-woo-surface ul.products{grid-template-columns:1fr!important}.gavsb-woo-surface .woocommerce-MyAccount-content{padding:20px!important}}
