/* Golden Source — wholesale frontend. TEST build; no backend selectors.
   Add gs-wholesale to #wrapwrap. All rules stay inside that website root.
   Fonts use the website's installed fonts; this stylesheet makes no requests. */
.gs-wholesale .gs-note-panel > strong.attribute_name { display: none; }
.gs-wholesale .gs-note-panel .variant_custom_value { min-height: 54px; font-size: 15px; border-color: #bbc8c7; border-radius: 6px; background: #fff; }
.gs-wholesale .gs-note-help { padding-top: 10px; font-size: 12px; line-height: 1.75; color: #586c71; }
.gs-wholesale .gs-product-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #596e74; font-size: 13px; margin: 8px 0 22px; padding-bottom: 16px; border-bottom: 1px solid #e0e1d9; }
.gs-wholesale .gs-product-help { border-top: 1px solid #e0e1d9; margin-top: 28px; padding-top: 22px; max-width: 580px; }
.gs-wholesale .gs-product-help h3 { font-size: 15px; color: #0b2e40; }
.gs-wholesale .gs-product-help p { font-size: 13px; color: #586c71; line-height: 1.9; }
.gs-wholesale .gs-product-help a { color: #0b2e40; text-underline-offset: 5px; font-size: 13px; }
.gs-wholesale .gs-order-guide { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; border-top: 1px solid #d9ded5; padding-top: 28px; padding-bottom: 36px; }
.gs-wholesale .gs-order-guide span { float: left; color: #927642; margin-right: 16px; font-family: Georgia,serif; font-size: 26px; }
.gs-wholesale .gs-order-guide h3 { font-size: 15px; margin: 0 0 8px; }
.gs-wholesale .gs-order-guide p { color: #586c71; font-size: 12px; margin: 0; }
.gs-wholesale .gs-catalog-title { font-size: 26px; color: #0b2e40; }
.gs-wholesale .gs-native-menu { display: flex; align-items: center; list-style: none; gap: 20px; padding: 0; margin: 0; }
.gs-wholesale .gs-native-menu .dropdown-menu a { color: #0b2e40; display: block; }
.gs-wholesale .gs-account-toggle { min-width: 30px; min-height: 36px; }
.gs-wholesale .gs-card-unit { margin: 0 0 12px; color: #647078; font-size: 12px; }
.gs-wholesale .gs-reference-label { display: block; color: #647078; font-size: 11px; font-weight: 400; letter-spacing: .06em; margin-bottom: 4px; }
.gs-wholesale .product_price.gs-await-quote > :not(.gs-reference-label) { display: none !important; }
.gs-wholesale .product_price.gs-await-quote .gs-reference-label { color: #80642f; font-size: 14px; font-weight: 500; margin-bottom: 0; }
@media (max-width: 650px) { .gs-wholesale .gs-order-guide { grid-template-columns: 1fr; gap: 22px; } }
.gs-wholesale {
  --gs-ink: #0b2e40;
  --gs-ink-soft: #35515e;
  --gs-gold: #b99755;
  --gs-gold-light: #e6d3ad;
  --gs-paper: #f7f5ef;
  --gs-white: #ffffff;
  --gs-line: #dedfd8;
  --gs-muted: #647078;
  --gs-radius: 12px;
  color: var(--gs-ink);
  background: var(--gs-paper);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.gs-wholesale *, .gs-wholesale *::before, .gs-wholesale *::after { box-sizing: border-box; }
.gs-wholesale .gs-shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.gs-wholesale .gs-header { background: var(--gs-ink); color: var(--gs-white); border-bottom: 1px solid #ffffff19; }
.gs-wholesale .gs-header .gs-shell { min-height: 94px; display: flex; align-items: center; gap: 36px; }
.gs-wholesale .gs-brand { display: inline-flex; align-items: center; gap: 13px; color: white; text-decoration: none; flex-shrink: 0; }
.gs-wholesale .gs-brand img { display: block; width: auto; max-width: 214px; max-height: 62px; object-fit: contain; }
.gs-wholesale .gs-brand strong { display: block; font-family: "Noto Serif TC", "Songti TC", serif; font-size: 24px; letter-spacing: .1em; line-height: 1.3; }
.gs-wholesale .gs-brand small { display: block; color: var(--gs-gold-light); font-size: 10px; letter-spacing: .19em; line-height: 1.8; }
.gs-wholesale .gs-nav { display: flex; align-items: center; gap: 27px; flex: 1; min-width: 0; }
.gs-wholesale .gs-nav a { color: #e6edf0; text-decoration: none; white-space: nowrap; padding-block: 13px; font-size: 14px; position: relative; }
.gs-wholesale .gs-nav a:hover, .gs-wholesale .gs-nav a[aria-current="page"], .gs-wholesale .gs-nav a.active { color: var(--gs-gold-light); }
.gs-wholesale .gs-nav a[aria-current="page"]::after, .gs-wholesale .gs-nav a.active::after { content: ""; position: absolute; inset: auto 0 3px; height: 2px; background: var(--gs-gold); }
.gs-wholesale .gs-utility { display: flex; align-items: center; justify-content: flex-end; gap: 17px; margin-left: auto; flex-shrink: 0; }
.gs-wholesale .gs-utility a { display: inline-flex; align-items: center; gap: 8px; color: white; text-decoration: none; font-size: 13px; }
.gs-wholesale .gs-utility a:hover { color: var(--gs-gold-light); }
.gs-wholesale .gs-utility .badge { background: var(--gs-gold-light); color: var(--gs-ink); border-radius: 20px; min-width: 19px; }
.gs-wholesale .gs-hero { padding-block: 52px 36px; border-bottom: 1px solid var(--gs-line); background: radial-gradient(ellipse at 100% 0, #ece7d855, transparent 65%), var(--gs-paper); }
.gs-wholesale .gs-hero .gs-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px 70px; align-items: center; }
.gs-wholesale .gs-eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 13px; color: #84682f; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.gs-wholesale .gs-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gs-gold); flex-shrink: 0; }
.gs-wholesale .gs-hero h1, .gs-wholesale .gs-shop-intro h1 { margin: 0 0 16px; color: var(--gs-ink); font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif; font-size: clamp(36px, 4vw, 51px); font-weight: 600; letter-spacing: .08em; line-height: 1.25; }
.gs-wholesale .gs-hero p:not(.gs-eyebrow) { max-width: 480px; margin: 0; color: var(--gs-ink-soft); font-size: 15px; line-height: 1.9; }
.gs-wholesale .gs-search { display: flex; align-items: stretch; width: 100%; min-height: 58px; background: white; border: 1px solid #c9cfcc; border-radius: 8px; box-shadow: 0 5px 18px #0b2e4006; overflow: hidden; }
.gs-wholesale .gs-search:focus-within { border-color: var(--gs-gold); box-shadow: 0 0 0 3px #b9975520; }
.gs-wholesale .gs-search input { flex: 1; min-width: 0; width: 100%; padding: 15px 19px; border: 0; outline: none; color: var(--gs-ink); background: transparent; font: inherit; font-size: 14px; }
.gs-wholesale .gs-search input::placeholder { color: #7c878c; }
.gs-wholesale .gs-search button { padding: 12px 24px; flex-shrink: 0; border: 0; border-left: 1px solid var(--gs-ink); border-radius: 0; color: white; background: var(--gs-ink); font: inherit; font-size: 14px; cursor: pointer; }
.gs-wholesale .gs-search button:hover { background: #19495e; }
.gs-wholesale .gs-quicklinks { display: flex; flex-wrap: wrap; gap: 9px 17px; align-items: center; margin-top: 14px; color: var(--gs-muted); font-size: 12px; }
.gs-wholesale .gs-quicklinks a { color: var(--gs-ink-soft); text-decoration: none; border-bottom: 1px solid #b9975575; }
.gs-wholesale .gs-quicklinks a:hover { color: #84682f; border-bottom-color: currentColor; }
.gs-wholesale .gs-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin: 37px 0 22px; }
.gs-wholesale .gs-section-head h2 { margin: 0; font-family: "Noto Serif TC", "Songti TC", serif; font-size: 25px; font-weight: 600; letter-spacing: .06em; line-height: 1.45; }
.gs-wholesale .gs-section-head p { margin: 5px 0 0; font-size: 13px; color: var(--gs-muted); }
.gs-wholesale .gs-section-head > a { flex-shrink: 0; color: var(--gs-ink); text-decoration: none; font-size: 13px; padding-bottom: 3px; border-bottom: 1px solid var(--gs-gold); }
.gs-wholesale .gs-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding-bottom: 48px; }
.gs-wholesale .gs-category-card { min-width: 0; display: block; position: relative; overflow: hidden; background: white; color: var(--gs-ink); border: 1px solid #dee0d8; border-radius: var(--gs-radius); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.gs-wholesale .gs-category-card:hover { transform: translateY(-3px); color: var(--gs-ink); border-color: #b7bba9; box-shadow: 0 10px 24px #0b2e400b; }
.gs-wholesale .gs-category-image { position: relative; display: block; aspect-ratio: 1.7; overflow: hidden; background: #ebece5; }
.gs-wholesale .gs-category-image img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 13px; background: #fff; transition: transform .35s ease; }
.gs-wholesale .gs-category-card:hover .gs-category-image img { transform: scale(1.035); }
.gs-wholesale .gs-category-image > span { position: absolute; left: 16px; bottom: 14px; padding: 4px 9px; border-radius: 4px; background: #ffffffee; color: var(--gs-ink); font-size: 10px; letter-spacing: .12em; }
.gs-wholesale .gs-category-copy { padding: 18px 22px 19px; position: relative; }
.gs-wholesale .gs-category-copy h3 { margin: 0 35px 5px 0; font-family: "Noto Serif TC", "Songti TC", serif; font-size: 22px; font-weight: 600; letter-spacing: .06em; line-height: 1.45; }
.gs-wholesale .gs-category-copy p { margin: 0 30px 0 0; color: var(--gs-muted); font-size: 12px; line-height: 1.7; }
.gs-wholesale .gs-category-copy .gs-arrow { position: absolute; right: 20px; top: 24px; width: 28px; height: 28px; display: grid; place-items: center; color: #8b703c; border: 1px solid #ded7c9; border-radius: 50%; font-family: sans-serif; font-size: 15px; }
.gs-wholesale .gs-footer { background: var(--gs-ink); color: #dce5e8; padding-block: 25px; }
.gs-wholesale .gs-footer .gs-shell { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; }
.gs-wholesale .gs-footer p { margin: 0; font-size: 12px; color: #bccdd4; }
.gs-wholesale .gs-footer strong { display: inline-block; margin-right: 17px; color: white; font-size: 15px; font-weight: 500; letter-spacing: .06em; }
.gs-wholesale .gs-footer a { color: #e8d6af; font-size: 12px; text-decoration: none; }
.gs-wholesale .gs-footer a:hover { text-decoration: underline; }
.gs-wholesale .gs-footer .gs-contacts { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 22px; }
.gs-wholesale .gs-shop-intro { padding: 30px 0 24px; border-bottom: 1px solid var(--gs-line); }
.gs-wholesale .gs-shop-intro h1 { margin-bottom: 9px; font-size: 34px; }
.gs-wholesale .gs-shop-intro p { margin: 0; color: var(--gs-ink-soft); font-size: 13px; }
.gs-wholesale .gs-note-panel { margin: 18px 0; padding: 17px 20px; border: 1px solid #d9ddce; border-left: 3px solid var(--gs-gold); border-radius: 6px; background: #f7f7f1; color: var(--gs-ink-soft); font-size: 13px; }
.gs-wholesale .gs-note-panel h3, .gs-wholesale .gs-note-panel h4 { margin: 0 0 7px; color: var(--gs-ink); font-size: 14px; font-weight: 600; }
.gs-wholesale .gs-note-panel p { margin: 0; }
.gs-wholesale .gs-note-panel label { display: block; margin-bottom: 7px; font-weight: 500; }
.gs-wholesale .gs-note-panel textarea { display: block; width: 100%; min-height: 92px; padding: 11px 13px; border: 1px solid #cbd0c8; border-radius: 6px; background: white; font: inherit; color: var(--gs-ink); resize: vertical; }
/* Native Odoo controls retain their original semantics, visibility and handlers. */
.gs-wholesale .o_wsale_products_main_row { padding-top: 22px; padding-bottom: 44px; }
.gs-wholesale #products_grid { min-width: 0; }
.gs-wholesale #products_grid_before { font-size: 13px; }
.gs-wholesale #products_grid_before h5, .gs-wholesale #products_grid_before h6 { color: var(--gs-ink); font-size: 14px; font-weight: 600; letter-spacing: .03em; }
.gs-wholesale #products_grid_before .nav-link { border-radius: 5px; color: var(--gs-ink-soft); padding-block: 9px; }
.gs-wholesale #products_grid_before .nav-link:hover { color: var(--gs-ink); background: #ebece3; }
.gs-wholesale #products_grid_before .nav-link.active { color: var(--gs-ink); background: #e9e8dc; font-weight: 600; }
.gs-wholesale #products_grid_before .form-check-input:checked { background-color: var(--gs-ink); border-color: var(--gs-ink); }
.gs-wholesale .products_header { gap: 12px; margin-bottom: 23px; align-items: center; }
.gs-wholesale .products_header h1 { font-family: "Noto Serif TC", "Songti TC", serif; color: var(--gs-ink); font-size: 32px; letter-spacing: .05em; }
.gs-wholesale .products_header .btn, .gs-wholesale .products_header .form-select { font-size: 13px; border-radius: 6px; }
.gs-wholesale .o_wsale_products_searchbar { min-width: 0; }
.gs-wholesale .o_wsale_products_searchbar .search-query { min-height: 43px; border-color: #cbd1cb; color: var(--gs-ink); background: white; font-size: 13px; }
.gs-wholesale .o_wsale_products_searchbar .btn { border-color: #cbd1cb; color: var(--gs-ink); background: white; }
.gs-wholesale .o_wsale_products_categories_top { padding-block: 14px; border-bottom: 1px solid var(--gs-line); }
.gs-wholesale .o_wsale_products_categories_top .btn { color: var(--gs-ink-soft); border-color: #d4d8ce; border-radius: 6px; font-size: 13px; }
.gs-wholesale .o_wsale_products_categories_top .btn.active { color: white; background: var(--gs-ink); border-color: var(--gs-ink); }
.gs-wholesale .o_wsale_products_grid_table_wrapper { min-width: 0; }
.gs-wholesale .oe_product_cart { border: 1px solid #dfe2d9 !important; border-radius: 10px; background: white; overflow: hidden; box-shadow: 0 2px 4px #0b2e4002; transition: border-color .2s ease, box-shadow .2s ease; }
.gs-wholesale .oe_product_cart:hover { border-color: #b5c0b5 !important; box-shadow: 0 7px 19px #0b2e4008; }
.gs-wholesale .oe_product_cart .oe_product_image { background: #f5f5ef; }
.gs-wholesale .oe_product_cart .oe_product_image img { transition: transform .3s ease; }
.gs-wholesale .oe_product_cart:hover .oe_product_image img { transform: scale(1.025); }
.gs-wholesale .oe_product_cart .o_wsale_product_information { padding: 15px 17px !important; background: white; }
.gs-wholesale .o_wsale_product_information .o_wsale_products_item_title { margin-bottom: 9px; font-size: 16px; font-weight: 500; line-height: 1.6; }
.gs-wholesale .o_wsale_product_information .o_wsale_products_item_title a { color: var(--gs-ink); text-decoration: none; }
.gs-wholesale .o_wsale_product_information .o_wsale_products_item_title a:hover { color: #876b35; }
.gs-wholesale .o_wsale_product_information .product_price { color: var(--gs-ink); font-size: 16px; font-weight: 600; }
.gs-wholesale .o_wsale_product_information .product_price del { color: #7d8589; font-size: 12px; font-weight: 400; }
.gs-wholesale .oe_product_cart .btn-primary { color: white; background: var(--gs-ink); border-color: var(--gs-ink); border-radius: 6px; }
.gs-wholesale .oe_product_cart .btn-primary:hover { background: #19495e; border-color: #19495e; }
.gs-wholesale #product_detail { padding-top: 25px; padding-bottom: 50px; }
.gs-wholesale #product_detail .breadcrumb { font-size: 12px; }
.gs-wholesale #product_detail .breadcrumb a { color: var(--gs-ink-soft); text-decoration: none; }
.gs-wholesale #product_detail h1 { color: var(--gs-ink); font-family: "Noto Serif TC", "Songti TC", serif; font-size: clamp(28px, 3vw, 38px); font-weight: 600; letter-spacing: .04em; line-height: 1.5; }
.gs-wholesale #product_detail .product_price { color: var(--gs-ink); font-weight: 600; }
.gs-wholesale #product_detail .product_price .oe_price { font-size: 28px; }
.gs-wholesale #product_detail .product_price .text-muted { font-weight: 400; }
.gs-wholesale #product_detail .o_wsale_product_images { border: 1px solid #e0e2d9; border-radius: 12px; background: white; overflow: hidden; }
.gs-wholesale #product_detail .css_quantity { border: 1px solid #cbd1c8; border-radius: 6px; background: white; overflow: hidden; }
.gs-wholesale #product_detail .css_quantity .btn { color: var(--gs-ink); border: 0; background: white; border-radius: 0; min-height: 44px; }
.gs-wholesale #product_detail .css_quantity input { color: var(--gs-ink); border: 0; background: white; min-height: 44px; }
.gs-wholesale #product_detail .css_quantity .btn:hover { background: #eeeee5; }
.gs-wholesale #product_detail .btn-primary { color: white; background: var(--gs-ink); border-color: var(--gs-ink); border-radius: 6px; min-height: 44px; }
.gs-wholesale #product_detail .btn-primary:hover { background: #19495e; border-color: #19495e; }
.gs-wholesale #product_detail .form-control, .gs-wholesale #product_detail .form-select { border-color: #cbd1c8; border-radius: 6px; font-size: 14px; }
.gs-wholesale #product_detail .nav-tabs { border-bottom-color: var(--gs-line); }
.gs-wholesale #product_detail .nav-tabs .nav-link { color: var(--gs-muted); }
.gs-wholesale #product_detail .nav-tabs .nav-link.active { color: var(--gs-ink); border-top-color: var(--gs-gold); background: white; }
.gs-wholesale a:focus-visible, .gs-wholesale button:focus-visible, .gs-wholesale input:focus-visible, .gs-wholesale select:focus-visible, .gs-wholesale textarea:focus-visible { outline: 3px solid var(--gs-gold); outline-offset: 3px; }
.gs-wholesale .gs-search input:focus-visible { outline: 0; }
.gs-wholesale .gs-header a:focus-visible, .gs-wholesale .gs-footer a:focus-visible { outline-color: var(--gs-gold-light); }
@media (min-width: 1440px) {
  .gs-wholesale .gs-hero { padding-block: 62px 44px; }
  .gs-wholesale .gs-category-grid { gap: 28px; }
}
@media (max-width: 1100px) {
  .gs-wholesale .gs-shell { width: calc(100% - 48px); }
  .gs-wholesale .gs-header .gs-shell { gap: 23px; }
  .gs-wholesale .gs-nav { gap: 17px; }
  .gs-wholesale .gs-brand img { max-width: 175px; }
  .gs-wholesale .gs-utility { gap: 13px; }
  .gs-wholesale .gs-hero .gs-shell { grid-template-columns: 1fr 1.1fr; gap: 35px; }
  .gs-wholesale .gs-category-grid { gap: 19px; }
  .gs-wholesale .gs-category-copy { padding-inline: 17px; }
  .gs-wholesale .gs-category-copy h3 { font-size: 20px; }
}
@media (max-width: 850px) {
  .gs-wholesale .gs-header .gs-shell { min-height: 87px; flex-wrap: wrap; gap: 0 22px; padding-top: 15px; }
  .gs-wholesale .gs-brand { margin-bottom: 12px; }
  .gs-wholesale .gs-brand img { max-height: 49px; }
  .gs-wholesale .gs-utility { margin-bottom: 12px; }
  .gs-wholesale .gs-nav { order: 3; flex-basis: 100%; gap: 25px; border-top: 1px solid #ffffff19; }
  .gs-wholesale .gs-nav a { padding-block: 11px 13px; }
  .gs-wholesale .gs-nav a[aria-current="page"]::after, .gs-wholesale .gs-nav a.active::after { bottom: 0; }
  .gs-wholesale .gs-hero { padding-block: 35px 29px; }
  .gs-wholesale .gs-hero .gs-shell { grid-template-columns: 1fr; gap: 24px; }
  .gs-wholesale .gs-hero h1 { font-size: 39px; margin-bottom: 10px; }
  .gs-wholesale .gs-hero p:not(.gs-eyebrow) { max-width: none; }
  .gs-wholesale .gs-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gs-wholesale .gs-category-image { aspect-ratio: 1.6; }
  .gs-wholesale .gs-footer .gs-shell { align-items: flex-start; }
}
@media (max-width: 575px) {
  .gs-wholesale { font-size: 14px; }
  .gs-wholesale .gs-shell { width: calc(100% - 32px); }
  .gs-wholesale .gs-header .gs-shell { gap: 0 12px; }
  .gs-wholesale .gs-brand { gap: 8px; }
  .gs-wholesale .gs-brand img { max-width: 150px; max-height: 44px; }
  .gs-wholesale .gs-brand strong { font-size: 21px; }
  .gs-wholesale .gs-brand small { font-size: 8px; letter-spacing: .15em; }
  .gs-wholesale .gs-utility { gap: 12px; }
  .gs-wholesale .gs-utility a { gap: 5px; font-size: 12px; }
  .gs-wholesale .gs-nav { flex-wrap: wrap; gap: 0 22px; }
  .gs-wholesale .gs-nav a { font-size: 13px; }
  .gs-wholesale .gs-hero { padding-block: 27px; }
  .gs-wholesale .gs-hero .gs-shell { gap: 21px; }
  .gs-wholesale .gs-eyebrow { font-size: 10px; margin-bottom: 10px; }
  .gs-wholesale .gs-hero h1 { font-size: 34px; }
  .gs-wholesale .gs-hero p:not(.gs-eyebrow) { font-size: 13px; }
  .gs-wholesale .gs-search { min-height: 51px; }
  .gs-wholesale .gs-search input { padding-inline: 13px; font-size: 13px; }
  .gs-wholesale .gs-search button { padding-inline: 18px; font-size: 13px; }
  .gs-wholesale .gs-quicklinks { gap: 7px 14px; margin-top: 12px; font-size: 11px; }
  .gs-wholesale .gs-section-head { margin-block: 26px 17px; gap: 10px; }
  .gs-wholesale .gs-section-head h2 { font-size: 22px; }
  .gs-wholesale .gs-section-head p { font-size: 12px; }
  .gs-wholesale .gs-section-head > a { font-size: 12px; }
  .gs-wholesale .gs-category-grid { gap: 13px; padding-bottom: 31px; }
  .gs-wholesale .gs-category-card { border-radius: 8px; }
  .gs-wholesale .gs-category-image { aspect-ratio: 1.3; }
  .gs-wholesale .gs-category-image > span { left: 10px; bottom: 9px; padding: 3px 7px; font-size: 8px; }
  .gs-wholesale .gs-category-copy { padding: 13px 12px 15px; }
  .gs-wholesale .gs-category-copy h3 { margin-right: 0; font-size: 18px; letter-spacing: .02em; }
  .gs-wholesale .gs-category-copy p { margin-right: 0; font-size: 11px; }
  .gs-wholesale .gs-category-copy .gs-arrow { position: static; margin-top: 10px; width: 24px; height: 24px; font-size: 13px; }
  .gs-wholesale .gs-footer { padding-block: 22px; }
  .gs-wholesale .gs-footer .gs-shell { display: block; }
  .gs-wholesale .gs-footer strong { display: block; margin-bottom: 4px; }
  .gs-wholesale .gs-footer .gs-contacts { margin-top: 15px; gap: 7px 18px; }
  .gs-wholesale .gs-shop-intro { padding-block: 24px 19px; }
  .gs-wholesale .gs-shop-intro h1 { font-size: 28px; }
  .gs-wholesale .products_header h1 { font-size: 26px; }
  .gs-wholesale .oe_product_cart .o_wsale_product_information { padding: 11px 12px !important; }
  .gs-wholesale .o_wsale_product_information .o_wsale_products_item_title { font-size: 14px; }
  .gs-wholesale .o_wsale_product_information .product_price { font-size: 14px; }
  .gs-wholesale #product_detail { padding-top: 18px; padding-bottom: 32px; }
  .gs-wholesale .gs-note-panel { padding: 14px 15px; font-size: 12px; }
}
@media (max-width: 359px) {
  .gs-wholesale .gs-shell { width: calc(100% - 24px); }
  .gs-wholesale .gs-brand img { max-width: 135px; }
  .gs-wholesale .gs-utility { gap: 9px; }
  .gs-wholesale .gs-category-grid { grid-template-columns: 1fr; }
  .gs-wholesale .gs-category-image { aspect-ratio: 1.75; }
  .gs-wholesale .gs-category-copy .gs-arrow { position: absolute; top: 18px; right: 15px; margin: 0; }
  .gs-wholesale .gs-category-copy h3, .gs-wholesale .gs-category-copy p { margin-right: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .gs-wholesale .gs-category-card, .gs-wholesale .gs-category-image img, .gs-wholesale .oe_product_cart, .gs-wholesale .oe_product_cart .oe_product_image img { transition: none; }
  .gs-wholesale .gs-category-card:hover, .gs-wholesale .gs-category-card:hover .gs-category-image img, .gs-wholesale .oe_product_cart:hover .oe_product_image img { transform: none; }
}
/* Native catalogue refinement: Bootstrap title utilities require a colour override.
   Preserve native list/custom-span sizing and every product action/price. */
.gs-wholesale #products_grid .o_wsale_products_item_title { font-size: 15px; font-weight: 500; line-height: 1.6; }
.gs-wholesale #products_grid .o_wsale_products_item_title > a[itemprop="name"] { color: var(--gs-ink) !important; }
.gs-wholesale #products_grid .o_wsale_products_item_title > a[itemprop="name"]:hover { color: #876b35 !important; }
.gs-wholesale #products_grid .o_wsale_product_sub .product_price .h6 { font-size: 15px; line-height: 1.5; }
.gs-wholesale #products_grid:not(.o_wsale_layout_list) .oe_product:not(.oe_product_size_stretch):not(.oe_product_custom_portrait) .oe_product_image_link { height: 150px; aspect-ratio: auto; }
.gs-wholesale #products_grid:not(.o_wsale_layout_list) .oe_product:not(.oe_product_size_stretch):not(.oe_product_custom_portrait) .oe_product_image { --o-wsale-card-thumb-fill-mode: contain; border-bottom: 1px solid #e9ebe3; }
.gs-wholesale #products_grid:not(.o_wsale_layout_list) .oe_product:not(.oe_product_size_stretch):not(.oe_product_custom_portrait) .oe_product_image_img_wrapper img { padding: 10px; }
.gs-wholesale .wsale_products_categories_list a { color: var(--gs-ink-soft) !important; font-size: 13px; line-height: 1.85; text-underline-offset: 4px; text-decoration-color: var(--gs-gold); }
.gs-wholesale .wsale_products_categories_list a:hover, .gs-wholesale .wsale_products_categories_list a.text-decoration-underline { color: var(--gs-ink) !important; }
.gs-wholesale .wsale_products_categories_list a.text-decoration-underline { font-weight: 600; }
.gs-wholesale #products_grid_before .accordion-button { color: var(--gs-ink); font-size: 14px; }
.gs-wholesale .o_wsale_apply_layout .btn { color: var(--gs-ink); background: white; border-color: #cbd1cb; }
.gs-wholesale .o_wsale_apply_layout .btn:hover { color: var(--gs-ink); background: #eeeee5; border-color: #a7b5b1; }
.gs-wholesale .o_wsale_apply_layout .btn-check:checked + .btn, .gs-wholesale .o_wsale_apply_layout .btn.active { color: white; background: var(--gs-ink); border-color: var(--gs-ink); }
@media (max-width: 575px) {
  .gs-wholesale #products_grid .o_wsale_products_item_title, .gs-wholesale #products_grid .o_wsale_product_sub .product_price .h6 { font-size: 14px; }
  .gs-wholesale #products_grid:not(.o_wsale_layout_list) .oe_product:not(.oe_product_size_stretch):not(.oe_product_custom_portrait) .oe_product_image_link { height: 128px; }
}

.gs-wholesale .gs-featured-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.gs-wholesale .gs-featured-card { background:#fff; border:1px solid #e0e4de; border-radius:12px; overflow:hidden; }
.gs-wholesale .gs-featured-image { display:block; height:170px; position:relative; background:#f5f6f2; border-bottom:1px solid #e7e8e2; }
.gs-wholesale .gs-featured-image img { width:100%; height:100%; object-fit:contain; padding:12px; }
.gs-wholesale .gs-featured-image>span { position:absolute; top:12px; left:12px; background:#193d3a; color:white; font-size:11px; padding:4px 9px; border-radius:4px; }
.gs-wholesale .gs-featured-body { padding:20px; }
.gs-wholesale .gs-featured-body h3 { font-size:18px; line-height:1.5; margin:0 0 5px; }
.gs-wholesale .gs-featured-body h3 a { color:var(--gs-ink); text-decoration:none; }
.gs-wholesale .gs-featured-price { font-size:17px; margin:14px 0; color:var(--gs-ink); }
.gs-wholesale .gs-featured-price>span,.gs-wholesale .gs-featured-price>t>span { font-size:12px; }
.gs-wholesale .gs-featured-form label { font-size:12px; color:#526965; margin-bottom:6px; }
.gs-wholesale .gs-featured-form input:not([type=hidden]) { border:1px solid #cbd4cb; border-radius:6px; background:#fff; font-size:13px; padding:10px; color:var(--gs-ink); min-width:0; }
.gs-wholesale .gs-featured-form .gs-quick-note { display:block; width:100%; }
.gs-wholesale .gs-quick-actions { display:flex; align-items:center; gap:9px; margin-top:12px; }
.gs-wholesale .gs-quick-actions label { margin:0; }
.gs-wholesale .gs-quick-actions input { width:65px; }
.gs-wholesale .gs-quick-actions button,.gs-wholesale .gs-choose-product { border:0; border-radius:6px; background:#193d3a; color:#fff; padding:11px 14px; font-size:13px; text-decoration:none; text-align:center; }
.gs-wholesale .gs-quick-actions button { flex:1; }
.gs-wholesale .gs-quick-actions button:hover { background:#28534e; }
.gs-wholesale .gs-choose-product { display:block; }
.gs-wholesale .gs-featured-empty { display:flex; align-items:center; gap:18px; padding:20px; border:1px dashed #bbc8bc; border-radius:8px; margin-top:28px; font-size:13px; }
.gs-wholesale .gs-featured-empty span { flex:1; color:#526965; }
.gs-wholesale .gs-quote-cart-help { padding:14px 16px; margin:16px 0 0; background:#f4f1e8; border-left:3px solid #b49b68; font-size:13px; line-height:1.8; color:#38524b; }
@media(max-width:991px){.gs-wholesale .gs-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:575px){.gs-wholesale .gs-featured-grid{grid-template-columns:1fr;gap:16px}.gs-wholesale .gs-featured-image{height:150px}.gs-wholesale .gs-featured-empty{flex-direction:column;align-items:flex-start;gap:8px}}
