/** Shopify CDN: Minification failed

Line 98:8 Expected identifier but found whitespace
Line 98:10 Unexpected "{"
Line 98:19 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-pills (INDEX:12) */
.collection-pills-wrapper {
}
.collection-pills-wrapper .inner_coll_menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 30px 0 15px 0;
    margin-bottom: 20px;
}
.collection-pills-wrapper .inner_coll_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.collection-pills-wrapper .inner_coll_menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.collection-pills-wrapper .inner_coll_menu::-webkit-scrollbar-thumb {
    background-color: #1c1c1c;
    border-radius: 10px;
}
.collection-pill {
    padding: 10px 18px;
    border-radius: 0;
    background: #FFF;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ccc;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
}
.collection-pill:hover {
  border-color: #1c1c1c;
}
.collection-pill.active {
    border-color: #e32c2b;
    color: #FFF;
    background: #e32c2b;
}

@media only screen and (max-width: 767px) {
.collection-pills-wrapper .inner_coll_menu {
    padding: 15px 0 10px 0;
    margin-bottom: 10px;
}
.collection-pill {
    padding: 8px 14px;
}
}
/* END_SECTION:collection-pills */

/* START_SECTION:video_with_text (INDEX:89) */
.commonPd{
      padding: 100px 0;
}
.video-with-text-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1600px;
    justify-content: center;
    align-items: center;
}
.video-with-text-media {
  flex: 1 1 50%;
  position: relative;  
}
.video-with-text-media iframe,
.video-with-text-media video {
  width: 100%;
  max-width: 100%;
  height: 500px;
  max-height: 500px;
  border: 0;
  display: block;
  
}
.video-with-text-content {
  flex: 1 1 50%;
  padding: 0px 2rem;
  color: {{ section.settings.text_color }};
}
.video-with-text-content h2 {
 
  margin-bottom: 1rem;
}
.video-with-text-content p {
 
  margin-bottom: 1.5rem;
  
}
.video-with-text-content a.button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  border-radius: 0px;
}
.video-with-text-content a.button:hover{
    background-color: #fff;
    border: 1px solid #ddd;
    color:#000;
}
.review-heading {
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .video-with-text-section {
    flex-direction: column;
  }
  .video-with-text-content, .video-with-text-media {
    flex: 1 1 100%;
    padding: 1rem;
  }
  .commonPd{
      padding: 40px 0;
}}
@media screen and (max-width: 767px) {
.video-with-text-media iframe, .video-with-text-media video{
    height: 300px;
}
}
/* END_SECTION:video_with_text */