    
    
/* Home Page Jun 18, 2025 */    
    
    .main-content-wrapper {
  max-width: none !important;
}
#slot4 .card.mt-4,
#slot8 .card.mt-4 {
  display: none;
}

.bg-light {
  background-color: #f1f1f1 !important;
}
/* Baseline */

.w-1280px {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.w-1140px {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.w-960px {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.w-800px {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.w-600px {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* General use-cases */

section .bg-bjsred {
  background: rgba(204, 0, 51, 0.9);
}
/*section a:not(.btn) {
  color: initial;
  text-decoration: underline;
}*/
section a:hover:not(.btn) {
  color: #cc0033;
}
a.bold_link:not(.btn) {
  color: #cc0033 !important; font-size: 1em;
  font-weight: bold;
}
h2 {
  color: #cc0033;
  font-weight: normal;
  font-size:1.5em;
  text-transform: none;
}
section h3 {
  color: #cc0033;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2; margin-bottom: .75em;
}
.section h4.pb-2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}
section .btn {
  text-transform: uppercase; text-decoration:none;
  font-weight: 500;
  border: 0;
  padding: 0.5rem 1.5rem;
}
section a.btn:hover {
  border: 0 !important;
}
section .btn-primary {
  background: #cc0033; color: #ffffff; border-radius: 4px;
}
.btn-secondary {
  background: white;
  color: #cc0033;
}

/*
section img {
  width: 100%;
}
*/

.bjs-red { color:#cc0033; }
.text-black { color: #000000; }

.quote { background-color: #cc0033; text-align:center; padding: 3em 0; margin: 2em 2em 0 2em; }

.slider {
  /*width: 90%;*/
  text-align: left;
  overflow: hidden; margin: 0 auto;
}

.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin: 0;
  transform-origin: center left;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;

  display: flex;
  justify-content: left;
  align-items: center;
  color: #ffffff;
}
.slides > div:target {
/*   transform: scale(0.8); */
}
.buttons { display: block; margin: -2em 2em 0 auto; text-align: right; }
.buttons > a {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background: #979696;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.buttons > a:active {
  background: #3d3c3c;
}
.buttons > a:focus {
  background: #3d3c3c;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .slider > a {
	display: none;
  }
}



/* Grid layouts */
.products {
	display: grid; gap: 1.5em; grid-template-columns: repeat(5, 1fr); margin: 2em;
}
.product_item {
  padding: 2em 1em 1em 1em; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px; border-radius:15px; text-align:center; 
}
.product_item img { height:75px; }
.product_item p { font-weight:bold; margin: 1em 0 0 0; font-size:0.9em; }

.grid-2x { display: grid; gap:2em; grid-template-columns: repeat(2, 1fr); margin: 0 2em; }
.grid-2x-item { padding: 1em; vertical-align:middle; display:inline; }
.grid-2x-item h3 { font-size: 14pt; color: #cc0033; margin: 0 1em 0 1em; }
.grid-2x-item h3.text-black { color: #000000; }
.grid-2x-item img { display:inline-block;float:left;width:82px; margin-right: 1em; vertical-align:middle; }
.grid-2x-item .img { display:inline;float:left;width:100px; vertical-align:middle; }
.grid-2x-item p { margin: 0; vertical-align:middle; }
.2x-block { display:inline; vertical-align: middle;}

.grid_item {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.card_text a { text-decoration:none; text-transform:uppercase; color: #cc0033; font-weight:bold; }
.layout_3 .grid_item { border-radius: 0; }
.customer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2em;}
.cust1 { background-image: url('https://bjswholesaleclub2.my.site.com/WebToLeadForm/resource/landingPageCust/cust1.png'); background-size: cover; background-repeat: no-repeat; border-radius: 15px; }
.cust2 { background-image: url('https://bjswholesaleclub2.my.site.com/WebToLeadForm/resource/landingPageCust/cust2.png'); background-size: cover; background-repeat: no-repeat; border-radius: 15px; }
.cust3 { background-image: url('https://bjswholesaleclub2.my.site.com/WebToLeadForm/resource/landingPageCust/cust3.png'); background-size: cover; background-repeat: no-repeat; border-radius: 15px; }
.cust-red { background-color: rgba(204, 0, 51, 0.80); text-align:center; color:#ffffff; margin-top: 60%; padding: 3.5em 2em;border-radius: 0 0 15px 15px; }
.blog { background-color: #f1f1f1; border-radius: 0 0 15px 15px; }
.blog-text { padding: 1em; }
.blog-text h3 { font-size: 1.5rem; }
.blog-text a { color: #cc0033; font-weight: bold; text-transform:uppercase; }

.grid_4x {
  display: grid; grid-template-columns: 20% 20% 20% 20%; margin-top: 2em;justify-content:center;
}
.grid_4x_item { text-align: center; }
.grid_4x_item img { margin-bottom: 1.5em; max-width: 100px; max-height: 100px; }
.dax_overlap { background: linear-gradient(to right, #f1f1f1 85%, white 15%); }
.hero_layout {
	background-image: url('images/car1.png'); background-size: cover; background-repeat: no-repeat;
	padding: 1.5em 0 1em 0; color:#ffffff;
}
.bg2 { background-image: url('images/car2.png'); }
.bg3 { background-image: url('images/car3.png'); }
.hero-red { background-color: rgba(204, 0, 51, 0.90); padding: 3em 3em 2em 3em; width: 35%; margin-left:0 }
.hero-red h1 { font-size: 2em; margin-bottom: 0; padding-bottom: 0 !important; }
.hero-red hr { background-color: #ffffff; height: 2px; margin: 1em 0; }
.dax_mod1 { display: grid; grid-template-columns: auto 30%; gap: 2em;}
.emphasis { color:#cc0033;font-weight:bold; }
.mobile-only { display:none; visibility: hidden; width:0;height:0; }
.disclaimer { font-size: .75em; }
.gutters { margin-left: 4%; margin-right: 4%; }
@media (max-width: 1024px) {
  .grid_4x { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, auto); }
}

@media (max-width: 810px) {
	.products {
		grid-template-columns: repeat(2, 1fr); margin: 1em 0;
	}
	.hero_layout { padding: 5% 50px; }
  .product_item { padding: 1em; text-align:center; }
 /* .product_item img { max-width: 60px; } */
   .product_item img { height: 40px !important; } 
     
  .mobile-1 { order: 1; }
  .mobile-2 { order: 2; }
  .blog_mod1_img { display:none; visibility:hidden; }
  .mobile-only { display:block; visibility: visible; margin-bottom: 1em; width:100%; height:auto; }
  .onlyDesktop { display:none; visibility: hidden; width:0;height:0; }
  .px-3m { padding-left: 1em; padding-right: 1em; }
  .dax_overlap { background: #f1f1f1; }
  .grid_4x { grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(4, auto); }
  .grid_4x_item { margin-top: 2em; }
  .padMainMobile { margin-top: 1em; }
}
@media (max-width: 480px) {
	.hero_layout { background-image: url('images/car1m.png'); text-align:center;padding: 50% 2em 10% 2em; background-size:cover; }
	.bg2 { background-image: url('images/car2m.png'); }
	.bg3 { background-image: url('images/car3m.png'); }
	.hero-red { width: 100%; padding: 2em;  }
	.hero_layout h1 { font-size: 20pt; }
	.grid-2x, .customer-grid { grid-template-columns: repeat(1, 1fr); margin: 0 1em; }
	.grid-2x-item { text-align: center;}
	.grid-2x-item img { float: none; width:82px; margin: 0 auto; }
	.no_grid { grid-column: 1 !important; }
	.buttons { text-align:center; margin-right: auto;}
}
