/** Shopify CDN: Minification failed

Line 366:26 Expected "}" to go with "{"

**/
/* Custom CSS */

.my-section {
  padding: 50px 0;
}

.video-hero {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.video-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Video Overlay */
.video-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  display: block !important;
}

/* Text above overlay */
.video-hero__content {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width:800px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.video-hero__content h1 {
        font-size: 90px !important;
        font-weight:800 !important;
        color:#ffffff;
    }

.my-section h2 {
  font-size: 40px;
  font-weight: 700;
}

.my-button, .video-hero__button {
  background:rgb(204, 0, 0) !important;
  color: #ffffff !important;
}
.main-product .multicolumn-card__image-wrapper{
    float:left;
    padding-top: 0;
}
.main-product .multicolumn-card{
box-shadow: 0px 4px 10px #000000;
    border-radius: 5px;
    background:rgba(255,255,255,0.5) !important;
  }
.main-product .multicolumn-card__info h3{
    font-size:30px;
}

.main-product a.link.animate-arrow{
  background: red;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.main-product a.link.animate-arrow:hover{
  background: #000;
}

.collection__title {
   text-align:center;
}

.collection__title h2{
   font-size:16px;
   font-weight:400;
   text-transform: uppercase;
   letter-spacing:3px;
}

.collection__title h1{
   font-weight:bold;
   text-transform: uppercase;
   font-size:60px;
}

.shipping img{
  filter:invert(1);
}
.shipping .multicolumn-card{
  display:flex;
}
.shipping .multicolumn-card__image-wrapper{
  width:20%;
  margin-right: 0;
}

.multicolumn.color-scheme-4.gradient.background-primary {
    background-image: url(https://themebing.com/wp/motormania/wp-content/uploads/2020/05/pexels-javier-aguilera-2611691.jpg);
    position: static;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.why-choose-b .multicolumn-card{
  background: #0e0e0e !important;
    border: 1px solid #222222;
}
.why-choose-b h3{
  font-size:18px;
  font-weight:600;
  letter-spacing:2px;
}

.why-choose-b .rte p{
  font-size:13px;
  color:#898989;
}

.cat-product .multicolumn-card__info h3{
  font-size:20px;
}
.cat-product .multicolumn-card__info a.link{
      background: #cc0000;
    border-radius: 100px;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.quick-add__submit:hover{
      background: #cc0000;
      border:none;
    }

.product__media.media.media--transparent img{
  height: 100% !important;
    width: auto !important;
    margin: 0 auto !important;
    display:block;
    right: 0;
    left: 0;
}
.all-products-page {
    padding-top: 0 !important;
}
.all-products-grid{
  margin-bottom:10px;
}

.grid__item{
  padding:0;
}

.title-mid h3{
  margin-top:15px !important;
}
.all-product-item, .product-card-wrapper {
    min-width: 0;
    background: #fafafa;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 5px #e7e7e7;
    border-radius: 15px;
}
.all-product-item .all-product-info .all-product-title,
.all-product-item .all-product-info .all-product-price{
  padding-left:20px;
}

.all-product-item .all-product-image img{
   transition: transform 0.4s ease;
}
.all-product-item:hover .all-product-image img{
   transform: scale(1.04);
}

.all-product-item:hover .all-product-title a {
    text-decoration: underline;
}

.all-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.all-product-item {
  order: 0;
}

.all-product-item:nth-last-child(1) { order: 1; }
.all-product-item:nth-last-child(2) { order: 2; }
.all-product-item:nth-last-child(3) { order: 3; }
.all-product-item:nth-last-child(4) { order: 4; }
.all-product-item:nth-last-child(5) { order: 5; }
.all-product-item:nth-last-child(6) { order: 6; }

.catg-button{
  background: red;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    margin: 0 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
    transition:all ease-in-out 0.4s;
}
.catg-button:hover{
  background: #1d5ec7ff;
}
.disclosure{
  display:none;
}

@media screen and (max-width: 767px) {
    .video-hero__content h1 {
        font-size: 40px !important;
    }
    .video-hero {
  height: 350px !important;
}

.collection__description h1{
  font-size: 30px !important;
}
.all-products-grid, .product-card-wrapper{
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 12px;
    }
}

@media screen and (max-width: 440px) {
  .video-hero {
  height: 450px !important;
}
  .main-product {
    width: 100% !important;
  }
  .multicolumn {
    top: 28% !important;
}

/* product card css */
.card__content{
  padding:0 !important;
}

.card__information {
    padding-left: 20px !important;
    background: #ffffff;
  }

  .card__information h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color:#000000;
    line-height: 1.4;
}

.card-information .price {
    font-size: 16px;
    color:#000000 !important;
    margin-bottom: 12px;
}

.card--card .quick-add {
    margin: 0 !important;
}


/* Related product card - button at bottom */

.related-products .card-wrapper {
  height: 100%;
}

.related-products .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.related-products .card__inner {
  flex-shrink: 0;
}

.related-products .card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.related-products .card__information {
  flex: 1;
}

/* Push Add to Cart to bottom */
.related-products .quick-add {
  margin-top: auto !important;
  width: 100%;
}

/* Button */
.quick-add__submit {
  width: 100%;
  min-height: 60px;
  margin: 0 !important;
  border-radius: 0 0 18px 18px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 500;
}

.related-products .quick-add__submit:hover {
  background: #222 !important;
}

.related-products{
  margin-bottom:50px;
}

.quick-add__submit{
    width: 100%;
    min-height: 48px;
    border: 0;
    cursor: pointer;
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.related-products .product-grid{
  --grid-desktop-horizontal-spacing: 20px;
}
.button--secondary:after {
  --border-opacity: 0;
}
/* product card css end */