/** Shopify CDN: Minification failed

Line 19:7 Expected ":"

**/
/*-----------------------------------------------------------------------------// Custom Theme CSS/-----------------------------------------------------------------------------*//*---------------- Global Custom CSS -------------------*/.custom-css{margin-right: auto;margin-left: auto;width: 630px;height: 217px;background: #F1F5F6;border: 1px solid #E5E8EC;border-radius: 20px;display: flex;justify-content: center;align-items: center;text-align: center;padding: 40px;font-weight: 500;font-size: 20px;line-height: 30px;}/*---------------- Custom CSS for only desktop -------------------*/@media (min-width: 1025px) {}/*---------------- Custom CSS for tablet, mobile -------------------*/@media (max-width: 1024px) {.custom-css{padding: 10px;}}/*---------------- Custom CSS for only tablet -------------------*/@media (min-width: 768px) and (max-width: 1024px) {}/*---------------- Custom CSS for only mobile -------------------*/@media (max-width: 767px){.custom-css{padding: 10px;}}/* Awards styling */
.hero__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.hero__description {
  width: 100%;
}
.hero-descr{
 width: 50%;
  float
}
.hero-img{
  width: 75%;
  float: right;
}

.hero-img1{
  float: left;
}
.hero__description h3 {
  margin-top: 10px;
}


.hero__description img {
  max-width: 100%; 
  height: auto;
}

/* Mobile-specific styles */
@media (max-width: 768px) {

  .hero__content {
    flex-direction: column; 
    align-items: center;
  }

  .hero-descr{
 width: 100%;
}
.hero-img{
  width: 100%;
  float: none;
}

.hero-img1{
  float: none;
}

  .hero__description {
    width: 100%;
    text-align: left; 
  }

  .hero__description img {
    float: none; 
    display: block;
    margin: 0 auto;
    max-width: 80%; 
  }
}



/*Registration form Styling*/

.cf-field input[type=text]{
    height: 45px;
    border-radius: 20px;
    padding: 0px 20px;
      border: 1px solid #e5e8ec;
  background-color: white;
}

.cf-field input[type="email"]{
  height: 45px;
  border-radius: 20px;
  padding: 0px 20px;
      border: 1px solid #e5e8ec;
   background-color: white;
}

.cf-field input[type="password"]{
  height: 45px;
  border-radius: 20px;
  padding: 0px 20px;
      border: 1px solid #e5e8ec;
   background-color: white;
}

.cf-button{
  height: 45px;
  border-radius: 20px;
  background-color: blue;
  color: white;
  font-size: medium;
  font-weight: 600;
  text-transform: capitalize;
}

.custom-heliumh1 {
    padding: 15px 0px;
    margin: 15px 0px;
}

.cf-edit-account-link-spacer {
    display: none;
}

.cf-form-inner .cf-form-actions:not([data-empty=true]){
margin-top: 5px!important;
}

#login_pupop .text {
    padding-top: 5px;
}

/* stylings for add to cart for 3popular products  */
button.btn.btn-add-to-cart {
    padding: 10px 22px;
    border-radius: 20px;
    background-color: #2b38d1;
    color: white;
}

/*Styling for recaptcha  */
#shop-hcaptcha-badge-container {
  display: none !important;
}

/*Styling for PDP description */
.a-list-item {
    list-style-type: disc;
    margin-left: 20px;
    display: list-item;
    color: black;
}

/*Brand banners  */

.alo-image img{
object-fit: contain;
}

.tabcontent .tab-products ul{
  margin-bottom: 15px;
}
.tabcontent .tab-products ul li a{
  font-size: 18px;
}

/*  */
.beae-builder{
 background-color: black;
}

a.brand-logo img{
   width: 75px;
   height: 75px;
}

.tabs-product .description td {
    color: #060607;
}

#geforce-creators #laber_template--24160266125627__main {
  padding: 0 !important;
  background-color: white !important;
}


#shopify-section-template--24160267043131__cooler_master_section_bP9Dpa .product-collection {
    height: 507px !important;
}