/** Shopify CDN: Minification failed

Line 373:0 Unexpected "}"

**/
/* =========================================== 
  Streamline - Custom CSS 
  ======
  Table of contents:
  - GENERAL
    - Fixes
    - Container Control
    - Base Button Styling
    - Style the social icons
    - Base Type Styles
  - HEADER
    - Mega Menu
  - FOOTER
  - HOMEPAGE
    - Slideshow
    - Instafeed
  - COLLECTION PAGE
  	- Breadcrumbs
  	- Sort
  	- Type Styles
	  - Product grid
  - COLLECTION LIST PAGE
  - PRODUCT PAGE
    - Type Styles
    - Collapse
  	- Better thumbnail grid
  - 404
=========================================== */
  
/* GENERAL */  

/* 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: 1600px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  . {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
@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;
}
  
/* Style the social icons */
.social-icons.social-icons-dark-light .social-link {
  color: #a87c00;
  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: #a87c00;
  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 after "color_text_headings"
      {
        "type": "color",
        "id": "color_preheading_text",
        "label": "Pre-Headings",
        "default": "#222222"
      },
*/
.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;
}

/* Hybrid Header */
  
.site-header--hybrid .site-header-menu-button {
  visibility: visible; 
}
.site-header--hybrid .site-header-logo {
  grid-area: logo;
  text-align: center;
  justify-self: center;
}
.site-header--hybrid .site-header-menu-button {
  grid-area: menu;
}
.site-header--hybrid .bottomleft {
  grid-area: bottomleft;
}
.site-header--hybrid .bottomleft {
  grid-area: bottomright;
}
.site-header--hybrid .tools {
  grid-area: tools;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
}
.site-header--hybrid input.live-search-form-field {
  /*border-radius: 25px 0 0 25px;*/
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: var(--font-size-body-smallest);
}
.site-header--hybrid button.live-search-button {
  /*border-radius: 0 25px 25px 0;*/  
  padding-top: .35rem;
  padding-bottom: .5rem;
}
.live-search-form .form-field {
  height: 36px; 
}
  
@media screen and (max-width: 1023px) {
  .site-header--hybrid .site-header-main-content {
    margin: .5rem 0 .25rem;
    display: grid;
    width: 100%;
    grid-template-columns: 1.5rem 1.5rem auto 4rem;
    grid-template-rows: auto;
    grid-template-areas: 
        "menu search logo tools";
    column-gap: 1rem;
    row-gap: 1rem;
    align-items: center;
  }
  .site-header--hybrid .site-header-search-button {
    grid-area: search;
    display: block;
  }
  .site-header--hybrid .small-promo {
    display: none;
  }
  .site-header--hybrid .live-search {
    display: none;
  }
  .site-header--hybrid .live-search.live-search--takeover {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .site-header--hybrid .site-header-search-button {
    display: none;
  }
  .site-header--hybrid .site-header-main-content {
    display: grid;
    width: 100%;
    grid-template-columns: 20rem auto 17rem 3rem;
    grid-template-rows: auto auto 1.5rem;
    grid-template-areas: 
        "menu logo topright topright"
        "search logo promo tools"
        "bottomleft logo bottomright bottomright";
    column-gap: 1rem;
    row-gap: .25rem;
    align-items: center;
  }
  .site-header--hybrid .live-search {
    grid-area: search;
  }
  .site-header--hybrid .small-promo-icon svg {
    width: 22px;
    height: auto;
    margin-right: 1rem;
  }
  .site-header--hybrid .small-promo-text-desktop p {
    margin: 0; 
  }
  .site-header--hybrid .site-header-menu-button {
    visibility: hidden; 
  }
  .site-header--hybrid .site-header-actions {
    flex: unset; 
  }
  .site-header--hybrid .site-navigation .navmenu-depth-1 {
    text-align: center; 
  }
  .site-header--hybrid .small-promo {
    width: 100%;
    grid-area: promo;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
  }
  .site-header--hybrid .live-search--active {
    position: relative;
    z-index: 9999;
  }
  .site-header--hybrid .live-search--active .search-flydown {
    width: 200%;
    border-top: 1px solid ;
    margin-top: -1px;
  }
}
  
.site-navigation .navmenu-depth-1 > li {
  padding: 0; 
}
.site-navigation .navmenu-depth-2 {
  text-align: left; 
}
.site-navigation .navmenu-depth-2 .navmenu-link {
  font-size: var(--font-size-body-small); 
}
.site-header-menu-icon {
  padding-top: 12px; 
}
.site-header-icon {
  color: #a87c00;
}

/* Mega Menu */
.site-navigation .navmenu-meganav--image-link{
  font-size: var(--font-size-body-tiny);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Option: Contain the MM width */
@media screen and (min-width: 720px) {
  .navmenu-meganav[data-meganav-id="4ac74481-142e-4df4-b895-1bad33a925c6"] {
     /*display: block; testing */ 
  }
  .navmenu-meganav.navmenu-meganav--desktop {
    max-width: 1200px;
    left: 50%!important;
    transform: translateX(-50%);
    width:auto; /* Fit to content */
  }
  .navmenu-meganav--scroller {
    padding-left: 60px;
    padding-right: 60px;
  }
  ul.navmenu.navmenu-depth-2.navmenu-meganav-items {
    padding-top: 50px;
    padding-bottom: 40px;
    overflow-x: visible;
  }
  .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: -5px 5px #eed78c; */
  }
  .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: 0px;
    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;
  }
}

@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;
  }
}
/* FOOTER */

  .site-footer-information-nav-credits .site-footer-credits {
    text-align: center;
  }
/* Swap the order of the blocks on mobile */
@media screen and (max-width: 1024px){
  .site-footer-blocks {
    display: flex;
    flex-direction: column;
  }
  .site-footer-block-item {
    order: 2;
  }
  .site-footer-block-item.site-footer-block-newsletter {
    order: 1;
    width: auto;
    max-width: unset !important;
  }
  }
  .site-footer-block-item.site-footer-block-rich-text {
    order: 3;
  }
}
/* Add the strip of color on the bottom */
.site-footer {
  padding-bottom: 0;
}
.site-footer-information {
  margin-top: 0rem;
}
.site-footer-information--wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .site-footer {
    padding-bottom: 0;
  }
}
/* Set the columns on desktop */
@media screen and (min-width: 1024px) {
  .site-footer-blocks .site-footer-block-item {
    width: 20%;
    flex-shrink: 1;
  }
  .site-footer-blocks .site-footer-block-item.site-footer-block-newsletter {
    width: 35%;
    flex-shrink: 0;
  }
}
/* Optional Formatting */
/* Remove the bottom border on the last element */
@media screen and (max-width: 1024px) {
  .site-footer-block-item:last-of-type {
    border-bottom: none;
  }
}
/* Format the newsletter section */
.site-footer-blocks .site-footer-block-item.site-footer-block-newsletter {
  text-align: center;
}
.site-footer-blocks .site-footer-block-item.site-footer-block-newsletter .site-footer-block-title {
  font-size: var(--font-size-heading-4, 1.25rem);
  font-weight: 400;
}
.site-footer-block-newsletter .newsletter .newsletter-input .form-field-input {
  background-color: #fafafa;
  color: #000000;
}
.site-footer-block-newsletter .newsletter .newsletter-input .form-field-title {
  color: #a87c00;
}
.site-footer-block-newsletter .newsletter .newsletter-input .form-field-title::before {
  background: none;
}
.site-footer-block-newsletter .newsletter {
  margin: 0 auto;
}
.newsletter .form-field-input:focus + .form-field-title, 
.newsletter .form-field-filled.form-field-input + .form-field-title {
  top: .5em;
  color: transparent;
  z-index: 3;
  font-size: 0.8125rem;
  transition-delay: 0.12s;
  transition-property: top, font-size, color;
  display: none;
}
.newsletter .form-field-input:focus + .form-field-title::before, 
.newsletter .form-field-filled.form-field-input + .form-field-title::before {
  position: absolute;
  background-color: transparent;
}
.social-icons {
  justify-content: center;
}
.newsletter .form-fields-inline {
  justify-content: center;
}

/* HOMEPAGE */
/* 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 */


/* COLLECTION PAGE */  

/* Breadcrumbs */  
.breadcrumbs-container {
  text-transform: uppercase; 
}
.breadcrumbs-container a, .breadcrumbs-container span {
  font-size: var(--font-size-body-smallest, .75rem);
}  
  
/* Sort */
.utils-filter-button .utils-filter-text,
.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;
}
.utils-sortby-title {
  display: none;
}
.utils-sortby {
  text-align: left; 
  padding-left: 0rem; 
}
.utils-filter-button,
.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 */
.template-collection .collection--section  .collection--title {
  /*font-size: var(--font-size-heading-large, 2.25rem);*/
}
/* Product Grid */
.productgrid--item .productitem {
  text-align: left;
}
.productgrid--item .productitem--title {
  color: #011B36;
}
@media screen and (min-width:860px){
.productgrid--item .productitem--title {
  font-size:20px;
}}
.productgrid--item .price--compare-at,
.productgrid--item .price--main {
  font-size: var(--font-size-body);
  color: #011B36;
}
.productgrid--item .productitem--vendor {
  color: #A87C00;
}  
/* put the pricing on one line */
.productitem--price div {
  display: inline-block; 
}

@media screen and (min-width: 1080px) {
  .featured-collection--container .featured-collection--content[data-layout="grid"] {
    grid-template-columns: repeat(4, 1fr); /* sets number of columns */
  }
}  

/* COLLECTION LIST PAGE */
.collection--item-title {
  font-weight: 400;
}
  
  
/* PRODUCT PAGE */

/* Type Styles */
.product--container .product-title {
  font-family: Assistant,sans-serif;
  color:#011B36!important;
}
.product--container .product-vendor a {
}
.product--container .product--price .price--compare-at,
.product--container .product--price .price--main {
}
.product--container .product-details {
  padding-bottom: 1.5rem;
}
.product--container .product-description.rte {
}
/* Center product blocks */
.product-block {
  text-align: center;
}
.product--stock-level {
  justify-content: center;
}
.smart-payment-enabled .product-form--atc {
  justify-content: center;
  flex-direction: row;
}
.smart-payment-enabled .product-form--atc-button {
  margin-top: 0;
  height:50px;
  background-color:#A87C00!important;
  color:#ffffff!important;
}
.product-form--atc + .shopify-payment-button {
  margin: 1rem auto 0;
}


.product-section--title.product-recommendations--title {
  font-family:"Beth Ellen";
  font-weight:400!important;
  text-align: center;
  font-size: 30px!important;
}




/* 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: 12rem;
    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;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .product-gallery--media-thumbnail-img {
    height: auto;
    width: 100%;
  }
}*/

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

.announcement-bar-text{
  font-size:14px!important;
  letter-spacing:1.5px!important;
  text-transform:uppercase;
  font-weight:600!important;
}
.announcement-bar-text-mobile{
  font-size:12px!important;
  letter-spacing:1.5px!important;
  text-transform:uppercase;
  font-weight:600!important;
}
.utility-bar-left a{
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.home-section--title, .heading, .site-footer-block-newsletter h2, .collection--title{
  font-family:"Beth Ellen";
  font-weight:400!important;
}
@media screen and (min-width:860px){
.home-section--title, .heading.large{
  font-size:30px!important;
}}
.alt-img-with-text--content .alt-img-with-text--text .text-content p {
  /* padding-left:20%;
  padding-right:20%; */
  margin-top:1rem;
}
/* Updated Image w/ Text */
.alt-img-with-text--text.position-middle.alignment-center{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
@media screen and (max-width:860px){
.alt-img-with-text--text.position-middle.alignment-center{ 
  min-width:100%;
}}
.alt-img-with-text--content{
  column-gap:10px!important;
}
.alt-img-with-text--button.button-signpost{
  font-size:12px!important;
  letter-spacing:1.5px!important;
  text-transform:uppercase;
}

.dynamic-collection-list--item-title, .dynamic-collection-list--item-title-mobile{
  font-family: "Assistant", sans-serif!important;
}
.dynamic-collection-list--item-title{
  font-size:21px!important;
  font-weight:600!important;
}
.alt-img-with-text--content .alt-img-with-text--text {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 1.75rem 7.5% 2.5rem;
    margin-right: unset;
    margin-left: unset;
    text-align: center;
    width: 100%;
}

/* Featured Product Homepage Section */

@media screen and (min-width:860px){
.featured-product--inner{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
}}
@media screen and (max-width:859px){
.featured-product--inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
}}
@media screen and (min-width:860px){
#featured_image{
  width:55%;
  min-height:636px;
  border-right:10px solid white;
}} 
@media screen and (min-width:860px) and (max-width:1420px){
#featured_image{
  background-size:cover;
}}
@media screen and (min-width:1421px){
#featured_image{
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  background-color:white;
}}
@media screen and (max-width:859px){
#featured_image{
    width: 100%;
    background-size: contain;
    min-height: 365px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-bottom: 10px solid white;
}}
@media screen and (min-width:860px){
#featured_info_content{
  width:45%;
}}
@media screen and (max-width:859px){
#featured_info_content{
  width:100%;
}}
#featured_info_content img{
  max-height: 385px;
}
@media screen and (min-width:860px){
#featured_info_content{
  min-height:385px;
  min-width:385px;
  background-size:cover;
  margin-bottom:10px;
}}
@media screen and (max-width:859px){
#featured_info_content{
  min-height:300px;
  min-width:300px;
  background-size:cover;
  margin-bottom:10px;
}}
@media screen and (min-width:860px){
#featured_info{
 margin-left:auto;
 margin-right:auto;
}}
@media screen and (max-width:859px){
#featured_info{
 margin-left:auto;
 margin-right:auto;
margin-top:2rem;
  margin-bottom:2rem;
}}
@media screen and (min-width:860px){
.featured-product--inner.v2{
  padding-top:unset;
  padding-bottom:unset;
  padding-left:unset;
  column-gap:10px;
}}
@media screen and (max-width:859px){
.featured-product--inner.v2{
  padding-top:unset;
  padding-bottom:unset;
  padding-left:unset;
  padding-right:unset;
}}
#featured-product-title{
  margin-bottom:5px;
  color:black!important;
  text-decoration:none;
}
@media screen and (min-width:860px){
#featured-product-title{
  font-size:30px!important;
  font-weight:600!important;
}}
@media screen and (max-width:859px){
#featured-product-title{
  font-size:16px!important;
  font-weight:600!important;
}}
#featured-cta{
  font-size:14px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#A87C00;
  text-decoration:none;
}
.alt-img-with-text--container.full-width{
  max-width:unset!important;
  padding-left:unset;
  padding-right:unset;
}
.site-footer{
  border-top:3px solid #011B36;
}

/*Custom Image with Text or Location section */
#location--container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 2rem;
  max-width: 30rem;
}
#location--container a{
  text-decoration:none!important;
  font-weight:700!important;
  color:#000000!important;
  margin-top:2px;
}
#location-content--container{
      max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  position:relative;
}
#store-content{
  padding-top:unset;
  padding-top:2.5rem;
}
#store-content .heading{
    text-align: left;
}
#location--container p{
  font-weight:500!important;
}
#location--container p strong{
  font-weight:600!important;
  color:#4D5F72!important;
  letter-spacing:1px!important;
  margin-bottom:10px!important;
}
#location-content--container .social-icons{
  justify-content:flex-start!important;
}
#store-content{
  background-image:url(//thebronzebutterfly.com/cdn/shop/t/23/assets/img2bkg.png?v=112803131407824349901763732010);
  background-size:100% 100%;
}
.alt-img-with-text--content.og {
    column-gap: unset!important;
}
#newsletter-logo{
  width:53px;
  height:53px;
  background-image:url(//thebronzebutterfly.com/cdn/shop/t/23/assets/butterflyicon.png?v=41504640967521484001763732008); 
  background-size:contain;
  background-position:center;
  margin-left:auto;
  margin-right:auto;
}
.site-footer-block-newsletter{
  max-width:350px!important;
}

/* Collection Page */
@media screen and (min-width: 860px){
.productgrid--masthead{
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}}
@media screen and (max-width: 859px){
.productgrid--masthead{
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}}
.productgrid--utils {
  background-color: unset;
  max-width:16rem;
}
.utils-sortby-title {
  display: none;
}
.utils-sortby {
  text-align: right;
}
@media screen and (min-width:860px){
.utils-sortby {
  text-align: unset!important; 
  padding-left: 0rem; 
  background-color: #EFEEEB;
  color:#000000;
}}

.utils-filter-button,
.utils-sortby-button {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
  }
  .utils-sortby {
    padding-left: 1rem; 
  }
}
@media screen and (min-width: 860px){
.productgrid--sidebar {
    float: left;
    width: 250px;
}}
.productgrid--sidebar .breadcrumbs-container{
  max-width:250px;
}
@media screen and (min-width: 860px){
.layout--has-sidebar .productgrid--wrapper {
    float: left;
    width: calc(100% - 275px);
    margin-left: 25px;
}}
.filter-group h4{
  font-size:13px!important;
  color:#000000!important;
  padding-top:5px!important;
  font-weight:400!important;
}
.filter-group li a{
  text-transform:capitalize;
  font-size:13px!important;
}
.productgrid--sidebar-title{
  font-size:16px!important;
  color:#000000!important;
  font-weight:400!important;
  margin-top: 4rem!important;
  padding-left: 30px!important;
  margin-bottom:0!important;
  width: auto!important;
  border-bottom: 1px solid #16788C!important;
  margin-left: 30px!important;
  margin-right: 30px!important;
  padding-left: 0!important;
  padding-left: 0!important;
  padding-bottom:7px!important;
}
.filter-group+.filter-group h4{
  
}
.breadcrumbs-container span, .breadcrumbs-container a{
  font-size:11px!important;
  letter-spacing:1.5px!important;
  color:#404040!important;
}
.productgrid--sidebar{
  margin-top:8.3rem;
  background-image:url(//thebronzebutterfly.com/cdn/shop/t/23/assets/filter-bkg.png?4071);
  background-size:100% 100%;
}
.productgrid--sidebar-section, .productgrid--sidebar-title {
    
}
.pagination__item--active{
    background-color: #000000;
    color: white;
    padding-left: 7px;
    padding-right: 7px;
    padding-top:3px;
    padding-bottom:3px;
}
.pagination__item{
  font-size:13px!important;
}    
#back-home-link{
    position: absolute;
    margin-top: 3rem;
    color:#404040!important;
  font-size:12px!important;
  letter-spacing:1.6px!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
}
@media screen and (max-width:860px){
#back-home-link{
  display:none;
}}

@media screen and (max-width: 859px){
.productgrid--utils.productgrid--utils--visible-mobile {
    display: flex;
    min-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}}





/* TABS */
.shopify-block .station-tabs {
  margin-top: 2rem;
  background-color: #EFEEEB;
  padding: 1rem;
}
@media screen and (min-width: 480px){
  .shopify-block .station-tabs {
    padding: 2rem;
  }
}
.station-tabs-tabtext{
  text-transform:uppercase;
  font-family:"Assistant";
  font-size:13px!important;
}
/* Top right placement: */
.productitem--badge {
  top: .25rem;
  right: .25rem;
  bottom: unset;
  left: unset;
  padding: .375rem .75rem;
  border-radius: 4px;
}

@media screen and (min-width: 720px){
.layout--two-col-medium .product-main, .layout--two-col-large .product-main {
    width: 40%;
}}
@media screen and (min-width: 720px){
.product-main {
    margin-left: 3.5%;
}}
.stock-level--text{
  color:unset!important;
}
.stock-level--text.important, .property-title{
  color:#ad2222!important;
  font-weight:600!important;
}
.cart-item--content-title{
  margin-bottom:unset;
  margin-bottom:0;
}
.property-title{
  font-size:13px!important;
} 
.product-form--regular{
  margin-top:2rem;
}
@media screen and (min-width:860px){
.locations--container{
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
}

@media screen and (max-width:859px){
.locations--container{
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  gap:50px;
}
}

#new-blog-banner{
  margin-top:1rem; 
  margin-left:auto; 
  margin-right:auto; 
  width:650px; 
  min-height:600px; 
  background-size:cover;
  background-position:center center;
}

.pickup-message{
      background-color: #ffeddb;
    padding: 2rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #b8750f;
}