/* Source: pages/our-products.html | style block 1 */
#shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-overlay:before {      
    color: var(--DTPrimaryColor); 
    color: ;    
    background: currentcolor; 
    opacity: 1;
  } 
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-heading .dt-sc-main-heading { color: var(--DTColor_Heading); color:#2d2c2c; } 
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-heading .dt-sc-sub-heading { color: var(--DTColor_Heading); color:#2d2c2c; } 
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-heading .dt-sc-heading-description { color: var(--DTColor_Body); color:#2d2c2c; } 
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-heading .dt-sc-btn { 
    background: var(--DT_Button_BG_Color); 
      background:#4d8c40; color: var(--DT_Button_Text_Color); color:#ffffff; }
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-heading .dt-sc-btn:hover { 
    background: var(--DT_Button_BG_Hover_Color); background:#88b44e; 
      color: var(--DT_Button_Text_Hover_Color); color:#ffffff; }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;    
    transition: var(--DTBaseTransition);
      position: relative;
      margin: 0 0 30px;
      }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-image:before {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-animation: blobbing-reverse 25s ease-in-out infinite both alternate;
    animation: blobbing-reverse 25s ease-in-out infinite both alternate;
  }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-image:before,
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-image:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    transition: var(--DTBaseTransition);
  }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-image:after {
    opacity: 1;
    -webkit-animation: blobbing 25s ease-in-out infinite both alternate;
    animation: blobbing 25s ease-in-out infinite both alternate;
  }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon:hover .dt-sc-icon-image:before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon:hover .dt-sc-icon-image:after {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
  }

  @-webkit-keyframes blobbing {
    0%,
    100% {
      border-radius: 67% 33% 43% 57% / 27% 28% 72% 73%; }

    7% {
      border-radius: 30% 70% 57% 43% / 53% 38% 62% 47%; }

    14% {
      border-radius: 74% 26% 43% 57% / 51% 25% 75% 49%; }

    21% {
      border-radius: 49% 51% 72% 28% / 32% 36% 64% 68%; }

    28% {
      border-radius: 71% 29% 27% 73% / 52% 59% 41% 48%; }

    35% {
      border-radius: 33% 67% 29% 71% / 43% 46% 54% 57%; }

    42% {
      border-radius: 66% 34% 35% 65% / 68% 69% 31% 32%; }

    49% {
      border-radius: 44% 56% 67% 33% / 33% 46% 54% 67%; }

    56% {
      border-radius: 70% 30% 64% 36% / 43% 59% 41% 57%; }

    63% {
      border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%; }

    70% {
      border-radius: 47% 53% 68% 32% / 70% 68% 32% 30%; }

    77% {
      border-radius: 71% 29% 42% 58% / 35% 67% 33% 65%; }

    84% {
      border-radius: 50% 50% 54% 46% / 69% 69% 31% 31%; }

    91% {
      border-radius: 73% 27% 62% 38% / 26% 36% 64% 74%; }
  }

  @-webkit-keyframes blobbing-reverse {
    0%,
    100% {
      border-radius: 73% 27% 62% 38% / 26% 36% 64% 74%; }

    7% {
      border-radius: 50% 50% 54% 46% / 69% 69% 31% 31%; }

    14% {
      border-radius: 71% 29% 42% 58% / 35% 67% 33% 65%; }

    21% {
      border-radius: 47% 53% 68% 32% / 70% 68% 32% 30%; }

    28% {
      border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%; }

    35% {
      border-radius: 70% 30% 64% 36% / 43% 59% 41% 57%; }

    42% {
      border-radius: 44% 56% 67% 33% / 33% 46% 54% 67%; }

    49% {
      border-radius: 66% 34% 35% 65% / 68% 69% 31% 32%; }

    56% {
      border-radius: 43% 67% 29% 71% / 43% 46% 54% 57%; }

    63% {
      border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%; }

    70% {
      border-radius: 71% 29% 27% 73% / 52% 59% 41% 48%; }

    77% {
      border-radius: 49% 51% 72% 28% / 32% 36% 64% 68%; }

    84% {
      border-radius: 74% 26% 43% 57% / 51% 25% 75% 49%; }

    91% {
      border-radius: 30% 70% 57% 43% / 53% 38% 62% 47%; }
  }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-image img {
    transition: var(--DTBaseTransition);
      transform: scale(0.7);
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon:hover .dt-sc-icon-image img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-content { display: flex; flex-wrap: wrap; align-items: center; text-align: center; justify-content: center; width: 100%; }

  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-content .dt-sc-main-title { padding: 0; margin: 0 0 10px; font-size: 20px; width: 100%; }
  
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-content .dt-sc-main-title {
    color: var(--DTColor_Heading); color:#2d2c2c;}  
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-content .dt-sc-description  {
    color: var(--DTColor_Body); color:#2d2c2c;}
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon .dt-sc-icon-image:after {
    background-color: rgba(136, 180, 78, 0.5); background-color:#a4d65e; }
  #shopify-section-inner-page-icon-text-section.inner-page-icon-text-section .dt-sc-icon-section .dt-sc-icon:hover .dt-sc-icon-image:before { 
    background-color: var(--DTTertiaryColor); background-color: #26d07c; }

/* Source: pages/our-products.html | style block 2 */
#shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-overlay:before { color: var(--DTTertiaryColor); color: #31708f; background: currentcolor; opacity: 1; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-heading .dt-sc-main-heading { color: var(--DTColor_Heading); color:; } 
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-heading .dt-sc-sub-heading { color: var(--DTColor_Heading); color:; } 
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-heading .dt-sc-heading-description { color: var(--DTColor_Body); color:; } 
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-heading .dt-sc-btn { background: var(--DT_Button_BG_Color);  background:; olor: var(--DT_Button_Text_Color); color:; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-heading .dt-sc-btn:hover { background: var(--DT_Button_BG_Hover_Color); background:; color: var(--DT_Button_Text_Hover_Color); color:; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box { width: 100%; padding: 80px 60px; border: 5px solid; margin: 0 0 30px; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-column { margin: 0; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content.dt-sc-info-button { justify-content: flex-end; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content .dt-sc-custom-info-title { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; margin: 0 0 20px; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content .dt-sc-custom-info-title .dt-sc-main-title { margin: 0 10px 0 0; text-transform: capitalize; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content .dt-sc-custom-info-title .dt-sc-sub-title { margin: 0; text-transform: capitalize; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content.dt-sc-info-button a { margin: 0; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box { background-color: var(--DTTertiaryColor);  background-color: #005151; border-color: var(--DTPrimaryColor);  border-color: #4d8c40;}
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content .dt-sc-custom-info-title .dt-sc-main-title { color: var(--DTPrimaryColor); color:#f5f5f5;}
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content .dt-sc-custom-info-title .dt-sc-sub-title { color: var(--DTColor_Heading); color:#ffffff;}
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content .dt-sc-description { color: var(--DTColor_Body); color:#ffffff;}
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content.dt-sc-info-button a { background: var(--DT_Button_BG_Color); color: var(--DT_Button_Text_Color); background-color:#88b44e; color:#f5f5f5; }
  #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content.dt-sc-info-button a:hover { background: var(--DT_Button_BG_Hover_Color); background-color:#000000; color: var(--DT_Button_Text_Hover_Color); color:#ffffff; }

  /* Responsive */
  @media (max-width: 1199px) {
    #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box { padding: 50px 30px; }
    #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content h2 { font-size: 30px; }
    #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content:last-child { justify-content: flex-start; }
  }

  @media (max-width: 767px) {
    #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box { padding: 30px 25px; }
    #shopify-section-inner-page-info-box-section.inner-page-custom-info-box .dt-sc-custom-info-box .dt-sc-custom-info-content h2 { font-size: 24px; }
  }

/* Source: pages/our-products.html | style block 3 */
#shopify-section-home-brand-logos.home-brand-logos .dt-sc-heading .dt-sc-main-heading { color: var(--DTColor_Heading); color:; } 
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-heading .dt-sc-sub-heading { color: var(--DTColor_Heading); color:; } 
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-heading .dt-sc-heading-description { color: var(--DTColor_Body); color:; } 
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-heading .dt-sc-btn { background: var(--DT_Button_BG_Color); background:; color: var(--DT_Button_Text_Color); color:; }
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-heading .dt-sc-btn:hover { background: var(--DT_Button_BG_Hover_Color); background:; color: var(--DT_Button_Text_Hover_Color); color:; }
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-overlay:before  { color: var(--DTTertiaryColor); color: ; background: currentcolor;  opacity: 0.5; }
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section { gap: 30px; padding: 0; margin: 0;; }
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo { padding: 0 20px; background: var(--DTBodyBGColor); background: ; }
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo,
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo {  border-radius: var(--DTRadius); border-radius: 0px; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-swiper-slider.swiper-container{padding-bottom:30px;}

  @media (min-width: 768px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo:last-child { 
      border-radius: 0 0 0px 0; 
    }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.one-column .dt-sc-brand-logo:first-child,
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.two-column .dt-sc-brand-logo:nth-child(2):last-child,
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.three-column .dt-sc-brand-logo:nth-child(3):last-child,
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.four-column .dt-sc-brand-logo:nth-child(4):last-child,
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.five-column .dt-sc-brand-logo:nth-child(5):last-child,
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.six-column .dt-sc-brand-logo:nth-child(6):last-child { 
      border-radius: 0 0px 0px 0;
    }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.one-column .dt-sc-brand-logo:first-child,
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.two-column .dt-sc-brand-logo:nth-child(2):not(:last-child),
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.three-column .dt-sc-brand-logo:nth-child(3):not(:last-child),
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.four-column .dt-sc-brand-logo:nth-child(4):not(:last-child),
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.five-column .dt-sc-brand-logo:nth-child(5):not(:last-child),
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.six-column .dt-sc-brand-logo:nth-child(6):not(:last-child) { 
      border-radius: 0 0px 0 0; 
    }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.one-column .dt-sc-brand-logo:last-child { 
      border-radius: 0 0 0px 0px; 
    }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.one-column .dt-sc-brand-logo:only-child { 
      border-radius: 0 0px 0px 0px; 
    } 

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.two-column .dt-sc-brand-logo:nth-last-child(2),
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.three-column .dt-sc-brand-logo:nth-last-child(3),
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.four-column .dt-sc-brand-logo:nth-last-child(4),
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.five-column .dt-sc-brand-logo:nth-last-child(5),
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2.dt-sc-column.six-column .dt-sc-brand-logo:nth-last-child(6) { 
      border-radius: 0 0 0 0px; 
    } 

  }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo { 
      border-radius: 0px; margin-bottom: 30px; }

  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_XCRJan { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_XCRJan { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_XCRJan { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_XCRJan {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_XCRJan { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_XCRJan.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_XCRJan,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_XCRJan { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_XCRJan {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_X9rUtf { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_X9rUtf { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_X9rUtf { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_X9rUtf {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_X9rUtf { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_X9rUtf.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_X9rUtf,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_X9rUtf { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_X9rUtf {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_Ykg7KF { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_Ykg7KF { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_Ykg7KF { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_Ykg7KF {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_Ykg7KF { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_Ykg7KF.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_Ykg7KF,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_Ykg7KF { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_Ykg7KF {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_8JG8CD { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_8JG8CD { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_8JG8CD { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_8JG8CD {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_8JG8CD { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_8JG8CD.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_8JG8CD,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_8JG8CD { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_8JG8CD {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_GPpqVQ { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_GPpqVQ { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_GPpqVQ { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_GPpqVQ {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_GPpqVQ { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_GPpqVQ.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_GPpqVQ,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_GPpqVQ { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_GPpqVQ {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_4nN3XV { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_4nN3XV { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_4nN3XV { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_4nN3XV {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_4nN3XV { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_4nN3XV.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_4nN3XV,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_4nN3XV { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_4nN3XV {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_r4WmmL { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_r4WmmL { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_r4WmmL { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_r4WmmL {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_r4WmmL { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_r4WmmL.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_r4WmmL,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_r4WmmL { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_r4WmmL {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_KFArEH { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_KFArEH { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_KFArEH { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_KFArEH {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_KFArEH { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_KFArEH.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_KFArEH,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_KFArEH { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_KFArEH {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_LQjeWF { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_LQjeWF { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_LQjeWF { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_LQjeWF {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_LQjeWF { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_LQjeWF.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_LQjeWF,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_LQjeWF { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_LQjeWF {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_jXY7dT { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_jXY7dT { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_jXY7dT { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_jXY7dT {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_jXY7dT { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_jXY7dT.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_jXY7dT,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_jXY7dT { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_jXY7dT {
      background: var(--DTBodyBGColor); background: ;  }
  }

   

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section .dt-sc-brand-logo.Image-image_UeEWzc { 
    background: var(--DTBodyBGColor); background: ; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-1 .dt-sc-brand-logo.Image-image_UeEWzc { 
    border-width: 1px; border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }  

  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { padding: 0; margin: auto; 
    border-bottom-width: 1px; border-bottom-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      }
  #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_UeEWzc { border-bottom: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { 

    border-left-width: 1px; border-left-style: solid;
    border-top-width: 1px; border-top-style: solid;

    border-color: var(--DTColor_Border);
      border-color: ;
      grid-gap: 0; background: var(--DTBodyBGColor); background: ; width: 100%; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_UeEWzc {  
    border-right-width: 1px; border-right-style: solid;
    border-bottom-width: 1px; border-bottom-style: solid;    
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px; background: none; }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-3 .dt-sc-brand-logo.Image-image_UeEWzc { 
    border-width: 1px;
    border-style: solid;
    border-color: var(--DTColor_Border);
      border-color: ;
      padding: 20px;
      }

  @media (max-width: 767px) {

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 { border: none; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_UeEWzc.swiper-slide { margin-bottom: 0; }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_UeEWzc,
    #shopify-section-home-brand-logos.home-brand-logos .swiper-container .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_UeEWzc { 
      border-width: 1px;
      border-style: solid;
      border-color: var(--DTColor_Border);
        border-color: ;
        }

    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 { background: none; }
    #shopify-section-home-brand-logos.home-brand-logos .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo.Image-image_UeEWzc {
      background: var(--DTBodyBGColor); background: ;  }
  }

    

  .dt-sc-brand-logos-section .dt-sc-brand-logo a svg { min-width: 150px; height: auto; }
  .dt-sc-brand-logos-section *, .dt-sc-brand-logos-section .dt-sc-brand-logo *:not(:only-child) { margin: 0;align-items: center;max-height: 96px;  }
  .dt-sc-brand-logos-section .dt-sc-brand-logo *:not(:only-child):not(:last-child) { margin: 0; }
  .dt-sc-brand-logos-section .dt-sc-brand-logo { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; flex-direction: column; text-align: center; }

  .dt-sc-brand-logos-section.style-2 { overflow: hidden; }
  .dt-sc-brand-logos-section.style-2 .dt-sc-brand-logo>* { display: inline-block; width: 100%; }

  .swiper-container .dt-sc-brand-logos-section .dt-sc-brand-logo img { width: auto; transition: var(--DTBaseTransition);}
  .swiper-container .dt-sc-brand-logos-section .dt-sc-brand-logo img:hover{filter: invert(1);}
  

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-swiper-slider.swiper-container .swiper-arrows .dt-sc-btn { 
    background: var(--DT_Button_BG_Color);  
      background: ;  
      }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-swiper-slider.swiper-container .swiper-arrows .dt-sc-btn[class*="swiper-button-"]:after {   
    color: var(--DT_Button_Text_Color);
      color: ;
      }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-swiper-slider.swiper-container .swiper-arrows .dt-sc-btn:hover { 
    background: var(--DT_Button_BG_Hover_Color); 
      background: ; 
      }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-swiper-slider.swiper-container .swiper-arrows .dt-sc-btn:hover[class*="swiper-button-"]:after { 
    color: var(--DT_Button_Text_Hover_Color);
      color: ;
      }

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-swiper-slider.swiper-container .swiper-pagination-bullet { 
    background: var(--DTSecondaryColor);  
      background: ;  
      }  

  #shopify-section-home-brand-logos.home-brand-logos .dt-sc-swiper-slider.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active { 
    background: var(--DTPrimaryColor);  
      background: ;  
      }

/* Source: pages/our-products.html | inline style 1 */
.op-1 {
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:80px;
}

/* Source: pages/our-products.html | inline style 2 */
.op-2 {
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}

/* Source: pages/our-products.html | inline style 3 */
.op-3 {
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}
