#t4-topbar .t4-row {
    display: flex;
    align-items: center;
}
#t4-topbar .t4-col.topbar {
    display: flex;
    justify-content: center;
    flex: 1;
}
.topbar .topbar-content {
    display: flex;
    gap: 20px;
}
.t4-topbar .social-list{
    float: right;
}
#t4-topbar .t4-col.topbar-r {
    margin-left: auto;
}
.t4-header{
    padding: 10px 0;
    background-color: rgba(248, 249, 250, 0.8);
    border-bottom: none;
    z-index: 999;
    min-height: 108px;
}
.t4-palette-topbarfooter {
  z-index: 999;
}
.t4-topbar {
  padding-top: .2rem;
  padding-bottom: .2rem;
}
.t4-header .logo-img{
    width: 350px;
}
.t4-header .mx-auto{
    margin-right: 0 !important;
}
.t4-header .navbar-nav a{
    padding: 20px 2rem !important;
}
.t4-header .menu-item-title{
    color: #111;
    text-transform: uppercase;

}
.t4-header .current .menu-item-title{
    font-weight: bold;
}
.t4-slideshow{
    margin-top: -128px;
}
.homepage-boxes .wf-columns{
    gap: 0;
    margin-bottom: 30px;
}
.homepage-boxes .text{
    background-color: #F5F5F5;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}
.homepage-boxes .text h3{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.homepage-boxes .text .button-box{
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
}
.homepage-boxes .text .button-box a{
    background-color: #2D368F;
    padding: 10px;
    color: #ffffff;
}
.homepage-boxes .image img{
    display: block;
    width: 100vw;
    object-fit: cover;
    height: 100%;
}
.t4-main-bottom-1{
    padding-bottom: 50px;
}
.t4-footnav .navbar-nav .menu-item-title{
    color: #ffffff;
}
.t4-footnav .module-title{
    font-size: 20px;
}
.t4-footnav .company-info div{
    margin-bottom: 20px;
}
.t4-footnav .company-info img{
    margin-left: 0 !important;
}
@media(min-width: 992px){
    #triggerButton{
        display: none;
    }
}
@media(max-width: 991px){
    .navbar-toggler{
        display: none;
    }
}
.hikashop_category_information .hikashop_subcontainer {
      display: flex;
}




/* Hikashop Category Listing - Alternating Image/Name Layout */

/* Target the main container and its subcontainer */
.hikashop_category .hikashop_subcontainer {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 0;
}

/* Image styling - 70% width like homepage */
.hikashop_category .hikashop_category_image {
    flex: 0 0 70%;
    width: 70% !important;
    height: auto !important;
    text-align: center;
    display: flex;
    align-items: center;
}

.hikashop_category .hikashop_category_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Name/Text styling - 30% width with background like homepage */
.hikashop_category .hikashop_category_name {
    flex: 0 0 30%;
    width: 30% !important;
    background-color: #F5F5F5;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.hikashop_category .hikashop_category_name > a:first-child {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Category description styling */
.hikashop_category .hikashop_category_name .hikashop_category_desc {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
}

.hikashop_category .hikashop_category_name .hikashop_category_desc p {
    margin: 0;
}

/* View Options button styling - EXACTLY matching homepage and positioned at bottom */
.hikashop_category .view-options {
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
}

/* Alternative button-box styling for when you add button-box structure */
.hikashop_category .hikashop_category_name .button-box {
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
}

.hikashop_category .hikashop_category_name .button-box a {
    all: unset !important;
    background-color: #2D368F !important;
    color: #ffffff !important;
    padding: 10px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    border: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: normal !important;
    box-shadow: none !important;
}

.hikashop_category .hikashop_category_name .button-box a:hover {
    background-color: #1a237e !important;
    color: #ffffff !important;
}

.hikashop_category:nth-child(even) .hikashop_category_image  {
       order: 2; 
}

.hikashop_category:nth-child(even) .hikashop_category_name  {
       order: 1; 
}
.hikashop_category:nth-child(odd) .hikashop_category_name  {
       order: 1; 
}
.hikashop_category:nth-child(odd) .hikashop_category_name {
       order: 2; 
}

/* Add margin between rows */
.hikashop_category {
   margin: 10px 0 !important;
}

/* Mobile responsive - stack vertically */
@media (max-width: 991px) {
    .hikashop_category .hikashop_subcontainer {
        flex-direction: column !important;
        gap: 0;
    }
    
    .hikashop_category .hikashop_category_image {
        order: 1 !important;
        width: 100% !important;
        flex: 0 0 100%;
        min-height: 200px;
    }
    
    .hikashop_category .hikashop_category_name {
        order: 2 !important;
        width: 100% !important;
        flex: 0 0 100%;
        min-height: auto;
        padding: 20px;
    }
}

#hikashop_category_information_module_ .hikashop_product_image_subdiv {
    width: auto !important;
    }

    /* =========================================================
   Hardly Floors — Product Range layout (Cormar-style)
   Scope: Hikashop category listing pages (body.view-category)
   Reusable utilities: .range-hero, .feature-icons, .range-spec
   ========================================================= */

/* ---------- 1. Category hero (description block) ---------- */
.view-category .hikashop_category_description_content{
    max-width: 880px;
    margin: 2rem auto 1.25rem;
    text-align: center;
}
.range-hero .range-strapline{
    font-size: 1.15rem;
    line-height: 1.55;
    color: #4a4a4a;
    margin: 0 0 .75rem;
}
.range-hero .range-price{
    font-weight: 600;
    letter-spacing: .02em;
    margin: 0;
}
.range-spec{
    max-width: 880px;
    margin: 1.5rem auto .5rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    line-height: 1.5;
}

/* ---------- 2. Reusable feature-icon row ---------- */
.feature-icons{
    list-style: none;
    padding: 0;
    margin: 1.5rem auto 2.5rem;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}
.feature-icons li{
    width: 110px;
    text-align: center;
    font-size: .75rem;
    line-height: 1.35;
    color: #555;
}
.feature-icons img{
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: .5rem;
}

/* ---------- 3. Product grid container ---------- */
.view-category .hikashop_products{
    max-width: 1280px;
    margin: 0 auto 4rem;
    padding: 0 1rem;
}
/* T4 already gives hkc-md-3 (4 columns at md). Keep that, just tighten gutters */
.view-category .hikashop_product{
    padding: 0 .75rem 1.5rem;
}

/* ---------- 4. Product card ---------- */
.view-category .hikashop_container{
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
    height: 100%;
}
.view-category .hikashop_container:hover{
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    transform: translateY(-2px);
}

/* Square image frame — masks the 400x1300 until thumbs are regenerated */
.view-category .hikashop_product_image,
.view-category .hikashop_product_image_subdiv {
    display: block;
    width: 100%;
   /* aspect-ratio: 1 / 1; */
    overflow: hidden;
    background: #f6f4ef;
}
.view-category .hikashop_product_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.view-category .hikashop_container:hover .hikashop_product_image img{
    transform: scale(1.04);
}

/* Product name */
.view-category .hikashop_listing_img_title .hikashop_aligned_btn{
    display: block;

    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    text-align: left;
}
.view-category .hikashop_listing_img_title .hikashop_aligned_btn:hover{ color:#000; }

/* ---------- 5. Hide quantity/cart widgets (fallback if Hikashop toggles not applied) ---------- */
.view-category .hikashop_quantity_form,
.view-category .hikashop_product_quantity_input_div_default_main,
.view-category .hikashop_product_quantity_change_div_plus_default,
.view-category .hikashop_product_quantity_change_div_minus_default,
.view-category .hikashop_product_quantity_add_to_cart_div{
    display: none !important;
}

/* ---------- 6. Optional "Order Sample" CTA — add via category view only if you enable it ---------- */
.view-category .hk-sample-cta{
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 0 1rem 1.25rem;
    padding: .55rem .9rem;
    border: 1px solid #1a1a1a;
    background: #fff;
    color: #1a1a1a;
    font-size: .8rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    transition: background .2s, color .2s;
}
.view-category .hk-sample-cta:hover{ background:#1a1a1a; color:#fff; }

/* ---------- 7. Responsive ---------- */
@media (max-width: 991px){
    .view-category .hikashop_product{ flex: 0 0 33.333%; max-width: 33.333%; }
}
@media (max-width: 720px){
    .view-category .hikashop_product{ flex: 0 0 50%; max-width: 50%; }
    .feature-icons{ gap: 1rem; }
    .feature-icons li{ width: 90px; }
}
#hikashop_category_information_module_ .hikashop_product_image {
  height: auto !important;
}

#hikashop_category_information_menu_234 .hikashop_category:nth-child(2n+1) .hikashop_category_name,
#hikashop_category_information_menu_234 .hikashop_category:nth-child(2n) .hikashop_category_name {
  display: none;
}
#hikashop_category_information_menu_234 .hikashop_category .hikashop_subcontainer,
#hikashop_category_information_menu_234 .hikashop_category .hikashop_category_image {
    display: block;
    width: 100% !important;
}
#hikashop_category_information_menu_234 .hk-row-fluid > div {
    margin-bottom: 20px;
}
.jux-tl-item .jux-tl-desc {
  color: #fff;
}
.jux-tl-item.selected .jux-tl-control {
  background: url("/images/plus.png") no-repeat scroll 0 0 transparent !important;
}

.jux-tl-control {
  background: url("/images/minus.png") no-repeat scroll 0 0 transparent !important;
}

/* Article + RSForm styling only - safe for T4 custom.css */
/* No header, footer, topbar, nav, or page-specific overrides */

.article-body {
  --brand-blue: #2e3191;
  --brand-blue-dark: #20246f;
  --brand-text: #1f2430;
  --brand-muted: #667085;
  --brand-border: #d8dbe6;
  --brand-soft: #f7f8fc;
}

.article-body > p {
  margin-bottom: 1.5rem;
}

.article-body iframe[src*="google.com/maps"] {
  display: block;
  width: 100%;
  min-height: 675px;
  border: 0 !important;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.article-body #userForm {
  padding: 32px;
  background: #ffffff;
  border: 1px solid var(--brand-border);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.article-body #userForm h2 {
  margin: 0 0 24px;
  color: var(--brand-blue);
  font-weight: 700;
}

.article-body #userForm .rsform-block {
  margin-bottom: 16px !important;
}

.article-body #userForm .formControlLabel,
.article-body #userForm .col-form-label {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 0 6px;
  color: var(--brand-text);
  font-weight: 600;
}

.article-body #userForm .formControls {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

.article-body #userForm .formRequired {
  color: var(--brand-blue);
}

.article-body #userForm .form-control,
.article-body #userForm .rsform-input-box,
.article-body #userForm .rsform-text-box {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--brand-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--brand-text);
  box-shadow: none;
}

.article-body #userForm textarea.form-control,
.article-body #userForm .rsform-text-box {
  min-height: 150px;
}

.article-body #userForm .form-control:focus,
.article-body #userForm .rsform-input-box:focus,
.article-body #userForm .rsform-text-box:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 0.2rem rgba(46, 49, 145, 0.15);
  outline: 0;
}

.article-body #userForm .formNoError {
  display: none;
}

.article-body #userForm .rsform-submit-button,
.article-body #userForm .btn-primary {
  min-height: 48px;
  padding: 10px 28px;
  border-color: var(--brand-blue);
  border-radius: 6px;
  background: var(--brand-blue);
  color: #ffffff;
  font-weight: 700;
}

.article-body #userForm .rsform-submit-button:hover,
.article-body #userForm .rsform-submit-button:focus,
.article-body #userForm .btn-primary:hover,
.article-body #userForm .btn-primary:focus {
  border-color: var(--brand-blue-dark);
  background: var(--brand-blue-dark);
  color: #ffffff;
}

@media (min-width: 992px) {
  .article-body > p:has(iframe[src*="google.com/maps"]) + p:has(#userForm),
  .article-body > p:has(iframe[src*="google.com/maps"]) {
    width: calc(50% - 16px);
  }

  .article-body > p:has(iframe[src*="google.com/maps"]) {
    float: left;
    margin-right: 32px;
  }

  .article-body > p:has(iframe[src*="google.com/maps"]) + p:has(#userForm) {
    float: left;
  }

  .article-body::after {
    content: "";
    display: block;
    clear: both;
  }

  .article-body > p:has(iframe[src*="google.com/maps"]) iframe,
  .article-body > p:has(iframe[src*="google.com/maps"]) + p:has(#userForm) #userForm {
    min-height: 520px;
  }

  .article-body > p:has(iframe[src*="google.com/maps"]) + p:has(#userForm) #userForm {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .article-body iframe[src*="google.com/maps"] {
    min-height: 320px;
  }

  .article-body #userForm {
    padding: 24px;
  }

  .article-body #userForm .rsform-submit-button,
  .article-body #userForm .btn-primary {
    width: 100%;
  }
}

.form-control {
  max-width: none;
}
.hikashop_product_listing_image {
    pointer-events: none;
    cursor: default;
}
.btn.btn-primary {
    text-transform: uppercase;
}
.hikashop_aligned_btn {
    text-align: center !important;
}




















/* =====================================================================
   Hikashop mini quote/cart dropdown — REPLACEMENT for custom.css
   ---------------------------------------------------------------------
   In your custom.css file, DELETE everything from the comment
   "Mini quote/cart dropdown" down to the end of the file, then paste
   this entire block in its place.

   Three problems this fixes:
   1. Dropdown was always visible — Hikashop's jQuery toggle is broken
      ("jQuery is not defined"), so the dropdown stayed display:block.
      Now hidden by default; shown on :focus / :hover / :focus-within.
   2. QUOTE button was navy (#0d2a4d) instead of brand blue (#2e3191).
      Now matches the site's .btn.btn-primary style.
   3. Table rows now display correctly in the 360px floating panel.
   ===================================================================== */

/* --- Allow dropdown to float over the page --- */
#t4-topbar,
#t4-topbar .t4-row,
#t4-topbar .topbar-l,
#t4-topbar .hikashop_cart_module,
#t4-topbar #hikashop_cart_203 {
  overflow: visible !important;
}

#t4-topbar {
  z-index: 9999 !important;
}

#t4-topbar #hikashop_cart_203 {
  position: relative !important;
  z-index: 10000 !important;
}

/* --- Position the floating dropdown panel --- */
#t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_container {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 360px !important;
  max-width: calc(100vw - 20px) !important;
  z-index: 10001 !important;
}

/* --- HIDE dropdown by default ---
   jQuery is broken so Hikashop never hides the dropdown. We must
   hide it via CSS and re-show on user interaction. */
#t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_content {
  display: none !important;
  margin-top: 8px !important;
  padding: 12px !important;
  background: #fff !important;
  border: 1px solid #e1e5ea !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .16) !important;
  color: #1d2939 !important;
  text-align: left !important;
}

/* --- SHOW dropdown on interaction ---
   :focus — clicking "Total: £0.00" gives the trigger link focus
   :hover — mousing over the dropdown area keeps it open
   :focus-within — interacting inside the dropdown keeps it open */
#t4-topbar #hikashop_cart_203 .hikashop_small_cart_checkout_link:focus ~ .hikashop_cart_dropdown_container .hikashop_cart_dropdown_content,
#t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_container:hover .hikashop_cart_dropdown_content,
#t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_content:focus-within {
  display: block !important;
}

#t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_content form {
  margin: 0 !important;
  padding: 0 !important;
}

/* --- Table styling --- */
#t4-topbar #hikashop_cart_203 table.hikashop_cart {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}

#t4-topbar #hikashop_cart_203 table.hikashop_cart th,
#t4-topbar #hikashop_cart_203 table.hikashop_cart td {
  padding: 8px 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  color: #1d2939 !important;
  vertical-align: top !important;
  white-space: normal !important;
}

#t4-topbar #hikashop_cart_203 table.hikashop_cart th {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #667085 !important;
  background: #f8fafc !important;
  text-transform: uppercase !important;
}

#t4-topbar #hikashop_cart_203 .hikashop_cart_module_product_name_title,
#t4-topbar #hikashop_cart_203 .hikashop_cart_module_product_name_value {
  width: 70% !important;
}

#t4-topbar #hikashop_cart_203 .hikashop_cart_module_product_price_title,
#t4-topbar #hikashop_cart_203 .hikashop_cart_module_product_price_value {
  width: 30% !important;
  text-align: right !important;
}

#t4-topbar #hikashop_cart_203 table.hikashop_cart tfoot td {
  border-bottom: 0 !important;
  font-weight: 700 !important;
  background: #f8fafc !important;
}

/* --- QUOTE button — matches site .btn.btn-primary (#2e3191) --- */
#t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_content a[href*="checkout"] {
  display: inline-block !important;
  margin-top: 12px !important;
  padding: 6px 12px !important;
  background: #2e3191 !important;
  color: #fff !important;
  border: 1px solid #2e3191 !important;
  border-radius: 4px !important;
  font: 700 13px/24px Montserrat, sans-serif !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

#t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_content a[href*="checkout"]:hover,
#t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_content a[href*="checkout"]:focus {
  background: #23277a !important;
  border-color: #23277a !important;
  color: #fff !important;
}

/* --- Mobile --- */
@media (max-width: 575px) {
  #t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_container {
    width: calc(100vw - 20px) !important;
  }
  #t4-topbar #hikashop_cart_203 .hikashop_cart_dropdown_content {
    padding: 10px !important;
  }
}
.hikashop_cart_module_product_total_title, .hikashop_cart_module_product_total_value {
    display: none !important;
}




/* =====================================================================
   Product Image Rollover — second-image fade on hover
   Add to: /templates/t4_bs5_blank/local/css/custom.css
   ===================================================================== */

/* Position context for the overlapping second image */
.hikashop_product_image_subdiv {
    position: relative;
}

/* Hide the rollover image by default, position it on top of the main image */
.hikashop_product_image_subdiv .second-image {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .4s ease;
    pointer-events: none;
}

/* The rollover image itself fills the container */
.hikashop_product_image_subdiv .second-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Fade in the rollover on hover */
.hikashop_container:hover .second-image {
    opacity: 1;
}
@media(max-width: 1150px){
    .t4-header .navbar-nav a {
        padding: 20px 1rem !important;
    }
}
@media(max-width: 500px){
    .t4-header .logo-img{
        width: 250px;
    }
}

.hikashop_product_checkout_cart_image {
    max-width: 400px;
}
#hikashop_checkout_fields_1_3 legend {
    display: none;
}
#hikashop_checkout_fields_1_3 textarea {
  width: 43%;
}
#hikashop_checkout_login_1_5 .hkc-lg-8 {
    width: 100% !important;
    grid-column: revert-rule;
}
.hk-container-fluid {
  grid-template-columns: auto;
} 
.hkform-horizontal .hkcontrol-label {
    text-align: left;
}