/** Shopify CDN: Minification failed

Line 1206:31 Expected identifier but found "*"
Line 1488:23 Unexpected "{"

**/
/* =========================================== 
  Streamline - Custom CSS 
  ======
  Table of contents:
  - GENERAL
    - Fixes
    - Container Control
    - Base Button Styling
    - Style the social icons
    - Base Type Styles
  - HEADER
    - Mega Menu
  - HOMEPAGE
    - Slideshow
    - Instafeed
  - COLLECTION PAGE
  	- Breadcrumbs
  	- Sort
  	- Type Style
  - PRODUCT PAGE
    - Type Styles
    - Collapse
  	- Better thumbnail grid
  - 404
=========================================== */
  
/* GENERAL */  
.button-primary{
  border:2px solid #638142;
  font-size:12px;
}
.button-primary:hover{
  color:#434F35!important;
  border:2px solid #434F35!important;
  transition:.3s!important;
}
.button-primary:focus, .button-secondary:focus{
  background-color:#F2E153!important;
  border:2px solid #434F35!important;
}
.product-form--atc-button:focus{
  background-color:#F2E054!important;
}
.product-form--atc-button{
  border:1px solid #527D81;
  border-radius:0px;
  height:49px;
}
.product-form--atc-button:hover{
  color:#434F35!important; 
  border:1px solid #434F35!important;
  transition:.3s!important;
}
/* Fixes */
/* Fix - Flickity button positioning */
.flickity-prev-next-button {
  padding: .625rem;
}

/* Fix - Double sortby */
.utils-sortby-title {
  display: none;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
  }
}
/* Fix - Hover boxes */
.site-navigation a.navmenu-link:focus {
  outline: -webkit-focus-ring-color auto 5px !important;
}
  
/* Container Control - Add any new containers (sections) we created to the default responsive sizing */
/* . {
  max-width: 1500px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  . {
    padding-right: 1.96875rem;
    padding-left: 1.96875rem;
  }
}
@media screen and (min-width: 1080px) {
 . {
    padding-right: calc(40px);
    padding-left: calc(40px);
  }
} */
  
/* Base Button Styling */
.slideshow-button.button-secondary,
.slideshow-button.button-primary, 
.button-primary .button-text,
.button-secondary .button-text {
  text-decoration: none;
  display: inline-block;
  padding-left:2rem;
  padding-right:2rem;
}
  
/* Style the social icons */
.social-icons.social-icons-dark-light .social-link {
  color: #ffffff;
  padding: 0;
}
.social-icons .social-link:not(:first-child) {
  margin-left: 0.25rem;
}
.social-icons.social-icons-dark-light .social-link svg {
  background-color: unset;
}
.share-buttons.share-buttons-dark-light .share-buttons--list .share-buttons--button {
  color: #638142;
  background-color: unset;
  padding: 0;
}
.share-buttons .share-buttons--list .share-buttons--button:first-child,
.share-buttons .share-buttons--list .share-buttons--button:not(:first-child) {
  margin-left: 0.25rem;
}
.share-buttons .share-buttons--list {
  margin-top: .5rem; 
}
/* Inline share buttons */ 
.product--container .share-buttons .share-buttons--title,
.product--container .share-buttons .share-buttons--list {
  display: inline-block;  
  font-size: var(--font-size-body-smallest, .75rem);
}
.product--container .share-buttons--title {
  vertical-align: super;
}
@media screen and (min-width: 720px) {
  .product-main .share-buttons {
    margin-top: .5rem;
  }
}

/* Base Type Styles */
/* Default preheading color settings should be added to settings_schema.json */
.home-section--preheading,
.preheading,
.alt-img-with-text--content .alt-img-with-text--text .preheading {
  font-size: var(--font-size-body-medium);
  color: ;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.home-section--title{
  font-weight:300!important;
  letter-spacing:2px!important;
}
@media screen and (min-width:1023px){
.home-section--title{
  font-size:35px;
}}
/* HEADER */

/* SMALL PROMO */
.small-promo-text{
  text-decoration:none!important;
  color:black!important;
}
.small-promo--container.desktop{
    display: flex;
    text-align: left;
    font-size: 13px;
    height: 50px;
    width: 200px;
    position: absolute;
    left: 0;
    margin-left: 1.640625rem;
    justify-content: space-between;
    align-items:center;
    margin-top:1.1rem;
}
.small-promo--container.mobile{
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 13px;
    height: 50px;
    width: 200px;
    position: absolute;
    left: 0;
    margin-left: 1.640625rem;
    justify-content: space-between;
    align-items:center;
}
@media screen and (max-width:1023px){
.small-promo--container.desktop{
  display:none;
}}
@media screen and (min-width:1023px){
.small-promo--container.mobile{
  display:none;
}}
.promo-icon.desktop{
  max-height:30px; 
  max-width:30px; 
  background-size:contain; 
  background-position:center center;
  background-repeat:no-repeat;
  height:100%;
  width:100%;
}
.promo-icon.mobile{
  max-height:30px; 
  max-width:30px; 
  background-size:contain; 
  background-position:center center;
  background-repeat:no-repeat;
  height:100%;
  width:100%;
}

/* END SMALL PROMO */


/* Move search bar to announcement bar */
.site-navigation .navmenu-depth-2 .navmenu-link {
  font-size: var(--font-size-body-smaller); 
}
header.site-header {
  margin-bottom: 0.5rem;
}
.announcement-bar-wrap .live-search {
  display: none;
}
.live-search-button {
  padding: 0.4875rem 15px; 
}
.announcement-bar.search-top {
  z-index: 999!important; 
  transform: none;
}
/* z-index: 0 here was causing the nav bar to be behind the hero, etc */
div#shopify-section-static-basic-header-alt .site-header-main {

}
.announcement-bar .search-flydown--placeholder,
.announcement-bar .search-flydown--results,
.announcement-bar .search-flydown--quicklinks {
   text-align: left;
}
.search-flydown--content-items-none {
  font-size: var(--font-size-body-smaller, .5rem);
  padding-top: 5px;
}
.search-flydown--content-items {
  padding: 1.25rem 10px 1.75rem 0;
}
.search-flydown--footer {
  color: #ffffff;
  background-color: #527d81; 
  font-size: var(--font-size-button-small);
  letter-spacing: 0.1em;
  font-family: ;
  font-style: ;
  font-weight: ;
  text-transform: uppercase;
  margin-top: 15px;
}
.search-flydown--product-title {
  color: #527d81;
  font-weight: 400;
  font-size: var(--font-size-body-smaller);
}
.search-flydown--content-item a{
  color:black!important;
}
/* Updating zindex so nav wrapper is behind live search flydown */
.site-navigation-wrapper{
  z-index:400!important
}
@media screen and (max-width: 770px){
  .site-header-main {
    height: auto !important;
  }
}
@media screen and (min-width: 770px){
  /*.site-header-main {
    min-height: 130px !important; 
    align-items: flex-end !important;
    padding-bottom: 25px !important;
  }*/
  .site-header--basic .announcement-bar.search-top  .live-search {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 1023px) {
  .site-header--mobile-logo-center .site-header-search-button {
    position: relative;
    left: auto;
    display: block !important
  }
}
@media screen and (min-width: 1024px) {
  .announcement-bar.search-top {
    padding-left:40px;
    padding-right:40px;
    padding-top:0px;
    padding-bottom:0px;
  }
  .announcement-bar.search-top .announcement-bar-wrap {
    display: flex;
    flex-flow: row-reverse;
    /*padding-top: .25rem;
    padding-bottom: .25rem;*/
  }
  .announcement-bar.search-top .live-search {
    display: flex;
  }
  .announcement-bar.search-top .search {
    align-self: center;
  }
  .announcement-bar.search-top .announcement-bar-text {
    text-align: left;
    width: 100%;
    align-self: center;
    padding: 0 0 0 0;
    font-weight: 400;
  }
  .announcement-bar.search-top .live-search {
    width: 100%; 
  }
  .announcement-bar.search-top .live-search-form .live-search-form-field,
  .announcement-bar.search-top .live-search-form .live-search-button,
  .announcement-bar.search-top .live-search {
    height: 36px;
    max-width: 275px;
    font-size: var(--font-size-body-smallest, .75rem);
  }
  .announcement-bar.search-top .live-search-form .live-search-button {
    padding-top: 0.375rem;
    font-size: var(--font-size-body-smallest, .75rem);
  }
}
.form-field .live-search-form-field, .live-search-button {
   border-width:0!important;
   background-color:#F3F3F3!important;
   box-shadow: inset!important;
}
.site-header-stacked .site-navigation {
  padding-top: 0;
  margin-top: .75rem;
  border-top: 1px solid #d7dcda; 
}
.site-navigation a, .site-navigation .navmenu-depth-1 > li > a, .site-header-actions, .mobile-nav-content .navmenu-depth-1 > .navmenu-item > .navmenu-link {
  font-size: var(--font-size-body-smallest, .75rem);
}
.site-navigation a {
  padding: .5rem .75rem; 
}
.site-navigation .navmenu-depth-1 > li {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top;
}
.site-header-main-actions {
  align-self: center;
}
div#shopify-section-static-basic-header-alt .site-header-main {
  z-index:200;
}
@media screen and (min-width:860px){
div#shopify-section-static-basic-header-alt .site-header-main {
}}
.utility-bar-left .social-link{
  margin-right:.4rem!important;
}
.social-link svg:hover{
  background-color:#527D81;
}
@media screen and (min-width:1023px){
.site-logo{
  margin-top:-40px;
}}
.utility-bar-content{
  margin-left:0px!important;
  padding-bottom:0;
}
.site-main {
  position: relative;
  z-index: 100!important;
  outline: none;
}
.live-search{
  z-index:500!important;
}

/* MEGA V2 */
/* Mega Menu */
/*.navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop[data-meganav-id="fa771147-ec02-4804-af3f-202b6c84d0c6"] {
  left:32.5%;
  width:auto;
}
.navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop{
  width:100%;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
  font-size: var(--font-size-body-small)!important;
  letter-spacing: 1px!important;
  font-weight:500;
}
.navmenu-meganav.navmenu-meganav--desktop {
    position: absolute;
    left: 0;
    float: left;
    width: 100vw;
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.site-navigation .navmenu-depth-2 .navmenu-link {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-body-smallest)!important;
    z-index: 2;
    display: block;
    padding: 0.4375rem 2rem 0.4375rem 1.5625rem;
    letter-spacing: 0.02em;
    color: #093744;
    text-decoration: none;
    text-transform: none;
    transition: color 0.1s ease;
}
.site-navigation .navmenu-depth-2 .navmenu-link:hover {
    color: #1f7a86;
    transition: color 0.3s;
}
.site-navigation .navmenu-meganav--image-link {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size-body-smallest);
    display: block;
    padding: 0;
    letter-spacing: 0.02em;
    color: #093744;
    text-transform: capitalize;
}*/

@media screen and (min-width: 720px) {
  .navmenu-meganav[data-meganav-id="fa771147-ec02-4804-af3f-202b6c84d0c6"] {
    /*display: block; /* testing */ 
  }
  .navmenu-meganav.navmenu-meganav--desktop {
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    background-color:#f7f7f7;
    box-shadow: inset 0 2px 1px rgb(0 0 0 / 10%);
    width:auto;
  }
  .navmenu-meganav--scroller {
    padding-left: 60px;
    padding-right: 60px;
  }
  ul.navmenu.navmenu-depth-2.navmenu-meganav-items {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .navmenu-meganav--image-container {
    display: flex; 
  }
  .navmenu-meganav--image-container > li {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .navmenu-meganav--image-container img {
    box-shadow: -2px 2px #a4d5d2;
  }
  .navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
    font-size: var(--font-size-body-smaller);
    padding: 0.175rem 1.4375rem 0.175rem 1.5625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-3 {
    background-color: transparent; 
  }
  .site-navigation .navmenu-depth-2 .navmenu-link {
    font-size: var(--font-size-body-tiny);
    padding: 0.275rem 1.4375rem 0.275rem 1.5625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
.site-navigation .navmenu-meganav--image-link{
  font-size: var(--font-size-body-tiny);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Mega Menu */
@media screen and (max-width: 720px) {
  .navmenu-meganav--image-container {
	display: none;
  }
  .mobile-nav-content .navmenu {
    width: 100%; 
  }
  ul.navmenu.navmenu-depth-2.navmenu-meganav-items {
    padding-bottom: 25px;
  }
}
/* END MEGA V2 */

/* HOMEPAGE */
@media screen and (min-width:720px){
.logolist--section{
  /*margin-bottom:-5rem;*/
}}
.site-page .logolist--section{
  margin-bottom:0px!important;
}
@media screen and (max-width:719px){
.logolist--section{
  margin-bottom:-2rem;
}}
.award-text{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: grey;
}
.account-text{
   font-size: 12px;
   color: grey;
   margin-top:20px;
   max-width:300px;
   margin-left:auto;
  margin-right:auto;
}
/* Collection List Title Formatting */
.dynamic-collection-list--item-title, .dynamic-collection-list--item-title-mobile{
  margin:0!important;
  padding-top:5px;
  padding-bottom:5px;
  color:#527D81!important;
  width:80%;
}
@media screen and (min-width:1023px){
.dynamic-collection-list--item-title, .dynamic-collection-list--item-title-mobile{
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/collectionlistbkg_1400x.png?v=91086340738771710391765993920);
  background-size:100% 100%;
  font-weight:400!important;
  font-size:20px!important;
}}
@media screen and (max-width:1022px){
.dynamic-collection-list--item-title{
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/collectionlistbkg_1400x.png?v=91086340738771710391765993920);
  background-size:100% 100%;
  font-weight:400!important;
  font-size:15px!important;
}}
@media screen and (max-width:1022px){
.dynamic-collection-list--item-title-mobile{
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/collectionlistbkg_1400x.png?v=91086340738771710391765993920);
  background-size:100% 100%;
  font-weight:400!important;
  font-size:12px!important;
}}
@media screen and (min-width: 720px){
.dynamic-collection-list--item-info{
  position:absolute; 
  bottom:0;
  margin-bottom:2%;
  width:100%;
  text-align:center;
}}
@media screen and (max-width: 719px){
.dynamic-collection-list--item-info{
  position:absolute; 
  bottom:0;
  margin-bottom:-20%;
  width:100%;
  text-align:center;
}}
/* Featured Collection Count Across */
@media screen and (min-width: 1280px){
.featured-collection--container .featured-collection--content[data-layout=slideshow] .productgrid--item {
    width: calc(100% / 4 - calc(4 * 10px)/ 4)!important;
    margin-right: 10px;
}}
.featured-collection--wrapper.featured-collection--background-image.bottom {
    background-position-y: 80%!important;
}
.featured-collection--container .featured-collection--cta-wrapper {
    margin: 6rem auto 0;
    text-align: center;
}

/* Mosaic Grid Override */
@media screen and (min-width:720px){
.promo-mosaic--inner.promo-mosaic--layout-5{
  display:grid!important;
  grid-column-gap:10px!important;
  grid-row-gap:10px!important;
  grid-template-columns:2fr 2fr!important;
  grid-template-rows: 2fr 2fr 2fr!important;
  grid-template-areas: "one two"
     				   "one three"
    			       "four five"!important;
}}
@media screen and (min-width:720px){
.promo-mosaic--inner{
  max-width:1270px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}}
@media screen and (min-width:720px){
.promo-block-mosaic{
  min-height: 356px!important;
}}
@media screen and (min-width:720px){
.promo-block-mosaic:nth-of-type(1){
  grid-area:one!important;
  background-size:cover!important;
}}
@media screen and (min-width:720px){
.promo-block-mosaic:nth-of-type(2){
  grid-area:two!important;
}}
@media screen and (min-width:720px){
.promo-block-mosaic:nth-of-type(3){
  grid-area:three!important;
}}
@media screen and (min-width:720px){
.promo-block-mosaic:nth-of-type(4){
  grid-area:four!important;
}}
@media screen and (min-width:720px){
.promo-block-mosaic:nth-of-type(5){
  grid-area:five!important;
}}
.promo-block-mosaic--header, .promo-block-grid--header{
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/collectionlistbkg_1400x.png?v=91086340738771710391765993920);
  background-size:100% 100%;
  font-weight:400!important;
  font-size:20px!important;
}
@media screen and (min-width:720px){
.promo-block-mosaic--header, .promo-block-grid--header{
  padding-left:3rem;
  padding-right:3rem;
  padding-top:10px;
  padding-bottom:10px;
}}
@media screen and (max-width:719px){
.promo-block-mosaic--header, .promo-block-grid--header{
  padding-left:1rem;
  padding-right:1rem;
  padding-top:4px;
  padding-bottom:4px;
}}
.promo-block-grid--header{
  max-width:100%!important;
}
@media screen and (min-width:720px){
.promo-grid--container{
  max-width:1018px!important;
}}
/* END MOSAIC */

/* Testimonial Override */
@media screen and (min-width: 860px){
.testimonial {
    flex-grow: 1;
    width: 100%;
    max-width: 301px;
    min-height: 282px;
    margin-top:2%;
    display:block;
}}
@media screen and (min-width: 860px){
.testimonial:last-of-type {
    margin-right:6%;
}}
@media screen and (min-width: 860px){
.testimonials {
    justify-content: flex-end;
}}
.testimonial-blockquote-quote{
  font-size:14px;
  margin-top:1.6rem;
}
@media screen and (min-width: 860px){
.testimonials-heading{
}}
@media screen and (min-width: 860px){
.testimonials-heading--container{
}}
.testimonials-section .stars {
  color: #b68d52 ;
}
.testimonials-section p{
  text-align:left!important;
  color:#527D81;
  margin-bottom:.3rem;
  margin-top:.3rem;
}
.testimonial-blockquote-footer{
  border-bottom:1px solid #527D81;
}
.testimonial-blockquote-citation{
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
}
@media screen and (min-width: 860px){
.testimonials-2 .testimonial {
    width: calc(50% - 20px);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  	padding-left:1rem;
    padding-right:1rem;
}}
.desktop-testimonial-content--container{
  position:absolute; 
  min-height:400px; 
  width:40%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:860px){
.testimonials-header{
  display:none;
}}
@media screen and (max-width:860px){
.desktop-testimonial-content--container{
  display:none;
}}
@media screen and (min-width:860px){
.testimonials-section{
  min-height:500px;
}}
/* End Testimonial */

/* Slideshow */
.slideshow-image {
  opacity: 1; 
  width: 100%;
  height: initial;
}  
@media screen and (min-width: 640px) {
  .slideshow-image-mobile {
    opacity: 0;
    width: 100%;
    height: 0;
  }
}
@media screen and (max-width: 639px) {
  .with-mobile .slideshow-image {
    opacity: 0; 
    width: 100%;
    height: 0;
  }  
  .slideshow-image-mobile {
    opacity: 1;
    width: 100%;
    height: initial;
  }
}


/* Instafeed */  
/* Hide the o.g. Instafeed */
#insta-feed {
  display: none;
}

/* Use our Instafeed */
#insta-container #insta-feed {
  display: block;
  margin-top: 0;
}

#insta-container .wrapper {
  position: relative;
  min-height: 250px;
}

/* Add special grid */
#insta-container #insta-feed,
#insta-container #insta-content {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  grid-template-rows: auto;
  column-gap: .75rem;
  row-gap: .75rem;
  align-items: stretch; 
}
#insta-container #insta-feed {
  grid-template-areas:  
    "two six one four" 
    "three six one five";
}
#insta-container #insta-content {
  grid-template-areas:  
    "b2 content b1 b4" 
    "b3 content b1 b5";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#insta-container .blank1,
#insta-container .blank2,
#insta-container .blank3,
#insta-container .blank4,
#insta-container .blank5 {
  width: 100%;
  padding-top: 100%;
  height: 0;
}
#insta-container .blank1 {
  grid-area: b1;
}
#insta-container .blank2 {
  grid-area: b2;
}
#insta-container .blank3 {
  grid-area: b3;
}
#insta-container .blank4 {
  grid-area: b4;
}
#insta-container .blank5 {
  grid-area: b5;
}
#insta-container .content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left:1%;
  padding-right:1%;
  max-width:375px;
}
#insta-container #insta-feed a .instafeed-container {
  width: 100%!important;
  height: 100%!important;
  padding-top:100%!important;
}
#insta-container #insta-feed a:nth-of-type(1) {
  grid-area: one;
} 
#insta-container #insta-feed a:nth-of-type(2) {
  grid-area: two;
}  
#insta-container #insta-feed a:nth-of-type(3) {
  grid-area: three;
}
#insta-container #insta-feed a:nth-of-type(4) {
  grid-area: four;
}  
#insta-container #insta-feed a:nth-of-type(5) {
  grid-area: five;
}  
#insta-container #insta-feed a:nth-of-type(6) {
  grid-area: six;
  visibility: hidden;
}  
/* End special grid */

#insta-container {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left:calc(40px);
  padding-right:calc(40px);
}

#insta-container .home-section--preheading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#insta-container .home-section--preheading a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight:400;
  z-index: 500;
}
#insta-container .insta-rte {
  font-size: var(--font-size-body-smaller, .875rem);
  max-width: 80%;
  margin: .5rem auto;
}
#insta-container .icon img {
  height: 3rem;
  width: auto;
  padding-right: .5rem;
}
#insta-container hr {
  width: 3rem;
  border: solid .5px;
}
#insta-container .insta-link {
  margin-top: 1rem;
}
#insta-container .insta-link a {
  font-size: var(--font-size-body-smaller, .875rem);
  color: #000;
  letter-spacing: 2px;
  text-decoration: none;
}
#insta-container .home-section--subheading {
  padding: 0 1rem;
  font-size: var(--font-size-body-smaller, .875rem);
}
@media screen and (min-width: 860px) {
  #insta-container .home-section--subheading {
    margin: unset;
  }
}
@media screen and (max-width: 859px) {
  #insta-container #insta-feed {
    grid-template-columns: 1fr 2fr 2fr 1fr;
  }
  #insta-container #insta-feed {
    grid-template-areas:  
      "three one two five"
      "four one two six";
  }
  #insta-container #insta-feed a:nth-of-type(6) {
    visibility: visible;
  } 
  #insta-container #insta-content {
    display: block;
    position: relative;
    top: unset;
  } 
  #insta-container .blank1,
  #insta-container .blank2,
  #insta-container .blank3,
  #insta-container .blank4,
  #insta-container .blank5 {
    display: none;
  }
  #insta-container .content {
    padding: 2rem;
  }
}
@media screen and (max-width: 559px) {
  #insta-container #insta-feed {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #insta-container #insta-feed {
    grid-template-areas:  
      "two one one" 
      "three one one"  
      "four four five" 
      "four four six";
  }
}
#insta-container .home-section--title{
  margin-bottom:0px!important;
}
.featured-collection--cta-wrapper.insta{
  margin-top:1.5rem;
}
/* END INSTAFEED */

/* FOOTER / NEWSLETTER */
@media screen and (min-width: 720px){
.site-footer-block-menu .navmenu-item:not(:first-child) {
    margin-top: 0;
}}
@media screen and (min-width:720px){
.site-footer-block-item{
  text-align:center;
  padding-left:30px!important;
  padding-right:30px!important;
}}
@media screen and (min-width: 720px){
.dynamic-newsletter{
  margin-top:5rem;
}}
@media screen and (max-width:720px){
.site-footer-block-content.rte{
  margin-right:auto;
}}
@media screen and (max-width: 719px){
.dynamic-newsletter{
  margin-top:2rem;
}}
@media screen and (min-width: 720px){
.dynamic-newsletter{
  padding-left:0!important;
  padding-right:0!important;
  margin-left:0!important;
  margin-right:0!important;
  min-width:100%!important;
}}
.dynamic-newsletter-text.home-section--subheading{
  font-family: "Quattrocento Sans",sans-serif;
  font-weight:normal;
}
@media screen and (min-width: 860px){
.dynamic-newsletter-text.home-section--subheading {
    margin-left: 0!important;
    margin-right:0!important;
    font-size:15px!important;
    padding-left:20%;
    padding-right:20%;
}}
@media screen and (max-width: 859px){
.dynamic-newsletter-text.home-section--subheading {
    margin-left: 0!important;
    margin-right:0!important;
    font-size:15px!important;
    padding-left:10%;
    padding-right:10%;
}}
@media screen and (min-width: 860px){
.dynamic-newsletter-content .home-section--title-container {
    margin-bottom: 15px!important;
}}
.newsletter-input .form-field-input{
  border-radius:26px;
  border-width:0;
}
@media screen and (min-width: 860px){
.newsletter .newsletter-submit{
  padding-left:2rem;
  padding-right:2rem;
}}
@media screen and (min-width: 860px){
.newsletter-social{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top:20px;
}}
.newsletter .form-fields-inline{
  justify-content:center;
}
.newsletter .newsletter-input{
  max-width:230px;
}
@media screen and (max-width:859px){
.dynamic-newsletter{
  padding-left:0px;
  padding-right:0px;
}}
@media screen and (min-width: 680px) and (max-width:860px){
.dynamic-newsletter{
  padding-left:0px;
  padding-right:0px;
}
.newsletter-social{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top:10px;
}
.dynamic-newsletter-content .home-section--title-container {
    margin-bottom: 10px!important;
}
}
.dynamic-newsletter-content .home-section--title {
  font-size:19px!important;   
}
.dynamic-newsletter-content .home-section--title-container {
    margin-bottom: 10px!important;
}
@media screen and (min-width:860px){
.dynamic-newsletter-content{
  padding-top:1%!important;
  padding-bottom:1%!important;
}}
@media screen and (max-width:859px){
.dynamic-newsletter-content{
  padding-top:5%!important;
  padding-bottom:4%!important;
}
.newsletter-social{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top:10px;
}}
.site-footer-credits{
  color:#ffffff!important;
  margin-top:0;
}
.new-credits--container{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.footer_logo{
  width:50px; 
  height:50px;
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/footer-logo_small.png?v=64230642550238646171765993921);
  background-size:cover;
  margin-bottom:10px;
}
/* End Footer / Newsletter */

/* COLLECTION PAGE */ 
@media screen and (min-width:860px){
.collection--information{
  max-width:70%;
}}

/* Breadcrumbs */  
.breadcrumbs-container {
  text-transform: uppercase; 
}
.breadcrumbs-container a, .breadcrumbs-container span {
  font-size: 11px;
  letter-spacing:1.5px;
}  
@media screen and (min-width: 720px){
.breadcrumbs-container {
    margin-top: 1.640625rem;
    margin-bottom: .5rem;
}}
  
/* Sort */
.productgrid--utils,
.utils-sortby-title,
.utils-sortby-button,
.utils-showby-title,
.utils-showby-item,
.utils-sortby-select .form-field-select,
.utils-sortby-select svg {
  font-size: var(--font-size-body-tiny, .675rem);
}
.productgrid--utils {
  background-color: unset;
}
@media screen and (min-width:860px){
.productgrid--utils{
 margin-top:-3rem;
}}
.utils-sortby-title {
  display: none;
}
.utils-sortby {
  text-align: right; 
  padding-left: 0rem; 
}
.utils-sortby-button {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
  }
  nav.productgrid--utils {
  }
  .utils-sortby {
    padding-left: 1rem; 
  }
}

/* Type Styles */
/* Collection Header */
#shopify-section-static-collection .collection--title {
  /*font-size: var(--font-size-heading-large, 2.25rem);*/
}
/* Product Grid */
@media screen and (min-width: 1024px){
.product-row--no-spacing .productitem--actions, .productgrid--no-spacing .productitem--actions {
    margin-right: 0!important; */
    border-radius: 0;
}}
.productitem--action-trigger {
    display: block;
    width: 90%!important;
    padding-right: .234375rem;
    padding-left: .234375rem;
    text-align: center;
    vertical-align: middle;
    margin-left: auto!important;
    margin-right: auto!important;
}
.productgrid--item .productitem {
  text-align: center;
}
.productitem--action {
    flex: 1 0 auto;
    min-width: 47.5%;
    margin-right: 2.5%;
    margin-bottom: 7%;
    overflow: hidden;
    border-radius: 26px;
}
@media screen and (min-width:860px){
.productgrid--item .productitem:hover, .product-row.product-row--no-spacing .productitem:hover {
  background-color:white;
  box-shadow:1px 1px 15px 5px rgba(0,0,0,0.3);
  padding:10px;
}}
@media screen and (min-width:860px){
.flickity-slider--wrapper{
  overflow:visible!important;
}
.featured-collection--wrapper{
  overflow:hidden!important;
}
}

.productgrid--item .productitem--title {
}
.productgrid--item .price--compare-at,
.productgrid--item .price--main {
  font-size: var(--font-size-body);
}
.productgrid--item .productitem--vendor {
  font-family:"Assistant";
  font-size:13px;
  letter-spacing:1.77px;
  font-weight:400;
}  
/* put the pricing on one line */
.productitem--price div {
  display: inline-block; 
}
.productitem--info{
  text-align:left;
}
  

/* slider arrows */
.flickity-prev-next-button.next{
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/arrowbkg.png?v=123517812920012535271765993919);
  background-size:cover;
}
.flickity-prev-next-button.previous{
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/arrowbkgprev.png?v=47932048017616986791765993919);
  background-size:cover;
}
.flickity-button-icon{
  display:none;
}

/* end slider arrows */

/* COLLECTION PAGE */
.collection-banner--container{
  width:100%;
  background-size:cover;
}
@media screen and (min-width: 860px){
.collection-banner--container{
  min-height:256px;
}
.productgrid--outer{
  padding-top:30px;
}}
.collection--description.rte p, .collection--description.rte{
  text-align:left!important;
  font-size:12px;
  letter-spacing:.2px;
}
.collection--description{
  margin-top:0;
}
.collection--title{
  font-family:"Assistant";
  text-transform:uppercase;
  font-weight:300;
  font-size:28px;
  letter-spacing:2px;
}
/*PowerTools */
.productgrid--sidebar-title{
  display:none;
}
.filter-group h4{
}


/* END COLLECTION PAGE */
   
/* PRODUCT PAGE */
@media screen and (min-width: 720px){
.product-main {
    width: 45.5%;
    margin-left: 4.5%;
}}
@media screen and (min-width: 900px){
.product--outer--container{
	padding-left:90px;
  	padding-right:90px;
  	padding-bottom:60px;
  	padding-top:30px;
  	background-color:#e5efed;
  	content:"";
  	background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/productbkg_2000x.png?v=130762909294521294701765993940);
  	background-size:cover;
  	background-repeat: no-repeat;
}
}
@media screen and (max-width: 900px){
.product--outer--container{
	padding-left:20px;
  	padding-right:20px;
  	padding-bottom:45px;
  	padding-top:20px;
  	background-color:#e5efed;
  	content:"";
  	background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/productbkg_2000x.png?v=130762909294521294701765993940);
  	background-size:cover;
  	background-repeat: no-repeat;
}
}
.product--container{
  background-color:#ffffff;
}
@media screen and (min-width:860px){
.product--container{
  padding:50px;
}}
@media screen and (max-width:859px){
.product--container{
  padding:20px;
}}
.product--outer--container .breadcrumbs-container span, .product--outer--container .breadcrumbs-container a{
  color:#ffffff!important;
}
.product--outer--container .breadcrumbs-container{
  margin-top:0!important;
  padding-left:0!important;
}
.price-review--container{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  text-align: left;
  justify-content: flex-end;
  margin-top:1rem;
}
.price-review--container .product-ratings{
  padding-left:20px;
  margin-top:0;
}
.product-pricing {
    margin-top: 0;
}
.station-tabs-link{
  font-weight:600;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
}
.station-tabs p{
  text-align:left!important;
}
.option-value-input:checked+.option-value-name {
    color: #ffffff;
    background-color: #527D81;
    border:2px solid #638142;
    font-family:"Assistant";
    font-size:11px;
    letter-spacing:1px; 
    font-weight:600;
}
.option-value-input+.option-value-name {
    color: #212121;
    background-color: rgba(33,33,33,.1);
    font-family:"Assistant";
    font-size:11px;
    letter-spacing:1px; 
}
.spr-summary-actions-newreview{
  background-color:#ffffff!important;
  border-color:#638142;
  color:#638142;
  text-decoration:none!important;
}
.spr-header-title{
  font-family:"Assistant";
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:300!important;
  color:#527D81!important;
}
.spr-container {
    padding: 24px;
    border-width:0px!important;
}
/* ALSO BOUGHT */
.cbb-also-bought-title, .product-section--title{
  font-family:"Assistant";
  text-transform:uppercase;
  font-weight:300!important;
  letter-spacing:1px!important;
  color:#527D81!important;
  text-align:center;
  font-size:1.8rem;
}
.cbb-also-bought-container.cbb-desktop-view{
  min-width:90%;
  margin-left:auto;
  margin-right:auto;
  padding-left:calc(40px);
  padding-right:calc(40px);
}
.cbb-also-bought-product-vendor{
  text-align:left;
}
.cbb-also-bought-product-name{
  min-height:auto!important;
}

/* END ALSO BOUGHT */

/* PRODUCT RECCOMENDATIONS */
.product-recommendations--container{
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/productrec_small.png?v=112575387307647398711765993940);
  background-size:contain;
  background-repeat:no-repeat;
  padding-top:1rem;
}


/* END PRODUCT PAGE */

/* Type Styles */
.alt-img-with-text--container.staff{
  max-width:1000px!important;
}
@media screen and (min-width:860px){
.text-content-about{
  padding-left:50px;
  padding-right:50px;
}}
@media screen and (max-width:859px){
.text-content-about{
  padding-left:20px;
  padding-right:20px;
}}
.product-main .product-title {
  font-family:"Assistant";
  font-size:28px;
  font-weight:300;
  text-transform:uppercase;
}
.page-title, .giftreggie-header h3, .giftreggie-registry h2, .account-page-title{
  font-family:"Assistant"!important;
  font-weight:300!important;
  text-transform:uppercase!important;
  color:#527D81!important;
}
.action-buttons button,{
  background-color:#ffffff;
  border:1px solid black;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:20px;
  padding-left:20px;
  text-transform:uppercase;
}
.action-buttons button:hover{
  cursor:pointer;
}
.gift-reggie-search-form input:hover{
  cursor:pointer;
}
.product--container .product-vendor a, .product-vendor {
  font-family:"Assistant";
  font-size:11px;
  letter-spacing:1.5px;
  color:#638142;
}
.product--container .product--price .price--compare-at,
.product--container .product--price .price--main {
  font-weight:400;
}
.product--container .product-details {
  padding-bottom: 1.5rem;
}
.product--container .product-description.rte {
}

/* Collapse - the space of the hidden elements */
.shopify-payment-button__button--hidden {
  visibility: collapse;
  margin-top: 0 !important;
  height: 0;
}

/* Product Buttons - set the width of buttons */
@media screen and (min-width: 1080px) {
  .product--container .product-form--atc-button,
  .shopify-payment-button,
  .shopify-payment-button .shopify-payment-button__button {
    width: unset; 
    min-width: 20rem;
    width: fit-content;
  }
}

/* Better thumbnail grid */
/* strip off the photo highlighting on desktop */
.product-gallery--navigation .product-gallery--media-thumbnail[data-gallery-selected="true"],
.product-gallery--navigation .product-gallery--media-thumbnail[data-gallery-selected="true"]:focus,
.product-gallery--navigation .product-gallery--media-thumbnail:focus {
  box-shadow: none;
}
/* Set height of mobile thumbnails
.product-gallery--navigation .product-gallery--media-thumbnail-img,
.product-gallery--navigation .product-gallery--media-thumbnail {
  height: 10rem; 
  width: auto;
}
 */
@media screen and (min-width: 720px) {
  .smart-payment-enabled .product-form--atc-button,
  .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button__more-options {
    width: fit-content;
  }
  .product-gallery--navigation {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-navigation--scroller {
    display: grid;
    grid-template-columns: 32% 32% 32%; /* Set to 24% for 4 column */
    column-gap: 2%; /* Set to 1.33% for 4 column */
    row-gap: 2%; /* Set to 1.33% for 4 column */
  }
  .product-gallery--media-thumbnail,
  .product-gallery--image-thumbnail {
    height: auto!important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .product-gallery--media-thumbnail-img {
    height: auto!important;
    width: 100%;
  }
}

/* 404 Template */
.fourohfour--container {
  margin-bottom: 0;
}

/* MISC */
.mobile-swipe-tip {
  font-size: var(--font-size-body-smaller);
  margin-top: -18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-style: italic;
  color: #9a9a9a;
  z-index: 10;
  border-radius: 25px;
  box-shadow: 0 2px 2px rgba(0,0,0,.25);
}
@media screen and (min-width: 860px) {
  .mobile-swipe-tip {
    display: none; 
  }
}
body:not(.template-index, .template-cart, .template-checkout) .site-main {
    padding-bottom: 0!important;
}
.cart-title-left h1{
  font-weight:300;
  font-family:"Assistant";
  text-transform:uppercase;
  letter-spacing:2px;
}


/* Badges */
.productitem--badge {
    position: absolute;
    right:0!important;
    top:0;
    width: auto;
    height: auto;
    font-size: 0.8125rem;
}
.badge--soldout {
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/soldout_1400x.png?v=149155770622494602561765993944)!important;
  background-size:100% 100%;
  background-position:center;
  height:65px;
  width:65px;
  margin-top:1rem;
  margin-left:1rem; 
}
.badge--sale {
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/salebadge_1400x.png?v=56457699315698400561765993943)!important;
  background-size:100% 100%;
  background-position:center;
  height:65px;
  width:65px;
  margin-top:1rem;
  margin-left:1rem;
}
.productitem--badge.best-seller {
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/BestSellerbadge_1400x.png?v=172132958495647464911765993919)!important;
  background-size:100% 100%;
  background-position:center;
  margin-top:1rem;
  margin-left:1rem;
  position: absolute;
  right:0!important;
  top:0;
  height:65px;
  width:65px;
}
.productitem--badge.staff-fav {
  background-image:url(//bearcuboutfitters.com/cdn/shop/t/34/assets/staffbadge_1400x.png?v=170512492047826002461765993944)!important;
  background-size:100% 100%;
  background-position:center;
  margin-top:1rem;
  margin-left:1rem;
  position: absolute;
  right:0!important;
  top:0;
  height:65px;
  width:65px;
}
/* END BADGES */

.page-content p{
  text-align:left!important;
}

.modal--quickshop-full .product--stock-level{
  display:none;
}

/* Gift Reggie */
.giftreggie-front.giftreggie-login, .giftreggie-front.giftreggie-signup, .giftreggie-front.giftreggie-create, .giftreggie-front.giftreggie-manage, .giftreggie-front.giftreggie-admin.giftreggie-registry.giftreggie-manager, .giftreggie-front.giftreggie-admin.giftreggie-registry.giftreggie-guest {
   margin: 40px auto;
     background: ;
   padding: 40px;
}
.giftreggie-front.giftreggie-login, .giftreggie-front.giftreggie-signup, .giftreggie-front.giftreggie-manage, .giftreggie-front.giftreggie-find, .giftreggie-front.giftreggie-landing {
   max-width: 600px;
   margin: 40px auto;
     background: ;
   padding: 40px;
}
 .giftreggie-front .giftreggie-footer, .giftreggie-front h4, .giftreggie-front h3 {
   text-align: center;
}
 .giftreggie-front.giftreggie-create, .giftreggie-front.giftreggie-admin.giftreggie-registry.giftreggie-manager, .giftreggie-front.giftreggie-admin.giftreggie-registry.giftreggie-guest {
   max-width: 960px;
}
 .giftreggie-header {
   margin-bottom: 30px;
   text-align:center;
}
 .giftreggie-front .giftreggie-body {
   border: none !important;
}
 .giftreggie-body form label {
   font-size: 11px;
   text-transform: uppercase;
   letter-spacing: 1px;
     color: ;
   font-weight: 400;
}
 .giftreggie-body form input {
     border: 1px solid ;
   width: 100%;
   padding: 10px;
   margin-top: 5px;
}
 .giftreggie-body input[type="submit"] {
   background-color: ;
   color: ;
   font-size: 12px;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-weight: 700;
   padding: 15px;
   border: none;
   margin-bottom: 15px;
}
 .registry-profile-block.giftreggie-band, .giftreggie-body, .giftreggie-landing-overview {
   background: ;
   box-shadow: 0 4px 6px rgba(0, 0, 0, .24);
   padding: 30px;
}
 .registry-profile-block.giftreggie-band .giftreggie-band, .giftreggie-body .giftreggie-band, .giftreggie-landing-overview .giftreggie-band {
   background-color: ;
}
 .giftreggie-landing-row {
   margin-top: 0 !important;
   padding: 16px 12px 12px !important;
   border-bottom: 1px solid  !important;
}
 .giftreggie-landing-overview a:last-of-type .giftreggie-landing-row {
   border-bottom: none !important;
}
 .giftreggie-landing-row h4 {
   font-size: 14pt !important;
   font-weight: 600;
}
 .giftreggie-landing-row p {
   margin: 0 !important;
}
 .gift-reggie-button {
  /*margin-top: 25px;
  */
}
 .gift-reggie-button .btn {
   border: none;
   padding: 2px 0 2px 20px;
   background-color: transparent;
   background-image: url('https://cdn.shopify.com/s/files/1/0268/1395/6158/t/3/assets/icon-present.png?v=1594753865');
   background-position: left center;
   background-repeat: no-repeat;
   background-size: 16px;
   cursor: pointer;
   font-size: 0.75rem;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   color: ;
   margin-top: 10px;
}
 .gift-reggie-button .btn:hover {
   color: black;
}
 .giftreggie-registry p, .giftreggie-registry table {
   width: 100%;
   text-align: center;
}
 .giftreggie-registry a {
   color: black;
}
 .giftreggie-front table tr th {
   text-transform: uppercase;
   font-size: 10px;
   letter-spacing: 1px;
}
 .giftreggie-registry button#save-changes, .giftreggie-registry button#discard-changes {
   border: 1px solid ;
   padding: 12px 25px 10px;
   margin: 5px;
   cursor: pointer;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: 600;
   letter-spacing: 1px;
}
 .giftreggie-registry button#save-changes {
   background-color: ;
   color: ;
}
 .giftreggie-registry button#discard-changes {
   background-color: ;
   color: ;
   border: 1px solid ;
}
.giftreggie-footer p a, 
.giftreggie-header p a,
.giftreggie-body p a ,
.giftreggie-body td a {
  color: inherit;
}
.bis-link{
  text-decoration:none!important;
  color:#6EA5AB;
}
.bis-link:hover{
  cursor:pointer;
  color: #A4D5D2;
}
.bis-link--container{
  margin-top:10px;
}
.here-link{
  font-weight:bold;
}
.gift-reggie-wishlist-button {
  margin-left:0px!important;
  margin-right:10px!important;
}
.add-wishlist, .add-registry{
  background-color:#ffffff!important;
  border:1px solid #7a7a7a!important;
  height:49px;
}
.add-wishlist:hover, .add-registry:hover{
  cursor:pointer;
  border:1px solid #638142!important;
  color:#638142!important;
}
.add-wishlist:focus, .add-registry:focus{
  background-color:#F2E054!important;
}
.add-wishlist, .add-registry{
  font-size: var(--font-size-button-large);
  letter-spacing: .1em;
  text-transform:uppercase;
  font-weight:600;
  min-width:fit-content;
  border-radius:0px;
  color:#7a7a7a;
}
.gift-reggie-wishlist-button {
  width:auto!important;
  min-width:300px;
}
.gift-reggie-registry-button {
  width:auto!important;
  min-width:175px;
}
/* End Gift Reggie */

/* Back in Stock */


/* End BIS */

/* 2.0 additions */

.button-secondary, .button-primary{
      border-radius: 26px;
}

.product-block--vendor{
  margin-bottom:1rem!important;
}

  .affirmation-heading{
  width: 100%;
  text-align: center;
  font-size:26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
        
.animate-character{
  background-image: linear-gradient(
    -225deg,
    #6CA3AA 0%,
    #378c96 29%,
    #98cbd1 67%,
    #2e3233 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

  
   .affirmation-heading:before{
    content: "";
    width: 25px;
    height: 25px;
    background-image:url(//bearcuboutfitters.com/cdn/shop/files/Bearcub_Favicon.png?v=1654365045);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
   }
  

  .search-flydown--results--content-enabled .search-flydown--product-items--none, .search-flydown--results--content-enabled .search-flydown--product-items {
      width: 100%;
  }
  .search-flydown--content-items {
    display: none;
  }


.article--pagination {
    margin-bottom: 2rem;
}