/** Shopify CDN: Minification failed

Line 401:0 "@charset" must be the first rule in the file
Line 1565:21 Expected identifier but found whitespace
Line 1565:23 Unexpected "{"
Line 1565:33 Expected ":"
Line 1660:21 Expected identifier but found whitespace
Line 1660:23 Unexpected "{"
Line 1660:33 Expected ":"

**/
/* Product title for desktop */
  @media screen and (min-width: 769px) {
    .template-product .product-single__title {
      font-size: 22px;
      line-height: 1.2;
    }
  }

  /* Product title for mobile */
  @media screen and (max-width: 768px) {
    .template-product .product-single__title {
      font-size: 16px;
      line-height: 1.2;
    }
  }



.accordion-title h1,h2,h3,h4 {
  text-transform:none;
}

/* .video-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
video-flex-container .parkour-video-img--container {
  flex: 1;
  position: relative;
} */

/* GR - 20 Aug '21 */

.product-full-width-video {
  max-width: 100%;
}

/* GR - 26 Aug '21 */
.benefits.benefit-row1, .benefits.benefit-row2 {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .benefits.benefit-row1, .benefits.benefit-row2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*				Custom Image-Text-1			*/

.gr-container {
/*   min-height: 100vh; */
  align-content: center;
  display: block;
  overflow-x: hidden;
}
.custom-text-image-section .gr-container{
	overflow-x: inherit;
}
.gr-image {
  position: absolute;
}

.gr-container .btn, .gr-container .btn:hover {
    background-color: #fff !important;
    color: #000 !important;
  	animation: fade-in 2s ease 1.3s forwards;
}

.gr-image, .gr-image > img {
    width: 100%;
}

#shopify-section-1630503223244537f8 {
    margin-top: 0px;
}

@media (min-width: 1281px) {
  #shopify-section-1630503223244537f8 {
    margin-top: 0px;
  }
}

@media (min-width: 769px) {
  .gr-mobile-img {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .gr-container {
/*   	min-height: 60vh; */
  }
}

.gr-desktop-img {
    display: block;  	
}

@media (max-width: 768px) {
  .gr-desktop-img {
    display: none;
  }
  
  .gr-container .hero__title {
    font-size: 23px;
}
  
  .gr-container {
/*     min-height: auto; */
    align-content: end;
    overflow-y: hidden;
}
  
  .gr-image {
    position: relative;
}
  
  .gr-container .hero__text-wrap {
/*     margin-top: -180px; */
}
}

/*				Slide Animation				*/

.gr-image {
    translate: 400px;
    animation: fade 0.5s forwards;
    animation-delay: 0.5s;
}

.gr-container .hero__title {
  transform: translateY(100px);
  opacity: 0;
  animation: slide 0.5s forwards;
  animation-delay: 1s;
}

.gr-container .hero__subtitle {
  transform: translateY(100px);
  opacity: 0;
  animation: slide 0.5s forwards;
  animation-delay: 1.2s;
}

.gr-container .hero__link {
  transform: translateY(100px);
  opacity: 0;
  animation: slide 0.5s forwards;
  animation-delay: 1.4s;
}


@keyframes fade {
    100% { translate: 0; }
}

@keyframes slide {
    100% { transform: translate(0px); opacity: 1; }
}

@media screen and (max-width: 798px) {
  .medium-up--one-half {
    width: 100% !important;
  }
}
/*				Product Benefits				*/
.benefit-row1 {
  padding-top: 35px;
}
.benefit-row2 {
  margin-bottom: 30px;
}
.benefits .col-ts-3 {
  flex-basis: 20%;
  flex-grow: 0;
  flex-shrink: 1;
  margin: auto;
}
.benefits .inner-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
.benefits .inner-box img {
  max-width: 40px;
}
.benefits .inner-box span {
  font-size: 0.9rem;
}
.row-ts.collapse-tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 35px;
  flex-wrap: nowrap;
}
.benefits .col-ts-3 {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) 
{
  .benefit-row1 {
    padding-bottom: 30px;
  }
  .benefit-row1 .col-ts-3
  {
    padding-top:5px;
    padding-bottom:5px;
  }
  .row-ts.collapse-tab {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .row-ts.collapse-tab:last-of-type {
    padding-bottom: 35;
  }
  .benefits .inner-box {
    justify-content: left;
  }
}
.row-ts { 
  padding-bottom: 30px;
}
.row-ts h2 {
  text-align: center;
}


/* Task 1 --  AB */
@media screen and (max-width: 520px) 
{
	.hero__text-content.vertical-center.horizontal-right.mobile__vertical-bottom.mobile__horizontal-center
	{
		vertical-align: bottom;
	    text-align: center;
	}
    .product-block.product-block--sales-point .sales-point .icon-and-text {
      justify-content: flex-start;
      text-align: left;
    }
}


.alternate-article-template .section-header {
    text-align: left;
}

.product-block-faq .collapsible-content.collapsible-content--all.is-open
{
  height:auto !important;
}

 
/* Disable Sale tags on Collection thumbnails - Now done in product-grid
.grid-product__tag--sale {
    display: none;
}  */ 
/* product-custom-images */

.product-logos-container-wrapper {
/*   border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; */
  width: 100%;
}
.product-logos-container {
  width: 95%;
  min-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  max-width: 1200px;
/*   margin-top: 25px;
  margin-bottom: 25px; */
}
.product-logo-container {
  flex-basis: 25%;
/*   border-right: 1px solid #d9d9d9; */
  text-align: center;
  padding: 10px 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
/* .product-logo-container:last-of-type {
  border-right: none;
  border-bottom: none;
} */
.product-logo-container img {
  width: auto;
  height: auto;
  margin-bottom: 0;
  max-width: 120px;
  margin-right: 10px;
}
.product-logo-title {
  text-align: left;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.product-logo-text {
  text-align: left;
  color: #808080;
  font-size: 12px;
  margin-bottom: 0;
}
.product-images-full {
  width: 100%;
  text-align: center;
}
.product-images-half-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.product-images-full img, .product-images-half img {
  height: 115vh;
  object-fit: cover;
  object-position: center;
}
.product-images-half {
  width: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 1007px) {
  .product-logos-container {
    flex-wrap: wrap;
    min-width: unset;
    width: 50%;
    min-width: 486px;   
    
  }
  .product-logo-container {
    flex-basis: 50%;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
  }
/*   .product-logo-container:nth-of-type(even) {
    border-right: none;
  } */
}
@media screen and (max-width: 520px) {
  .product-logos-container {
    min-width: initial;
    width: auto;
  }
  .product-logo-container {
    flex-basis: 50%;
    justify-content: left;
  }
}

.product-additional-container-wrapper {
  .product-logo-container {
    flex-basis: 33%;
    padding: 30px 58px;
  }
  .product-logo-title {
    font-family: "Din Next";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
  }
  .product-logo-text {
    font-family: "Din Next";
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 20px;
  }
}
/*   Turn Google Captcha Off
  } */
.grecaptcha-badge {
    display: none !important;
}

/*   Landing Page Sections */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


/*bang landing page*/
.bang-landing-page{
  margin:0 auto;
  max-width:1920px;
}
/*bang header*/
.bang-header .announcement-slider{
  display:flex;
  align-items:center;
  justify-content: center;
}
.bang-header .announcement-slider__slide{
  width:auto;
  margin-right:20px;
}
.bang-header .grid{
  display: flex;
  align-items: center;
}
.bang-header .header__button .btn{
  padding: 6px 10px;
  font-size: 13px;
}
.bang-header .header__item.header__logo,
.bang-header .header__item.header__button{
  width: 25%;
}
.bang-header .header__item.header__announcement{
  width: 50%;
}
.bang-header .header__item .site-header__logo{
  margin:0;
}

.bang-header .header__button{
  text-align: right;
}
/*brag bar*/
.brag-bar-slider{
  margin: 0 auto;
  max-width: 900px;
  padding: 10px 0;
}
.brag-bar-slider .slick-track{
  display: flex;
  align-items: center;
  justify-content: center;
}
.brag-bar-item {
  text-align:center;
}
.brag-bar-item img {
  margin: 0 auto;
}
.brag-bar-slider .slick-next {
  right: 25px;
  z-index: 9999;
}
.brag-bar-slider .slick-next:before {
  content: '';
  display: block;
  width:10px;
  height:20px;
  background: url('next.svg') no-repeat;
  opacity: 1;
} 
.brag-bar-slider .slick-prev {
  left: 25px;
  z-index: 9999;
}
.brag-bar-slider .slick-prev:before {
  content: '';
  display: block;
  width:10px;
  height:20px;
  background: url('prev.svg') no-repeat;
  opacity: 1;
} 
/*bang icons list*/
.desktop-hide{
  display:none;
}
.bang-icons-list-container{
  text-align:center;
}
.bang-icons-list-wrapper{
  padding:75px 0;
}
.bang-icons-list{
  display: flex;
  flex-wrap: wrap;
}
.bang-icons-list-item{
  width:25%;
  padding:0 25px;
  margin-bottom: 20px;
}
.bang-icons-button{
  margin-top:75px;
}
/*image with text 3*/
.image-with-text-3 h2{
  font-size: 53px;
}
.image-with-text-3 h3{
  font-size: 48px;
}
.image-with-text-3 h2,
.image-with-text-3 h3{
  margin-bottom: 30px;
}
.image-with-text-3 .rate{
  margin-bottom: 20px;
}
.image-with-text-3 .grid__item{
  width: 50%;
  padding:0;
}
.section-inner{
  align-items: center;
  display: flex;
}
.image-with-text-3 .item-text{
  padding: 0 5% 0 27%;
}
.image-with-text-3 #left.section-inner .item-text{
  padding: 0 27% 0 5%;
}
.image-with-text-3 .item-img{
  margin-bottom: -4px;
}
.image-with-text-3 #left.section-inner{
  flex-direction: row-reverse;
}
.image-with-text-3 .rate{
  display: flex;
  line-height: 22px;
}
.image-with-text-3 .rate .rate_icon{
  margin-right:10px;
}
.score {
  display: block;
  font-size: 22px;
  position: relative;
  overflow: hidden;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 22px;
}

.score .stars-active {
  color: #EEBD01;
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.score .stars-inactive {
  color: #EEBD01;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  /* overflow: hidden; */
}
.image-with-text-3 .text-width-img{
  display: flex;
}
.image-with-text-3 .text-width-img img{
  max-width: 150px;
  margin-left: 45px;
}
.image-with-text-3 .zero{
  display: flex;
  align-items: center;
  height: 40px;
  overflow: hidden;
}
.image-with-text-3 .zero svg{
  max-width: 160px;
}
.image-with-text-3 .bullet{
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.image-with-text-3 .bullet .bullet_item{
  margin: 3px 10px;
  display: inline-flex;
  align-items: center;
  margin-bottom:10px;
}
.image-with-text-3 .bullet .bullet_item .icon{
  margin-right:5px;
}
.image-with-text-3 .bullet .bullet_item p{
  margin-bottom:0;
}

/*image with text 4*/
.image-with-text-4 .grid__item{
  width: 50%;
  padding:0;
}
.section-inner{
  align-items: center;
  display: flex;
}
.image-with-text-4 .item-text{
  padding: 0 5%;
}
.image-with-text-4 .item-img{
  margin-bottom: -4px;
}
/*image with text 5*/
.image-with-text-5 .grid{
  margin: 0 0 0 0;
}
.image-with-text-5 .grid__item{
  width: 50%;
  padding:0;
}
.section-inner{
  align-items: center;
  display: flex;
}
#left.section-inner{
  flex-direction: row-reverse;
}
.image-with-text-5 .item-text{
  padding: 0 5%;
  display: flex;
}
.image-with-text-5 .full-width .item-text{
  padding: 0 10%;
}
.item-number{
  font-size:36px;
  padding-right:30px;
}
.image-with-text-5 .item-img{
  margin-bottom: -4px;
}
.image-with-text-5 .text.desktop-hidden{
  display:none;
}
/*comparison section*/
.comparison-section .section-heading{
  text-align:center;
}
.comparison-section .comparison-table{
  margin:35px auto;
  max-width:980px;
  padding:30px 60px;
  background:#fff;
}
.comparison-section .grid{
  margin-bottom:5px;
  display: flex;
}
.comparison-section .grid .grid__item{
  width: 33.333%;
  padding: 10px 0 5px 0;
  flex: 1;
  min-height:60px;
  display: inline-flex;
  align-items: center;
}
.comparison-section .grid .grid__item.column-1,
.comparison-section .grid .grid__item.column-2{
  text-align:center;
  justify-content: center;
}
.comparison-section .grid .grid__item.column-1 img,
.comparison-section .grid .grid__item.column-2 img{
  max-width:28px;
}
.comparison-table-top .column-1{
  font-size: 35px;
  font-weight: bold;
}
.comparison-section .comparison-table-bottom,
.comparison-section .section-footer{
  text-align:center;
}
.comparison-section .comparison-table-bottom .grid__item {
  justify-content: center;
  font-size:15px;
  color: rgb(127, 128, 130);
}
/*Faq*/
.bang-landing-page .collapsible-trigger__icon--circle{
  border-color: #2c2c2c;
}
.desktop-only{
  display:block;
}
.mobile-only{
  display:none;
}
@media only screen and (min-width: 769px){
  .faq-section{
    padding: 75px 0;
    margin: 0;
  }
  .site-header__logo img {
    left: 95px;
  }
}
@media only screen and (max-width: 1170px){
  .image-with-text-3 .text-width-img {
    align-items: center;
  }
  .image-with-text-3 .text-width-img img {
    max-width: 150px;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px){
  .image-with-text-3 .item-text {
    padding: 25px 5% 25px 10%;
  }
  .image-with-text-3 .text-width-img {
    align-items: center;
  }
  .image-with-text-3 .text-width-img img {
    max-width: 116px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px){
  .bang-header .header__button .btn {
    padding: 5px 10px;
    font-size: 12px;
    text-transform: inherit;
  }
  .desktop-only{
    display:none;
  }
  .mobile-only{
    display:block;
  }
  .bang-header .grid{
    margin-left: 0px;
  }
  .bang-header .header__item.header__logo,
  .bang-header .header__item.header__button{
    width: 50%;
    padding: 10px 0 8px 0;
  }
  .bang-header .announcement-slider__slide {
    margin-right: 0px;
  }
  .site-header__logo-link {
    margin: 0;
  }
  .brag-bar-item img {
    max-width: 200px;
  }
  .desktop-hide{
    display:none;
  }
  .bang-icons-list-wrapper{
    padding:50px 0;
  }
  .bang-icons-list {
    flex-direction: row;
  }
  .bang-icons-list-item{
    padding:0 25px;
  }
  .bang-icons-button{
    margin-top:50px;
  }
  .bang-icons-button.desktop-hide {
    display: inline-block;
    margin:0 0 50px 0;
  }
  .image-with-text-3 #left.section-inner{
    flex-direction: column;
  }
  #mb-img-bottom .image-with-text-3 #left.section-inner,
  #mb-img-bottom .image-with-text-3 #right.section-inner{
    flex-direction: column-reverse;
  }
  .image-with-text-3 .grid__item{
    width: 100%;
    margin-bottom:30px;
  }
  .image-with-text-3 .item-text{
    padding:0 0 35px 17px;
  }
  .image-with-text-3 #left.section-inner .item-text,
  .image-with-text-3 #right.section-inner .item-text{
    padding:20px 15px 30px 30px;
  }
  .image-with-text-4 .grid__item{
    width: 100%;
  }
  .image-with-text-4 .item-text{
    padding:0 0 35px 17px;
  }
  .image-with-text-4 .item-img{
    margin: 0 -17px;
  }
  .image-with-text-5 .grid__item{
    width: 100%;
  }
  .image-with-text-5 .full-width .item-text{
    padding:20px 15px 30px 30px;
  }
  .image-with-text-5 .item-text{
    padding:0 0 35px 0;
  }
  .image-with-text-5 .text.mobile-hidden{
    display:none;
  }
  .image-with-text-5 .text.desktop-hidden{
    display:block;
    padding:20px 15px 40px 32px;
  }

  #left.section-inner,
  .section-inner {
    flex-direction: column;
  }
  #mb-img-top   .section-inner {
    flex-direction: column-reverse;
  }
  .faq-section{
    padding: 40px 0;
    margin: 0;
  }
  .comparison-section .comparison-table{
    padding: 30px 5px 30px 30px;
    font-size:15px;
  }
  .comparison-table-top .column-1{
    font-size: 20px;
    font-weight: bold;
  }
  .bang-landing-page .btn{
    font-size: 11px;
  }
  .image-with-text-3 .text-width-img img {
    margin-left: 0px;
  }
  .image-with-text-3 h2{
    font-size: 40px;
  }
  .image-with-text-3 h3{
    font-size: 33px;
  }
}
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}
[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}
.slick-prev:before
{
  content: '←';
}
[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}
.slick-next:before
{
  content: '→';
}
[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*   Landing Page Sections End */
.bubbles-section {
  overflow-x: scroll;
  padding: 20px 10px;
}
.bubbles-row {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin: auto;
}
.bubble-set {
  padding: 0px 5px;
}
.bubble-set a {
  display: flex;
  flex-direction: column;
}
.bubble-img-wrapper {
  width: 85px;
  display: block;
  margin: auto;
}
.bubble-img-wrapper img {
  width: 65px;
  display: block;
  margin: auto;
  border-radius: 50%;
}
.bubble-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 10px;
}
.bubble-text-wrapper p {
  text-align: center;
  color: #000;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}
.announcement-bar-block .top-header-area ul {
  margin: 0;
}
.announcement-bar-block .top-header-area ul li,
.top-header-static ul li{
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  list-style: none;
}
.announcement-bar-block .top-header-area ul li span.bloc-dot,
.top-header-static ul li span.bloc-dot{
  margin-right: 5px;
}
.announcement-bar-block .top-header-area{
  display: flex;
  align-items: center;
}
.top-header-static ul {
  display: flex;
  margin: 0;
}
.top-header-static {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.logoSlider {
  opacity: 0;
}
ul.logoSlider.slick-initialized.slick-slider + .top-header-static {
  display: none;
}
p.swatches-label {
  text-transform: none;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  font-family: 'Prompt';
}
p.swatches-label.first-label {
  margin-top: 5px;
}
.logoSlider .slick-track{
	display: flex;
  	align-items: center;
}
/*						Custom Collection Header						*/

.custom-collection-header-image {
  position: relative;
  
}
.custom-collection-header-image .collection-featured-image img {
  width: 100%;
  display: block;
}
.custom-collection-header-image .collection-featured-image {
  width: 100%;
}
.featured-collection-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.subcollection-buttons-section ul.subcollection-buttons-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.subcollection-buttons-section ul.subcollection-buttons-block li {
  list-style: none;
}
.featured-collection-content h2 {
  margin-bottom: 10px;
}
.featured-collection-content .collection-subheading-block {
  margin-bottom: 25px;
}
.subcollection-buttons-section ul.subcollection-buttons-block li a {
  display: inline-block;
  background-color: #e3e3e3;
  color: #2c2c2c;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  margin: 2px 4px;
  width: max-content;
}
.subcollection-buttons-section.button-blocks-mobile{
  display: none;
}
.custom-collection-header-image .collection-metafield-image-block picture img {
  width: 100%;
  display: block;
}
.subcollection-buttons-section ul.subcollection-buttons-block li.active a,
.subcollection-buttons-section ul.subcollection-buttons-block a:hover {
    background-color: #2c2c2c;
    color: #ffffff;
  transition: 0.3 ease-in-out;
}
/* width */
.subcollection-buttons-section ul.subcollection-buttons-block::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}

.subcollection-buttons-section ul.subcollection-buttons-block::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #2c2c2c;
}
.subcollection-buttons-section ul.subcollection-buttons-block::-webkit-scrollbar-thumb {
  background: #2c2c2c; 
  border-radius: 10px;
  height: 5px;  
}


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


  .subcollection-buttons-section ul.subcollection-buttons-block{
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 8px;
    scrollbar-color: dark;
  }
}
@media only screen and (max-width:768px){
  .subcollection-buttons-section.button-blocks-mobile {
    display: block;
    margin-top: 10px;
  }
  .subcollection-buttons-section ul.subcollection-buttons-block li a {
    background-color: #e3e3e3;
    font-weight: bold;
    text-align: center;
    padding: 12px 15px;
  }

}


/*						Additional Blogs						*/

.addblogs-heading {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

@media (min-width: 769px) {
  .addblogs-column {
    max-width: 32%;
    text-align: center;
    font-weight: bold;
    margin: 15px;
  }

  .addblogs-container {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .addblogs-column {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
.image-with-text-heading-block {
    margin-bottom: 30px;
}
.image-with-text-6 div.rate {
    display: flex;
}

.image-with-text-6 div.rate span.rate_icon {
  margin-right: 10px;
}
.image-with-text-6 div.rate {
  display: flex;
  margin-bottom: 10px;
}

.stock-alert-block-section .stock-alert-item {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #fff2c6;
  border: 1px solid #dec675;
  font-size: 14px;
}
.item-img img {
  display: block;
  width: 100%;
}
button.slick-arrow {
  position: absolute;
  z-index: 99;
  background-color: #002168;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
button.slick-icons.slick-arrow svg {
  fill: #ffffff;
  font-size: 18px;
  width: 18px;
  height: 18px;
}
button.image-button_prev.slick-icons.slick-arrow {
  left: 20px;
}
button.image-button_next.slick-icons.slick-arrow {
  right: 20px;
}
button.image-button_prev.slick-icons.slick-arrow svg{
  transform: rotate(180deg);
}
.product-single__meta .product-block a {
  font-weight: 600;
  text-decoration: underline;
}

/*						Product Swatches						*/
.color-swatch{
  height:26px;
  width:26px;
}
 
/*						Okendo Display Heading on Home Page Carousel						*/
.okeReviews.okeReviews--theme .okeReviews-reviewsCarousel-heading {
    display: block !important;
}

/*	Text Columns Custom Section	*/
.textcolumns-block-section .section-header {
  margin-bottom: 20px;
}
.textcolumns-block-section .section-desc {
  max-width: 768px;
  margin: 0 auto 60px;
} 

.preorder-message 
{

font-size: 15px!important;
background: #ffffff!important;
color: #000!important;
text-align: center!important;
padding: 3px 6px;
}
.preorder-message:not(.active) {display:none;}
div#custom-add-to-cart-button-group-id.preorder button
{
background: #E4572E!important;
color: #fff!important;
border: 1px solid #E4572E!important;
}
div#custom-add-to-cart-button-group-id.preorder .preorder-message 
{
display:block;
}

/*						Featured Product Section						*/
.featured-secton-wrap-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
}
.featured-secton-wrap-block .wrap-index-section {
    width: calc(33.33% - 20px);
    margin: 0;
}
.featured-secton-wrap-block .wrap-index-section .grid__item.medium-up--one-half.product-single__sticky {
  width: 100%;
  position: inherit;
}
.featured-secton-wrap-block .wrap-index-section .grid__item.medium-up--one-half {
  width: 100%;
}

.featured-secton-wrap-block .wrap-index-section .page-content.page-content--product .page-width {
  padding: 0;
}
.featured-secton-wrap-block .wrap-index-section .grid__item.medium-up--one-half.product-single__sticky .product__thumbs {
  display: none;
}
.featured-secton-wrap-block .wrap-index-section .grid__item.medium-up--one-half .product-single__meta {
  padding: 0;
  padding-top: 50px;
}
.featured-secton-wrap-block .wrap-index-section .grid__item.medium-up--one-half .product-single__meta h1.h2.product-single__title {
  font-size: 24px;
}
.featured-secton-wrap-block .wrap-index-section .page-content.page-content--product {
  padding: 0;
}
.featured-secton-wrap-block-main {
    padding: 60px 0 40px;
    background-color: {{ settings.product_featured_bg }};
}
.custom-product-reviews-block {
    margin-bottom: 10px;
}
.featured-secton-wrap-block .wrap-index-section .product-label-block {
    position: absolute;
    top: 0;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.featured-secton-wrap-block .wrap-index-section .product-label-block p {
    margin: 0;
}
.featured-secton-wrap-block .wrap-index-section .grid--product-images--partial {
    position: relative;
}
@media only screen and (max-width:768px){
.featured-secton-wrap-block .wrap-index-section {
  width: 100%;
  margin: 20px 0;
}
.featured-secton-wrap-block .wrap-index-section .grid__item.medium-up--one-half .product-single__meta {
    text-align: left;
}
}

.featured-secton-wrap-block .image-wrap .animate-me, 
.featured-secton-wrap-block .image-wrap .lazyloaded:not([role=presentation]), 
.featured-secton-wrap-block .image-wrap svg 
{
    animation: fade-in 1s cubic-bezier(.26,.54,.32,1) 0s forwards;
}  

/*
@media only screen and (min-width:768px){
  .featured-secton-wrap-block .flickity-viewport
  {
  	height: 450px !important;
  }
}
*/
@media only screen and (max-width:767px){
.featured-secton-wrap-block .wrap-index-section .grid__item.medium-up--one-half .product-single__meta {
    padding: 10px 0 0;
}
}


/* Featured Product Section - 4	*/
.featured-secton-wrap-block-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
}
.featured-secton-wrap-block-4 .wrap-featured-4 {
    width: calc(25% - 20px);
    margin: 0;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .grid__item.medium-up--one-half.product-single__sticky {
  width: 100%;
  position: inherit;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .grid__item.medium-up--one-half {
  width: 100%;
}

.featured-secton-wrap-block-4 .wrap-featured-4 .page-content.page-content--product .page-width {
  padding: 0;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .grid__item.medium-up--one-half.product-single__sticky .product__thumbs {
  display: none;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .grid__item.medium-up--one-half .product-single__meta {
  padding: 0;
  padding-top: 50px;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .grid__item.medium-up--one-half .product-single__meta h1.h2.product-single__title {
  font-size: 24px;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .page-content.page-content--product {
  padding: 0;
}
.featured-secton-wrap-block-main-4 {
    padding: 60px 0 40px;
    background-color: {{ settings.product_featured_bg }};
}
.custom-product-reviews-block {
    margin-bottom: 10px;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .product-label-block {
    position: absolute;
    top: 0;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .product-label-block p {
    margin: 0;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .grid--product-images--partial {
    position: relative;
}
@media only screen and (max-width:768px){
.featured-secton-wrap-block-4 .wrap-featured-4 {
  width: calc(50% - 20px);
  margin:0;
}
.featured-secton-wrap-block-4 .wrap-featured-4 .grid__item.medium-up--one-half .product-single__meta {
    text-align: left;
}
}

.featured-secton-wrap-block-4 .image-wrap .animate-me, 
.featured-secton-wrap-block-4 .image-wrap .lazyloaded:not([role=presentation]), 
.featured-secton-wrap-block-4 .image-wrap svg 
{
    animation: fade-in 1s cubic-bezier(.26,.54,.32,1) 0s forwards;
}

/*
@media only screen and (min-width:768px){
  .featured-secton-wrap-block-4 .flickity-viewport
  {
  	height: 335px !important;
  }
}
*/
@media only screen and (max-width:767px){
.featured-secton-wrap-block-4 .wrap-featured-4 .grid__item.medium-up--one-half .product-single__meta {
    padding: 10px 0 0;
}
}



/***Custom Slider***/
.custom-slider { padding: 50px 0;}
.custom-slider-inner {   margin: 0 auto;}
.custom-slider-slide { width: 100%;}
.custom-slider-image img { object-fit: cover; width: 100%;  object-position: center;}
.custom-slider-text { text-align: center; margin-top: 20px;}

@media(max-width:768px){
  .mbl{display:block;}
  .dsk{display:none;}
  .custom-slider-inner { margin: 0 auto; max-width: 100% !important;}
   } 

@media(min-width:769px){
  .mbl{display:none;}
  .dsk{display:block;}
  .custom-slider-inner { margin: 0 auto; max-width: 100% !important;}
   } 

.static-marquee-header {
    justify-content: center;
}
.static-marquee-header ul.logoSlider-static li {
    font-size: 16px;
    font-weight: 600;
}

.sales-point-block.product-block.product-block--sales-point ul.sales-points span.icon-and-text span {
    font-size: 14px;
}
.inventory--preorder .icon--inventory:after, .inventory--preorder .icon--inventory:before {
    background: red;
}
/* Promotion Grid Mobile*/
.mobile-promotion-grid-block .slick-list { padding:0 25% 0 0 !important;}
.mobile-promotion-grid-block .slick-arrow 
{ 
background: rgb(255,255,255,0.8);
border-radius: 50%;
}
.mobile-promotion-grid-block .slick-arrow:hover 
{
background: rgb(255,255,255,1);  
}
.mobile-promotion-grid-block .slick-arrow:before
{
    font-family:roboto;
    color: #000;
    opacity:1;
}
.mobile-promotion-grid-block .slick-prev 
{
  left: 20px;  
}
.mobile-promotion-grid-block .slick-next 
{
  right: 20px;  
}

@media only screen and (min-width: 481px) and (max-width: 767px)
{
 .mobile-promotion-grid-block .promo-grid__container { min-height:420px }
}
@media only screen and (min-width: 361px) and (max-width: 480px)
{
 .mobile-promotion-grid-block .promo-grid__container { min-height:320px }
}
@media only screen and (max-width: 360px)
{
 .mobile-promotion-grid-block .promo-grid__container { min-height:260px }
}
body:not(.template-collection) .modal-quick-container > .quick-close {
  display: none;
}
@media screen and (min-width: 1165px) and (max-width: 1234px) {
  .site-nav__link {
    padding: 7.5px 10px;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1164px) {
  .site-nav__link {
    padding: 7.5px 4px;
  }
}
.above-product-title {
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
}
#AnnouncementSlider[data-compact="false"] > .announcement-slider__slide > .announcement-text {
  display: inline-block;
  vertical-align: middle;
}
#AnnouncementSlider[data-enabled-slide="false"][data-compact=false] {
  display: flex;
  max-width: 700px;
  justify-content: space-between;
  margin: auto;
}
#AnnouncementSlider[data-enabled-slide="false"][data-compact=false] .announcement-slider__slide {
  max-width: 33%;
  width: auto;
  flex: unset;
  flex-grow: 0;
  padding: 0 1rem;
} 
#AnnouncementSlider[data-enabled-slide="false"][data-compact=false] > .announcement-slider__slide > .announcement-text {
  display: inline-block;
  vertical-align: middle;
}
#AnnouncementSlider[data-enabled-slide="false"][data-compact=false] > .announcement-slider__slide {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  #AnnouncementSlider[data-enabled-slide=false][data-compact=false] > .announcement-slider__slide {
      display: flex;
      align-items: center;
      display: flex;
      flex-grow: 0;
      margin-right: .75rem;
      max-width: 33%;
      padding: 0;
  }
  #AnnouncementSlider[data-enabled-slide=false][data-compact=false] > .announcement-slider__slide > .announcement-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 1rem;
  }
}
.cart__checkout-wrapper.d-flex {
    margin-top: 20px;
    display: flex;
    gap: 1rem;
}
.announcement-image {
  min-width: 20px;
}
.announcement-image img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/***********************************************************************************/
.DynamicAccordion_Tab_Details.active {
transition: max-height .5s ease;
max-height: 40px;
}
.DynamicAccordion_Tab_Details.active {
position: relative;
}
.DynamicAccordion_Tab_Details {
transition: max-height .5s ease;
overflow: hidden;
max-height: 1000px;
padding: 0;
border: none;
color: #333;
margin-top: -3rem;
}
.DynamicAccordion_Tab_Details::after {
opacity: 0;
}
.DynamicAccordion_Tab_Details.active::after {
content: " ";
display: block;
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 76px;
background-image: linear-gradient(0, #FFFFFF, rgba(248,248,248,0));
opacity: 1;
transition: opacity .3s ease;
pointer-events: none;
}
.DynamicAccordion_Tab_Footer {
display: block;
}
.DynamicAccordion_Tab_Footer > span, 
.DynamicAccordion_Tab_Footer footer > span {
display: inline-block;
margin: 4px 0 6px 0;
padding: 0 10px;
border: 1px solid #e15a1d;
color: #e15a1d;
border-radius: 4px;
font-size: 13px;
line-height: 29px;
cursor: pointer;
user-select: none;
font-weight: bold;
}
.DynamicAccordion_Tab_Footer .open {
display: none;
}
.DynamicAccordion_Tab_Footer.active .open {
display: inline-block;
}
.DynamicAccordion_Tab_Footer.active .closed {
display: none;
}

@media screen and (min-width: 768px) {
.DynamicAccordion_Tab_Footer {
margin-bottom: 1rem;
}
}

/* Expand text*/
#expand-content {
    width: 98%;
    margin: auto;
    padding: 20px;
  
}

#expand-content a {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}

#expand-content a:hover {
    text-decoration: underline;
}

/* Font Sizes for Mobile 
  @media screen and (max-width: 768px) {
    .h2, h2 {
      font-size: 18px !important;;
      line-height: 1.2 !important;;
    }
    h1, h1 {
      font-size: 22px !important;;
      line-height: 1.2 !important;;
    }
  }
*/
/* Hide Quick View Button Collections Page */
.quick-product__btn {
  display:none !important; 
}

/* CD Sanket  */
.read_more_less{height: 290px; overflow: hidden;}
.product_description_read_more_text { text-decoration: underline; cursor: pointer; font-weight: 600;}
.cart__checkout-wrapper .view-cart{ background-color: transparent; border: 1px solid #6fa836; color: #333;}
@media screen and (max-width: 767px){
.read_more_less{ height: 500px;}
.header-layout .header-item--logo{ justify-content: center; width: 100%; flex: auto;}
}

/* CD Shubham */
.custom-collection-header-image{ height: 150px;}

/* CD code */
.showing_option_on_grid .variant-input-wrap .swatches-label { margin: 6px 0; }
.showing_option_on_grid .variant-input-wrap label {margin-bottom: 4px;}

.bundle_product_opener { position: fixed; top: 80%; transform: translateY(-50%); right: 2%; z-index: 2; box-shadow: 0 0 5px #000; background-color: #ffffff; border-radius: 5px; padding: 2px 4px; cursor: pointer; transition: 0.35s; }
.bundle_product_opener:hover { box-shadow: 0 0 10px #000; }

.select_ATC_variant_main .qty_ATC_inner { background-color: #333; border-radius: 50px; color: #fff; text-align: center; }
.select_ATC_variant_main .qty_ATC_inner .qty_btn_inner { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; }
.select_ATC_variant_main .qty_ATC_inner>* { padding: 8px 14px; }
.select_ATC_variant_main .qty_ATC_inner * { font-size: 16px; font-weight: bold; cursor: pointer; vertical-align: middle;}
.select_ATC_variant_main .qty_ATC_inner.qty_hide .qty_btn_inner, 
.select_ATC_variant_main .qty_ATC_inner:not(.qty_hide ) .atc_btn_JS{ display: none !important; }
.select_ATC_variant_main .qty_ATC_inner .atc_btn_JS { transition: all .3s linear; cursor: pointer; }
.select_ATC_variant_main .qty_ATC_inner svg { width: 12px; height: auto; }

.bundle_popup_content {background-color: #f2f2f2; padding: 5px;}
.bundle_popup_content:not(.sidebar_active) {position: fixed; top: 80%; transform: translateY(-50%); right: -100%; background-color: #fff; z-index: 999; width: 100%; max-width: 500px; transition: 0.5s; border: 1px solid #1433a3;}
.bundle_popup_content.active:not(.sidebar_active) {right: 0;}
.bundle_popup_content .bundle_popup_box .bundle_popup_header { padding: 10px; /* background-color: #1433a3; color: #fff; */ display: flex; flex-wrap: nowrap; align-items: center; }
.bundle_popup_content .bundle_popup_box .bundle_popup_header .popup_title { flex: 1; text-align: center; font-weight: bold; }
.bundle_popup_content .bundle_popup_box .close{ cursor: pointer; }
.bundle_popup_content .bundle_popup_box .close svg { width: 20px; height: auto; vertical-align: middle; fill: #fff; }
.bundle_popup_content .bundle_popup_box .bundle_popup_data_inner { padding: 10px; display: flex; flex-direction: column; gap: 10px; height: 100%; max-height: 100px; overflow: auto;}
.bundle_popup_content .bundle_popup_box .bundle_popup_data_inner .cart_item_inner { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; line-height: normal; }
.bundle_popup_content .bundle_popup_box .bundle_popup_data_inner .cart_item_inner .cart_item_price_remove { flex: 0 auto; display: flex; flex-wrap: nowrap; align-items: center; gap: 4px; }
.bundle_popup_content .bundle_popup_box .bundle_popup_data_inner .cart_item_inner .cart_item_title {flex: 1;}
.bundle_popup_content .bundle_popup_box .bundle_popup_data_inner .cart_item_inner .cart_item_price { display: flex; flex-direction: column; gap: 2px; }
.bundle_popup_content .bundle_popup_box .bundle_popup_data_inner .cart_item_inner .cart_item_remove { cursor: pointer; }
.bundle_popup_content .bundle_popup_box .bundle_popup_data_inner .cart_item_inner .cart_item_remove svg { width: 16px; height: auto; vertical-align: middle; }
.bundle_popup_content .bundle_popup_box .bundle_popup_final { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; padding: 10px; border-top: 3px solid #8696b7; /* background-color: #1433a3; color: #fff; */ } 
.bundle_popup_content .bundle_popup_box .bundle_popup_final * { font-size: 14px; } 
.bundle_popup_content .bundle_popup_box .bundle_popup_final .cart_drawer { padding: 6px 16px; letter-spacing: 1px; }
.bundle_popup_content .bundle_popup_box .bundle_popup_final .cart_drawer_open_JS.disabled { cursor: not-allowed; }

.collection-content.bundle_page_main .collection-grid__wrapper .grid.grid--uniform { display: flex; flex-wrap: wrap; }
.collection-content.bundle_page_main .collection-grid__wrapper .grid.grid--uniform .grid-product { display: flex; flex-direction: column; }
.collection-content.bundle_page_main .collection-grid__wrapper .grid.grid--uniform .grid-product .select_ATC_variant_main { display: flex; flex-wrap: nowrap; align-items: flex-end; flex: 1; }
.collection-content.bundle_page_main .collection-grid__wrapper .grid.grid--uniform .grid-product .select_ATC_variant_main .qty_ATC_inner { width: 100%; }

@media screen and (min-width: 769px) {
  .collection-content.bundle_page_main #CollectionAjaxContent .page-width>.grid {display: flex;flex-wrap: wrap;gap: 20px;margin: 0;}
  .collection-content.bundle_page_main #CollectionAjaxContent .page-width>.grid .grid__item--sidebar { display: none; }
  .collection-content.bundle_page_main #CollectionAjaxContent .page-width>.grid .bundle_popup_content_main_inner { width: calc(25% - 10px); }
  .collection-content.bundle_page_main #CollectionAjaxContent .page-width>.grid .grid__item--content { width: calc(75% - 10px); margin: 0; padding: 0; }
  .bundle_popup_content.sidebar_active { position: sticky; top: 0; /* border-left: 1px solid #1433a3; border-right: 1px solid #1433a3; */ }
  .bundle_popup_content.sidebar_active .bundle_popup_box .bundle_popup_data_inner { max-height: 60vh; }
}

@media screen and (max-width: 768px){
  .bundle_popup_content.sidebar_active {position: fixed; left: 50%; transform: translateX(-50%); bottom: -100%; background-color: #fff; width: calc(100% - 20px); max-width: 500px; transition: 0.5s; border: 1px solid #1433a3; z-index: 2;}
  .bundle_popup_content.sidebar_active.active {bottom: 75px;}
  .bundle_popup_content.sidebar_active .bundle_popup_box .bundle_popup_data_inner { max-height: 50vh; }
  .bundle_opener_btn {position: fixed; bottom: -100%; left: 50%; transform: translateX(-50%); width: calc(100% - 20px); background-color: #6fa836; color: #fff; padding: 10px; font-weight: 600; transition: 0.35s; display: flex; align-items: center; justify-content: center; gap: 4px;z-index: 2; } 
  .bundle_opener_btn.show_button { bottom: 10px; }
  .bundle_opener_btn .arrow { width: 100%; max-width: 14px; font-size: 0; transition: 0.35s; }
  .bundle_opener_btn.show_button.active .arrow {transform: scale(-1);}
  .bundle_opener_btn .arrow svg { width: 100%; height: auto; vertical-align: middle; }
  .bundle_opener_btn .arrow svg path { fill: #fff; }
  .bundle_page_main .color-swatch {width: 0; height: 0; padding: 15px; margin-left: 1px !important; margin-right: 1px !important;}
  .select_ATC_variant_main .qty_ATC_inner>* { padding: 8px; }
  .pre-order-txt {font-size: 12px !important;}
}

@media screen and (max-width: 520px){
  .bundle_page_main .color-swatch{padding: 8px; margin-left: 1px !important; margin-right: 1px !important;}
  .bundle_page_main .color-swatch:before{bottom: -2px; left: -2px; right: -2px; top: -2px;}  
}


/* Safari Colour Swatch Fix */
.variant-input-wrap label{
  box-shadow: none;
}
.variant-input-wrap input[type=radio]:checked+label{
  outline: 2px solid var(--colorTextBody);
  box-shadow: none;
}
.color-swatch {
    transition: outline .1s ease;
}


.title-price-wrap, .title-price-wrap-mobile{
  display: flex;
  flex-wrap: wrap;
}


.title-price-wrap-mobile .product-block--header, .title-price-wrap .product-block--header{
  width: 70%;
  margin-top: -3px;
}

.title-price-wrap-mobile .product-block--price, .title-price-wrap .product-block--price{
  width: 30%;
}


.new-product-template .product-single__title{
  margin-bottom: 5px;
}


.new-product-template .product__price--compare, .new-product-template .product__price.on-sale{
   padding-right: 0px;
}

.new-product-template .product__price{
   margin-right: 0px;
}


@media screen and (min-width: 769px) {
.template-product .product-single__title{
  font-size: 30px;
}

.new-product-template .junip-product-summary-star{
      width: 19px;
    }
    .new-product-template .junip-product-summary-review-count {
    font-size: 16px;
}
}

@media screen and (max-width: 768px) {
    .new-product-template .product-single__title {
        font-size: 24px;
    }
    .new-product-template .junip-product-summary-star{
      width: 18px;
    }
    .new-product-template .junip-product-summary-review-count {
    font-size: 15px;
}
}

.title-price-wrap .product-block,
.title-price-wrap-mobile .product-block{
   margin-bottom: 0px;
}
.title-price-wrap-mobile{
margin: 15px 0px 10px;
}

.title-price-wrap .product-block--price,
.title-price-wrap-mobile .product-block--price{
  margin-top: 0px;
}

.title-price-wrap-mobile .product__price{
  float: right;
}

@media screen and (min-width: 768px){
.title-price-wrap-mobile{
   display: none;
}
}


@media screen and (max-width: 768px){
.title-price-wrap-mobile{
   text-align: left;
}
.title-price-wrap{
  display: none;
}
}



.new-product-template .product-block--price{
  display: flex;
  flex-direction: column;
  text-align: right;
}
/* VARIANT LABEL CUSTOMIZATIONS */
.product label:not(.variant__button-label):not(.text-label),
.product .label,
#ProductSection label:not(.variant__button-label):not(.text-label),
#ProductSection .label,
[data-section-type="product"] label:not(.variant__button-label):not(.text-label),
[data-section-type="product"] .label {
  font-size: 0.8em !important;
  letter-spacing: 0 !important;  /* Remove character spacing */
  text-transform: uppercase !important;
}

/* Also target variant labels specifically */
label.variant__label {
  letter-spacing: 0 !important;
}

/* Target any label in the variant wrapper */
.variant-wrapper label {
  letter-spacing: 0 !important;
}