/** Shopify CDN: Minification failed

Line 47:0 Comments in CSS use "/* ... */" instead of "//"
Line 647:0 Expected "}" to go with "{"

**/
/* brands Grid Wrapper */
.brandsGrid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
}

.brandsGrid.p-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.brandsGrid.p-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brandsGrid.p-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brandsGrid.p-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* brand Boxes */
.brand {
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  position: relative;
  box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.15);
}

.brand__text {
  width: 100%;
  padding: 25px;
  text-align: left;  
}

// all the span possibilities

.brand.span-1{
  grid-row: span 1;
}
.brand.span-2{
  grid-row: span 2;  
}
.brand.span-3{
  grid-row: span 3;
}
.brand.span-4{
  grid-row: span 4;
}
.brand.span-5{
  grid-row: span 5;
}
.brand.span-6{
  grid-row: span 6;
}
.brand.span-7{
  grid-row: span 7;
}
.brand.span-8{
  grid-row: span 8;
}
.brand.span-9{
  grid-row: span 9;
}
.brand.span-10{
  grid-row: span 10;
}
.brand.span-11{
  grid-row: span 11;
}
.brand.span-12{
  grid-row: span 12;
}
.brand.span-13{
  grid-row: span 13;
}
.brand.span-14{
  grid-row: span 14;
}
.brand.span-15{
  grid-row: span 15;
}
.brand.span-16{
  grid-row: span 16;
}
.brand.span-17{
  grid-row: span 17;
}
.brand.span-18{
  grid-row: span 18;
}
.brand.span-19{
  grid-row: span 19;
}
.brand.span-20{
  grid-row: span 20;
}
.brand.span-21{
  grid-row: span 21;
}
.brand.span-22{
  grid-row: span 22;
}
.brand.span-23{
  grid-row: span 23;
}
.brand.span-24{
  grid-row: span 24;
}


.brand.col-span-1{
  background: inherit;
}

.brand.col-span-1.col-span-end-3.row-span-1.row-span-end-3{
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

/* .brand.row-span-1.row-span-end-3{
  grid-row: 1 / 3;
} */


/* Grey brands */
.brand:nth-of-type(odd) {
  /* flex-direction: row; */
  /* background: transparent radial-gradient(circle at 86% 50%, #ffffff, #d4d4d4); */
}

.brand:nth-of-type(odd) .brand--title,
.brand:nth-of-type(odd) .brand--subtitle {
  /* color: #000; */
}

/* Teal brands */
.brand:nth-of-type(even) {
  /* flex-direction: row-reverse; */
  /* background: transparent radial-gradient(circle at 86% 50%, #94e9eb, #339091); */
}

.brand__img {
    
    padding-right: 25px;
    padding-left: 25px;
    
} 

.brand__mobile-img {
    
    display: none;
} 

.brand__desktop-img {
       
    display: block;
} 

.block-title {
    font-size: 40px;
    text-align: center;
    line-height: 45px;
    color: black;
    margin: auto;
    padding: 25px;
}

.block-subheading {
    font-size: 20px;
    text-align: center;
    color: #a7a7a7;
    margin: auto;
    padding: 0px 25px 50px 40px;
    font-weight: 400;
}

.introduction {    
    text-align: center;
    margin: auto;
    padding: 0px 25px 25px 25px;
    line-height: 25px;
}

.brand--title {
  font-size: 32px;
  font-weight: 800 !important;
  line-height: 1;
  margin-bottom: 10px;
  
}

.brand--subtitle {
  /*
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 10px;
  text-transform: uppercase;
  */
}


.button-brand-page-full-width {
	background-color: transparent;
    color: #252525;
    padding: 10px 50px;
    min-height: 48px;
    text-decoration: none;
    border: 1px solid #000;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 15px 0;
	box-shadow:inset 0 0 0 0.01px #252525;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	transition:all ease 0.3s;
}

.button-brand-page-full-width:hover {
	box-shadow:inset 300px 0 0 0.01px black;
	color:white;
}
.brand-page-full-width-block {
	height:fit-content;
	color:white;
	width:100%;
    text-align: left;
}
.brand-page-full-width-block-relative {
	position:relative;
	max-width:1360px;
	margin:auto;
	padding:25px;
}
.brand-page-full-width-block h1 {
	font-size:36px;
	font-weight:800;
	color:white;
	line-height:40px;
    padding-top: 50px;
}
.brand-page-full-width-block p {
    color:white; 
    margin:10px 0;
}
.brand-page-full-width-cards {
	width:100%;
	display:block;
    visibility: visible;
    padding-bottom: 50px;
    padding-top:50px;
}

.brand-page-full-width-button-container {
  
}

.circle {
  width: 85px;
  height: 85px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: transparent radial-gradient(circle at 86% 50%,#C41E3A,#FF0000);
  position: absolute;
  top: 50px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.circle p {
  color:white; 
  font-weight:800; 
  text-transform: uppercase;
  
}

  /* New Code 50/50 top block desktop Below 2024 Refresh  */

.brand-page-top-block {
	height:fit-content;
	color:white;
	width:100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.brand-page-top-block-side-1 {
    order: 2;
    flex-basis: 50%;
    padding:20px;
}

.brand-page-top-block-side-1 h2 {
    padding-bottom: 20px;
}  

.brand-page-top-block-side-2 {
  order: 1;
  flex-basis: 50%;
}

.brand-page-top-block.swap-desktop .brand-page-top-block-side-1 {
        order: 1;
}
    
.brand-page-top-block.swap-desktop .brand-page-top-block-side-2 {
        order: 2;
}

.brand-page-top-block-side-2 .extend-image {
    width: calc(100% + 25rem);
    height: 600px;
    object-fit: cover;
    margin-left: -25rem;
}

.brand-page-top-block-side-2 .swap-image {
    width: calc(100% + 25rem);
    height: 600px;
    object-fit: cover;
    margin-left: 0px; 
}

.brand-page-top-block-side-1 p {
  color: black;
  line-height: 2rem;
  margin-top: 20px;
}

/* New Code 50/50 top block desktop Above 2024 Refresh  */

.three-column-section {
    display: flex;
    flex-wrap: wrap;
  }

.three-column-section .column-block {
    flex: 1 1 33%;
    text-align: left;
    padding: 20px;
    color: black;
  }

.three-column-section h2 {
    padding-bottom: 20px;
}  

.three-column-section p {
    color: black;
    line-height: 2rem;
    margin-top: 20px;
}  

.three-column-section img {
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;

  }

.column-block.center-content {
    text-align: center;
  }

/* New Code three column section desktop Above 2024 Refresh  */

.two-product-block {
    background-color: #34303F;
    padding: 20px 0px 20px 0px;
}

.brand-button {
    display: inline-flex;
    color: white;
    background: linear-gradient(to left, var(--color-quaternary-medium) 50%, white 50%) right;
    background-size: 200%;
    transition: .2s ease-out;
    min-height: 48px;
    margin: 15px 0;
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.brand-button:hover {
    background-position: left;
    color: var(--color-quaternary-medium);
}


/* New Code two products section desktop Above 2024 Refresh */

.brand-featured-collection{
    background-color: #F2F2F2;
  
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

.product-card {
    width: 33%;
    /* margin-bottom: 30px; */
    text-align: left;
    color: black;
  }

.product-card a {
    display: flex;
    text-decoration: none;
    color: inherit;
    width: 100%;
  }

.product-image {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.product-image img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;

  }

.brand-product-details {
    width: 60%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.product-title {
    margin: 5px 0;
    color: black;
  }

.product-tags, .product-price {
    color: black;
    margin: 5px 0;
    font-size: 1.3rem;
    font-weight: 300;
  }

.product-tage p {
    font-size:1.3rem;
  
}

.original-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
  }

.current-price {
    color: #6db9c7;
    margin: 5px 0;  
  }

.current-price span {
    color: #6db9c7;
  }

.tag {
    background-color: #f0f0f0;
    border-radius: 3px;
    padding: 2px 5px;
    margin-right: 5px;
  }

.brand-featured-title {
    padding: 20px 0px 20px 0px;
  }

.brand-featured-description {
    padding-bottom: 20px;
    color:black;
  
  }

.brand-featured-tag-title {
    padding-top: 20px;
}

/* New Code for brand page featured prodcuts */ 

@media only screen and (min-width: 750px) {
  .brandsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media only screen and (max-width: 750px) {

.brand--title {
  font-size: 28px;
  }
  
}


@media only screen and (max-width: 600px) {
  .brandsGrid, .brandsGrid.p-1, .brandsGrid.p-2, .brandsGrid.p-3, .brandsGrid.p-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }

  .brand{
  flex-direction: column-reverse!important;
}

  .brand__text {
  padding: 25px;
  text-align: left;  
}
  
.brand-page-full-width-block {
		text-align: center;
	}

.brand-page-full-width-button-container {
    
    margin: auto;
    
}

.circle {
  right: 30px;
  
}

.brand__mobile-img {
    
    
    display: block;
} 

.brand__desktop-img {
    
    
    display: none;
}  

/* New Code 50/50 top block mobile Below 2024 Refresh  */

.brand-page-top-block-side-1 {
    flex-basis: 100%;
    padding: 20px;
    order: 2;
}


  
.brand-page-top-block-side-2 { 
    flex-basis: 100%;
    order: 1;
}  

.brand-page-top-block.swap-desktop .brand-page-top-block-side-1 {
        order: 2;
}
    
.brand-page-top-block.swap-desktop .brand-page-top-block-side-2 {
        order: 1;
}  

.brand-page-top-block-side-2 .extend-image {
      width: calc(100% + 4rem);      
      margin-left: -2rem;
      height: auto;
}
  
.brand-page-top-block-side-2 .swap-image {
      width: calc(100% + 4rem);      
      margin-left: -2rem;
      height: auto;
  
}  
  
/* New Code 50/50 top block mobile Above 2024 Refresh  */

.three-column-section .column-block {
      flex: 1 1 100%;
    }
  
/* New Code three column section mobile Above 2024 Refresh  */

  .product-card {
      width: 100%;
      flex-direction: column;
    }  

  .product-image {
    width: 40%;
  }

  .product-details {
    width: 60%;
  }
/* New Code brand page featured products mobile Above 2024 Refresh  */
  
.brand__text a {
  text-decoration: underline !important;
}

.brand__text p {
  color:#000 !important;
  line-height: 150% !important;
}
