/** Shopify CDN: Minification failed

Line 104:4 Expected identifier but found "*"
Line 530:0 Unexpected "}"

**/
.navbar {
    justify-content: flex-start
}

.top-bar__logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    padding-left: 20px
}

.top-bar__logo .top-bar__logo-item {
    max-width: 8rem;
    width: 100%;
    padding: 0 .3rem;
    line-height: 1;
    position: relative;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.top-bar__logo .top-bar__logo-item:hover {
    background-color: #5a5a5a
}

@media screen and (max-width:798px) {
    .Desktop__topbar-logo {
        display: none
    }
    .Mobile__logoBar {
        display: block;
        margin-top: -30px
    }
    .mobile-menu__list {
        margin-bottom: 0
    }
}

@media screen and(min-width:799px) {
    .Mobile__logoBar {
        display: none
    }
}

.Mobile__logoBar {
    padding-bottom: 55px
}

.Mobile__logoBar .Mobile__logoBar-container {
    width: 100%;
    padding: 0 20px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.Mobile__logoBar .Mobile__logoBar-container .logoBar__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px
}

@media screen and (max-width:1109px) {
    .top-bar .top-bar__menu {
        justify-content: center
    }
}


/*# sourceMappingURL=/s/files/1/1555/3033/t/109/assets/custom-style.css.map?v=1641972510 */


/* ========= NEW UPDATES =========== */

.Desktop__topbar-logo .top-bar__logo {
    display: flex;
    */
    /* display: inline-table; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* max-width: 100px; */
    padding-left: 20px;
}

.Desktop__topbar-logo .top-bar__logo img {
    height: auto;
    max-width: 110px;
}

@media only screen and (min-width: 480px) {
    /* #shopify-section-6339c4ad-9151-44a1-a567-0ca15af4f939 .caption-content {
    width: 26%!important;
} */
    #shopify-section-1641973561f0f8d5fb-1 .caption-content {
        width: 32%;
    }
    .slideshow-classic .caption-content {
        width: 30%;
    }
}

@media only screen and (min-width: 799px) {
    .block__featured-promo {
        width: 75%;
        margin-right: auto;
    }
  .sidebar-section.collection-sidebar { width: 25%; margin-right: 0;}
  .sidebar-section.collection-sidebar+.collection__main { width:75%; margin: 0 auto;}
    .collection_product_block_section .pagination {
        justify-content: center;
    }
    .collection_product_block_section .pagination .pagination-list {
        display: inline-flex;
        width: auto;
        flex-grow: initial;
    }

}

@media only screen and (max-width: 798px) {
  .sidebar-section.collection-sidebar { margin-top:15px;}
  .sidebar-section.collection-sidebar+.collection__main  {
    width: 100%!important; margin: 0 auto;
}

}


/*==========================================================
		COLLECTION PAGE
============================================================*/

.boost-pfs-filter-tree-h .boost-pfs-filter-option{     padding-bottom:0px!important;   border: 1px solid #e3e3e3; margin-right:0px!important;}
.boost-pfs-filter-tree-h .boost-pfs-filter-option-title-heading{
    padding: 5px 40px 5px 25px!important;

}
.boost-pfs-filter-tree-h .boost-pfs-filter-option-title-heading span{      font-size: 14px}
.boost-pfs-filter-tree-h .boost-pfs-filter-option-title-heading:before{
    right: 16px!important;
}

.boost-pfs-filter-apply-button{
  background-color: #468ebe!important;
  border-color: #468ebe!important;
  color: #fff!important;
  border-radius: 0px!important;
  padding: 4px 25px 6px!important;
  line-height: normal!important;
}


/*=============================
==============================*/
@media only screen and (max-width: 360px) {
  .announcement-sticky-wrapper{ height:45px;  }
  #mobile-header-sticky-wrapper{ height:49px;}
  .mobile--header{ height:45px;}
  .product-gallery__thumbnails .product-gallery__thumbnail img{height: 48px; width: 48px;}
}


/*----- Accordion -----*/
.accordion,
.accordion * { 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
}
.accordion h2{
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: initial;
}
.accordion-section{ 
  margin-bottom:20px;
      box-shadow: 0px 0px 1px #888;
  background:#fff;
} 

/*----- Section Titles -----*/
.accordion-section-title {
  width: 100%;
  padding: 15px 15px 15px 55px;
  display: inline-block;
  background: #fff;
  transition: all linear 0.15s;
  font-size: 1.100em;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background:url(/cdn/shop/files/right-arrow.svg?3506);
  background-repeat:no-repeat;

  background-position: 20px center;
  /* width: 20px; */
  background-size: 19px;
}

.accordion-section-title.active,
.accordion-section-title:hover {
/* 	background:#4c4c4c; */
	/* Type */
	text-decoration:none;
  	color:#333;
}

.accordion-section-title.active{
  background:url(/cdn/shop/files/down-arrow.svg?3506);
  background-repeat:no-repeat;

  background-position: 20px center;
  /* width: 20px; */
  background-size: 19px;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	
    padding: 15px 15px 30px 20px;
    display: none;
    line-height: 2.5;
    color: #6b6d76;
  
}

.accordioan-bg{ background:#f9f9f9;}

/* Collection Page */
.grid-view-item__reviews .yotpo-bottomline {
    justify-content: center!important;
    float: none!important;
    padding: 5px 0;
}

.yotpo-reviews-carousel .yotpo-logo-link-new{opacity:0!important;}

.my_download_file_btn{margin: 10px 0;}

/* ShopPay payment terms */
body.product div.price-ui shopify-payment-terms{ display:none!important;}

/* Header css */
@media only screen and (max-width: 798px){
  .mobile-header__content .selectors-form__wrap{justify-content: flex-start;}
} 


/* Homepage _ Wide screen resolution  */
@media screen and (min-width:1281px){
  body.index .section.has-background{    max-width: 1780px;}
  body.index #template-index .section{    max-width: 1680px;}
  /* body.index #template-index .section{    max-width: 100%;} */
}


 .newsletter .newsletter-section--is-width-wide{
           max-width: 100%!important;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
}

  .footer__container .footer__content {
    max-width: 100%!important;
  } 


/* Article page start  */
@media only screen and (max-width: 798px){
.article .heading-wrapper--article{
  margin-top:20px;
}
}

@media screen and (min-width: 1281px) {
    body.index #template-index .section.is-width-wide{
        max-width: 100%;
    }
}

@media screen and (min-width: 1281px){
.custom-al-class .grid-main-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.custom-al-class .grid-main-items .review-grid-item{
   display:flex;
   align-items: center;
   padding:20px !important;
}
}                                            
.custom-al-class .grid-main-items{
    display: grid;
    gap: 20px;
    background: #fff;
}

.custom-al-class .grid-main-items .review-grid-item{
    padding: 10px 0px 30px;
}



@media only screen and (min-width: 799px) {
.custom_text_with_video_al .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
body.index #template-index .section.custom_text_with_video_al{
    padding:0px;
    width: 95%;
  }
body.index #template-index .section.custom_text_with_video_al .columns:first-child{
      padding: 15px;
}
}

@media only screen and (min-width: 1024px) {
body.index #template-index .section.custom_text_with_video_al .columns:first-child{
      padding: 30px;
}
}

@media only screen and (max-width: 798px) {
.custom_text_with_video_al .row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap:30px;
}
body.index #template-index .section.custom_text_with_video_al{
    padding:0px;
    width: 95%;
  }
body.index #template-index .section.custom_text_with_video_al .columns:first-child{
      padding: 15px;
}
}
/*  Rapid Retouch page - PF  */
@media only screen and (max-width: 799px) {
.rapid-retouch {
  font-size:50px !important;
}
}
@media only screen and (min-width: 799px) {
.one-half.columns.text {
  padding-right: 100px;
}
}
.landing-page-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  color: #111;
}

/* Heading styling - Rapid Retouch */
.landing-page-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px; 
}

.landing-page-text h2,
.just-fast-text {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
}

.landing-page-text h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
}

.just-fast-text {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 4px; 
}

/* Body text styling */
.landing-page-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 34px 0 4px;
}

.landing-page-text h3 span {
  font-weight: 400;
  margin-left: 5px;
}

.landing-page-text p {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 500px;
}

/* Images styling - Rapid Retouch */
.landing-page-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.landing-page-image1 {
  width: 55%;
  align-self: flex-end; 
}

.landing-page-image2 {
  width: 85%;
  align-self: flex-start; 
}

.landing-page-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive adjustments - Rapid Retouch */
@media (max-width: 1024px) {
  .landing-page-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .landing-page-images {
    align-items: center;
  }

  .landing-page-image1,
  .landing-page-image2 {
    width: 80%;
    align-self: center;
  }
}

/* LR Icons - Rapid Retouch */

.container-compatible {
 display: flex;
    align-items: center; /* Ensures the logo and text align vertically */
    gap: 12px; /* Creates space between the logo and text */
  margin-bottom:25px;
}
.container-compatible .logo {
  width: 60px; /* Adjust size as needed */ 
  height: 60px; 

}
.container-compatible .text {
display: flex;
    flex-direction: column;
    justify-content: center; /* Centers text vertically next to logo */
    text-align: left; /* Keeps text aligned left */
}
.container-compatible h2 {
  font-size: 15px; 
  font-weight: 600; 
  margin: 0; 
  color: #ffffff;
}
.container-compatible .version {
  font-size: 12px; 
  font-weight: 300; 
  margin: 0; 
  opacity: 0.7;
}
.compatible-text {
  margin-bottom: 50px; 
  opacity: 0.7;
  text-align:center;
}
}
/* MOBILE STYLES */
@media (max-width: 768px) {
    .container-compatible {
        display: flex;
        flex-direction: column; /* Stacks the items */
        align-items: flex-start; /* Aligns everything with the first logo */
    }
 }
@media (max-width: 768px) {
.compatible-text {
 text-align: left;
        margin-bottom:25px;
  }
}