/** Shopify CDN: Minification failed

Line 835: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
  - HOMEPAGE
    - Slideshow
    - Instafeed
	- Newsletter
  - 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: #13545f;
  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: #13545f;
  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;
}

/* HEADER */
/* Mega Menu */
input.form-field-input.live-search-form-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #404040; 
}
span.small-promo-heading {
    text-transform: unset;
}
.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="6c1440ad-73a2-4e83-ab7b-f6330e63debb"] {
    display: block; /* testing */ 
  }
  .navmenu-meganav.navmenu-meganav--desktop {
    left: 50%!important;
    transform: translateX(-50%);
    box-shadow: inset 0 2px 1px rgb(0 0 0 / 5%);
    /*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 {
    
  }
  .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: 12px;
    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;
  }
}

/* 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);
    color: #000;
}  
  
/* 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);  
  color: #000;
}
.productgrid--utils {
  background-color: #F6EBCD;
}
.utils-sortby-title {
  display: none;
}
@media screen and (min-width:860px){
.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 {
 display: table;
    max-width: 220px;
    margin: 0;
    float: right;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1rem;
    padding-top: 7px;
    padding-bottom: 7px;
    align-items: center;
  }*/
  .utils-sortby {
    padding-left: .75rem; 
  }
  select#product_grid_sort {
    padding: 0;
}
    
}

/* Type Styles */
/* Collection Header */
.template-collection .collection--section  .collection--title {
  /*font-size: var(--font-size-heading-large, 2.25rem);*/
}
/* Product Grid */

.productgrid--item .productitem--title {
  text-transform:unset!important;
}
/* .productgrid--item .price--compare-at,
.productgrid--item .price--main {
  font-size: 13px!important;
  color: #000000;
} */
.productgrid--item .productitem--vendor {
  color: #000;
}  
/* 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 {
}
.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 {
}

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

/* 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: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: var(--font-size-body-smallest);
    border-color:#979797;
     
}
.site-header--hybrid button.live-search-button {
 border-color:#979797;
  border-radius: 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%;
    max-width: 236px;
    grid-area: promo;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    column-gap: 13px;
    margin: auto;
    margin-left: 0;
  }
  .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: 12px;
}
.site-header-menu-icon {
  padding-top: 12px; 
}

/* Fix - Mobile Swipe Tip */
.mobile-swipe-tip {
  font-size: var(--font-size-body-smaller);
  margin-top: -18px;
  position: absolute;
  top: 0;
  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; 
  }
}

/* Dynamic Collection Grid */
/* Set the font styling */
.dynamic-collection-grid--collection-title {
  font-size: var(--font-size-body-smaller, .875rem);
  text-align: center;
}
.dynamic-collection-grid--collection-title a {
  color: #13545f;
  text-decoration: none;
  transition: color 0.1s ease;
}
.dynamic-collection-grid--collection-title a:hover {
  color: #000000;
}
/* Mobile 2, 4, 6 grid
  1 2
  3 4
  5 6
*/
.dynamic-collection-grid--featured-content {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: .5rem;
  row-gap: .5rem;
}
/* Mobile 1, 3, 5 grid
   1
  2 3
  4 5
*/
.dynamic-collection-grid--featured-content.collections-1 .dynamic-collection-grid--collection:nth-of-type(1),
.dynamic-collection-grid--featured-content.collections-3 .dynamic-collection-grid--collection:nth-of-type(1),
.dynamic-collection-grid--featured-content.collections-5 .dynamic-collection-grid--collection:nth-of-type(1) {
  grid-column: span 2;
}
.dynamic-collection-grid--collection .image-ratio {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.dynamic-collection-grid--container .image-ratio img,
.dynamic-collection-grid--container .image-ratio .placeholder--image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
@media screen and (min-width: 720px) {
  /* Position the titles */
  .dynamic-collection-grid--collection {
    position: relative;
  }
  .dynamic-collection-grid--collection-title {
    position: absolute;
    bottom: 1rem;
    padding: .5rem 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    width: fit-content;
  }
  
  .dynamic-collection-grid--collection-title {
    font-size: var(--font-size-heading-4, 1.25rem);
  }
  .dynamic-collection-grid--featured-content {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  /* Desktop 1 grid
    1
  */
  .dynamic-collection-grid--collection {
    grid-column: span 6;
  }
  /* Desktop 2, 4 grid
    1 2
  	3 4
  */
  .dynamic-collection-grid--collection {
    grid-column: span 3;
  }
  /* Desktop 3, 6 grid
    1 2 3
    4 5 6
  */
  .dynamic-collection-grid--featured-content.collections-3 .dynamic-collection-grid--collection,
  .dynamic-collection-grid--featured-content.collections-6 .dynamic-collection-grid--collection {
    grid-column: span 2;
  }
  /* Desktop 5 grid
    1   2
    3 4 5
  */
  .dynamic-collection-grid--featured-content.collections-5 .dynamic-collection-grid--collection {
    grid-column: span 2;
  }
  .dynamic-collection-grid--featured-content.collections-5 .dynamic-collection-grid--collection:nth-of-type(1),
  .dynamic-collection-grid--featured-content.collections-5 .dynamic-collection-grid--collection:nth-of-type(2) {
    grid-column: span 3;
  }
}
/* Newsletter */
.dynamic-newsletter-section .dynamic-newsletter {
  padding: 0;
}
.dynamic-newsletter-section .dynamic-newsletter-content {
  flex-direction: row;
  align-items: center;
  justify-content:center;
  column-gap: 3rem;
}
.dynamic-newsletter-section .dynamic-newsletter-content .home-section--title-container {
  flex-basis: 2;
  margin-bottom: 0rem;
  margin-bottom: 0;
  z-index:999;
}
.dynamic-newsletter-section .dynamic-newsletter-content .home-section--title-container .home-section--subheading {
  margin: 0;
  margin-right: 1rem;
  text-align: right;
  margin-top: 0.25rem;
}



.dynamic-newsletter-section .dynamic-newsletter-content .newsletter {
  flex-basis: 1;
  width: auto;
}

@media screen and (min-width: 860px) { 
  
  .dynamic-newsletter-section .dynamic-newsletter-content .home-section--title-container .home-section--subheading {
	 text-align: center;
	 margin: 0 2rem 1rem 2rem;
     align-items: center;
  }
  .dynamic-newsletter-section .dynamic-newsletter-content .newsletter {
	 flex-basis: 1;
  }
  .dynamic-newsletter-section .dynamic-newsletter-content .newsletter .form-fields-inline {
	 justify-content: center;
  }
}
/* Collection List */
/* Base Image Ratio code */
.image-ratio {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.circle .image-ratio {
  padding-top: 100%;
  border-radius: 1000px;
}
.square .image-ratio {
  padding-top: 100%;
}
.landscape3x2 .image-ratio {
  padding-top: 66.66%;
}
.landscape5x4 .image-ratio {
  padding-top: 80%;
}
.portrait4x5 .image-ratio {
  padding-top: 125%;
}
.portrait2x3 .image-ratio {
  padding-top: 150%;
}
.image-ratio img,
.image-ratio .placeholder--image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Set the max width of the subheader text */
.text-align-left .dynamic-collection-list--item-subheading {
  padding: 0 12.5% 0 0;
}
.text-align-right .dynamic-collection-list--item-subheading {
  padding: 0 0 0 12.5%;
}
.text-align-center .dynamic-collection-list--item-subheading {
  padding: 0 12.5%;
}
/* Set the parameters of the added text */
.dynamic-collection-list--item-subheading {
  display: block;
  margin-bottom: .5rem;
}
.dynamic-collection-list--item-cta {
  display: block;
  margin-bottom: .5rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: var(--font-size-body-smallest, .75rem);
}
/* Reset the way we do margins (off the title text) */
.dynamic-collection-list--item-link {
  display: block;
  margin-bottom: 1.25rem;
}
.dynamic-collection-list--item-title, 
.dynamic-collection-list--item-title-mobile {
  margin-bottom: .5rem;
}
@media screen and (max-width: 719px) {
  .dynamic-collection-list--item-title, 
  .dynamic-collection-list--item-title-mobile {
    margin-top: 0.25rem;
    margin-bottom: .5rem;
  }
}
/* Allow for 2 wide on desktop */
@media screen and (min-width: 720px) {
  .desktop-collections-per-row-2 .dynamic-collection-list--item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .desktop-collections-per-row-2 .dynamic-collection-list--item {
    width: calc(50% - 10.0px);
    margin-left: 20px;
  }
}

/* Custom added CSS */
 
}
.shopify-section.slideshow--section {
    margin: 0 15px;
}
.announcement-bar-text {
    font-size: 14px;
    font-weight: 600;
}
.utility-bar a {
   
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
}
.testimonials .testimonial { 
    background: transparent;
    
}
.testimonials .testimonial-blockquote {
  text-align: center;
  font-size: var(--font-size-body);
}
 .smart-payment-enabled .product-form--atc {
   display: grid;
    align-items: center;
    grid-template-columns: 37% auto;
    column-gap: 1rem;
}
.product-form--atc-qty {
    width: auto;
}
.smart-payment-enabled  .product-form--atc button.product-form--atc-button { 
   border: solid 1px; 
    margin: auto;
    margin-top: 0;
    margin-right: 0;
}
@media screen and (min-width: 768px){
  .alt-img-with-text--content .alt-img-with-text--text {
    padding: 2.75rem 3.640625rem;
    margin: 0;
}
section.product-section--container.product-row--container.product-recommendations--container  .product-section--title {
    font-size: var(--font-size-heading-1);  
    text-align: center;
}
.product-form--atc-qty {
    width: 100%;  
}
.product-block.product-block--price { 
    margin-bottom: 37px;
}

  .product--container .product-form--atc-button, .shopify-payment-button, .shopify-payment-button .shopify-payment-button__button { 
    width: 100%;
}
 
  
  .smart-payment-enabled .product-form--atc-button { 
    padding: 1rem 2.875rem; 
}
  
 .alt-img-with-text--content.image-left .alt-img-with-text--image.image-desktop {
    border-right: solid 1rem #fff;
}
}
@media screen and (min-width: 860px) {
  .testimonials .testimonial { 
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .testimonials.testimonials-2 .testimonial { 
    padding: 4rem 3rem;
  }
}

.testimonial-blockquote-quote p { 
    line-height: 1.48;
    letter-spacing: 1px;
}
footer.testimonial-blockquote-footer strong {
    font-size: var(--font-size-body-smallest, .75rem);
    letter-spacing: 2px;
}
span.dynamic-collection-list--item-title{ 
    font-size: var(--font-size-body-smallest, .75rem);
    border-bottom: solid;
    padding: 0;
    font-weight: 600;
    font-family: 'Montserrat';
}
div#gallery-content .home-section--preheading a{
text-decoration: none;
    font-size: var(--font-size-body-tiny, .675rem);
    font-weight: 700;
    letter-spacing: 2px;
    color: #50BECB;
}
div#gallery-content .home-section--subheading {
    font-family: Helvetica ,serif;
    font-size: var(--font-size-body-smaller, 1rem);
    font-weight: 600;
    line-height: 1.25;
}
span.dynamic-collection-list--item-subheading ,.alt-img-with-text--text .text-content {
    font-weight: 500;
}
span.alt-img-with-text--button.button-signpost span.button-text {
    border-bottom: solid 2px;
    padding-bottom: 4px;
    width: fit-content;
    
}

span.alt-img-with-text--button.button-signpost svg{
display:none;
}

.dynamic-newsletter-content h2.home-section--title {
    margin: 0;
}
.dynamic-newsletter-content h2.home-section--title { 
  text-transform:unset; 
}
@media screen and (max-width:860px){
.dynamic-newsletter-content h2.home-section--title {
  font-size:18px;
  text-transform:unset;
  margin-bottom:2rem;
}}

.alt-img-with-text--content {
    position: relative;
}
 
.corner-1 {
    position: absolute; 
    bottom: 0;
}
.corner-1  ,.newsletter_corner-1 {
    height: auto;
    width: 120px;
}

.footer_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
} 

.site-footer-block-item.site-footer-block-social-accounts svg {
    fill: #fff!important;
  width: 20px;
}
.social-icons svg   {
    
  width: 23px;
}
 .social-link ,.site-footer-block-social-accounts .social-link {
    
  width: 27px;
}
.newsletter_corner-1 {
    position: absolute;
    right: 0;
  top:0;
  display: flex;
}
.newsletter_corner-2 {
    position: absolute;
    left: 0;
    bottom: 0;
  display: flex;
}
@media screen and (min-width: 860px){
.dynamic-newsletter-section .dynamic-newsletter-content .newsletter {
      width: auto;
    min-width: 30%;
}}
@media screen and (max-width: 600px) {
  .dynamic-newsletter-section .dynamic-newsletter-content {
    flex-direction: column; 
}
  .corner-1 ,.corner-2  {
    height: auto;
    width: 100px;
    z-index:0;
}
  .alt-img-with-text--text.position-middle.alignment-center {
    z-index: 2;
}
.corner-2 {
    position: absolute;
    top: 53.59%;
    right: 0;
}
.corner-1 {
    position: absolute;
    right: 0;
    bottom: -2;
}
  
}

#shopify-section-template--14595921477674__1651195327a2e4b55e:before {
    
     
    width: 50%!important;
   
    height: 75%!important;
    top: -6%!important;
    left: 0!important;
    right: 0!important;
    
     
     
    background-size: 100%!important;
   transform: unset!important; 
}
.site-header--hybrid .tools {  
    flex-direction: row-reverse;
}

.stock-level--wrapper {
    margin-bottom: 34px;
}
.product-block.product-block--vendor.product-block--first {
    margin-bottom: 8px; 
}
.product-block.product-block--vendor.product-block--first .product-vendor a {
    font-weight: 600;
 font-size: var(--font-size-body-smallest, .75rem); /* 12 */
}
@media screen and (min-width:768px){
  
  
.site-footer-blocks { 
  max-width: 1400px;
}

.site-footer-block-content.accordion--content {
        margin: 0 auto;
}
.site-footer-block-item {
    border-right: solid 2px #979797;
    align-items: center;
}
.title_container {
    max-width: 200px;
}
.site-footer-block-item:last-of-type{
border:none;
}
}
/* Collection page */
h2.productgrid--sidebar-title {
    font-weight: 600;
}
.site-navigation {
  box-shadow: 0 17px 14px -11px rgb(0 0 0 / 3%);}

.collection--information {
    text-align: center;
    margin-bottom: 3rem;
}
.custom_border {
    border-top: solid 2px #13545F;
}
.collection--section {
    margin-top: 0;
      padding-top: 1.640625rem;
}
.pagination {
    
  align-items: center;}
.pagination svg.icon-chevron-down-small {
    width: 13px;
    height: auto;
}
a.pagination__item.pagination__item--link {
    color: #000;
    
} 
li.pagination__next a.pagination__item.pagination__item--link{
 color: #50becb;
}
.pagination__item.pagination__item--active,
.pagination__item.pagination__item--active:hover {
    color: #50becb;
    border: solid 1px #50BECB;
    border-radius: 0;
    padding: 1px 6px;
    display: flex;
    justify-content: center; 
}
.custom_border.wrapper2.productgrid--wrapper .productitem--title { 
    font-size: var(--font-size-heading-4, 1.25rem); 
}

.collection--title { 
    line-height: 0.6;
  
}
.utils-sortby-title{
font-weight:  700;}
.productgrid--sidebar {
background:#fff;
}
.faceted-filter__form .filter-item__label,.product-vendor {
   
    font-size: 12px;
}

@media screen and (min-width: 860px){
.productgrid--sidebar {
 
    width: 217px;
  padding: 20px 30px 20px 18px;
  margin-right: 20px;

}
  
  .layout--has-sidebar .productgrid--wrapper {
 
    width: calc(100% - 245px);
   
}
  .utils-sortby-select.form-field-select-wrapper.no-label {
    width: 132px;
}
  .wrapper1.productgrid--wrapper {
    float: right;
   padding-left: 20px;
}
  .wrapper2.productgrid--wrapper {
    width: 100%;
}
  .productgrid--masthead.no-breadcrumbs {
    display: inline-block;
}
  
}
 
footer.testimonial-blockquote-footer {
    text-transform: uppercase;
}
 .productitem--vendor { 
    font-weight: 600;
    font-size: var(--font-size-body-tiny);
      letter-spacing:2px;
      }
article.product--outer {
    background: #fff;
}
@media screen and (min-width: 720px){
#shopify-section-template--14595921477674__16511060975007d18c {
    padding-top: 1rem!important;
    
}
  .layout--two-col-medium .product-main, .layout--two-col-large .product-main {
    width: 30.5%;
    margin: 0 auto;
    background: #FDFBF7;
}
 
.breadcrumbs-container {
   margin-top: 0;
     
}
}
 
@media screen and (max-width: 860px){
.dynamic-collection-list--inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dynamic-collection-list--item{
  width:90%!important;
}
}

span.small-promo-heading {
    font-family: Montserrat,sans-serif;
  font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
}
/* Featured Dynamic collecttion */

.featured-collection--container .featured-collection--cta-wrapper {
    margin: 0; 
  margin-bottom:1rem;
} 
.featured-collection--container .home-section--title-container ,.featured-collection--container .home-section--title  { 
    margin-bottom: 0; 
}
.button-secondary span.button-text {
    border-bottom: solid;
  font-size: 12px;
}

/* Footer custom css */
body:not(.template-index) footer.site-footer {
  border-top: solid 2px #326B75;

}

.site-footer-item.site-footer-information {
    background: #326B75; 
}
.site-footer {
   padding-bottom: 0;
}
.site-footer-credits {
    margin-bottom: 15px;
    color: #fff; 
}
.site-footer-information-nav-credits {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
      flex-wrap: wrap;
}

/* Custom Font Family */

@font-face {
    font-family: 'Brittany Signature';
    src: url('BrittanySignature.woff') format('woff') ; /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body.template-collection .preheading ,h2.spr-header-title ,.alt-img-with-text--content .alt-img-with-text--text .preheading , header.testimonials-header h2.home-section--title.testimonials-heading ,.custom_font_family{
 font-family: 'Brittany Signature';
    text-transform: none;
    font-weight: 500;

}

.alt-img-with-text--content .alt-img-with-text--text .preheading ,body.template-collection .preheading  {
 font-size: 30px;
      margin-bottom: 0;
}
body.template-collection .preheading{
color:#5D9E7E;
  margin-bottom: 6px;
}
h2.spr-header-title{
  color:#13545F;
 font-size: 40px;
}
header.testimonials-header h2.home-section--title.testimonials-heading,.custom_font_family {
    font-size: 50px;
}
.testimonials .testimonial {
    margin: 0;
    background-color: #f6ebcd;
}
.testimonials-header { 
    margin-bottom: 0;
    z-index: 99999;
    position: relative;
    left: 0;
    right: 0;
    top: 8px;
}
svg.flickity-button-icon {
    fill: #DCDCDC!important;
}
.announcement-bar-text {
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat;
}
/* Instafeed */  
/* Hide the o.g. Instafeed */
/*#insta-feed {
  display: none;
}
*/
/* Use our Instafeed */
#insta-container #insta-feed {
  display: block;
  margin-top: 0;
}

/* Add special grid */
#insta-container #insta-feed {
 display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "one one two three "
        "one one four five ";
   column-gap: 0.5rem;
    row-gap: 0.5rem;
    align-items: stretch;
}
@media screen and (max-width:860px){
#insta-container #insta-feed {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "one one"
        "one one"
        "two three"
        "four five";
}}
#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) {
  display:none!important;
}  
#insta-container #insta-feed a:nth-of-type(7) {
  display:none!important;
} 
#insta-container #insta-feed a:nth-of-type(8) {
  display:none!important;
} 
/* End special grid */
#insta-container {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
#insta-container h2,
#insta-feed h2 {
  font-family: !important;
  font-style: !important;
  font-weight: !important;
  font-size:50px!important;
  margin-bottom: 1.25rem;
  letter-spacing: 0.01em;
  color: #212121;
  text-align: center;
}
#insta-container .insta-rte {
  font-size: var(--font-size-body-smaller, .875rem);
  max-width: 80%;
  margin: .5rem auto;
}
#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 {
  max-width: 1600px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  #insta-container {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
@media screen and (min-width: 1080px) { 
  #insta-container {
    padding-right: calc(40px);
    padding-left: calc(40px);
  }
}
#insta-container .home-section--preheading a{
font-size: var(--font-size-body-smallest, .75rem);
    color: #000;
  text-transform: uppercase;
    text-decoration: none;
  letter-spacing: 2px;
}
#insta-container .home-section--preheading {
    margin-bottom: 8px;
}
#insta-container h2{
      color: #326B75;
    margin-bottom: 1.7rem;
}
 
cite.testimonial-blockquote-citation {
    font-weight: 600;
    color: #326B75;
    letter-spacing: 2px;
    font-size: var(--font-size-body-smallest, .75rem);
}
/* Product Page Custom CSS */
/* Product Quantity Button Code */
.qtydiv label{
  display: block;
  margin-bottom: 12px;
  letter-spacing: 2.8px;
  position: relative;
  left: unset;
  top: unset;
}
.qtydiv .btnqty { 
  display: inline-block;
  cursor: pointer;
  user-select: none;
  font-size: var(--font-size-body-medium, 1.125rem);
  line-height: 1;
  font-weight: 600;
  width: 2rem;
  flex-basis: 30%;
  padding: .4rem 0;
  text-align: center;
  
}
.qtydiv .btnqty.qtyminus {
}
.qtydiv .btnqty.qtyplus {
}
.qtydiv .quantity-input {
  text-align: center;
  outline: none;
  flex-basis: 30%;
  padding: .75rem 0rem;
  width: 30%;
  padding: 0;
  border: none;
  font-weight: 600;
}
.qtydiv {
  display: inline-block;
}
.qtydiv div {
}
.qtydiv .qtybox {
    border: 1px solid #000;
    display: flex;
    justify-content: space-between; 
    min-height: 48px;
    align-items: center;
}
 
#product-quantity-input {
  background-color: unset; 
}
.product-form--buttons {
  display: flex;
  width: fit-content;
  max-width: 100%;
}
.product-form--buttons .product-form--atc-button {
  margin-right: 1rem;
  align-self: flex-start;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded ,span.spr-summary-actions,.shopify-payment-button .shopify-payment-button__button--unbranded:not(.disabled):hover {
    background: #DEE8F1;
    border: #DEE8F1;
    color: #13545f;
}
.smart-payment-enabled .product-form--atc button.product-form--atc-button,span.spr-summary-actions  ,button.shopify-payment-button__button.shopify-payment-button__button--unbranded { 
    font-size: var(--font-size-body-tiny, .675rem);
}
.product-main { 
    background: #FDFBF7;
}
.product--stock-level.stock-level--low-stock .stock-level--text {
    color: #13545F;
}
label.opitons_label {
    font-size: var(--font-size-body-smallest, .75rem);
    font-weight: 500;
    text-transform: uppercase;
} 
.product-reviews--content .spr-header-title {
    font-size: 40px; 
    color: #13545F;
  line-height: 2;
}
h2.productitem--title {
    font-size: var(--font-size-body-large, 1.25rem);
}
.product-recommendations--container .price--main {
    font-size: var(--font-size-button-medium);
}
.form-field-select-wrapper .form-field-select {
  font-size: var(--font-size-body-smallest, .75rem);}
.shopify-payment-button .shopify-payment-button__button--unbranded { 
    padding: 1.075rem 2.125rem; 
}
body.template-product main#site-main {
    padding-top: 3rem;
}
h3.station-tabs-tabtitle {
    color: #13545F;
  
    font-family: 'Montserrat';
    letter-spacing: 2px;
    padding: 0;
}
span.station-tabs-tab{
     font-size: var(--font-size-button-medium);
    font-weight: 700; 
}
.usp1{
  width:100%;
  height:70px;
  margin-top:3rem;
  display:flex;
  align-items:center;
  justify-content:space-evenly;
}
.usp2{
  width: 100%;
  height:40px;
  margin-top:10px;
  display:flex;
  align-items:center;
  justify-content:space-around;
}
.usp_icon{
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
  width: 35px;
  height:33px;
}
.usp1_text p{
color: #13545F;
    font-size: 14px;
    font-family: Playfair Display,serif;
    margin: auto;
    margin-bottom: 6px;
  
}
.usp2_text  p {
    margin-top: 0;
  color:#000;
  font-size: 12px;
   font-family: 'Montserrat';

}
span.station-tabs-tab {
    border-color: #D9D9D9!important; 
}
.product-reviews--content .spr-content .spr-reviews { 
    border-top: none;
}
.product-reviews--content .spr-content .spr-review .spr-review-header-title {
    font-family: 'Montserrat'; 
    margin-top: 0.5rem;
    color: #13545F;
}
.spr-review {
    border: solid 2px #13545F!important;
    padding: 3rem 2rem!important;
}



@media screen and (min-width: 768px){
  article.product--outer {
    justify-content: space-between;
}
.product-gallery--media-thumbnail {
    height: 7.9375rem;
} 
  .product-main {
   padding: 5rem 5rem 2rem 5rem; 
    height: fit-content;
}
}

@media screen and (min-width: 860px){
  .product-main{
  	margin-left:10px;
    margin-right:10px;
  }
}

.small-promo-icon img{
  max-width:38px;
  max-height:38px;
}
@media screen and (min-width: 720px){
.product-gallery {
    width: 47%;
}
}
@media screen and (max-width: 768px){
.breadcrumbs-container a, .breadcrumbs-container span {
    font-size: 0.5rem;
   
}
}

.utility-bar a:hover{
  color:#12545F!important;
}

/* Section - Bundle Upsell */
.upsell-gallery {
  padding-top: 50px; 
  padding-bottom: 50px;
}
.picky-showcase-container {
  margin: 60px 0 0!important; 
}
.picky-showcase-container h2 {
  text-align: center;
  font-size: var(--font-size-heading-4)!important;
  margin-bottom: 1.75rem!important;
}
.picky-product-image-carousel .tns-controls {
  opacity: 1!important;
  
  button {
    opacity: 1!important;
    background-color: #fff!important;
  }
}
div[class*='ProductCardMultiselect_picky-product-title'] {
  font-weight: 400!important;
  font-size: 0.845rem!important;
  margin: 0.20313rem 0 0!important;
  text-align: center!important;
}
.multiselect, .multiselect__input, .multiselect__single,
div[class*='QuantityInput_input'] {
  font-size: 12px!important;
  font-weight: 400!important;
}
div[class*='ProductCardMultiselect_picky-options'] {
  font-weight: 700!important; 
}
.picky-add-to-cart-button {
  text-transform: uppercase;
}
div[class*='ProductCardMultiselect_fixed-height'] {
  margin-top: 0!important;
}
@media (max-width: 620px) {
  .look-wrp {
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) and (min-width: 620px) {
  .look-wrp {
      min-width: 25%!important;
  }
  .picky-content {
    max-width: 1200px!important;
  }
}
.picky-slider-footer > div > a {
  display: none!important;
}
@media (min-width: 320px) {
  .picky-look-tile-container .overlay .picky-call-to-action {
    padding: .5rem .75rem !important;
  }
}

.utils-sortby{
  width:auto!important;
}

.collection--section .breadcrumbs-container{
  max-width:40%!important;
  margin:unset!important;
}
@media screen and (max-width:860px){
.breadcrumbs-container{
  display:none;
}}
#new-wrapper2{
     display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.shopify-policy__container{
  max-width:1400px!important;
  padding-top:50px!important;
}

.filter-group li a{
 text-transform:capitalize!important;
}


.page-content.rte a{
  font-weight:600!important;
}

.smart-payment-enabled .product-form--atc button.product-form--atc-button:hover{
  background-color: #fcfcfc;
}

/* Complete the look - picky story */
.picky-add-to-cart-button{
  background-color:unset!important;
  border:unset!important;
  border:1px solid #13545f!important;
  color: #13545f!important;
  padding: 1rem 2.875rem;
  font-family: unset!important;
  font-family: Montserrat,sans-serif!important;
  font-weight:600!important;
  border-radius:3px;
  font-size: 11px!important;
  letter-spacing: .08em!important;
}

.picky-custom-html h2{    
    font-size: var(--font-size-heading-1)!important;
    margin-bottom:30px!important;
  }

.modal--quickshop-slim .product-main {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    white-space: normal;
}

.modal--quickshop-full .product-main {
    padding: 1rem!important;
}

.site-navigation .navmenu-depth-2 .navmenu-link:hover{
   color:#13545f!important;
}

/*
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    font-weight: 600;*/

@media screen and (min-width:860px){
#locations-div{
  min-width: 100%!important; 
  display: flex!important; 
  flex-direction: row!important; 
  align-items: center!important; 
  justify-content: space-around!important;
}}

@media screen and (min-width: 1024px){
body:not(.template-index) .site-main {
    padding-bottom: 10rem;
}}

@media screen and (max-width:860px){
.productgrid--utils{
  background-color:unset;
}}