/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%;}
body{margin:0;}
main{display:block;}
h1{font-size:2em;margin:.67em 0;}
hr{box-sizing:border-box;height:0;overflow:visible;}
pre{font-family:monospace,monospace;font-size:1em;}
a{background-color:transparent;}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}
b,strong{font-weight:bolder;}
code,kbd,samp{font-family:monospace,monospace;font-size:1em;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-.5em;}
img{border-style:none;}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}
button,input{overflow:visible;}
button,select{text-transform:none;}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0;}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:.35em .75em .625em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
progress{vertical-align:baseline;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}
[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
details{display:block;}
summary{display:list-item;}
template{display:none;}
[hidden]{display:none;}

*, *::before, *::after {
    box-sizing: border-box;
}

body, html {
    min-height: 100vh;
}

.cd-main-content {
    min-height: 100%;
    z-index: 100;
}

/* remove unncessary padding on main content block */
.page > .cd-main-content > div.content, div.content .breadcrumb-nav, .section+.section {
    padding: 0;
    margin: 0;
}

label, .label, .filter-box {
    font-weight: unset;
    line-height: inherit;
}

/* Global Styles and Variables */
:root {
    /* legacy/basic palette */
    --primary: #0d6efd;
    --secondary: #6c757d;
    --color3: #0dcaf0;
    --color4: #198754;
    --white: #ffffff;
    --light: #f8f9fa;
    --dark: #212529;

    /* semantic / component tokens */
    --primary-color: #030213;
    --secondary-color: #2563eb;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --error-color: #ef4444;

    /* brand accents */
    --primary-blue: #2563eb;
    --primary-green: #059669;
    --primary-purple: #7c3aed;

    /* gray scale */
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;

    /* blues */
    --blue-50: #eff6ff;
    --blue-100: #dbeafe;
    --blue-600: #2563eb;
    --blue-700: #1d4ed8;

    /* greens */
    --green-50: #f0fdf4;
    --green-100: #dcfce7;
    --green-600: #16a34a;

    /* purples */
    --purple-50: #faf5ff;
    --purple-100: #f3e8ff;
    --purple-600: #9333ea;
}

*, html, body {
    box-sizing: border-box;
    /* was initial */
    font-size: inherit;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.6;
    color: var(--gray-900);
    background: #fff;
}

body a {
    text-decoration: underline;
}

body a:hover {
    text-decoration-color: var(--primary-blue);
    color: var(--primary-blue);
}

/* Typography */
h1, .h1, h1.page-header {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: unset;
    margin-top: .67em;
    color: inherit;
}

h2, .h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3;
    text-transform: unset;
}

h3, .h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: unset;
}

p, .p {
    font-size: 1rem;
    line-height: 1.7;
}

/* Utility Classes */
.icon {
    width: 1.5rem;
    height: 1.5rem;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.icon-lg {
    width: 2rem;
    height: 2rem;
}

.icon-xl {
    width: 2.5rem;
    height: 2.5rem;
}

.icon-sm {
    width: 1rem;
    height: 1rem;
}

/* Button Styles */
.btn, .header-input>.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: inherit;
    text-transform: none;
}

.btn a {
    color: white;
    text-decoration: none;
}

.btn a:hover {
    color: var(--gray-200);
}

.btn-primary {
    background: var(--primary-blue);
    color: white;
    border-color: var(--primary-blue);
}

.btn-primary:hover {
    background: var(--blue-700);
    border-color: var(--blue-700);
}

.btn-secondary.btn-secondary {
    background: white;
    color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.btn-secondary.btn-secondary > a {
    color: var(--primary-blue);
}

.btn-secondary:hover {
    background: var(--blue-700);
    border-color: var(--gray-400);
}

.btn-secondary:hover > a {
    color: white;
}

.btn-ghost {
    background: transparent;
    color: white;
    border-color: transparent;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
}

.btn-green {
    background: var(--primary-green);
    color: white;
    border-color: var(--primary-green);
}

.btn-green:hover {
    background: #047857;
    border-color: #047857;
}

.btn-outline {
    background: transparent;
    color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.btn-outline:hover {
    background: var(--primary-blue);
    color: white;
}

.btn-large {
    padding: 0.75rem 2rem;
    font-size: 1rem;
}

.btn-full {
    width: 100%;
}

/* page sizing */

/* Header Styles */
.header-container {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 0 0 !important;
}

.header-container>.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    height: 4.2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
    /* gap: 2rem; */
    flex-direction: row;
    flex-wrap: nowrap;
    /* flex: 1; */
    width: unset;
    flex-grow: 1;
}

.header-input {
    margin: 0;
}

.logo {
    flex-grow: 1;
    flex-shrink: 0;
}

.logo > img {
    height: 3rem;
    width: auto;
    max-width: unset;
}

/* Desktop Navigation */
.desktop-nav .cd-primary-nav {
    /* display: none; */
    display: flex;
    gap: 1rem;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.desktop-nav .cd-primary-nav, .desktop-nav .cd-main-header {
        padding: 0;
    background-color: unset;
    border: unset;
    margin: 0;
}

@media (min-width: 1200px) {
    .desktop-nav .cd-main-header,
    .desktop-nav .cd-primary-nav,
    .cd-primary-nav {
        /* display: flex; */
    }
}

.desktop-nav .cd-main-header .cd-nav .cd-primary-nav {
    position: relative;
}

.cd-nav>ul {
    list-style-type: none;
    margin-left: unset;
    margin: 0;
}

.cd-nav>ul>li {
    margin-left: 0px;
    /* flex-grow: 1; */
}

.mobile-actions .cd-nav-trigger  {
    display:inline-flex;
    position: relative;
  justify-content:center;
  align-items:center;
  color:#fff;  
    width: 3rem;
    height: 3rem;
}

.mobile-actions .cd-nav-trigger:before {
content:"";
  position:absolute;
  top:0; right:0; bottom:0; left:0; /* center via margin:auto */
  margin:auto;
  width:1.5rem; height:1.5rem;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect fill='%23000' x='3' y='5' width='18' height='2' rx='1'/><rect fill='%23000' x='3' y='11' width='18' height='2' rx='1'/><rect fill='%23000' x='3' y='17' width='18' height='2' rx='1'/></svg>") center/contain no-repeat;
          mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect fill='%23000' x='3' y='5' width='18' height='2' rx='1'/><rect fill='%23000' x='3' y='11' width='18' height='2' rx='1'/><rect fill='%23000' x='3' y='17' width='18' height='2' rx='1'/></svg>") center/contain no-repeat;
  pointer-events:none;
}

.mobile-actions .cd-nav-trigger > span, .mobile-actions .cd-nav-trigger > span::before, .mobile-actions .cd-nav-trigger > span::after {
    content: "";
    background: rgba(0, 0, 0, 0.95);
    height: 0;
}

.cd-primary-nav>li>a {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    color: white;
    text-decoration: none;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.cd-primary-nav>li>a:hover {
    color: var(--primary-blue);
    background: black;
}

/* .chevron { */
    /* width: 1rem; */
    /* height: 1rem; */
    /* transition: transform 0.2s ease; */
/* } */

/* .nav-item:hover .chevron { */
    /* transform: rotate(180deg); */
/* } */

/* Dropdown Styles */

.desktop-nav .cd-primary-nav > li.has-children {
    position: relative;
}

/* The pop-up for dropdown menus */
.desktop-nav .cd-primary-nav .cd-secondary-nav {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    background: black;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.3);
    transform: translateY(-0.5rem);
    transition: all 0.2s ease;
    z-index: 50;
    transition-delay: .1s;
    padding: 1.5rem;
    
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 1em;                 /* row/column gaps */
    padding: 16px;
    margin: 0;
    list-style: none;

    width: min(50vw, 800px);
  box-sizing: border-box;
}

.desktop-nav .cd-primary-nav ul {
    width: auto;
}

.desktop-nav .cd-primary-nav .cd-secondary-nav.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .cd-primary-nav .cd-secondary-nav>li {
  width: auto !important;           /* neutralize width:100% from theme */
  max-width: none;                  /* clear any max-width constraints */
  box-sizing: border-box;
  flex: 0 0 calc((100% - 32px) / 2) !important; /* hard 2 columns */
    margin: 0;
}

.desktop-nav .cd-primary-nav .cd-secondary-nav > li.go-back,
.desktop-nav .cd-primary-nav .cd-secondary-nav > li.see-all {
  flex: 0 0 100%;
  max-width: 100%;
}

/* hide the See All button at the bottom of mega menu */
.desktop-nav .cd-primary-nav .cd-secondary-nav .see-all {
    visibility: hidden;
}

.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category-link,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-subcategory,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-simple,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-link{
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 0;
    /* width: fit-content; */
    width: auto;
    height: auto;
}

.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category > a,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category-link > a,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-subcategory > a,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-simple > a,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-link > a {
    font-size: 1rem;
    color: white;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    margin-bottom: 0.25rem;
     display: block;
    padding: 8px 0;
    line-height: 1.3;
}

.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category > a:hover,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category-link > a:hover,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-subcategory > a:hover,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-simple > a:hover,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-link > a:hover {
    color: var(--primary-blue);
    background: transparent;
}

.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category > a,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category-link > a,
.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-link > a {
    font-weight: 600;
    padding: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category > a {
    cursor: default;
}

.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-category > a:hover {
    color: white;
}

.desktop-nav .cd-primary-nav .cd-secondary-nav .dropdown-subcategory > a {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.1rem 1.5rem;
    font-size: 0.875rem;
}

.desktop-nav .cd-primary-nav .dropdown-simple .cd-secondary-nav {
    width: 200px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.desktop-nav .cd-primary-nav .dropdown-simple .cd-secondary-nav > li {
    width: auto;
}

.desktop-nav .dropdown-simple .cd-secondary-nav .dropdown-simple-link > a {
    color: white;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    font-size: 1rem;
}

.desktop-nav .dropdown-simple .cd-secondary-nav .dropdown-simple-link > a:hover {
    color: var(--primary-blue);
    background: rgba(255, 255, 255, 0);
}


@media (min-width: 1200px) {
    .desktop-nav .cd-primary-nav .products-dropdown .cd-secondary-nav,
    .desktop-nav .cd-primary-nav .cd-nav-gallery,
    .desktop-nav .cd-primary-nav .cd-nav-icons {
        width: min(50vw, 800px) !important; /* replace fit-content */
    }
}

/* .desktop-nav .cd-primary-nav .cd-secondary-nav { outline: 1px dashed #0ff; } */
/* .desktop-nav .cd-primary-nav .cd-secondary-nav > li { outline: 1px solid #f0f; } */


.dropdown-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.dropdown-footer-link {
    color: white;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.dropdown-footer-link:hover {
    color: var(--primary-blue);
}

.dropdown-footer-link.product-finder-tool {
    color: var(--primary-green);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dropdown-footer-link.product-finder-tool:hover {
    color: #047857;
}

.dropdown-footer-link.product-finder-tool .icon {
    color: var(--primary-green);
}

/* Desktop Actions */
/* .desktop-actions > div { */
    /* display: flex; */
    /* align-items: center; */
    /* gap: 1rem; */
    /* flex: 1; */
/* } */

.desktop-actions {
    flex-grow: 1;
    flex-shrink: 1;
}

.desktop-actions .cart-btn, .desktop-actions .cartBtn, .desktop-actions .nav-login, .mobile-actions .cart-btn, .mobile-actions .cd-nav-trigger {
    background-color: rgba(0, 0, 0, 0.95);
    border-radius: 10px !important;
    color: white;
}

.desktop-actions .cartBtn p {
    display: none;
}

#topBasketList .btn-danger.js-emptyCart {
    background-color: white;
    color: black;
    /* border: 1px solid var(--gray-200); */
    border: none;
}

#topBasketList .btn-danger.js-emptyCart:hover {
    background-color: var(--purple-100);
}

.minibasket .row {
    margin: 0;
}

  /* content: ""; */
  /* display: inline-block; */
  /* width: 1.52rem; */
  /* height: 1.52rem;      */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* background-position: center; */
  /* vertical-align: middle; */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3C/svg%3E"); */
    /* content: ""; */
    /* width: 1.5rem;  */
    /* height: 1.5rem; */
    /* background: black; */
  



@media (min-width: 1200px) {
    .desktop-actions {
        /* display: flex; */
    }
}

/* Cart Styles */
.cart-content {
    position: relative;
}

.cart-btn, .cartBtn {
    position: relative;
}

.cart-btn .badge, .cartBtn .badge {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    background: var(--primary-blue);
    color: white;
    font-size: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Mobile menu cart badge override */
.mobile-actions .cart-badge {
    background: white;
    color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
}

.cart-content {
    position: absolute;
    top: 100%;
    right: calc(100% - 175px);
    width: 400px;
    background: black !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.3);
    /* display: none; */
    z-index: 50;
    color: white;
}

.cart-content a {
    color: white;
}

.input-group .cart-field {
    display: none;
}

.input-group-btn {
    width: 1px;
}

.cart-content.active {
    /* opacity: 1; */
    /* visibility: visible; */
    transform: translateY(0);
}

.cart-table>tbody>tr:first-child>th {
/* .cart-header { */
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

.cart-header h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
}

.cart-item-count {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.cart-items {
    max-height: 300px;
    overflow-y: auto;
}

.cart-items::-webkit-scrollbar {
    width: 8px;
}

.cart-items::-webkit-scrollbar-track {
    background: #1f2937;
}

.cart-items::-webkit-scrollbar-thumb {
    background: #4b5563;
    border-radius: 4px;
}

.cart-items::-webkit-scrollbar-thumb:hover {
    background: #6b7280;
}

.cart-table>tbody>tr>td.cart-product {
/* .cart-item { */
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-item-image {
    width: 3rem;
    height: 3rem;
    background: var(--gray-800);
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.plastic-tube-icon {
    width: 24px;
    height: 24px;
    stroke: white;
    fill: none;
}

.cart-item-details {
    flex: 1;
}

.cart-item-name {
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: white;
}

.cart-item-sku {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.cart-item-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.desktop-actions .cart-btn, .desktop-actions .cartBtn, .desktop-actions .nav-login, .mobile-actions .cart-btn, .mobile-actions .cd-nav-trigger {
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: white;
    font-size: 1.5rem;
}

.nav-right > .desktop-actions > div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    /* flex-grow: 1; */
    gap: 1rem;
    width: unset;
    justify-content: flex-end;
}

.mobile-nav .cd-header-buttons {
    position: relative;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.nav-right > .mobile-actions > div {
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* flex-direction: row; */
    /* align-items: center; */
    /* flex-grow: 1; */
    /* gap: 1rem; */
}

.nav-right {
    display: flex;
    flex-direction: row;
    /* flex: 1; */
    width: unset;
    /* gap: 1rem; */
    flex-wrap: nowrap;
    align-items: center;
}

/* .desktop-actions .nav-login img { */
    /* max-width: 80%; */
    /* max-height: 80%; */
    /* width: 32px; */
    /* height: auto; */
    /* object-fit: cover; */
/* } */

.desktop-actions .cart-btn:hover, .desktop-actions .cartBtn:hover, .desktop-actions .nav-login:hover, .mobile-actions .cart-btn:hover, .mobile-actions .cd-nav-trigger:hover {
    background: var(--gray-700);
    text-decoration: none;
}

.mobile-actions .cd-nav-trigger.nav-is-visible {
    background: var(--primary-blue);
}

.mobile-actions .cd-nav-trigger.nav-is-visible > span, .mobile-actions .cd-nav-trigger.nav-is-visible > span::before, .mobile-actions .cd-nav-trigger.nav-is-visible > span::after {
    background: var(--primary-blue);
}

.cart:hover {
    background-color: unset;
    box-shadow: unset;
}

.nav-right button.catalogsearchboxbutton {
    padding: .5rem .5rem .5rem .5rem;
}

.desktop-actions .nav-login-button .nav-login {
  width: 3rem;
    height: 3rem;
  position: relative;
  text-decoration: none;
  color:#fff;                    
}

.desktop-actions .nav-login-button .nav-login > a {
display:inline-block;
  width:1.5rem; height:1.5rem;
  position:relative;
  text-decoration:none;
  color:#fff;
  font-size:0; line-height:0;     /* kills the &nbsp; */
  vertical-align:middle;
}

.desktop-actions .nav-login::before {
content:"";
  position:absolute;
  top:0; right:0; bottom:0; left:0; /* center via margin:auto */
  margin:auto;
  width:1.5rem; height:1.5rem;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4.418 0-8 2.239-8 5v1h16v-1c0-2.761-3.582-5-8-5Z'/></svg>") center/contain no-repeat;
          mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4.418 0-8 2.239-8 5v1h16v-1c0-2.761-3.582-5-8-5Z'/></svg>") center/contain no-repeat;
  pointer-events:none;
}


.cart-quantity span {
    color: white;
}

.cart-item-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: white;
}

.cart-remove {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.25rem;
    transition: color 0.2s ease;
}

.cart-remove:hover {
    color: #ef4444;
}

.cart-summary {
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: white;
}

.cart-summary-separator {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0.75rem 0;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: white;
}

.cart-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Mobile Menu */
.mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
}

@media (min-width: 1200px) {
    .mobile-menu-btn {
        /* display: none; */
    }
}

/* Ensure mobile menu button shows for tablet and mobile */
@media (max-width: 1199px) {
    .mobile-menu-btn {
        /* display: flex; */
    }

    .desktop-nav {
        /* display: none; */
    }

    .desktop-actions {
        /* display: none; */
    }
}

.mobile-menu {
    /* display: none; */
    background: black;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* .mobile-nav { */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 1rem; */
    /* padding: 1rem; */
/* } */

.mobile-nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
}

.mobile-nav-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    color: white;
}

.mobile-nav-toggle .chevron {
    color: white;
}

.mobile-secondary-toggle .chevron {
    color: white;
}

.mobile-dropdown {
    /* display: none; */
    padding-left: 1rem;
    margin-top: 0.5rem;
}

.mobile-dropdown.active {
    display: block;
}

.mobile-secondary-item {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-secondary-item:last-child {
    border-bottom: none;
}

.mobile-secondary-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: none;
    border: none;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    color: var(--primary-blue);
    transition: all 0.2s ease;
}

.mobile-secondary-toggle:hover {
    color: #1d4ed8;
    background: black;
}

.mobile-tertiary {
    /* display: none; */
    padding-left: 1rem;
    margin-top: 0.5rem;
}

.mobile-tertiary.active {
    display: block;
}

.mobile-tertiary-link {
    display: block;
    padding: 0.5rem 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.mobile-tertiary-link:hover {
    color: var(--primary-blue);
    background: black;
}

.mobile-simple-link {
    display: block;
    padding: 0.75rem;
    color: white;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.mobile-simple-link:hover {
    color: var(--primary-blue);
    background: black;
}

.mobile-actions > div {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-actions .cart-badge {
    background: white;
    color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
}

.mobile-products-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-footer-link {
    color: white;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.mobile-footer-link:hover {
    color: var(--primary-blue);
    background: black;
}

.mobile-footer-link.green {
    color: var(--primary-green);
}

/* Main Content Wrapper */
.main-wrapper, .page {
    min-height: 100vh;
}

/* Fix part-trap wrapper taking up entire viewport */
.cd-main-content {
    min-height: unset;
    flex-grow: 1;
    z-index: 2;
    overflow: hidden;
}

/* Hero Section */
div.hero-section {
    float: unset;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    height: 20rem;
    overflow: hidden;
    padding: 0;
}

div.searchhero-section {
    float: unset;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    height: 30rem;
    overflow: hidden;
    padding: 0;
}

.content .hero-image {
    padding: 0;
    overflow-x: clip;
    overflow-y: clip;
    display: inline;
}

.content .hero-image > img {
    display: unset;
    vertical-align: unset;
    background-color: unset;
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-gradient {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0;
}

.hero-content {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.searchhero-content {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: nowrap;
}

.searchhero-title {
    padding: 0;
    display: block;
    color: white;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: .5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.searchhero-title > p {
    all: inherit;
}

.searchhero-subtitle {
    padding: 0;
    display: block;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-wrap: balance;
}

.searchhero-subtitle > p {
    all: inherit;
}

.glass-dark {
    margin: 0;
    padding: 0;
    display: block;
    width: unset;
    position: unset;
    float: unset;
    min-height: unset;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 2rem;
    text-align: left;
    max-width: 600px;
    min-width: 300px;
    margin-left: 1.5rem;
}

.hero-container {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#topViewElements {
    /* display: none; */
    visibility: hidden;
    background-color: black;
    color: white;
}

#topViewElements .topViewRemove .fa-trash-o:before {
    color: white;
}

#topViewElements .topViewRemove .fa-trash-o:hover:before {
    color: var(--primary-blue);
}

.searchhero-container {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.searchhero-content .search .input-group {
    display: flex;
    max-width: 90%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1rem;
}

.searchhero-content .search .input-group input {
    height: 3rem;
}

.searchhero-button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    padding-top: 1rem;
}

/* Container matching - align with page content like breadcrumbs */
@media (min-width: 1200px) {
    .hero-content {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
    }

    .hero-container {
        padding: 0 1.5rem;
    }

    .glass-dark {
        margin-left: 0;
        max-width: 750px;
        min-width: 500px;
    }
}

.content section.hero-title {
    padding: 0;
    display: block;
    color: white;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: .5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.content section.hero-title > p {
    all: inherit;
}

.content section.hero-subtitle {
    padding: 0;
    display: block;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.content section.hero-subtitle > p {
    all: inherit;
}

@media (max-width: 1199px) {
    .hero-content {
        position: absolute;
        inset: 0;
        margin: 0;
        max-width: none;
        padding: 0;
        justify-content: flex-start;
    }

    .hero-container {
        padding: 0 1.5rem;
        justify-content: flex-start;
    }

    .glass-dark {
        margin-left: 0;
        flex-direction: row;
        max-width: 600px;
        min-width: 300px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .glass-dark {
        padding: 1.5rem;
        max-width: none;
        min-width: 0;
        margin: 0;
    }

    .hero-container {
        padding: 0 1rem;
        justify-content: center;
    }
}

/* Breadcrumb */
.breadcrumb-section {
    background: var(--gray-50);
    padding: 1rem 0;
    border-bottom-width: 1px;
    border-bottom-color: var(--gray-200);
    border-bottom-style: solid;
}

.breadcrumb-container {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

/* Consolidated Breadcrumb CSS  */
.breadcrumb-container ol.breadcrumb {
    display: flex;
    font-size: inherit;
    align-items: center;
    gap: 0.25rem;
    padding: 0;
}

.breadcrumb-container ol.breadcrumb li:before {
    padding: 0;
    color: var(--gray-400);
}

.breadcrumb-container ol.breadcrumb li:first-child > a {
    position: relative;
    vertical-align: middle;
}

.breadcrumb-container ol.breadcrumb a {
    font-weight: inherit;
    color: var(--gray-600);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-container ol.breadcrumb a:hover {
    color: var(--primary-blue);
}

.breadcrumb-current {
    color: var(--gray-900);
    font-weight: 500;
}

/* Content Wrapper */
.content-wrapper {
    background: white;
}

.content > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem 0 1.5rem;
}

@media (min-width: 768px) {
    .content > .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .content > .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .content > .container {
        width:1200px
    }
}

.row.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
    margin: 0;
    padding-top: 1rem;
}

/* fixes a ui glitch where the grid gets a pseudo before with content and it assigns a cell for no reason */
.row.content-grid:before {
    display: none;
}

/* Keep the filter column from collapsing */
@media (min-width: 1024px) {
  .row.content-grid {
    /* left = min 18rem, can grow up to 26rem; right = fill the rest */
    /* grid-template-columns: minmax(18rem, 26rem) minmax(0, 1fr); */
    grid-template-columns: fit-content(14rem) minmax(0, 1fr);
    column-gap: 1rem; /* keep your existing gap */
  }

  /* belt-and-suspenders: ensure the sidebar itself advertises a minimum */
  .sidebar-filters {
    min-width: 14rem;
  }
}


.sidebar-image {
    /* display: none; */
    float: none;
    width: 100%;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    align-self: stretch;
    padding: 0;
}

@media (min-width: 1024px) {
    .sidebar-image {
        /* display: block; */
        min-height: 100%;
    }
}

.sidebar-bg > img,
.sidebar-bg {
    max-width: 100%;
    width: 100%;
    display: inline;
    height: 100%;
    object-fit: cover;
}

.sidebar-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, white 100%);
}

.content-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
}

.section-header {
    margin-bottom: 2.5rem;
}

.section-title {
    color: var(--gray-900);
    margin-bottom: 1rem;
    font-weight: 400;
}

.section-subtitle {
    color: var(--gray-600);
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.section-divider {
    width: 100%;
    height: 1px;
    background: var(--gray-300);
}

.content-paragraph {
    margin-bottom: 3.5rem;
}

.content-text {
    color: var(--gray-700);
    font-size: 1.125rem;
    line-height: 1.7;
}

/* Visual Separators */
.visual-separator {
    margin-bottom: 3.5rem;
    width: 100%;
}

/* Container Cards */
.container-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

@media (min-width: 768px) {
    .container-cards {
        flex-direction: row;
        gap: 1.5rem;
    }
}

.container-card {
    position: relative;
    border-radius: 0.625rem;
    width: 100%;
    height: 161px;
    min-width: 0;
    flex: 1;
    border: 1px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
}

.container-card.blue {
    background: var(--blue-50);
    border-color: #bedbff;
}

.container-card.green {
    background: var(--green-50);
    border-color: #b9f8cf;
}

.container-card.purple {
    background: var(--purple-50);
    border-color: #e9d4ff;
}

.container-card-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.container-card-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.container-card-title {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 69px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-card-title-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #101828;
    text-align: center;
    line-height: 24px;
    white-space: pre;
}

.container-card-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 101px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-card-content-text {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #4a5565;
    text-align: center;
    line-height: 20px;
    white-space: pre;
}

/* Visual Image */
.visual-image {
    position: relative;
    height: 12rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
}

.visual-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(30, 58, 138, 0.5), transparent);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.5rem 2rem;
}

.visual-badges {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.badge-sav, div.ribbon > span.ribbonText {
    all: unset;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9);
}

.badge-blue {
    color: #1e40af;
}

.badge-green {
    color: #065f46;
}

.badge-purple {
    color: #581c87;
}

.badge-dark-blue, div.ribbon > span.ribbonText.brandname  {
    background-color: var(--blue-100);
    color: var(--blue-600);
}

.badge-dark-green, div.ribbon > span.ribbonText.new {
    background-color: var(--green-100);
    color: var(--green-600);
}

.badge-dark-purple {
    background-color: var(--purple-100);
    color: var(--purple-600);
}

div.ribbon {
    top: 1rem !important;
    left: 1rem;
}

div.ribbon > span.ribbonText::before {
    all: unset;
}


/* Call to Action Section */
.cta-section {
    background: var(--gray-50);
    padding: 4rem 0;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cta-card {
    background: var(--primary-blue);
    border-radius: 1rem;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-200);
    padding: 3rem;
    text-align: center;
}

.cta-icon {
    width: 4rem;
    height: 4rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.cta-title {
    color: white;
    margin-bottom: 1rem;
}

.cta-description {
    color: white;
    margin-bottom: 2rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
        align-items: center;
    }
}

/* Form Sections */
.form-section {
    padding: 5rem 0;
}

.form-section.light {
    background: linear-gradient(to bottom right, var(--blue-50), var(--green-50));
}

.form-section.blue {
    background: var(--blue-700);
}

.form-section.dark {
    background: var(--gray-900);
}

.form-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.form-header {
    text-align: center;
    margin-bottom: 3rem;
}

.form-icon {
    width: 4rem;
    height: 4rem;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.form-icon.white {
    background: white;
}

.form-title {
    font-size: 2.25rem;
    color: var(--gray-900);
    margin-bottom: 1rem;
}

.form-title.white {
    color: white;
}

.form-description {
    font-size: 1.125rem;
    color: var(--gray-600);
    max-width: 48rem;
    margin: 0 auto;
}

.form-description.white {
    color: white;
}

.form-card {
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--gray-200);
    padding: 2rem;
}

@media (min-width: 768px) {
    .form-card {
        padding: 3rem;
    }
}

.form-card.white {
    background: white;
}

.form-card.dark {
    background: var(--gray-800);
    border-color: var(--gray-700);
}

.form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.form-group-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    color: var(--gray-900);
    margin-bottom: 1.5rem;
}

.form-group-title.white {
    color: white;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .form-row {
        grid-template-columns: 1fr 1fr;
    }
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label {
    font-weight: 500;
    color: var(--gray-900);
}

.form-label.white {
    color: white;
}

.form-input,
.form-select,
.form-textarea {
    padding: 0.75rem;
    border: 1px solid var(--gray-300);
    border-radius: 0.375rem;
    font-size: 1rem;
    transition: all 0.2s ease;
    background: white;
    color: var(--gray-900);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-input.black,
.form-select.black,
.form-textarea.black {
    background: black;
    color: white;
    border-color: var(--gray-700);
}

.form-input.black::placeholder,
.form-textarea.black::placeholder {
    color: var(--gray-300);
}

.form-input.gray,
.form-select.gray,
.form-textarea.gray {
    background: var(--gray-700);
    color: white;
    border-color: var(--gray-600);
}

.form-input.gray::placeholder,
.form-textarea.gray::placeholder {
    color: var(--gray-400);
}

.form-textarea {
    min-height: 6rem;
    resize: vertical;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.checkbox-field {
    width: 10rem;
    height: 1rem;
    border: 1px solid var(--gray-300);
    border-radius: 0.25rem;
    accent-color: var(--primary-blue);
}

.form-submit {
    padding-top: 1.5rem;
    text-align: center;
}

.form-note {
    font-size: 0.875rem;
    color: var(--gray-500);
    margin-top: 1rem;
}

/* Footer */
.footer {
    background: #6F3A81;
    color: white;
    padding: 4rem 1.5rem;
    text-transform: unset;
    font-size: unset;
}

.footer-container {
    max-width: 1800px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-logo {
    height: 3.2rem;
    width: auto;
    filter: brightness(0) invert(1);
    max-width: 190px;
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social-link {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s ease;
}

.footer-social-link:hover {
    color: white;
}

.footer-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.footer-bottom-link:hover {
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container-cards {
        flex-direction: column;
    }

    .visual-badges {
        flex-direction: column;
        gap: 0.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
    }
}

/* Search Modal */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem;
    z-index: 9999;
}

.search-modal.active {
    display: flex;
}

.search-modal-content {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 600px;
    margin-top: 10vh;
    animation: searchModalSlideDown 0.3s ease-out;
}

@keyframes searchModalSlideDown {
    from {
        opacity: 0;
        transform: translateY(-2rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid var(--gray-200);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gray-900);
}

.search-modal-close {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--gray-500);
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.search-modal-close:hover {
    background: var(--gray-100);
    color: var(--gray-700);
}

.search-modal-body {
    padding: 1.5rem;
}

.search-input-container {
    position: relative;
    margin-bottom: 1.5rem;
}

.search-input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 3rem;
    border: 2px solid var(--gray-300);
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.search-input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-400);
    pointer-events: none;
}

.search-filters {
    margin-bottom: 1.5rem;
}

.search-filter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.search-filter-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease;
}

.search-filter-item:hover {
    background: var(--gray-50);
}

.search-filter-checkbox {
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--gray-300);
    border-radius: 0.25rem;
    accent-color: var(--primary-blue);
}

.FilterMultiSelect .btn-group.open .multiselect-container, .FilterMultiSelect .btn-group.open .multiselect-container label.checkbox {
    width: fit-content;
    font-size: .75rem;
}


.search-filter-text {
    font-size: 0.875rem;
    color: var(--gray-700);
}

.search-suggestions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.search-suggestion {
    padding: 0.75rem 1rem;
    background: var(--gray-50);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.search-suggestion:hover {
    background: var(--gray-100);
    transform: translateX(0.25rem);
}

.search-suggestion-icon {
    color: var(--gray-500);
}

.search-suggestion-text {
    color: var(--gray-700);
    font-weight: 500;
}

/* Utility Classes for Hover Effects */
.hover-scale:hover {
    transform: scale(1.05);
}

.hover-shadow:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* Focus States for Accessibility */
.btn:focus,
.nav-link:focus,
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: 2px solid var(--primary-blue);
    outline-offset: 2px;
}

.cd-primary-nav > li > a:focus {
    outline: 2px solid var(--primary-blue);
    outline-offset: 2px;
}

/* Product Detail */
.row.product-detail {
    display: flex;
    /* grid-template-columns: 1fr; */
    gap: 3rem;
    padding: 2rem 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-evenly;
}

.slick-current {
    border-radius: 1rem;
    /* background-color: black; */
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e5e7eb;
}

.slick-current:hover {
box-shadow: 0px -2px 18px -3px rgba(37,99,235,0.75);
-webkit-box-shadow: 0px -2px 18px -3px rgba(37,99,235,0.75);
-moz-box-shadow: 0px -2px 18px -3px rgba(37,99,235,0.75);
}

.slick-current img {
    object-fit: cover;
    width: auto;
    height: auto;
}

div.easyzoom-flyout {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border: none;
    background-color: #fff!important;
}

div.easyzoom-flyout img {
    max-width: none;
    z-index: 9999;
}

@media (min-width: 1024px) {
    .product-detail {
        /* grid-template-columns: 1fr 1fr; */
    }
}

.details-wishlist > .addToBasketContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.details-wishlist > .addToBasketContainer .favorite .favoriteToggler:before {
    content: "Add to Favorites";
}

.details-wishlist > .addToBasketContainer .shoppingList .favoriteToggler:before {
    content: "Add to Shopping List";
}

.details-wishlist > .addToBasketContainer div.product-input-group {
    visibility: hidden;
}

/* Product Images */
/* .product-images .product-slider-section { */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 1rem; */
/* } */

.product-images .product-slider-section hr {
    display: none;
}

/* .product-images .slick-list { */
/* .product-slider { */
    /* position: relative; */
    /* background-color: white; */
    /* border-radius: 0.5rem; */
    /* border: 1px solid #e5e7eb; */
    /* aspect-ratio: 1; */
    /* overflow: hidden; */
    /* cursor: pointer; */
    /* width: 100%; */
    /* height: 100%; */
/* } */

.download-product-image {
    display: none;
}

/* .product-slider img { */
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* transition: transform 0.3s ease-in-out; */
/* } */

/* .product-slider:hover img { */
    /* transform: scale(1.05); */
/* } */

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.2s ease-in-out;
    z-index: 10;
}

.main-image:hover .nav-btn {
    opacity: 1;
}

/* Always show navigation buttons on touch devices */
@media (hover: none) {
    .nav-btn {
        opacity: 0.7;
    }

    .nav-btn:active {
        opacity: 1;
    }
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.prev-btn {
    left: 1rem;
}

.next-btn {
    right: 1rem;
}

.zoom-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.2s ease-in-out;
    z-index: 10;
}

.main-image:hover .zoom-btn {
    opacity: 1;
}

/* Always show zoom button on touch devices */
@media (hover: none) {
    .zoom-btn {
        opacity: 0.7;
    }

    .zoom-btn:active {
        opacity: 1;
    }
}

.zoom-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.thumbnail-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
}

.thumbnail {
    aspect-ratio: 1;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: none;
    padding: 0;
}

.thumbnail:hover {
    border-color: #60a5fa;
    background-color: #eff6ff;
}

.thumbnail.active {
    border-color: #2563eb;
    background-color: #eff6ff;
    box-shadow: 0 0 0 2px #bfdbfe;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-actions {
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
}

/* Product Information */
.product-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product-header {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1.5rem;
}

.product-category {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.product-title > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .product-title > h1 {
        font-size: 3rem;
    }
}

section.product-sku {
    margin-bottom: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9);
}

section.product-sku>p:before {
    content: "SKU: ";
    display: inline;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9);
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.stars {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.rating-value {
    font-size: 0.875rem;
    color: #6b7280;
    margin-left: 0.5rem;
}

.reviews-link {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.reviews-link:hover {
    color: #1d4ed8;
}

.material-info .product-additional-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.material-info .product-additional-content dt {
    color: #6b7280;
}

.material-info .product-additional-content dd {
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9);
}

.stock-status {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.in-stock {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #16a34a;
    font-weight: 500;
}

.lead-time {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Product Options */
.product-options h3 {
    font-size: 1.125rem;
    color: #111827;
    margin-bottom: 1rem;
}

.option-group {
    margin-bottom: 1rem;
}

.option-group label {
    display: block;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.select-field {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background-color: #eff6ff;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
}

.select-field:hover {
    background-color: #dbeafe;
}

.select-field:focus {
    outline: none;
    border-color: #2563eb;
    background-color: #dbeafe;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.select-field.small {
    width: 6rem;
}

.case-count {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Pricing */
.pricing {
    background-color: #f9fafb;
    border-radius: 0.5rem;
    padding: 1rem;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.price-row span:first-child {
    font-size: 1.125rem;
    color: #111827;
}

.price, .product-netprice, .unit-measure {
    font-size: 1.5rem;
    color: #111827;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.content section {
    padding: 0;
}

.unit-price {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    padding: 0;
}


/* Product Actions */
.product-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.action-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .action-buttons {
        grid-template-columns: 1fr 1fr;
    }
}

/* Product Tabs */
.product-tabs {
    margin-top: 4rem;
}

.nav-pills {
/* .tab-list { */
    display: inline-flex;/* grid-template-columns: repeat(3, 1fr); */
    background-color: #eff6ff;
    border-radius: 1rem;
    max-width: 90%;
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}


.nav-pills::before, .nav-pills::after {
    display: none;
}

.nav-pills > li.visible-lg, .nav-pills>li>a {
/* .tab-trigger { */
    /* padding: 0.75rem 1rem; */
    background-color: #eff6ff;
    color: #6b7280;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
        text-align: center;
    flex: 1;
}
.pdp-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 1rem;
    justify-content: flex-end;
}
.product-tabs {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.nav-pills > li.visible-lg:hover > a {
    background-color: unset;
}

.nav-pills > li.visible-lg:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-pills > li.visible-lg:nth-last-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-pills > li.visible-lg:not(:first-child):not(:nth-last-child(2)) {
    border-radius: 0;
}

.nav-pills li.active, .nav-pills li.active > a {
    background-color: #000000;
    color: white;
}

.nav-pills>li>a {
    text-decoration: none;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: black;
}



.tab-content {
    margin-top: 2rem;
}

.tab-pane {
    /* display: none; */
    animation: fadeIn 0.4s ease-in-out;
}

.tab-pane.active {
    /* display: block; */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(0.625rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.card p {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.feature-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.feature h4 {
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feature p {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.spec-tables {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .spec-tables {
        grid-template-columns: 1fr 1fr;
    }
}

.spec-table {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-row.alt {
    background-color: #eff6ff;
}

.spec-label {
    color: #111827;
    font-weight: 600;
}

.spec-value {
    color: #374151;
    text-align: right;
}

.resource-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .resource-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.resource-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease-in-out;
}

.resource-item:hover {
    border-color: #3b82f6;
}

.resource-icon {
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.resource-item h4 {
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.resource-item p {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0 0 0.75rem 0;
}

.cert-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.badge-sav.badge-cert {
    background-color: #1e3a8a;
    color: white;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.badge-sav.badge-cert:hover {
    background-color: #1e40af;
}

/* Related Products */
.related-products {
    margin-top: 4rem;
}

.related-products h2 {
    font-size: 1.5rem;
    color: #111827;
    margin-bottom: 2rem;
}

/* Listing Controls */
#productlist .product-nav {
    background: white;
    border-radius: 0.5rem;
    border: 1px solid var(--gray-200);
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1rem;
    flex: 1;
}

#productlist .product-nav div.clearfix {
    width: auto;
    display: flex;
    padding: 0;
    position: relative;
    flex: 1;
    justify-content: space-between;
}

#productlist .product-nav div.clearfix.product-nav-layout {
    display: flex;
    gap: 1rem;
    flex: 1;
}

#productlist .product-nav div.clearfix.pull-right {
    display: flex;
    flex: 1;
}

#productlist .product-nav div.row {
    display: flex;
    width: 100%;
    margin: 0;
    position: relative;
    flex: 1;
    flex-direction: column;
}

#productlist .product-nav .paginate-top {
    width: auto;
    display: inline;
    float: right;
    margin-left: auto;
}

.totalCountValue,
.pagination-sm>li:last-child>span {
    font-size: 0.875rem;
    color: var(--gray-600);
}

.product-nav-layout {
    display: flex;
    gap: 0.5rem;
    flex-direction: row;
    align-items: flex-start;
    margin-right: auto;
}

.product-nav-layout label.fa {
    font-size: inherit !important;
    padding: 0.5rem;
    background: white;
    border: 1px solid var(--gray-300);
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s;
}

.product-nav-layout label.fa:hover {
    background: var(--gray-100);
}

.product-nav-layout label.fa.active {
    background: black;
    color: white;
    border-color: black;
}

.product-nav-layout label.fa.active:before {
    background: black;
    color: white;
}

.product-nav-layout label.fa:before {
    display: block;
    width: 1rem;
    height: 1rem;
}

/* set background color to light gray */
body > div.page.pt-page-productparentnode,
body > div.page.pt-page-index {
    background-color: var(--gray-100);
}

.product-nav .form-inline.pull-right {
    display: flex;
    gap: 1rem;
    width: auto;
    margin-left: auto;
}

.product-nav .form-inline.pull-right .form-group {
    display: flex;
    gap: 0.5rem;
    width: auto;
    flex-direction: row;
    align-items: baseline;
}

.product-nav .form-inline.pull-right .form-group > label {
    font-size: 0.875rem;
    color: var(--gray-600);
}

.product-nav .form-inline.pull-right .form-group > select {
    border: 1px solid var(--gray-300);
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    cursor: pointer;
}

.sort-icon {
    width: 1rem;
    height: 1rem;
    color: var(--gray-500);
}

.sort-select:focus {
    outline: 2px solid var(--blue-600);
    border-color: var(--blue-500);
}

/* Product Grid */
.product-grid>ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.product-grid>ul:before {
    display: none;
}

@media (min-width: 640px) {
    .product-grid>ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .product-grid>ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-card, .product-grid li.product {
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.2s;
    min-width: 100%;
    padding: 1rem;
    overflow: hidden;
}

.product-card:hover, .product-grid li.product:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.product-grid .hover-product {
    display: flex;
    flex-direction: column;
    height: 100%
}

.product-grid .hover-product .pull-right {
    margin-left: auto;
    margin-top: auto;
}

.product-grid .hover-product div.pricepanel {
    flex-grow: 1;
    align-content: flex-end;
}

.product-grid .product-image-container, .product-grid .hover-product-image-wrapper {
    position: absolute;
    width: calc(100% + 2rem);
    top: -1rem;
    left: -1rem;
    height: 200px;
    overflow:visible;
}


.product-grid .hover-product-additional, .product-list-thumbs .product-additional-content {
    display: none !important;
}

.product-grid .product-image, .product-grid .hover-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    box-shadow: 6px -25px 20px 10px rgba(0,0,0,0.75);
}

/* .product-grid.product-list-thumbs .hover-product-image { */
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* border: none; */
    /* box-shadow: none; */
/* } */

.product-list-thumbs div.product > div.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    align-items: flex-start;
}

/* image container */
.product-list-thumbs div.product > div.row > div:has(a img) {
    position: relative;
    width: auto;
    min-width: 250px;
    top: -1rem;
    left: -1rem;
    height: calc(100% + 2rem);
    overflow: visible;
    /* order: 2; */
        /* flex: 1 1 250px; */
}

.product-list-thumbs div.product > div.row > div:has(.product-header) {
    /* flex: 1 1 calc(100% - 250px); */
    /* order: 3; */
}

.product-list-thumbs div.product > div.row > div:has(.addToBasketContainer) {
    /* flex: 1 1 100%; */
    /* order: 1; */
    /* z-index: 800; */
    /* top: -100px; */
    /* right: calc(-100% + 500px); */
    /* align-content: flex-end; */
    /* align-items: end; */
    /* width: fit-content; */
}

.product-list-thumbs .hover-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    box-shadow: 6px -25px 20px 10px rgba(0,0,0,0.75);
}

.product-list-thumbs div.product {
    padding: 1rem;
    width: auto;
}

.product-list-thumbs div {
    width: auto;
}

.product-badges {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-content {
    padding: 1.5rem;
}

/* remove styling from product description */
.product-description, .hover-product p, .hover-product h1, .hover-product h2, .hover-product h3, .hover-product h4, .hover-product p, .hover-product ul, .hover-product li,
.field-desc, .field-desc p, .field-desc h1, .field-desc h2, .field-desc h3, .field-desc h4, .field-desc ul, .field-desc li,
.product-description-text, .product-description-text p, .product-description-text h1, .product-description-text h2, .product-description-text h3, .product-description-text h4, .product-description-text ul, .product-description-text li {
    font-size: 0.875rem;
    color: var(--gray-600);
list-style-type: none; /* Removes bullet points */
  margin: 0;            /* Removes default margin */
  padding: 0;           /* Removes default padding */
    line-height: 1.5;
}

.product-description br, .field-desc br, .product-description-text br {
    display: none;
}

.hover-product li, .product-description-text li, .field-desc li {
    display: inline;
}
    

.hover-product li:after, .product-description-text li:after, .field-desc li:after {
    content: ". "
}

.product-title, .product-grid .hover-product-title {
    font-size: 1.125rem;
    color: var(--gray-900);
    margin-bottom: 0.5rem;
    font-weight: 500;
    height: auto;
    min-height: 3rem;
}

.product-sku, .product-grid .field-stockcode {
    font-size: 0.75rem;
    color: var(--gray-500);
    margin-bottom: 0.75rem;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.product-stars {
    display: flex;
    gap: 0.125rem;
}

.star {
    width: 1rem;
    height: 1rem;
    color: #fbbf24;
}

.star.filled {
    fill: currentColor;
}

.product-rating-text {
    font-size: 0.75rem;
    color: var(--gray-600);
}

.product-grid .pt-list-attribute-item {
    display: none;
}

.product-price {
    margin-bottom: 1rem;
}

.product-current-price, .hover-product div.pricepanel .hover-product-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gray-900);
}

.product-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* List View Styles */
.product-grid-list, .product-list-thumbs {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product-card-list, .product-list-thumbs>div.product {
    display: flex;
    flex-direction: row;
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.2s;
    align-items: stretch;
}

.product-card-list:hover, .product-list-thumbs>div.product:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.product-card-list .product-image-container, .product-list-thumbs .hover-product-image {
    width: 250px;
    min-width: 250px;
    /* height: calc(100% + 2rem); */
    flex-shrink: 0;
    box-shadow: -16px -1px 20px 10px rgba(0,0,0,0.75);
}

.product-card-list .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

.product-card-list .product-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.product-card-list .product-description {
    flex: 1;
    margin-bottom: 1rem;
}

.product-card-list .product-actions {
    flex-direction: row;
    gap: 1rem;
}

.product-card-list .product-actions button {
    width: auto;
    flex: 1;
}

@media (max-width: 768px) {
    .product-card-list {
        flex-direction: column;
    }
    
    .product-card-list .product-image-container {
        width: 100%;
        height: 200px;
    }
    
    .product-card-list .product-actions {
        flex-direction: column;
    }
    
    .product-card-list .product-actions button {
        width: 100%;
    }
}


/* Zoom Modal */
.amfp-image-holder {
    position: fixed;
    inset: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.9);
    /* display: none; */
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.amfp-image-holder.open {
    display: flex;
}

.amfp-image-holder .mfp-content,
.amfp-image-holder .mfp-figure {
    position: relative;
    max-width: 64rem;
    max-height: 64rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 60;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.zoom-close:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.zoom-counter {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 60;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
}

.zoom-image-container {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 0.5rem;
}

.zoom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.zoom-nav:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.zoom-prev {
    left: 1rem;
}

.zoom-next {
    right: 1rem;
}

.zoom-thumbnails {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.zoom-thumb {
    width: 3rem;
    height: 3rem;
    border-radius: 0.25rem;
    border: 2px solid transparent;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
    background: none;
    padding: 0;
}

.zoom-thumb:hover {
    border-color: rgba(255, 255, 255, 0.8);
}

.zoom-thumb.active {
    border-color: white;
}

.zoom-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Page Header */
.page-header-container.container {
    margin: auto;
    padding-top: 0;
}

.page-header-sav {
}

.page-title > p {
    font-size: 1.875rem;
    color: var(--gray-900);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.page-description > p {
    color: var(--gray-600);
    margin-bottom: 1rem;
}

.badge-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.badge-sav {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
}



/* Sidebar Filters */


.sidebar-filters {
    background: white;
    border-radius: 0.5rem;
    border: 1px solid var(--gray-200);
    padding: 1.5rem;
}

#productfilter hr {
    display: none;
}

/* Make sidebar filters use the full sidebar width */
.sidebar-filters .section_ProductFilter .row > [class*="col-"] {
  float: none;          /* kill Bootstrap float grid inside sidebar */
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

/* Ensure form controls stretch */
.sidebar-filters .section_ProductFilter .form-group,
.sidebar-filters .FilterMultiSelect .multiselect,
.sidebar-filters .js-filterQuery {
    padding: 0;
    min-height: 1rem;
    min-width: 100%;
}

.form-group .btn-group {
    border: 1px solid var(--gray-300);
    border-radius: .3rem;   
}

.form-group select {
    width: fit-content;
}

/* Optional: tidy inner rows used by radio/checkbox groups */
.sidebar-filters .section_ProductFilter .row {
  margin-left: 0;
  margin-right: 0;
}

/* Keep Yes/No radios on one line inside the sidebar */
.sidebar-filters .section_ProductFilter .form-group.RadioButton, .sidebar-filters .section_ProductFilter .form-group.CheckBox {
  display: flex;              /* override the global column stack */
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;            /* allows wrapping if the sidebar gets narrow */
  gap: .75rem 1rem;           /* space between options */
}

/* Make each radio + text behave as an inline chip */
.sidebar-filters .section_ProductFilter .form-group.RadioButton fieldset,
.sidebar-filters .section_ProductFilter .form-group.CheckBox fieldset {
      display: inline-flex;
      align-items: center;
      /* gap: .375rem; */
      padding: 0;
      white-space: nowrap;        /* keeps “Yes”/“No” with their radio */
      flex-direction: row;
      flex-wrap: wrap;
}
.sidebar-filters .section_ProductFilter .form-group.RadioButton fieldset>div,
.sidebar-filters .section_ProductFilter .form-group.CheckBox fieldset>div {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  padding: 0;
  white-space: nowrap;        /* keeps “Yes”/“No” with their radio */
  flex-direction: row;
  flex-wrap: nowrap;
}
    
.filters-header {
    margin-bottom: 1.5rem;
}

.filters-title {
    font-size: 1.125rem;
    color: var(--gray-900);
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.filters-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--blue-600);
    margin-right: 0.5rem;
}

.filters-subtitle {
    font-size: 0.875rem;
    color: var(--gray-600);
    margin-bottom: 1rem;
}

/* Active Filters */

    /* margin-top: 10px; */
    /* max-width: 100%; */
    /* line-height: 22px; */
    /* padding: 5px; */
    /* border: 1px solid #dedede */


.active-filters-header, .filter-box {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 0.75rem;
    border: none;
    margin-top: 0;
}

.active-filters-label {
    font-size: 0.875rem;
    color: var(--gray-700);
}

.clear-all-btn, .clearAllFilter {
    font-size: 0.875rem;
    color: var(--error-color);
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 700;
    transition: color 0.2s;
}

.clear-all-btn:hover, .clearAllFilter:hover {
    color: #dc2626;
}

.active-filters-list, .filter-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.no-filters-message {
    font-size: 0.875rem;
    color: var(--gray-500);
}

.active-filter-badge, .filter-box span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: var(--blue-100);
    color: var(--blue-600);
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    cursor: pointer;
}

.filter-box span:after {
    content: "| x";
        /* width: 0.875rem; */
    /* height: 0.875rem; */
}

.filter-box > div {
    display: none;
}

.active-filter-badge:hover, .filter-box span:hover {
    background: var(--blue-200);
}


/* Filter Sections */
/* .filter-section {
    border-bottom: 1px solid var(--gray-100);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#productfilter.dropDownFilters > div.row div {
    background-color: white;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative !important;
}

#productfilter.dropDownFilters .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0.5rem 0;
    cursor: pointer;
    font-weight: 700;
    transition: color 0.2s;
}

#productfilter.dropDownFilters .form-group .filterWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#productfilter.dropDownFilters .form-group .filterWrapper + div {
    position: relative !important;
}

#productfilter.dropDownFilters .form-group .control-label {
    font-size: 0.875rem;
    color: var(--gray-900);
    text-transform: none;
}

#productfilter.dropDownFilters .form-group .control-label:after {
    content: "^";
    margin-left: auto;
}

#productfilter.dropDownFilters .form-group .control-label.btn.btn-default {
    display:flex;
    margin-right: auto;
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    justify-content: flex-start;
}

.filter-section-header:hover {
    color: var(--blue-600);
}

.filter-options {
    margin-top: 0.75rem;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 12rem;
    overflow-y: auto;
} */

/* .filter-options.hidden { */
    /* display: none; */
/* } */
/* 
.filter-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--gray-700);
    transition: color 0.2s;
}

.filter-option:hover {
    color: var(--blue-600);
}

.filter-checkbox,
.filter-radio {
    margin-right: 0.75rem;
    cursor: pointer;
}

.filter-count {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--gray-500);
}
 */
/* Apply Filters Button */
/* .apply-filters-btn {
    margin-top: 2rem;
}
 */
/* Filter Sections */
.filter-section {
    border-bottom: 1px solid var(--gray-100);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.filter-section-header, .control-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0.5rem 0;
    cursor: pointer;
    font-weight: 700;
    transition: color 0.2s;
    /* padding-bottom: 1rem; */
}

.filter-section-header:hover {
    color: var(--blue-600);
}

.filter-section-title, .control-label {
    font-size: 0.875rem;
    color: var(--gray-900);
    margin: 0;
    padding: 0;
    flex: 1 0 100%;
    padding-top: 1rem;
}

.filter-chevron {
    width: 1rem;
    height: 1rem;
    color: var(--gray-500);
    transition: transform 0.2s;
}

.filter-chevron.rotated {
    transform: rotate(180deg);
}

.filter-options {
    margin-top: 0.75rem;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 12rem;
    overflow-y: auto;
}

.filter-options.hidden {
    display: none;
}

.filter-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--gray-700);
    transition: color 0.2s;
}

.filter-option:hover {
    color: var(--blue-600);
}

.filter-checkbox,
.filter-radio {
    margin-right: 0.75rem;
    cursor: pointer;
}

.filter-count {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--gray-500);
}

/* Apply Filters Button */
.apply-filters-btn {
    margin-top: 2rem;
}


/* Home page featured section */
.featured-items-wrapper {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
}

.featured-items-wrapper .featured-item {
    display: flex;
    flex: 0 1 calc(33.333% - 1rem);
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: .5rem;
    overflow: clip;
    flex-direction: column;
    justify-content: space-between;
}

.featured-items-wrapper .featured-item .card-image-wrapper {
    padding: 0;
    overflow-x: clip;
    overflow-y: clip;
    position: relative;
    flex: 0 0 auto;
}

.featured-items-wrapper .featured-item .card-image-wrapper img {
    display: unset;
    vertical-align: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-items-wrapper .featured-item .card-image-wrapper .card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.featured-items-wrapper .featured-item .card-content {
    padding: 1rem;
    flex: 1 1 auto;
    display: flex;
    gap: 1rem;
    flex-flow: column nowrap;
    justify-content: flex-end;
}

.featured-items-wrapper .featured-item .card-content .card-text {
    flex: 1;
}

.featured-items-wrapper .featured-item .card-content .card-title {
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0 0 0 0;
    flex: 0 0 auto;
}

.featured-items-wrapper .featured-item .card-content .card-cta {
    width: 100%;
    padding: .5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}

.highlight-header,
.highlight-subheader {
    text-align: center;
    padding: 1rem;
    margin: 0;
}

.highlight-header.highlight-header {
    font-size: 2rem;
}

.highlight-subheader.highlight-subheader {
    font-size: 1.25rem;
    color: var(--gray-500);
    padding-bottom: 2rem;
}

.highlight-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
    align-items: stretch;
}

.highlight-item {
    flex: 1 1 10rem;
    min-width: 10rem;
    max-width: 16rem;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: .5rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.highlight-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 2px solid var(--gray-400, #ccc);
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.highlight-image img {
    max-width: 75%;
    max-height: 75%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.highlight-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 0.5rem;
    justify-content: center;
}

.highlight-content div {
    margin: 0;
    padding: 0;
    text-align: center;
}

.highlight-h1 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    word-break:auto-phrase;
}

.highlight-h2 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3;
    color: #444;
    word-break: break-word;
    text-wrap: balance;
}

.highlight-text {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #666;
    word-break: break-word;
    text-wrap: balance;
}

/* Toast Notification */
.toast {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 100;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast.success {
    border-left: 4px solid #16a34a;
}

.toast.error {
    border-left: 4px solid #dc2626;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.toast-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.toast.success .toast-icon {
    color: #16a34a;
}

.toast.error .toast-icon {
    color: #dc2626;
}

.toast-message {
    color: #111827;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 767px) {
    .product-title {
        font-size: 1.5rem;
    }

    .action-buttons {
        grid-template-columns: 1fr;
    }

    .tab-trigger {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    }
}

/* body { */
/* background-color: red; */
/* } */
