/** Shopify CDN: Minification failed

Line 984:47 The "-" operator only works if there is whitespace on both sides

**/
/* OBX TEMPLATE STYLES */
#obx h2{
    font-family: Burlingame, sans-serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.42px;
    font-weight: 600;
    color: #0A3A87;
    margin: 30px 0 10px;
}
#obx h3{
    font-family: Burlingame, sans-serif;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.34px;
    font-weight: 600;
    color: #0A3A87;
    margin: 30px 0 10px;
}
#obx p, #obx li{
    font-family: Quantico, sans-serif;
    font-size: 18px;
    line-height: 34px;
    color: #677279;
    margin: 0 0 20px;
}
#obx li{
    margin: 0 0 0 15px;
}
#obx.bottom-template .content-col li::before{
  background: #ffffff;
}
#obx ul > :last-child,
#obx ol > :last-child{
    margin-bottom: 0;
}
#obx a{
    color: #00BADB;
    text-decoration: none;
}
#obx a:hover{
    text-decoration: underline;
}

#obx.bottom-template{
  margin-top: 60px;
}
#obx.bottom-template .contained{
    padding: 60px;
    margin: 60px 0;
}
#obx.bottom-template .top-banner h2,
#obx.bottom-template .top-banner p {
    color: #ffffff;
}
#obx.bottom-template .top-banner a{
    color: inherit;
    text-decoration: underline;
}
#obx .faq-section{
    margin: 60px 0;
}
#obx .faq-section h2{
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.34px;
}
#obx .faq-section h3{
    font-size: 20px;
    line-height: 36px;
    font-family: Quantico, sans-serif;
    padding-right: 60px;
    margin: 0;
  position: relative;
}
#obx .faq-section .faq.active h3::after{
  transform: rotate(0deg);
}
#obx .faq-section .faq h3::after{
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.499' height='9.792' viewBox='0 0 16.499 9.792'%3E%3Cpath id='arrow' d='M7.333,9.427,7.326,9.42.4,2.389A1.4,1.4,0,0,1,0,1.4,1.4,1.4,0,0,1,.4.415a1.348,1.348,0,0,1,1.937,0L8.253,6.429,14.165.41a1.348,1.348,0,0,1,1.937,0,1.424,1.424,0,0,1,0,1.972l-6.879,7a1.343,1.343,0,0,1-.965.406A1.358,1.358,0,0,1,7.333,9.427Z' transform='translate(16.499 9.792) rotate(180)' fill='%23000f28'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  content: '';
  background-repeat: no-repeat;
  height: 10px;
  width: 16px;
  top: 10px;
  right: 0;
  transition: 0.5s all;
}
#obx .faq{
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 30px;
    margin: 20px 0;
    cursor: pointer;
}
#obx .faq .faq-inner{
    height: 0;
    overflow: hidden;
    transition: 0.3s all;
}
#obx .faq.active .faq-inner{
    height: 100%;
    padding-top: 15px;
    box-sizing: content-box !important;
    transition: 0.3s all;
}
#obx.bottom-template .split-section{
    display: flex;
    margin: 60px 0;
}
#obx.bottom-template .split-section .image-col{
    flex-basis: 50%;
}
#obx.bottom-template .split-section .content-col{
    background: transparent linear-gradient(180deg, #161D69 0%, #387FCF 100%) 0% 0%;;
    padding: 30px;
    flex-basis: 50%;
}
#obx.bottom-template .split-section .content-col h2,
#obx.bottom-template .split-section .content-col h3,
#obx.bottom-template .split-section .content-col p,
#obx.bottom-template .split-section .content-col li{
    color: #ffffff;
}
#obx.bottom-template .split-section .content-col a{
    color: inherit;
    text-decoration: underline;
}
#obx.bottom-template .video-section{
    margin: 60px 0;
}
#obx.bottom-template .video-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
}
#obx.bottom-template .video-container .video-wrapper{
  margin: 0;
}
#obx.bottom-template .video-container iframe, .video-container object, .video-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
#obx.bottom-template .video-desc{
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 0px 0px 4px 4px;
    margin: 0;
}
#obx.bottom-template .standard-section{
    margin: 60px 0;
}
#obx .cta{
    margin: 60px 0;
    text-align: center;
}
#obx .cta h2,
#obx .cta p{
    text-align: center;
    color: #ffffff;
}
#obx.bottom-template .cta a{
    color: inherit;
    text-decoration: underline;
}
#obx .green-btn{
    display: inline-block;
    min-width: 280px;
    padding: 16px;
    font-size: 18px;
    text-align: center;
    color: #ffffff !important;
    border: 2px solid #0CCF0A;
    border-radius: 300px;
    text-decoration: none !important;
    transition: 0.3s all;
}
#obx .green-btn:hover{
    background-color: #0CCF0A;
}
#obx.bottom-template hr{
    border: 1px solid #E0E0E0;
    margin: 60px 0;
}
#obx.bottom-template .content-wheel{
    margin: 60px 0;
}
#obx.bottom-template .related-articles{
    margin-top: 20px;
    display: flex;
}
#obx.bottom-template .related-articles .article{
    flex-basis: 33%;
}
#obx.bottom-template .related-articles a{
    text-decoration: none;
    color: unset;
}
#obx.bottom-template .related-articles a:hover{
    text-decoration: none;
}
#obx.bottom-template .related-articles > .article:nth-child(2){
    margin: 0 30px;
}
#obx.bottom-template .related-articles img{
    height: 170px;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    margin-bottom: 20px;
}
#obx.bottom-template .related-articles .article-title{
    display: block;
    color: #1d1d1d;
    font-weight: 600;
    font-family: Burlingame, sans-serif;
    font-size: 20px;
    line-height: 31px;
  min-height: 62px;
    letter-spacing: 0.28px;
    margin-bottom: 10px;
}
#obx.bottom-template .related-articles a:hover .article-title{
    text-decoration: underline;
}
#obx.bottom-template .related-articles .article-exp{
    font-family: Quantico, sans-serif;
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #677279;
}

#obx.bottom-template > :first-child,
#obx.bottom-template .contained > :first-child,
#obx .faq-section > :first-child,
#obx .faq-container > :first-child,
#obx .faq-inner > :first-child,
#obx.bottom-template .split-section .content-col > :first-child,
#obx.bottom-template .video-desc > :first-child,
#obx .standard-section > :first-child,
#obx .cta > :first-child,
#obx.bottom-template .content-wheel > :first-child,
#obx.bottom-template .related-articles .article > :first-child{
    margin-top: 0;
}
#obx.bottom-template > :last-child,
#obx.bottom-template .contained > :last-child,
#obx .faq-section > :last-child,
#obx .faq-container > :last-child,
#obx .faq-inner > :last-child,
#obx.bottom-template .split-section .content-col > :last-child,
#obx.bottom-template .video-desc > :last-child,
#obx .standard-section > :last-child,
#obx .cta > :last-child,
#obx.bottom-template .content-wheel > :last-child,
#obx.bottom-template .related-articles .article > :last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 768px){
    #obx.bottom-template .contained{
        padding: 30px;
    }
    #obx.bottom-template .split-section{
        display: block;
    }
    #obx.bottom-template .split-section .image-col{
        height: 400px;
    }
    #obx.bottom-template .split-section .image-col img{
        display: block;
        width: 100%;
    }
    #obx.bottom-template .video-desc{
        padding: 10px;
    }
    #obx.bottom-template .related-articles{
        display: block;
    }
  #obx.bottom-template .related-articles .article-title {
    min-height: unset;
  }
    #obx.bottom-template .related-articles > .article:nth-child(2){
        margin: 30px 0px;
    }
    #obx.bottom-template .faq-section,
    #obx.bottom-template .split-section,
    #obx.bottom-template .video-section,
    #obx .standard-section,
    #obx.bottom-template .content-wheel{
    margin: 60px 5% !important;
  }
    #obx .green-btn{
      min-width: 200px;
  }
}

#obx.article-template ul li::before{
  height: 7px;
  width: 7px;
  background: #677279;
}
#obx.article-template ul li{
  padding-left: 5px;
}
#obx.article-template img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
#obx.article-template .jump-section{
    padding: 25px;
    border: 1px solid #CBCBCB;
}
#obx.article-template .jump-title{
    display: block;
    color: #0A3A87;
    margin: 0 0 15px;
}
#obx.article-template .jump-section ul{
    list-style-type: none;
    margin-left: 25px;
}
#obx.article-template .jump-section li{
    position: relative;
    padding-left: 10px;
    margin: 0 0 5px;
}
#obx.article-template .jump-section li::before{
    position: absolute;
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.285' height='12.285' viewBox='0 0 12.285 12.285'%3E%3Cpath id='gray-arrow' d='M12.285,5.375H2.956l4.3-4.3L6.142,0,0,6.142l6.142,6.142L7.217,11.21,2.956,6.91h9.329Z' transform='translate(12.285 12.285) rotate(180)' fill='%23bfc2c4'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: '';
    height: 13px;
    width: 13px;
    top: 11px;
    left: -23px;
}
#obx.article-template .video-wrapper{
  margin: 0;
}
#obx.article-template .faq-section h3{
  color: #000F28
}

#obx.article-template .image-caption{
  margin: 20px 0 0;
}
#obx.article-template .image-caption p{
    font-size: 15px;
    font-style: italic;
}  
#obx.article-template .cta{
    padding: 30px;
}

/* Content Wheel Styles */
#obx-content-wheel h2{
  font-family: Burlingame, sans-serif;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.34px;
  font-weight: 600;
  color: #0A3A87;
  margin: 0px 0 10px;
}
#obx-content-wheel .related-articles{
    display: flex;
    margin-top: 20px;
}
#obx-content-wheel .article{
    flex-basis: 33%;
}
#obx-content-wheel .related-articles > :nth-child(2){
    margin: 0 10px;
}
#obx-content-wheel .article a{
    color: #1d1d1d;
    text-decoration: none;
}
#obx-content-wheel .article a:hover .article-title{
    text-decoration: underline;
}
#obx-content-wheel .article img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 10px;
}
#obx-content-wheel .article .article-title{
    display: block;
    color: #1d1d1d;
    font-weight: 600;
    font-family: Burlingame, sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin-bottom: 10px;
}
#obx-content-wheel .article .article-excerpt{
    font-family: Quantico, sans-serif;
    display: block;
    font-size: 15px;
    line-height: 26px;
  letter-spacing: 0.21px;
    color: #677279;
}
#obx-content-wheel .article a:hover .article-title{
    text-decoration: underline;
}

#obx.article-template .jump-section,
#obx.article-template .standard-section,
#obx.article-template .image-section,
#obx.article-template .cta,
#obx-content-wheel {
    margin: 50px 0 !important;
}
#obx.article-template > :first-child,
#obx.article-template .standard-section > :first-child,
#obx.article-template .image-caption > :first-child,
#obx-content-wheel > :first-child,
#obx-content-wheel .article a > :first-child{
    margin-top: 0;
}
#obx.article-template > :last-child,
#obx.article-template .standard-section > :last-child,
#obx.article-template .image-caption > :last-child,
#obx-content-wheel > :last-child,
#obx-content-wheel .article a > :last-child{
    margin-bottom: 0;
}

#obx.article-template #chapter-1::before,
#obx.article-template #chapter-2::before,
#obx.article-template #chapter-3::before,
#obx.article-template #chapter-4::before,
#obx.article-template #chapter-5::before,
#obx.article-template #chapter-6::before,
#obx.article-template #chapter-7::before,
#obx.article-template #chapter-8::before,
#obx.article-template #chapter-9::before,
#obx.article-template #chapter-10::before,
#obx.article-template #chapter-11::before,
#obx.article-template #chapter-12::before,
#obx.article-template h2::before {
  content: "";
  display: block;
  height: 200px; 
  margin: -200px 0 0;
}

@media only screen and (max-width: 768px){
    #obx-content-wheel .related-articles{
        display: block;
    }
    #obx-content-wheel .related-articles > :nth-child(2){
        margin: 20px 0;
    }
}

/* END OBX STYLES */

.obx-template .article__aside .tags a{
  color: #00BADB;
}

@media screen and (min-width: 1000px) {
  .obx-template .blog-sidebar {
    align-self: stretch;
  }

  .obx-template .blog-sidebar .blog-sidebar__item--products {
    position: sticky;
    top: 160px;
    z-index: 50;
  }

  .obx-template .blog-sidebar .blog-sidebar__item--social {
    z-index: 25;
    position: relative;
  }

  .template-article #shopify-section-header {
    z-index: 99999;
  }

  .template-article #main {
    position: relative;
  }
}

.mobile-only{
  display: none;
}
.desktop-only{
  display: block;
}
@media only screen and (max-width: 768px){
  .mobile-only{
    display: block;
  }
  .desktop-only{
    display: none;
  }
}

#obx-landing header{ 
  display: block; 

  background-color: #d0d0d0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

  padding: 80px 0;
  margin: 0 0 20px;
}
#obx-landing header h1{
  font: 500 32px/46px Burlingame, sans-serif, Arial;
  letter-spacing: 0.64px;
}
#obx-landing header > :first-child{ margin-top: 0; }
#obx-landing header > :last-child{ margin-bottom: 0; }

#obx-landing .breadcrumbs{
  margin-top: 20px;
  margin-bottom: 50px;
}
#obx-landing .breadcrumbs ul{
  list-style-type: none;
}
#obx-landing .breadcrumbs li{
  display: inline-block;
}
#obx-landing .breadcrumbs li a:hover{
  color: #073b86;
}
#obx-landing .breadcrumbs li::after{
  content: ">";
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}
#obx-landing .breadcrumbs ul > :last-child::after{
  display: none;
}

@media only screen and (max-width: 768px){
  #obx-landing header{ 
    padding: 40px 0 50px;
    margin: 0 0 40px;
  }
  #obx-landing .breadcrumbs{
    display: none;
  }
}

.obx-landing-template h1,
.obx-landing-template .h1{
    font: 500 38px/54px Burlingame, sans-serif, Arial;
    color: #000F28 !important;
    letter-spacing: 0.76px;
    margin: 0 0 20px;
}
.obx-landing-template h2,
.obx-landing-template .h2{
    font: 500 30px/35px Burlingame, sans-serif, Arial;
    letter-spacing: 0.42px;
    color: #0A3A87;
    margin: 40px 0 20px;
}
.obx-landing-template h3,
.obx-landing-template .h3{
    font: 500 24px/35px Burlingame, sans-serif, Arial;
    letter-spacing: 0.34px;
    color: #0A3A87;
    margin: 40px 0 20px;
}
.obx-landing-template p,
.obx-landing-template li{
    font: 400 18px/34px Quantico, sans-serif, Arial;
    color: #677279;
    margin: 0 0 30px;
}
.obx-landing-template .split .content p:last-of-type{
  margin: 0 0 20px;
}
.obx-landing-template li{
    margin: 0 0 15px;
}
.obx-landing-template ul,
.obx-landing-template ol{
    margin: 0 0 30px;
}
.obx-landing-template ul > :last-child,
.obx-landing-template ol > :last-child{
    margin-bottom: 0;
}
.obx-landing-template img{
    display: block;
    width: 100%;
    margin: 0;
}
.obx-landing-template a:not(.obx-btn){
    color: #00BADB;
    text-decoration: none;
}
.obx-landing-template a.text-link{
    font-weight: 600;
}
.obx-landing-template a:not(.obx-btn):hover{
    text-decoration: underline;
}
.obx-landing-template .obx-btn{
    display: inline-block;
    min-width: 280px;
    padding: 16px;
    font-size: 18px;
    text-align: center;
    color: #ffffff !important;
    border: 2px solid #0CCF0A;
    border-radius: 300px;
    text-decoration: none !important;
    transition: 0.3s all;
}
.obx-landing-template .obx-btn:hover{
    background-color: #0CCF0A;
}
.obx-landing-template section{
    margin: 60px 0;
}
.obx-landing-template section.border-top{
    padding-top: 60px;
    border-top: 1px solid #DCDEE9;
}
.obx-landing-template .flex{
    display: flex;
}
.obx-landing-template .split .flex > div,
.obx-landing-template .vid .flex > div{
    flex-basis: 50%;
}
.obx-landing-template .jump-row .jump,
.obx-landing-template .cw .article{
    flex-basis: 25%;
    margin-right: 30px;
} 
.obx-landing-template .jump-row > .jump:nth-child(4),
.obx-landing-template .cw > .article:nth-child(4){
    margin-right: 0;
}
.obx-landing-template .jump-row a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    background-color: #0d0d0d;
    background-size: 107%;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 150px;
    padding: 45px 10px;
    overflow: hidden;
    transition: 0.3s all;
}
.obx-landing-template .jump-row a:hover{
    background-size: 115%;
}
.obx-landing-template .jump-row .jump-sub{
    font: 400 14px/34px Quantico, sans-serif, Arial;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    margin: 0;
}
.obx-landing-template .jump-row .jump-text{
    font: 500 30px/35px Burlingame, sans-serif, Arial;
    letter-spacing: 0.42px;
    text-shadow: 0px 3px 6px #00000029;
    color: #fff;
    margin: 0;
}
.obx-landing-template section.split .content,
.obx-landing-template section.vid .content{
    margin-right: 30px;
    padding-right: 35px;
  align-self: center;
}
.obx-landing-template section.vid .content{
    align-self: center;
}
.obx-landing-template section.vid .video-wrapper{
    margin: 0;
}
.obx-landing-template .cw{
    margin-top: 60px;
}
.obx-landing-template .cw span{
    display: block;
}
.obx-landing-template .cw img{
    height: 200px;
    object-fit: cover;
    object-position: center center;
    margin: 0;
}
.obx-landing-template .cw a{
    color: unset;
    text-decoration: none !important;
}
.obx-landing-template .cw .article-inner{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #E1E3E4;
}
.obx-landing-template .cw .article-title{
    font: 500 18px/28px Burlingame, sans-serif, Arial;
    letter-spacing: 0.25px;
    color: #0A3A87;
    margin: 0 0 5px;
    transition: 0.3s all;
}
.obx-landing-template .cw a:hover .article-title{
    color: #00BADB;
}
.obx-landing-template .cw .article-excerpt{
    font: 400 18px/34px Quantico, sans-serif, Arial;
    color: #677279;
    margin: 0;
}
.obx-landing-template section.cta{
    margin: 80px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px;
    text-align: center;
    background-color: #0d0d0d;
}
.obx-landing-template section.cta *{
    color: #fff;
    text-align: center;
}
.obx-landing-template > :first-child,
.obx-landing-template section > :first-child,
.obx-landing-template .content > :first-child,
.obx-landing-template .article-inner > :first-child{
    margin-top: 0;
}
.obx-landing-template section > :last-child,
.obx-landing-template .content > :last-child,
.obx-landing-template .article-inner > :last-child{
    margin-bottom: 0;
}

.obx-landing-template.detail .top-content .content{
  align-self: center;
}
.obx-landing-template section.border-bottom{
  padding-bottom: 60px;
  border-bottom: 1px solid #DCDEE9;
}
.obx-landing-template .rec-prod-row .product-item{
  flex-basis: 16.67%;
}
.obx-landing-template .rec-prod-row .product-item__title{
  color: #000f28;
}
.obx-landing-template .rec-prod-row .product-item__title:hover{
  color: #686868;
  text-decoration: none;
}
.obx-landing-template .white-contained{
  padding: 60px;
  background-color: #fff;
  border: 1px solid #E1E3E4;
}
.obx-landing-template.detail .split .content > :last-child{
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px){
    .obx-landing-template h1,
    .obx-landing-template .h1{
        font: 500 32px/38px Burlingame, sans-serif, Arial;
        letter-spacing: 0.64px;
        margin: 0 0 10px;
    }
    .obx-landing-template .split h2,
    .obx-landing-template .split .h2{
        font: 500 22px/36.4px Burlingame, sans-serif, Arial;
        letter-spacing: 0.31px;
    }
    .obx-landing-template .flex{
        flex-direction: column;
    }
    .obx-landing-template .jump-row{
        row-gap: 20px;
    }
    .obx-landing-template .jump-row .jump{
        margin-right: 0;
    } 
    .obx-landing-template .cw .article{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .obx-landing-template .cw > .article:nth-child(4){
        margin-bottom: 0;
    }
    .obx-landing-template section.split .content,
    .obx-landing-template section.vid .content{
        margin-right: 0px;
        padding-right: 0px;
    }
    .obx-landing-template section.cta{
        padding: 40px 5%;
        margin: 40px 0 80px !important;
    }
    .obx-landing-template section{
        margin: 60px 0 !important;
    }
    .obx-landing-template .split .content{
        order: 2;
    }
    .obx-landing-template .split .flex{
        row-gap: 30px;
    }
  .obx-landing-template .vid{
    margin: 80px 0;
  }
  .obx-landing-template.detail .vid{
    margin: 60px 0 !important;
  }
    .obx-landing-template .vid .flex{
        row-gap: 25px;
    }
    .obx-landing-template .cw{
        margin-top: 25px;
        row-gap: 0 !important;
    }
  .obx-landing-template.detail .white-contained,
  .obx-landing-template.detail .cta.contained{
    padding: 60px 5% !important;
  }
}

/** PDP Redesign - Product Template V2 - 4/2024 **/

.shopify-section > section.product-template-v2{
    z-index: 4;
    position: relative;
    background-color: #f4f4f4;
}

.product-template-v2 .product-meta .vendor-sharing-container{
    position: relative;
    margin-bottom: 10px;
}
.product-template-v2 .product-meta .product-meta__share-buttons .share-title{
    font-size: 15px;
    line-height: 26px;
    color: #677279;
    margin-right: 15px;
}
.product-template-v2 .product-form__info-list{
    display: block;
    border-spacing: 0;
    margin: 0;
}
.product-template-v2 .product-form__info-item{
    display: block;
}
.product-template-v2 .product-form__info-title{
    display: block;
    margin: 0;
}
.product-template-v2 .product-short-desc{
    margin: 0 0 30px;
}
.product-template-v2  .product-gallery__thumbnail{
    border: 1px solid #E0E0E0;
    border-radius: 3px;
}
.product-template-v2 .shopify-installments,
.product-template-v2 shopify-payment-terms{
    margin-top: 0;
}
.product-template-v2 shopify-payment-terms{
    margin-bottom: 25px
}
.product-template-v2 .yotpo-reviews-star-ratings-widget{
    margin-bottom: 10px;
}
.product-template-v2 .yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-text{
    color: #677279 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
.product-template-v2 .price-list .price{
    font-size: 38px;
    line-height: 54px;
    letter-spacing: 0.76px;
}
.product-template-v2 .price-list .price.price--compare{
    font-size: 24px;
    line-height: 54px;
    letter-spacing: 0.48px;
    color: #677279;
}
.product-template-v2 .product-form__info-list{
    margin-bottom: 30px;
}
.product-template-v2 .prod-bottom-content{
    margin: 60px 0 30px;
    padding: 60px 0 0;
    border-top: 1px solid #DCDEE9;
}
.product-template-v2 #reviews::before{
    content: "";
    display: block;
    height: 215px; 
    margin: -215px 0 0;
    pointer-events: none;
}
.product-template-v2 .faq-card .faq{
    margin: 0;
    margin-bottom: 30px;
}

.product-template-v2 .card{
    margin-bottom: 0;
}
.product-template-v2 .product-block-list__item--gallery .card{
    margin-bottom: 40px;
}
.product-template-v2 .product-block-list__item--faqs .card,
.product-template-v2 .product-block-list__item--reviews .card{
    border-top: unset;
}
.product-template-v2 .card .card__title.heading{
    font-size: 18px;
    line-height: 24px;
    color: #0A3A87;
    font-weight: bold;
}
.card__collapsible-button .plus-button{
    color: #0A3A87;
}
.product-template-v2 .product-block-list__item--reviews .reviews--arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.285' height='12.285' viewBox='0 0 12.285 12.285'%3E%3Cpath id='gray-arrow' d='M12.285,5.375H2.956l4.3-4.3L6.142,0,0,6.142l6.142,6.142L7.217,11.21,2.956,6.91h9.329Z' transform='translate(12.285 12.285) rotate(180)' fill='%230a3a87'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 15px;
    width: 15px;
}
.product-template-v2 .faq-card .faq .h5{
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px));
    line-height: 1.7;
    font-weight: bold;
}
.product-template-v2 .faq-card .rte > .faq:last-child{
    margin-bottom: 0;
}
.product-template-v2 .prod-prop-container > div::before{
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin-right: 20px;
    flex-basis: 25px;
}
.product-template-v2 .faq-card ul, 
.product-template-v2 .faq-card ol{
    margin-left: 25px;
}
.product-template-v2 #bwpFrame{ margin-bottom: 40px;}
.product-template-v2 .prod-prop-container .payment-prop::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' viewBox='0 0 24 24' role='presentation'%3E%3Cg stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='M1 5h22M1 9h22M9 17H3c-1.105 0-2-.895-2-2V3c0-1.105.895-2 2-2h18c1.105 0 2 .895 2 2v10M5 13h5' stroke='%23000f28'%3E%3C/path%3E%3Cpath stroke='%23686868' d='M13 16h8v7h-8zM15 16v-2c0-1.1.9-2 2-2s2 .9 2 2v2M17 19v1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    height: 18px;
    width: 18px;
    margin-top: 9px;
}
.product-template-v2 .prod-prop-container .service-prop::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' viewBox='0 0 24 24' role='presentation'%3E%3Cg stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='M10 17H4c-1.7 0-3 1.3-3 3v3h12v-3c0-1.7-1.3-3-3-3zM7 14c-1.7 0-3-1.3-3-3v-1c0-1.7 1.3-3 3-3s3 1.3 3 3v1c0 1.7-1.3 3-3 3z' stroke='%23000f28'%3E%3C/path%3E%3Cpath stroke='%23686868' d='M13 1v10l4-3h6V1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    height: 22px;
    width: 22px;
    margin-top: 5px;
}
.product-template-v2 .prod-prop-container .shipping-prop::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' viewBox='0 0 24 22' role='presentation'%3E%3Cg transform='translate(1 1)' stroke-width='1.5' fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 10H2M5 15H4' stroke='%23686868' stroke-linecap='square'%3E%3C/path%3E%3Cpath stroke='%23000f28' d='M16.829 16H22v-6l-4-2-1-4H9v12h2.171'%3E%3C/path%3E%3Cpath d='M0 5h5' stroke='%23686868' stroke-linecap='square'%3E%3C/path%3E%3Cpath stroke='%23000f28' stroke-linecap='square' d='M0 0h9v4'%3E%3C/path%3E%3Ccircle stroke='%23000f28' stroke-linecap='square' cx='14' cy='17' r='3'%3E%3C/circle%3E%3Cpath stroke='%23000f28' stroke-linecap='square' d='M13 7v2h2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    height: 22px;
    width: 20px;
    margin-top: 5px;
}
.product-template-v2 .prod-prop-container .returns-prop::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' viewBox='0 0 23 24' role='presentation'%3E%3Cg transform='translate(1 1)' stroke-width='1.5' fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23686868' d='M8 4h8v7'%3E%3C/path%3E%3Cpath stroke='%23686868' stroke-linecap='square' d='M11 7L8 4l3-3'%3E%3C/path%3E%3Ccircle stroke='%23000f28' stroke-linecap='square' cx='6' cy='20' r='2'%3E%3C/circle%3E%3Ccircle stroke='%23000f28' stroke-linecap='square' cx='18' cy='20' r='2'%3E%3C/circle%3E%3Cpath stroke='%23000f28' stroke-linecap='square' d='M21 5l-2 10H5L3 0H0'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    height: 21px;
    width: 15px;
    margin-top: 6px;
}
.product-template-v2 .prod-prop-container .prop{
    display: flex;
    margin-bottom: 10px;
}
.product-template-v2 .prod-prop-container > :last-child{
    margin-bottom: 0;
}
.product-template-v2 .prod-prop-container .prop p{
    color: #000F28;
    font-size: 18px;
    line-height: 34px;
}

.shopify-section.product--sticky-bar{
    position: fixed;
    bottom: -150px;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 0;
    z-index: 2;
    transition: 0.3s all;
}
#prod-sticky-bar .sticky-bar-image{
    flex-basis: 10%;
}
#prod-sticky-bar .sticky-bar-image img{
    max-width: 125px;
    aspect-ratio: 1/1;
    display: block;
    height: 100%;
    object-fit: contain;
}
#prod-sticky-bar .sticky-bar-inner{
    display: flex;
    align-items: center;
}
#prod-sticky-bar .sticky-bar-info{
    flex-basis: 40%;
    margin-left: 40px;
}
#prod-sticky-bar .sticky-quantity-selector{
    flex-basis: 10%;
}
#prod-sticky-bar .sticky-prod-buttons{
    flex-basis: 40%;
}
#prod-sticky-bar .sticky-prod-buttons .product-form__payment-container{
    justify-content: flex-end;
}
#prod-sticky-bar .sticky-prod-buttons #amzn-buy-now{
    display: none;
}
#prod-sticky-bar .product-sticky__vendor{
    font-size: 16px;
}
#prod-sticky-bar .price{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.76px;
}
#prod-sticky-bar .product-sticky__title{
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    line-height: 1;
    color: var(--heading-color);
    margin-bottom: 8px;
}
#prod-sticky-bar .sticky-quantity-selector label{
    padding-right: 20px;
}
.product-template-v2 .scroller{
    position: relative;
}

@media only screen and (min-width: 641px){
    #prod-sticky-bar .product-form__payment-container > *{
        width: calc(70% - 18px);
    }
}
@media only screen and (min-width: 768px){
    .product-template-v2  .thumbs-overlay{
        box-shadow: inset 0px -30px 22px 0px rgba(255,255,255,1);
        position: absolute;
        bottom: -3px;
        width: 100%;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }
}
@media only screen and (max-width: 768px){
    .product-template-v2  .thumbs-overlay{
        box-shadow: inset -30px 0px 22px 0px rgba(255,255,255,1);
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }
    .product-template-v2 .product-meta .vendor-sharing-container{
        margin-bottom: 0;
        padding-top: 20px;
    }
    .product-template-v2 .product-block-list{
        padding: 20px 20px 0;
    }
    .product-template-v2 .prod-prop-container{
        margin-top: 30px;
    }
    .product-template-v2  .product-block-list__item--info{
        margin-bottom: 30px;
    }
    .shopify-section.product--sticky-bar{
        padding: 10px 10%;
    }
    .product-template-v2 .product-block-list__item--reviews .reviews--arrow{
        height: 12px;
        width: 12px;
    }
    .product-template-v2 .price-list .price{
      font-size: 24px;
    }
    .product-template-v2 .price-list .price.price--compare{
      font-size: 16px;
    }
    #prod-sticky-bar .sticky-bar-inner{
        flex-direction: column;
    }
    #prod-sticky-bar .sticky-bar-image,
    #prod-sticky-bar .product-sticky__vendor,
    #prod-sticky-bar .sticky-quantity-selector{
        display: none;
    }   
    #prod-sticky-bar .sticky-bar-info,
    #prod-sticky-bar .sticky-prod-buttons{
        flex-basis: 100%;
        width: 100%;
    }
    #prod-sticky-bar .sticky-bar-info{
        margin: 0 0 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #prod-sticky-bar .product-sticky__title{
        margin-bottom: 0;
        font-size: 18px;
    }
    #prod-sticky-bar .price{
        font-size: 20px;
    }
    #prod-sticky-bar  .price--highlight{
      margin-right: 0;
    }
    #prod-sticky-bar .price--compare{
      display: none;
    }
}

#obx-bopc h2, #obx-bopc .h2,
#obx-bopc h3, #obx-bopc .h3{
    font-family: var(--heading-font-family);
    font-size: 30px;
    font-weight: var(--heading-font-weight);
    color: #0A3A87;
    letter-spacing: 0.42px;
    line-height: 1.5;
    margin: 40px 0 15px;
}
#obx-bopc p, #obx-bopc li{
    font-size: 18px;
    line-height: 34px;
    color: #677279;
    margin: 0 0 30px;
}
#obx-bopc li{
    margin: 0 0 15px;
}
#obx-bopc section{
    margin: 60px 0;
}
#obx-bopc .flex{
    display: flex;
}
#obx-bopc .flex .col{
    flex-basis: 50%;
    align-self: center;
}
#obx-bopc .content{
    padding: 0 40px;
}
#obx-bopc .media{
    padding: 0 20px;
}
#obx-bopc .left{
    padding-left: 0;
}
#obx-bopc .right{
    padding-right: 0;
}
#obx-bopc > :first-child,
#obx-bopc .col > :first-child{
    margin-top: 0;
}
#obx-bopc > :last-child,
#obx-bopc .col > :last-child{
    margin-bottom: 0;
}
@media only screen and (max-width: 768px){
    #obx-bopc{
        padding: 0 5%;
    }
    #obx-bopc .flex{
        flex-direction: column;
        row-gap: 30px;
    }
    #obx-bopc h2, #obx-bopc .h2,
    #obx-bopc h3, #obx-bopc .h3{
        font-size: 24px;
    }
    #obx-bopc .content,
    #obx-bopc .media{
        padding: 0;
    }
}
/*** END Product Template V2 Redesign ***/

/** OBX Homepage Redesign **/
.obx.index-section.popular-category-section .section__header,
.obx.index-featured-collections .section__header{
    display: block;
    padding-top: 60px;
    border-top: 1px solid #E7E8EE;
}
.obx.index-section.popular-category-section .popular-categories,
.obx.index-featured-collections .category-container{
    padding-bottom: 60px;
    border-bottom: 1px solid #E7E8EE;
}
.obx.index-section.popular-category-section h2,
.obx.index-featured-collections h2{
    text-align: center;
}
.obx.index-howto-section h2,
.obx.index-section.popular-category-section h2,
.obx.index-feat-product h2,
.obx.index-featured-collections h2,
.obx.brands-w-image-section .featured-collection__header .heading,
.obx.collection-w-image-section .featured-collection__header .heading{
    color: #0A3A87;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.76px;
    line-height: 54px;
}
.obx.index-feat-product h2,
.obx.index-featured-collections h2,
.obx.brands-w-image-section .featured-collection__header .heading,
.obx.collection-w-image-section .featured-collection__header .heading{
    line-height: 44px;
    color: #000F28;
}
.obx.index-feat-product  .section__header-content,
.obx.index-featured-collections .section__header-content{
    margin-top: 23px;
}
.obx.brands-w-image-section .featured-collection__header .heading,
.obx.collection-w-image-section .featured-collection__header .heading{
    color: #fff;
    margin-bottom: 20px;
}
.obx.index-section .collection-item .collection-item__title,
.obx.index-section .collection-item:hover .collection-item__title,
.obx.index-howto-section .how-to-container .collection-item__title,
.obx.index-howto-section .how-to-container .collection-item:hover .collection-item__title{
    text-transform: initial;
  transform: unset;
}
.obx.index-section .collection-item .collection-item__title{
    margin-bottom: 15px;
    color: #0A3A87;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    margin: 0;
    padding: 25px 30px 0;
}
.obx.index-section.popular-category-section .popular-categories{
    margin-top: 60px;
}
.obx.index-section.popular-category-section .popular-categories .category-container{
  width: 20%;
  padding: 0 10px;
}
.obx.index-section.popular-category-section .popular-categories a{
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
}
.obx.index-section.popular-category-section .popular-categories img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    transform: none !important;
}
.obx.index-section.popular-category-section .popular-categories .collection-item__image-wrapper{
    margin-bottom: 0;
}
.obx.index-section.collection-w-image-section .price--compare,
.obx.index-featured-collections .price--compare{
    display: none;
}
.obx.index-section.collection-w-image-section .price,
.obx.index-featured-collections .price{
    font-weight: 800;
}
.obx.index-section.collection-w-image-section .product-item__title{
    min-height: 56px;
}
.obx.index-featured-collections .flickity-viewport{
    min-height: 450px;
}
.obx.index-section.collection-w-image-section .yotpo-bottomline,
.obx.index-featured-collections .yotpo-bottomline{
    column-gap: 5px;
}
.obx.index-howto-section{
    background-color: #fff;
    padding: 60px 0 0px;
}
.obx.index-howto-section .how-to-container .flickity-slider > div{
    width: 25%;
    margin-right: 40px;
}
.obx.index-howto-section .how-to-container a{
    display: flex;
    align-items: center;
    border: 1px solid #DCDEE9;
    padding: 20px 30px;
    width: 100%;
    transition: 0.3s all;
}
.obx.index-howto-section .how-to-container a:hover{
    border: 1px solid #000F28;
}
.obx.index-howto-section .how-to-container a img{
    aspect-ratio: 1/1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.obx.index-howto-section .collection-list{
    width: 100%;
    margin: 30px 0 0;
}
.obx.index-howto-section .how-to-container a .collection-item__image-wrapper{
    width: 100%;
    max-width: 80px;
    margin-bottom: 0;
}
.obx.index-howto-section .how-to-container a .collection-item__title{
    width: 100%;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #0A3A87;
    text-align: left;
}
.obx.index-howto-section .flickity-viewport::after{
    content: '';
    box-shadow: inset -50px 0px 25px -10px rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: 0.2s all;
}
.obx.index-howto-section .how-to-container:hover .flickity-viewport::after{
    opacity: 0;
}
.obx .flickity-button{
    z-index: 5;
}
.obx.index-section.brands-w-image-section .flickity-viewport{
    min-height: 450px;
}
.obx.index-section.brands-w-image-section .flickity-viewport .loop-item{
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-right: 1px solid var(--border-color);
    overflow: hidden;
}
.obx.index-section.brands-w-image-section .flickity-viewport .loop-item a{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.obx.index-section.brands-w-image-section .flickity-viewport img{
    display: block;
    width: 100%;
    transition: 0.3s all;
}
.obx.index-section.brands-w-image-section .flickity-viewport .loop-item a:hover img{
    transform: scale(1.03);
}
.obx.index-slideshow-section .slideshow__content-wrapper{
    padding-bottom: 50px;
}
.obx.index-slideshow-section .button,
.obx.index-section.collection-w-image-section .featured-collection__header .button,
.obx.brands-w-image-section .featured-collection__header .button{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700 !important;
    padding: 12px 40px;
}
.obx.index-slideshow-section .flickity-page-dots{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0 var(--desktop-container-gutter);
    max-width: 1480px;
}
.slideshow .flickity-page-dots .dot{
    opacity: 0.5;
}
.obx.index-slideshow-section .slideshow .flickity-page-dots .dot.is-selected{
    background: #fff;
    opacity: 1;
}
.obx.index-slideshow-section .heading{
    max-width: 600px;
    font-size: 58px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 1.16px;
    font-family: var(--heading-font-family), sans-serif, Arial;
    text-transform: initial;
    font-style: unset;
    margin: 0 0 23px;
}
.obx.index-feat-product .section__header,
.obx.index-featured-collections .section__header{
    display: block;
    text-align: center;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.obx.index-feat-product .section__header{
    margin-bottom: 60px;
}
.obx.index-feat-product .section__header h2,
.obx.index-featured-collections .section__header h2{
    text-align: center;
}
.obx.index-feat-product .featured-product{
    display: flex;
    column-gap: 40px;
    width: 100%;
}
.obx.index-feat-product .product-form__payment-container div:empty{
    display: none;
}
.obx.index-featured-collections .cat-select-head{
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.obx.index-featured-collections .cat-select-inner{
    padding: 20px 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}
.obx.index-featured-collections .cat-list{
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.obx.index-featured-collections .cat-list .category-option{
    display: block;
    border: 1px solid #000;
    padding: 12px 30px;
    font-weight: 600;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.obx.index-featured-collections .cat-list .category-option.selected{
    background-color: #000;
    color: #fff;
}
.obx.index-featured-collections .category-container{
    display: none;
}
.obx.index-featured-collections .category-container.active-category{
    display: block;
}

@media only screen and (min-width: 1000px){
    .obx.index-section.collection-w-image-section .featured-collection__header,
    .obx.index-section.brands-w-image-section .featured-collection__header{
        width: 550px;
        padding: 40px;
    }
    .obx.index-slideshow-section .slideshow--large{
        min-height: 560px;
    }
    .obx.index-howto-section .collection-list .flickity-prev-next-button{
        top: calc(50% - 25px - 40px - 0.5em);
    }
}
@media only screen and (max-width: 999px){
    .obx.index-slideshow-section .slideshow{
        min-height: 740px;
    }
    .obx.index-slideshow-section .slideshow__slide-inner{
       justify-content: flex-start;
       text-align: left;
    }
    .obx.index-slideshow-section .button{
        display: block;
    }
    .obx.index-slideshow-section .button+.button{
        margin-left: 0 !important;
        margin-top: 20px;
    }
    .obx.index-slideshow-section .heading{
        font-size: 48px;
        line-height: 60px;
        letter-spacing: 0.96px;
    }
    .obx.index-slideshow-section .slideshow__content{
        font-size: 17px;
    }
    .obx.index-feat-product .section__header{
        margin-bottom: 30px;
    }
    .obx.index-feat-product{
        margin-left: 5%;
        margin-right: 5%;
    }
    .obx.index-feat-product .featured-product{
        flex-direction: column;
    }
    .obx.index-howto-section{
        padding: 60px 0 80px;
    }
    .obx.index-howto-section .how-to-container .flickity-slider > div{
      width: 100%;
    }
    .obx.index-howto-section .collection-list > div{
        margin-right: 15px;
    }
    .obx.index-howto-section .collection-list > div a{
        margin: 0 !important;
        min-height: 177px;
    }
    .obx.index-howto-section .flickity-viewport::after{
      display: none;
    }
    .obx.index-section.collection-w-image-section .flickity-viewport{
      min-height: 550px;
    }
    .obx.index-section.collection-w-image-section .product-item{
      height: 100%;
      width: 55%;
    }
    .obx.index-section.popular-category-section .popular-categories .category-container{
      width: 50%;
      padding: 0 30px;
    }
    .obx.index-section.collection-w-image-section .featured-collection,
    .obx.index-section.brands-w-image-section .featured-collection{
        padding-bottom: 50px;
    }
    .obx.index-featured-collections .category-select{
        position: relative;
    }
    .obx.index-featured-collections .category-select::after{
        content: '';
        box-shadow: inset -50px 0px 25px -10px rgba(255, 255, 255, 1);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        opacity: 1;
        transition: 0.2s all;
        right: -20px;
    }
    .obx.brands-w-image-section .featured-collection__text,
    .obx.collection-w-image-section{
        margin-bottom: 0;
    }
    .obx.brands-w-image-section .product-item{
        justify-content: center;
    }
    .obx.index-section.popular-category-section .popular-categories{
        display: flex;
        padding-left: 17px;
    }
    .obx.index-section.popular-category-section .popular-categories a{
        min-width: 255px;
        margin: 0 20px 0 -10px;
    }
    .obx.index-featured-collections .cat-select-inner{
        margin-right: -20px;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 700px){
    .obx.index-section.collection-w-image-section .flickity-viewport{
      min-height: 450px;
    }
  .obx.index-section.brands-w-image-section .flickity-viewport .loop-item{
    width: 53%;
  }
}
@media only screen and (max-width: 500px){
    .obx.index-section.collection-w-image-section .flickity-viewport{
      min-height: 475px;
    }
    .obx.index-section.popular-category-section .popular-categories .category-container{
      width: 100%;
      padding: 0 15px;
    }
    .obx.index-section.brands-w-image-section .flickity-viewport .loop-item{
      width: 55%;
    }
}
@media only screen and (max-width: 340px){
    .obx.index-section.collection-w-image-section .flickity-viewport{
      min-height: 500px;
    }
}

/** End OBX Homepage Redesgin **/