.prodDisp-cart-view { height: 41px; }

.hp-blog-wrap {background: #f5f5f5; padding: 80px 0 80px 0; margin-top: 80px;}
.hp-blog-head a {text-align: center; font-size: 32px; font-weight: bold; line-height: 42px; margin-bottom: 40px; display: block;}
.hp-blog-group {display: flex; align-items: stretch; justify-content: flex-start; gap: 24px;}
.hp-blog-posts {flex: 1; overflow: hidden;}
.blog-cell-image {margin-bottom: 24px;}
.blog-cell-image a {display: flex; align-items: center; justify-content: center; width: 100%; height: 271px; background: #fff; overflow: hidden; border-radius: 8px;}
.blog-cell-image img {max-height: 100%; width: auto; height: 100%;}
.blog-cell-title a {font-size: 18px; line-height: 28px; font-weight: bold;}
.mobile-more-btn {margin-top: 40px; display: flex; align-items: center; justify-content: center;}
.mobile-more-btn a {font-size: 14px; line-height: 24px; color: #fff; text-transform: uppercase; text-align: center; display: inline-block; background: #000; font-weight: 500; padding: 8px 16px; border-radius: 4px; transition: all .5s ease-in-out;}
.mobile-more-btn a:hover {background: #fff; color: #000;}

@media (max-width: 1199px) {
  .hp-blog-group {flex-wrap: wrap;}
  .hp-blog-posts {flex: 48%;}
}
@media (max-width: 767px) {
  .hp-blog-posts {flex: 100%;}
  .blog-cell-image a {height: 304px;}
  .mobile-more-btn a {width: 100%;}
  .hp-blog-group {gap: 40px;}
  .hp-blog-wrap {padding: 24px 0;}
  .hp-blog-inner.container {margin-top: 0 !important;}
}

@media (max-width: 575px) {
  .hp-blog-inner.container {padding: 0 30px !important;} 
  .blog-cell-image a {height: 271px;}
  .LayoutMiddle.container {display: none;}
}


input[type=text] {border: solid 1px #858585; border-radius: 8px; font-size: 16px; line-height: 26px;}
input[type=submit], input[type="submit"]:not(.btn):not(.as-link) {height: 100%; border-radius: 8px; background: #000; font-weight: 400; border: none !important; transition: all .5s ease-in-out;}
input[type=submit]:hover, input[type="submit"]:not(.btn):not(.as-link):hover {background: #8f8f8f !important; color: #000 !important;}

.prod-disp-body {margin-left: -12px; margin-right: -12px;}
.prod-disp-header {display: inline;position: relative;top: 80px;}
.prodDisp-card-inner-1 {background: #fff; border-radius: 9px; padding: 24px; -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1); height: 100%;}
.prodDisp-card-image {width: 100%; height: 321px; display: flex; align-items: center; justify-content: center; border-radius: 8px; overflow: hidden;}
.prodDisp-card-image img {max-width: 100%; max-height: 100%; min-width: 100%;}
.prodDisp-card-bottom {margin-top: 24px;}
.prodDisp-card-cat {font-size: 16px; line-height: 26px; color: #06683A; margin-bottom: 16px;}
.prodDisp-card-name {font-size: 18px; font-weight: 800; line-height: 28px; margin-bottom: 16px;}
.prodDisp-card-descript p {margin-bottom: 16px; font-size: 16px; line-height: 26px;}
.prodDisp-card-actions {display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; margin-top: 10px;}
.prodDisp-card-price .CategoryProductPrice {font-size: 24px; line-height: 34px; font-weight: 800;}
.prodDisp-card-priceNote {font-size: 16px; line-height: 26px; color: #858585; margin-bottom: 0;}
.prodDisp-card-quant {display: none;}
.prodDisp-actions-right {display: flex; align-items: stretch; justify-content: flex-end; gap: 8px;}
.prodDisp-card-button input {font-size: 14px; font-weight: 400 !important; padding: 8px 38px !important; border-radius: 4px !important; height: 100%; transition: all .5s ease-in-out !important; background: #000 !important;}
.prodDisp-card-button input:hover {background: #fff !important; color: #000 !important;}
.prodDisp-cart-view {font-size: 14px; text-transform: uppercase; font-weight: 500; border: solid 1px #000; border-radius: 4px; padding: 8px 14px; transition: all .5s ease-in-out;}
.prodDisp-cart-view:hover {background: #000; color: #fff;}
.prod-disp-body .splide__arrows {position: absolute; top: -44px; right: 46px;}
.prod-disp-body .splide__arrow {width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; background: #f5f5f5; padding: 0;}
.prod-disp-body .splide__arrow svg {width: 15px; line-height: 100%; height: auto; --ty:50%;}
.prodDisp-card-inner-1 .ControlItem {display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; height: 100%;}
.prodDisp-card-top {width: 100%;}
.prodDisp-card-bottom {width: 100%; flex: 1; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column;}
.prodDisp-card-price .web_discount_message {/*font-size: 16px !important;*/ display: inline-block !important;}

@media (max-width: 1699px) {
  .prodDisp-card-actions {flex-direction: column; align-items: flex-start;}
  .prodDisp-actions-left {width: 100%;}
  .prodDisp-actions-right {width: 100%;}
  .prodDisp-card-button, .prodDisp-cart-view {flex: auto;}
  .prodDisp-card-button input {width: 100%;}
  .prodDisp-cart-view {text-align: center; justify-content: center;}
}

@media (max-width: 1199px) {
  .prodDisp-card-image {height: 155px;}
}

@media (max-width: 1120px) {
  .prodDisp-card-image {height: 274px;}
}
@media (max-width: 767px) {
  .prodDisp-card-price .web_discount_message {text-align: left !important; margin-top: 8px;} 
  .prodDisp-card-inner-1 {box-shadow: none !important;}
}

.LayoutMiddle {display:none; }
div#cougarBucksArea {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;

}
.Control.Control_34505 {
  height: 420px;
  width: 845px;
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center center; /* Centers the image horizontally and vertically */
  /* Optional: Adjust background-size for responsiveness */
  background-size: cover; /* Scales the image to cover the entire container */
}
.Control_34504 {
  background-color: black !important;
  color: white !important;
  height: 420px;
}
@media screen and (max-width: 640px) {
  .Control.Control_34505 {height: 250px;}
  #cougarBucksText h2.h1 {padding-top: 0 !important;}
}
@media screen and (min-width: 992px) {
  #cougarBucksText .container {   padding-left: 15%; }
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  .Control.Control_34505 {width: 585px;}
}
#cougarBucksText h2.h1 {
  padding-top: 15%;
  margin-bottom: 24px;
  font-size: 4rem !important;
}
#cougarBucksText p {
  text-align: left;
  width: auto;
  margin-bottom: 24px;
}
#cougarBucksText .btn.btn-light { font-weight: 400; font-size: 1rem !important; }
#cougarBucksText .btn.btn-light:hover { background-color: #8F8F8F !important; border-color: #000; color: #000 !important; }

div#cbtButton {
  padding-top: 15%;
  padding-left: 35%;
}
.splide__list {
  display: flex !important;
}

.prod-disp-body { margin-top: 100px;  }
.SlideshowPrevious,.SlideshowNext { transition: all .25s ease; }
.SlideshowPrevious:hover,.SlideshowNext:hover { background-color: #fff; }
.SlideshowPrevious a,.SlideshowNext  a{ color: #fff !important; }
.SlideshowPrevious:hover a,.SlideshowNext:hover a { color: #000 !important;  }
.lblPrice { font-weight: 700; }
.lblRetailPriceArea {  text-decoration: line-through; }
.SlideList { transition: .5s ease; }
.SlideList.show { opacity: 1 !important; }
.prod-buttons-view, .prod-buttons-atc { flex: 1; }
@media (max-width: 767px) {
  .all-splide .web_discount_message {text-align: left !important; margin-top: 8px;} 
  .prodDisp-card-inner {box-shadow: none !important;}
}
@media (min-width: 992px) {
  .all-splide .web_discount_message {text-align: left !important;  }
}

.CategoryQuickListRootImage {
  border: none;
  display: block;
  width: 175px;
  height: 145px;
  border-radius: 8px;
  gap: 24px;
  margin-top: 12px;
  margin-bottom: 24px;
  transition: transform .25s ease;
}

.CategoryQuickListRootImage:hover {
  transform: scale(1.04);
}

div#ctl34_dvControl {
  gap: 24px;
}

div#ctl33_dvControl {
  margin-top: 35px;
}

.Control.Control_34501 {
  margin-top: 35px;
}

div#ctl36_dvControl {
  gap: 24px;
}

.shadowbox {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin:20px 20px 20px 0;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}

.shadowbox:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Default: Desktop is visible, mobile is hidden */
.desktopV {
  display: block;
}
.mobileV {
  display: none;
}

/*Screen Sizes Tablet/Mobile*/
@media screen and (max-width: 768px) {
  .desktopV {
    display: none;
  }
  .mobileV {
    display: block;
  }
  div#ctl37_dvControl {
    padding-left: 0px !important; 
    padding-right: 0px !important; 
  }
  #testimonial-container {
    max-width: 300px !important;
  }    
  .head-logo.col-lg-2.col-5 {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 0px;
    margin-left: 0px;
  }
  .Control_34505 {
    background-image: url(https://cdn.cougparts.com/store_assets/images/mobilecbhead.png);
  }
  .Control.Control_34505 {
    height: 420px;
    width: 154px;
  }
  .shadowbox.all-product-card.card.product-item {
    background-color: #ffffff !important;
    border-radius: 9px !important;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    padding: 24px !important;
    margin: 20px 20px 20px 0 !important;
    transition: box-shadow 0.3s ease !important;
    max-width: 110% !important;
    min-width: 280px; 
  }
  #cbtButton img {
    width: 90%;
    padding: 5%;
    left: 5%;
    position: relative;
  }
  div#cbtButton {
    padding-left: 10%;
    align-content: center;
  }
  #cougarBucksText .Control_34504, #cougarBucksText #cbtTitle { text-align: center; }
  #cougarBucksText .btn.btn-light { background-color: #000 !important; color: #fff !important; width: 100% !important; }
  #cougarBucksText .btn.btn-light:hover { background-color: #fff !important; color: #000 !important; }

  .shadowbox {
    padding: 12px !important;
    margin: 10px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
  }
  .CategoryQuickListRootImage {
    max-width: 100% !important;
    height: auto !important;
    margin: auto;
    margin-top: 0 !important;
    margin-bottom: 12px;
    display: flex;
    border-radius: 5px !important;
  }
  .CategoryQuickListRootImage img { max-width: 100%; width:100%; display: flex; }
  .CategoryQuickListRootCategory {font-weight: bold; font-size: 80%; text-transform: capitalize;  }
}