/** Shopify CDN: Minification failed

Line 363:15 Expected ":"

**/
/* @font-face {
    font-family: 'HaasRecast';
    src: url("https://jbracks.com.au/cdn/shop/t/23/assets/HaasRecastOpen_Rg.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'HaasRecast';
    src: url("https://jbracks.com.au/cdn/shop/t/23/assets/HaasRecastOpen_Md.woff") format("woff");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'HaasRecast';
    src: url("https://jbracks.com.au/cdn/shop/t/23/assets/HaasRecastOpen_SBd.woff") format("woff");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'HaasRecast';
    src: url("https://jbracks.com.au/cdn/shop/t/23/assets/HaasRecastOpen_Bd.woff") format("woff");
    font-weight: 700;
} */



/* Gotham Pro - Regular */
@font-face {
  font-family: 'Gotham Pro';
  src: url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro.woff2') format('woff2'),
       url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gotham Pro - Medium */
@font-face {
  font-family: 'Gotham Pro';
  src: url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-Medium.woff2') format('woff2'),
       url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham Pro - Bold */
@font-face {
  font-family: 'Gotham Pro';
  src: url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-Bold.woff2') format('woff2'),
       url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gotham Pro - Bold Italic */
@font-face {
  font-family: 'Gotham Pro';
  src: url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-BoldItalic.woff2') format('woff2'),
       url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Gotham Pro - Italic */
@font-face {
  font-family: 'Gotham Pro';
  src: url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-Italic.woff2') format('woff2'),
       url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Gotham Pro - Black */
@font-face {
  font-family: 'Gotham Pro';
  src: url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-Black.woff2') format('woff2'),
       url('https://jbracks.com/cdn/shop/t/5/assets/GothamPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


body,  .testimonial-block {
  font-family: 'Gotham Pro', sans-serif !important;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.modal-video__content-info video {
    display: block;
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

.image-with-text__media {
    --media-radius: 0px !important;
}

.slider-inline-nav .slideshow__controls {
    border: 0;
}

.slider-inline-nav {
    position: relative;
}

.inline-slide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.circle-button {
    background: rgba(var(--color-foreground),.3) !important;
    border-radius: 50%;
}

.circle-button .icon {
    color: rgb(var(--color-background));
    height: 1rem !important;
}

.accordion-type h3 {
    margin: 0;
}
.accordion-type {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 1.2rem 3rem 1.2rem 1.2rem;
    text-align: left;
    width: 100%;
    transition: 0.4s;
    border: .2rem solid rgb(var(--color-button));
    border-radius: var(--buttons-radius);
    line-height: 1.2em;
    color: rgb(var(--color-foreground));
    background-color: rgb(255,255,255);
}

.accordion-type.is-open .toggle-icon {
    transform: translateY(-50%) rotate(0deg);
}

.accordion-type .toggle-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.3s, opacity 0.3s;
}

.accordion-type .toggle-icon svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: rgb(var(--color-foreground));
}

.toggle-container {
    transition: height 0.1s ease-in-out;
    overflow: hidden;
}

.toggle-container:not(.active) {
    display: none;
}

.toggle-container ul {
    list-style: none;
    padding: 10px;
}

.accordion-container {
    border: .2rem solid rgb(var(--color-button));
    padding: 1.2rem;
    border-radius: var(--buttons-radius);
    margin-bottom: 1rem;
    background-color: rgb(255,255,255);
}

.accordion-container h3 {
    font-weight: 600;
}

.pill-title {
    padding: .5rem 1rem;
    border-radius: 2.5rem;
    border: .1rem solid rgb(var(--color-button));
    background-color: rgb(255,255,255);
}

.pill-title > * {
    margin: 0;
    font-weight: 600;
}

@media (min-width: 750px) {
    .inline-slide-button.slider-button--prev {
        left: -5rem;
    }

    .inline-slide-button.slider-button--next {
        right: -5rem;
    }

    .slider-inline-nav .slideshow__controls .slider-button {
        display: none;
    }
}

@media (max-width: 749px) {
    .px-small-0 {
        padding-left: 0;
        padding-right: 0;
    }
}



.beige-bg {
    background: #f6f5f2 !important;
}

.global-media-settings {
    max-width: 100%;
}

.whitespace-pre-wrap {
    max-width: 80%;
    margin: 0 auto 40px;
    text-align: center;
}

.responsive-container img {
    max-width: 100%;
    height: auto;
}

.oke-reviewContent-date,
.oke-w-reviewReply-date {
  display: none !important;
}



/** NAVIGATION Changes **/


.ddb__menu-drawer__collection-products {
  display: block !important;
}

a.ddb__menu-drawer-product-link {
   width: 100%;
   display: flex;
   align-items: center;
   border-radius: 8px;
   margin-bottom: 4px;
   padding: 8px 0 8px 20px;
}

.ddb__menu-drawer__collection--product-title, .ddb__menu-drawer-product-link {
  font-weight: normal !important;
}

.menu-drawer__menu-item {
  font-weight: bold;
  text-transform: uppercase;
}

.menu-drawer__inner-submenu .menu-drawer__menu-item {
  font-weight: normal !important;
  text-transform: none;
}

a.ddb__menu-drawer-product-link img {
  display: none;
}

.ddb__menu-drawer__collection--product-title, .ddb__menu-drawer-product-text {
  font-size: 18px !important;
}

.header .list-menu__item {
  display: block;
  text-transform: uppercase;
}

.header .list-menu li {
  box-shadow: none !important;
  padding: 0 !important;
}

a#HeaderDrawer-bundles:after {
  content: "Bundle & Save";
  color: red;
}

.oke-product {
  display: none !important;
}

/** Typography Management **/

body .heading-lead, body h1 {
    font-family: 'Gotham Pro', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Gotham Pro', sans-serif !important;
  letter-spacing: -0.0125em !important;
  font-weight: bold !important;
}

.template-product .product__info-container label, 
.template-product .product__info-container .ocu-title span, 
.template-product  .product__info-container label * {
	text-transform: uppercase !important;
	font-size: 15px !important;
  color: #222 !important;
  opacity: 1;
}

.price {
  font-weight: bold;
  font-size: 18px;
}

.segment-for {
    margin-left: 12px;
}

.text-center {
    text-center;
}

.price__sale .price-item--sale {
  color: green !important;
}

.price__sale .price-item--regular {
  color: red;
}

.price .price-item {
    margin: 0 !important;
    font-size: 18px !important;
}

.price-with-custom-text {
  margin-bottom: 20px;
}

.price-main, .price,
.price--on-sale .price__sale{
  display: flex !important;
  align-items: center;
}

 .product .price__container, .price__badge-sale {
  margin-bottom: 0 !important;
}


/** Product Page Changes **/

.template-product h1 {
    font-size: 2em !important;
    text-transform: none !important;
    letter-spacing: -0.04em !important;
}

.step__container {
  display: none;
}

.lb-addon-cont, .lb-addon-head {
  margin-top: 0 !important;
  width: 100%;
  margin-bottom: 0 !important
}

.app-text-container-template--24809656877375__main, .lb-grid {
  display: block !important;
}

.lb-flat-card {
  margin: 0 !important;
}

body .lb-grid lb-upsell-flat-card {
  display: block;
  width: 100% !important;
  max-width: 100%;
}

.lb-cta-cont {
  gap: 0px !important;
}

.lb-image-pd {
  width: 54px;
}

#shopify-section-template--25350201737535__main .app-text-row,
#shopify-section-template--25350201573695__main .app-text-row,
#placement-AeHhNM2kyckxPR3VlT__afterpay_on_site_messaging_payments_messaging_jgxBae,
#placement-AYXJNWHpIRzFWMVhXV__afterpay_on_site_messaging_payments_messaging_jgxBae {
  margin: 0 !important;
}

.template-product .product-features-desc, .prod-desc-2 {
  font-size: 13px;
  margin-bottom: 0;
}

.template-product .multicolumn-card__info h3 {
  font-size: 14px;
}

.template-product .multicolumn-card__info p {
   font-size: 13px;
}

.template-product .product__info-container>*+* {
    margin: 1rem 0;
}

.template-product  .delivery-widget__container .msg__container {
  background: yellow !important;
  border: none !important;
  padding: 0 !important;
  line-height: 1;
}

.template-product .size-option,
.template-product label, .template-product label strong {
  font-size: 13px !important;
    margin-bottom: 0;
    margin-top: 0 !important;
    text-transform: uppercase;
}

.template-product .product__info-container summary svg{
    fill: orange;
    width: 18px !important;
    height: 19px !important;
}

.template-product .product__info-container summary .icon-caret {
  position: relative !important;
}

.template-product .product-media-modal__content>* {
    max-width: 900px;
}

.template-product .price-custom-text__content {
    color: #000;
    font-weight: bold;
}

.badge-system {
  width: auto;
  display: inline;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
  color: white;
}

.most-popular {
  background: orange;
}

.product-media-container {
    border: none;
}

.lb-flat-card-host .lb-flat-card {
  background: #fcfcfc !important;
  padding: 8px !important;
  border: 1px solid #999;  
}

.cp-bundle-product-list a div  {

}

.cp-bundle-product-list a div span {
  text-decoration: none !important;
  font-weight: bold;
}
 
.cp-bundle-product-list a div img {
   border-radius: 4px; 
  border: 1px solid #ddd;
}

.lb-price-sale-price {
  text-transform: uppercase;
  color: green;
}

.product__tax + * {
    margin: -15px 0 0 !important;
}

.product__column-sticky {
  position: relative !important;
}

.accordion__content, .product__accordion .accordion__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.okeReviews.oke-w {
    max-width: 800px !important;
    margin: 0 auto;
}

/* 
.template-product .custom-color-button[data-color="Leaf Green"]:before {
  content: "NEW";
  position: absolute;
  top: -13px;
  color: black;
  background: #ffffff;
  padding: 0px 4px;
  border-radius: 4px;
  font-size: 11px;
  right: 0;
  border: 1px solid #ddd;
  font-family: "Montserrat";
  font-weight: 900;
} */

.custom-color-button {
   text-indent: -9999px;
  width: 30px !important;
  height: 30px !important;  
  min-width: auto !important;
}

.custom-color-button[data-color="Black"] {
  background: black;  
}

.custom-color-button[data-color="Leaf Green"] {
  background: #4a7e67;  
}

.custom-color-button[data-color="Leaf Green"]:before {
  display: none;
}

.custom-color-button[data-color="Velo Turquoise"] {
  background: turquoise;  
}

/** REEDS CHANGES 
0. Button Changes
0.1 Masthead Changes
1. Tighter product page
2. Collection product page
3. Custom Landing Page Body Class
4. JB Racks Modern Comparison Table
5. Before & After Section
**/


/** Button Changes **/

.button {
  font-weight: 800;
  letter-spacing: -0.0125em;
  font-size: 1.2em;
}

/** Masthead Changes **/

.template-cart {
  display: block !important;
}

video {
  border-radius: 24px !important;
    object-fit: cover;
    height: calc(100% + 4px) !important;
    margin-top: -2px;
    margin-bottom: -2px;
}

.template-index .image-with-text__text--caption:before {
  background: url("https://jbracks.com/cdn/shop/t/5/assets/stars.png");
  content: '';
  background-size: 100% auto;
  width: 120px;
  height: 20px;
  display: inline-block;
}

.template-index .image-with-text__text--caption {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.template-index .image-with-text__text {
  line-height: 1.2;
}

.okeReviews[data-oke-container] .oke-reviewCarousel .oke-reviewCard {
    border-radius: 8px !important;
}

/** Tighter product page key element section **/


.custom-color-buttons {
    width: auto !important;
}

.custom-color-button {
    flex: inherit !important;
}

.product__title {margin-bottom: 0 !important;}

.product__title>* {
    margin: 12px 0 0 !important;
    line-height: 1;
}

.price .price-item {
  margin: 0 !important;
}

.savings-below-price {
    margin: 0 !important;
    letter-spacing: -.02em;
    line-height: .4;
}

.savings-below-price span {
    font-size: 12px;
    background: none !important;
    padding: 0 !important;
    color: green !important;
}


.product__info-wrapper .oke-sr {
  padding-bottom: 0 !important;
}

.oke-w-review-side {
  border-radius: 8px;
  border: 0px none !important;
  box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.okeReviews[data-oke-container] .oke-w-reviews-list-item, .page-jb-racks-huge-summer-sale div.okeReviews .oke-w-reviews-list-item {
  border-bottom: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  padding: 16px !important;
  margin-bottom: 12px;
  margin-top: 12px;
  border-radius: 8px;
}

.read-more-btn {
  background: none;
  border: none;
  color: #007acc; /* Adjust to match your theme */
  text-decoration: underline;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 0;
  margin-top: 10px;
  display: inline-block;
  transition: color 0.3s ease;
}

.read-more-btn:hover,
.read-more-btn:focus {
  color: #005999; /* Darker shade on hover */
  outline: none;
}

.read-more-btn:focus {
  outline: 2px solid #007acc;
  outline-offset: 2px;
}

.msg__container,
.lb-flat-card,
.basic__step-container {
  border-radius: 8px !important;
  border: 1px solid #ccc !important;
  overflow: hidden !Important;
}


/* Alternative button style - more prominent */
.read-more-btn.btn-style {
  background-color: #007acc;
  color: white;
  border: 1px solid #007acc;
  border-radius: 4px;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more-btn.btn-style:hover {
  background-color: #005999;
  border-color: #005999;
  color: white;
}

/* Ensure smooth transitions for content changes */
.product__description {
  transition: height 0.3s ease;
}

.description-text,
.description-content {
  line-height: 1.5;
  margin-bottom: 0;
}

span.badge.price__badge-sale {
    margin-left: 8px;
}


/***********
Tighter collection page key element section 
**********/

/* 
.collection-hero {
  background: url(https://jbracks.com/cdn/shop/t/5/assets/collection-jb-racks-page.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
  display: flex;
  align-items: center;
  position: relative;
}


.collection-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55); 
  z-index: 1;
}

.collection-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
} 

.collection-hero__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
*/

.collection-has-added-stand .grid__item {
  position: relative;
}

.collection-has-added-stand .grid__item:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(https://jbracks.com/cdn/shop/files/shed-stand-only-1.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #ddd;
  left: 12px;
  top: 12px;
}


.collection-has-added-strut .grid__item {
  position: relative;
}

.collection-has-added-strut .grid__item:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(https://jbracks.com/cdn/shop/files/strut-1.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #999;
}

@media (max-width: 767px) {
    
    .collection-has-added-stand .grid__item:before {
    width: 60px;
    height: 60px;
    }
    
    .collection-has-added-strut .grid__item:before {
    width: 40px;
    height: 40px;
    }
  
}


.card__media .media-wrapper {
  display: block;
  position: relative;
}

.card__media .media-wrapper img {
  width: 100%;
  display: block;
}

.collection-hero {
    background: #f6f5f3 !important;
}

.collection-hero__title {
  color: black;
  text-align: center;
}

   .collection-hero h1 {
  font-size: 2.75em;
}
@media screen and (min-width: 750px) {
.collection-hero__inner {
    padding: 1em 0 1em !important;
}
}


/* Mobile: Full height */
@media screen and (max-width: 749px) {
  .collection-hero {
    /* min-height: 35vh; */
    padding: 2em;
  }
   .collection-hero h1 {
  font-size: 2.5em;
}
    .collection-hero__title {
        margin: 2.5rem 0;
    }
  .collection-hero__text-wrapper {
    /* min-height: 35vh; */
  }
}

.collection-hero__title {
  text-align: center;
}

/* .collection-bike-rack-stand-bundles .collection-hero__inner:before {
  content: 'Save $200';
  position: absolute;
  top: 12px;
  left: auto;
  right: 12px;
  background: red;
  width: 100px;
  height: 100px;
  text-align: center;
  color: white;
  line-height: 1;
  padding: 24px 0;
  border-radius: 50%;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 12px;
} */


.collection-bike-rack-stand-bundles h1 {
  position: relative;
}
.collection-bike-rack-stand-bundles h1:before {
  /* content: 'The Smarter Choice'; */
  margin-top: -26px;
  position: absolute;
  left: calc(50% - 105px);
  font-size: 16px;
}


.collection-bike-rack-stand-bundles .product-grid li:nth-child(1) .card-wrapper:before {
    content: "Most Popular";
    position: absolute;
    top: 12px;
    right: 12px;
    background: orange;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 4px;
    z-index: 10;
    text-align: center;
    white-space: nowrap;
}

.section-template--24827768635711__product-grid-padding .product-grid li:nth-child(1) .card-wrapper:before,
.section-template--25350200754495__product-grid-padding .product-grid li:nth-child(1) .card-wrapper:before {
    content: "Most Popular";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%);
    background: orange;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 4px;
    z-index: 10;
    text-align: center;
    white-space: nowrap;
}



/**********
Cart Changes Here
**********/



/* JB Racks Cart Enhancements */
.cart-savings-badge {
  display: inline-block;
  background: #dcfce7;
  color: #15803d;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-left: 8px;
}

.cart-whats-included {
  background: #f0f9ff;
  border-left: 3px solid #3b82f6;
  padding: 10px 12px;
  margin: 10px 0;
  font-size: 13px;
  color: #1e40af;
}

.cart-whats-included strong {
  display: block;
  margin-bottom: 4px;
}

.cart-shipping-unlocked {
  background: #fef3c7;
  border: 2px dashed #fbbf24;
  padding: 8px;
  border-radius: 8px;
  margin: 20px 0;
}

.cart-shipping-unlocked-text {
  font-size: 14px;
  font-weight: 600;
  color: #92400e;
}

.cart-delivery-estimate {
  background: #f0fdf4;
  border-left: 3px solid #22c55e;
  padding: 8px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #166534;
}



/* TEST */


/* Ultra Compact Value Stack */
.cart-value-stack {
  background: #f0fdf4;
  border-left: 4px solid #10b981;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 20px 0;
}

.cart-value-stack h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #065f46;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cart-value-list {
  font-size: 13px;
  color: #047857;
  line-height: 1.7;
  margin-bottom: 12px;
}

.cart-value-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #065f46;
  padding: 14px 0 10px 0;
  border-top: 2px solid #10b981;
}

.cart-value-strike {
  text-decoration: line-through;
  color: red;
}

.cart-value-price {
  font-size: 22px;
  color: #10b981;
}

@media (max-width: 640px) {
  .cart-value-total {
    font-size: 14px;
  }
  
  .cart-value-price {
    font-size: 20px;
  }
}

/* END TEST */


.bundle-list {
  padding: 0;
}

li.bundle-item {
      display: flex;
    align-items: center;
    gap: 1em;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}

li.bundle-item img {
  max-width: 60px;
}

.cart-item__old-price,
.cart-item__final-price,
.totals__total-value {
  font-weight: bold !important;
}

.cart-trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    padding: 12px;
    background: #f9fafb;
    border-radius: 6px;
    flex-wrap: wrap;
}

.cart-trust-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #4b5563;
}

/********** 
JB Racks Modern Comparison Table 
**********/



/* JB Racks TentBox-Inspired Comparison Table */
.jbracks-logo-circle {
    display: none !important;
}

.jbracks-comparison-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #DAD7D0;
}

.jbracks-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
}

.jbracks-table-header {
    background: #ffffff;
    border-bottom: 1px solid #DAD7D0;
}

.jbracks-table-header th {
    padding: 1.5rem 1rem;
    text-align: center;
    font-weight: 700;
    color: #111827;
    border-right: 1px solid #DAD7D0;
    vertical-align: top;
    position: relative;
}

.jbracks-table-header th:first-child {
    text-align: left;
    border-right: 1px solid #DAD7D0;
  
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.jbracks-table-header th:last-child {
    border-right: none;
}


.jbracks-table-body tr {
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease;
}

.jbracks-table-body tr:hover {
    background-color: rgba(249, 250, 251, 0.5);
    border-left: 3px solid #DAD7D0;
}

.jbracks-table-body tr:last-child {
    border-bottom: none;
}

.jbracks-table-body td {
    padding: 1.25rem 1rem;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #DAD7D0;
}

.jbracks-table-body td:first-child {
    text-align: left;
    font-weight: 600;
    color: #000;
    border-right: 1px solid #DAD7D0;
}

.jbracks-table-body td:last-child {
    border-right: none;
}

.jbracks-feature-name {
    line-height: 1.4;
    color: #4b5563;
}

.jbracks-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #000;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.2s ease;
}

.jbracks-check:hover {
    background: #265d37;
}

.jbracks-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #DAD7D0;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.2s ease;
}

.jbracks-cross:hover {
    background: #DAD7D0;
}

.jbracks-some {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .4rem .8rem;
    color: #000;
    font-weight: 600;
    transition: all .2s ease;
}

.jbracks-some:hover {
    border-color: #b45309;
    background: #d97706;
}

/* Price-style highlighting for the branded column */
.jbracks-brand-column {
    position: relative;
    background: rgba(245, 158, 11, 0.02);
    border-left: 2px solid #DAD7D0;
}

.jbracks-brand-column::before {
    display: none;
}

/* Alternative styling for special features */
.jbracks-price-cell {
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
}

.jbracks-highlight-row {
    background: rgba(245, 158, 11, 0.03);
}

.jbracks-highlight-row td {
    border-top: 2px solid #DAD7D0;
    border-bottom: 2px solid #DAD7D0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .jbracks-comparison-wrapper {
        margin: 1rem 0.5rem;
        border-radius: 8px;
    }
    
    .jbracks-table-header th,
    .jbracks-table-body td {
        padding: 1rem 0.75rem;
        line-height: 1.2;
    }
    
    .jbracks-table-header th:first-child,
    .jbracks-table-body td:first-child {
    }
    
    .jbracks-check,
    .jbracks-cross {
        width: 24px;
        height: 24px;
    }

    .jbracks-some {
        padding: 0.3rem 0.6rem;
    }

    .jbracks-brand-logo {
    }
}

@media (max-width: 480px) {
    .jbracks-comparison-table {
    }
    
    .jbracks-table-header th,
    .jbracks-table-body td {
        padding: 0.75rem 0.5rem;
    }

    .jbracks-brand-logo {
        flex-direction: column;
        gap: 0.25rem;
    }

    .jbracks-check,
    .jbracks-cross {
        width: 20px;
        height: 20px;
    }
}

/* Additional TentBox-inspired elements */
.jbracks-table-subtitle {
    color: #222;
    font-weight: 400;
    margin-top: 0.25rem;
    line-height: 1.2;
}

.jbracks-section-divider {
    height: 8px;
    background: #f3f4f6;
}

.jbracks-section-divider td {
    padding: 0 !important;
    border: none !important;
}

/* Enhanced visual elements */
.jbracks-table-wrapper {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #d1d5db #f9fafb;
}

.jbracks-table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.jbracks-table-wrapper::-webkit-scrollbar-track {
    background: #f9fafb;
    border-radius: 3px;
}

.jbracks-table-wrapper::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.jbracks-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}



/***********
JB Racks Before/After Comparison Section 
***********/

.jbracks-before-after-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.jbracks-section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 3rem;
    line-height: 1.2;
}

.jbracks-comparison-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.jbracks-comparison-card {
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jbracks-comparison-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.jbracks-before-card {
    background: #fff;
    border: 2px solid #e4e7ec;
}

.jbracks-after-card {
    background: #fff;
    border: 2px solid #e4e7ec;
}

.jbracks-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.jbracks-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

.jbracks-before-icon {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.jbracks-after-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.jbracks-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.jbracks-before-title {
    color: #dc2626;
}

.jbracks-after-title {
    color: #059669;
}

.jbracks-price-tag {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.8;
}

.jbracks-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jbracks-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
}

.jbracks-feature-item:last-child {
    margin-bottom: 0;
}

.jbracks-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.jbracks-before-bullet {
    background: #dc2626;
}

.jbracks-after-bullet {
    background: #059669;
}

.jbracks-feature-text {
    font-weight: 500;
}

.jbracks-before-text {
    color: #7f1d1d;
}

.jbracks-after-text {
    color: #064e3b;
}

/* Responsive Design */
@media (max-width: 768px) {
    .jbracks-comparison-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .jbracks-section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .jbracks-comparison-card {
        padding: 2rem;
    }

    .jbracks-card-title {
        font-size: 1.25rem;
    }

    .jbracks-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .jbracks-feature-item {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .jbracks-before-after-wrapper {
        padding: 0 0.5rem;
        margin: 2rem auto;
    }

    .jbracks-section-title {
        font-size: 1.75rem;
    }

    .jbracks-comparison-card {
        padding: 1.5rem;
    }

    .jbracks-card-header {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .jbracks-feature-item {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
}



@media (min-width: 1300px) {
  .page-about-us {
    background-image: 
      url('//jbracks.com/cdn/shop/t/53/assets/rack-fold-out@2x.webp'),
      url('//jbracks.com/cdn/shop/t/53/assets/back-of-toyota@2x.webp');
    
    background-position: 
      left 60vh,
      right 90vh;
    
    background-repeat: 
      no-repeat,
      no-repeat;
    
    background-size: 
      480px auto,  /* or whatever size works for you */
      400px auto;

      background-attachment: 
      scroll,
      scroll;
  }

}

.page-about-us .section-template--25350200787263__custom_liquid_pH8dUq-padding {  
  max-width: 100%;
  padding: 0;
}

.page-about-us .rich-text__blocks {
	max-width: 650px;
}





@media (max-width: 749px) {
  .template-product .trust-signal-bar {
    display: none !important;
  }

  .template-product .cp-bundle-product-list a div {
    padding: 3px !important;
  }

  .template-product .cp-bundle-product-list,
  .template-product .section-template--25350201737535__main-padding {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .template-product .product__bundle h3 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .template-product h1 {
    font-size: 24px !important;
  }

  .template-product .product .price .badge {
    font-size: 14px !important;
  }

  /* .template-product .product__media-item .product-media-container,
  .template-product .product__modal-opener {
    max-height: 30vh !important; 
  }

  .template-product .product__media-item img {
    max-height: 30vh !important;
    object-fit: contain !important;
  } */

  .template-product .hero-banner {
    display: none;
  }
}





main img, .thumbnail {
  border-radius: 8px !important;
}

.price-item.price-item {
	font-size: 28px !important;
}

s.price-item.price-item--regular {
    color: #999;
}

.template-product .price__badge-sale {
  display: none !important;
}


.header__search {
  display: none !important;
}

@media (min-width: 767px) {
	.kl-private-reset-css-Xuajs1 {
		display: none !important;
	}
}



.template-collection .card-information>* {
  text-align: center;
}

.template-index .price-item.price-item,
.template-collection .price-item.price-item {
	font-size: 1.8em !important;
}

.template-collection .savings-badge {
  margin: 0 auto;
}

/* .free-stand .card-information:after {
	content: "FREE Shed Stand";
	font-size: 12px;
	background: #16a34a;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 30px;
	color: white;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
} */

.in-stock-label {
	display: none;
}

.media--transparent {
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 8px;
}

.ocu-widget * {
	font-family: 'Gotham Pro', sans-serif !important;
}

.ocu-product-card {
    border: 2px solid #ddd;
    padding: 4px;
    border-radius: 8px;
    align-items: center;
}

.ocu-image__wrapper {
  margin-bottom: 0 !important;
  width: 72px !important;
}

span.ocu-checkbox__indicator {
    top: -2px;
}



/* Basic table styling */
.template-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* Header styling */
.template-article table thead tr {
  background-color: #2c3e50;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
}

.template-article table th {
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Body cells */
.template-article table td {
  padding: 12px 20px;
  border-bottom: 1px solid #e0e0e0;
}

/* Alternate row colors */
.template-article table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.template-article table tbody tr:hover {
  background-color: #e8f4f8;
  transition: background-color 0.2s ease;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
  .template-article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .template-article table th,
  .template-article table td {
    padding: 10px 12px;
  }
}


/*** Colour Variants ****/

.product-form__input--pill input[type="radio"] + label {
  margin-right: 0.5rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  border: 2px solid #ddd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  text-indent: -9999px; /* Hide text */
}

.product-form__input--pill input[type="radio"] + label.is-black {
  background-color: #000;
}

.product-form__input--pill input[type="radio"] + label.is-turquoise {
  background-color: #73ebfc;
}

.product-form__input--pill input[type="radio"] + label.is-leaf-green {
  background-color: rgb(14, 168, 155);
}

/* Selected state - orange ring */
.product-form__input--pill input[type="radio"]:checked + label {
  box-shadow: 0 0 0 3px orange;
  border-color: transparent;
}

/* Hover effect */
.product-form__input--pill input[type="radio"] + label:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 4px rgba(255, 165, 0, 0.3);
  cursor: pointer;
}

/* Accessibility - keep text for screen readers */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.card__badge .badge {
  text-transform: uppercase;
  font-weight: bold;
}

.card--card, .card--standard .card__inner {
  background: none;
}

.price-item--regular-display {
  font-weight: 900 !important;
}

.custom-color-buttons .custom-color-button.selected {
    box-shadow: 0 0 0 4px #ff6000 !important;
}

.custom-color-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 0 4px #ffa5004d !important;
    cursor: pointer;
}