/** Shopify CDN: Minification failed

Line 479: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
  - 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: #000000;
  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: #000000;
  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 */



/* Announcement bar code starts here */
.announcement-bar{
	display:flex;
  justify-content:center;
  align-items:center;
        padding-right: 40px;
    padding-left: 40px;
  padding-top:0px;
  padding-bottom:0px;
  font-size: 12px;
}
.announcement-message {
	width:50%;
  	text-align:left;
      font-size: 14px;
      font-weight: 400;

}

.announcement-menu{
	width:50%;
  	text-align:right;
}

.desktop-menu li{
	
  display:inline;
}

.desktop-menu li a{
    list-style: none;
    letter-spacing: 1.96px;
    text-decoration: none;
    margin-right: 10px;
    text-transform: uppercase;
}

/* Announcement bar code ends here */


/* Mega Menu */
.navmenu-link {
	font-size:12px !important;
letter-spacing:1.96px !important;
color:#000 !important;

}



.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 {
    max-width: 1200px;
    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: 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;
  }
}

/* HOMEPAGE */
/* Slideshow */

/* NEW ARRIVALS */

.productitem{
	padding:0px;
}
.imagestyle--large .productitem--image, .imagestyle--cropped-large .productitem--image {
    padding-bottom: 140%;
}
.productitem--title{
	text-transform:uppercase;
}

/* NEW ARRIVALS ENDS HERE */

/* Join us live section starts here*/
#shopify-section-template--14534656163876__16527760392694889f {
    padding: 100px 0px 0px;
}

#shopify-section-template--14534656163876__16527656159216ece5{
	margin-bottom:-10%;
      width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#shopify-section-template--14534656163876__16527656159216ece5 #block-16527656142e90f9c1-0 .heading {
    font-size: 36px;
}
#shopify-section-template--14534656163876__16527656159216ece5 #block-16527656142e90f9c1-0 .text-content {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
}

span.alt-img-with-text--button, .button-text{
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 12px;
  border-radius:0px;
}

.productitem{
	background:transparent;
}
.productitem--info{
background:transparent;
}

/* Logo list */ 

#dynamic-logo-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 80%;
    margin: 0 auto;
}


#dynamic-logo-list .logolist--item{
  	width:100% !important;
}

#dynamic-logo-list .logolist--image{
	height:100%;
  	width:100%;
}

#shopify-section-template--14534656163876__1652793171eb205343 .logolist--container {
    padding-bottom: 0 !important;;
}
#shopify-section-template--14534656163876__1652793436443ea5ca .logolist--container {
    padding-top: 0px !important;;
    padding-bottom: 50px;
}
/* logo list ends here */


/* Join us live section ends here*/

/* Logo list 
.logolist--inner {
	width:100%;
}

.logolist--item{
	width:25%;
  
}
.logolist--inner{
flex-wrap: unset;
}
Logo list ends here*/ 


/* Five image section */



@media screen and (min-width: 720px){
.featured-collections--content{
  display: grid!important;
  grid-template-columns: 1fr 2fr 1fr!important;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:  
      "one two three" 
      "four two five"!important;
  column-gap: 1rem!important;
  row-gap: 1rem!important;
  align-items: stretch!important; 
}}
@media screen and (max-width: 719px){
.featured-collections--content{
  display: grid!important;
  grid-template-columns: 2fr 2fr!important;
  grid-template-rows: 2fr 1fr 1fr!important;
  grid-template-areas:  
      "two two" 
      "one three"
      "four five"!important;
  column-gap: 1rem!important;
  row-gap: 1rem!important;
  align-items: stretch!important; 
}}
@media screen and (max-width: 719px){
.featured-collections--grid-item {
    width: 100%;
}}
.featured-collections--grid-item{
  padding-bottom:0;
}

.featured-collections--grid-item a:nth-of-type(1) {
 grid-area:one!important; 
}
.featured-collections--grid-item a:nth-of-type(2) {
 grid-area:three!important; 
 text-transform:uppercase;
}
.featured-collections--grid-item a:nth-of-type(3) {
 grid-area:four!important; 
}
.featured-collections--grid-item a:nth-of-type(4) {
 grid-area:five!important; 
}
.promo-block-mosaic{
 grid-area:two!important;
}
@media screen and (min-width:720px){
#custom-heading{
  top: 50%;
  position: absolute;
  font-size: 30px;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, -50%);
    
}}
@media screen and (max-width:719px){
#custom-heading{
  top: 50%;
  position: absolute;
  font-size: 30px;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, -50%);
    
}}
@media screen and (max-width:719px){
#custom-heading{

  position:absolute; 

}}
.promo-block-mosaic--header{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center;
  max-width:unset;
}

/* Five images section ends */


/* Richtext */

.rich-text-regular{
	padding-top:69px !important;
  padding-left:127px;
}

.rich-text-regular p:nth-child(2){
	font-weight:bold !important;
}

.rich-text-regular {
    max-width: 75%;
  	display:grid;
  grid-template-columns: 1fr 1fr 1fr ;
  background-color:#FFF0F7;
}


.rich-text-heading{
  color: #CD0061;
  font-size: 36px;
  height:54px;
}
.rich-text-sub-heading{
    font-size: 18px;
    font-weight: 400;
}

{
font-size: 16px;
    font-weight: 400;
}
.rich-text-content{
	margin-bottom:20px;
}

.direction-link{
  font-size: 14px;
  font-weight: 600;
  color: #CD0061 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer{
    border-top: 3px solid #CD0061;
}
/* richtext ends here*/


/* reivews css starts here*/

.jdgm-carousel-wrapper {
    width: 100% !important;
}
.jdgm-star {
    color: #EE509B !important;
}
.jdgm-carousel-title{
	font-size: 30px;
  font-weight:300;
    color: #CD0061;
    text-align: left !important;;
      margin-bottom: 20px !important;;
}
.jdgm-all-reviews-rating{
	margin-bottom:11px;
}
.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper{
    text-align: left !important;
}
.jdgm-carousel-number-of-reviews a{
	text-decoration:none !important;
}
.jdgm-carousel--compact-theme.jdgm-carousel{
	width:75% !important;
}
.jdgm-carousel-item__review-title {
    font-weight: 400 !important;
    font-size: 18px !important;
}
.jdgm-carousel-item__review-body>p {
    margin: 0;
}
.jdgm-carousel-item__reviewer-name{
  text-transform: uppercase !important;
}
.jdgm-ellipsis {
    text-decoration: none !important;

}
/* reviews css ends here*/
#shopify-section-template--14534656163876__16527760392694889f .featured-collection--container .flickity-prev-next-button .flickity-button-icon {
    fill: #EE509B !important;
}

.site-footer-block-menu .navmenu-item:not(:first-child) {
    margin-top: 0px;
}

.newsletter .form-fields-inline {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
}
.site-footer-block-newsletter .newsletter .newsletter-input .form-field-title {
    color: #ee509b !important;
}


/* FOOTER */
/* 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;
  }
  .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: #000000;
}
.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;
}


.site-footer .navmenu-link {
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    color: #000 !important;
    font-weight: 400;
}
.site-footer-block-newsletter .site-footer-block-title{
	font-size:22px !important;
  	font-weight:300!important;
  
}
.site-footer-block-newsletter .newsletter .newsletter-input .form-field-input{
border-color: #FFC8E2 !important;
}

button.newsletter-submit{
    background: #FFC8E2;
    border: 0;
    border-radius: 0;
    color: #CD0061;
    font-size: 13px;
}
button.newsletter-submit:hover{
    background: #FFC8E2 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #CD0061 !important;

}
.newsletter .newsletter-input {
    margin-right: 0px;  
}
.social-icons.social-icons-dark-light .social-link {
    color: #EE509B;
}
.site-footer-information{
	text-align:center;
}
.site-footer-credits {
    margin-bottom: 0;
    color: #ee509b;
    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: 400;
}
/* footer ends here */

/* COLLECTION PAGE */  
.collection--title {
    font-size: 36px; 
    letter-spacing: 2px;
}
/* Breadcrumbs */  
.breadcrumbs-container {
  text-transform: uppercase; 
}
.breadcrumbs-container a, .breadcrumbs-container span {
  font-size: var(--font-size-body-smallest, .75rem);
    color: #EE509B;
}  
/* .product-gallery--navigation{
    max-width: 6.25rem!important;
}
.gallery-navigation--scroller {
    width: 6.75rem!important;
}
button.product-gallery--media-thumbnail.product-gallery--image-thumbnail {
    width: -webkit-fill-available!important;
} */
/* 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: #CD0061;
   font-weight: 600;
}
.productgrid--utils {
  background-color: #FFF0F7;
}
.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;
  }
 
  .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;  
}
body.template-collection .productitem--price div { 
  color: #848484;
}

@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 */
  }
} 
.productitem--info {
    text-align: center;
}
/* Collection page */
h2.productgrid--sidebar-title {
    font-weight: 600;
}
.site-navigation {
      border-bottom: solid 2px #FFF0F7;
}


.collection--information {
/*     text-align: center; */
    margin-bottom: 0;
}
/* .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: #CD0061;
}
.pagination__item.pagination__item--active,
.pagination__item.pagination__item--active:hover {
    color: #CD0061;
    border: none;
    border-radius: 0;
    padding: 1px 6px;
    display: flex;
    justify-content: center; 
}
.custom_border.wrapper2.productgrid--wrapper .productitem--title { 
    font-size: 16px; 
}

.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: 290px;
  padding: 0 30px 20px 18px;
  margin-right: 20px;

}
  
  .layout--has-sidebar .productgrid--wrapper {
 
    width: calc(100% - 308px);
   
}
  .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;
}
  
}

/* Banners Heading */

.highlights-banners-heading{
  font-weight:700 !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
}
.highlights-banners-text p{
  font-weight:400 !important;
  font-size: 14px !important;
/*   letter-spacing: 2px !important; */
  
}


#new-wrapper2{
     display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.productgrid--sidebar-section  {
    margin-top: 0;
}
h2.productgrid--sidebar-title {
    display: none;
}
.filter-group h4 { 
    margin-top: 10px!important;
    padding-top: 5px!important; 
    border-top: 1px solid #ffc8e2!important; 
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    border-bottom: none!important;
    font-size: 13px !important;
  	font-weight: 400 !important;
  	letter-spacing: 2px !important;
}
.layout--has-sidebar .productgrid--wrapper { 
    margin-left: auto;
  float:unset;
}
.utils-sortby {
    width: auto!important;
}
.productgrid--masthead.no-breadcrumbs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.filter-group h4:after { 
    font-size: 10px; 
    color: #CD0061!important;
}
/* COLLECTION LIST PAGE */
.collection--item-title {
  font-weight: 400!important;
}
  
  
/* PRODUCT PAGE */
h3.cbb-also-bought-product-name {
    min-height: unset!important; 
}
.price--main .money{
font-weight: 300;
}
.product-details .product--price .price--compare-at, .product-details .product--price .price--main { 
    line-height: 2.5; 
}
.product-block.product-block--share .social-icons .social-link:not(:first-child) {
    margin-left: 0;
}
.product-block.product-block--share .social-link {
    width: 30px;
    height: 30px; 
}
.product-details {
    text-align: center;
}
.product-details .product-form--atc-button { 
    padding: 1.085rem 0.3125rem; 
    border-radius: 0;
}
@media screen and (min-width: 720px){
.layout--two-col-medium .product-main, .layout--two-col-large .product-main {
    width: 30.5%;
    display: flex;
    flex-direction: column;
    margin: unset;
    align-items: center;
    justify-content: flex-start;
    margin-left: 5rem;
}
}
nav.breadcrumbs-container {
    font-weight: 400;
}
.product-form--atc-button {
    font-size: var(--font-size-button-small); 
    font-weight: 400;
}
.product-section--title { 
    font-size: var(--font-size-heading-large, 2.25rem); 
    text-align: center;
}
.shopify-block.shopify-app-block.station-tabs-product-block {
    margin-top: 1rem;
    text-align: left;
}
label.form-field-title {
    color: #EE509B;
  	font-size: 12px !important;
  	font-weight: 400 !important;
}

.atc-button--text{
  	font-size: 11px !important;
  	font-weight: 400 !important;
  	letter-spacing: 1.83px !important;
}

.form-field-select-wrapper .form-field-select {
  border-color: #EE509B;
      border-radius: 0;
  	font-size: 12px !important;
  	font-weight: 400 !important;
  
}
.stock-level--wrapper {
    line-height: 2.5;
}

/* Type Styles */
.product--container .product-title {
    color: #000;
    font-size: 26px;
  line-height: 1.7;
}
.product--container .product-vendor a {
}
.product--container .product--price .price--compare-at,
.product--container .product--price .price--main {
 font-size: 24px;
}

.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 {
    
    min-width: 12rem;
    
  }
}

/* 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: 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 0px 0px 0;  
  padding-top: .35rem;
  padding-bottom: .5rem;
}

.live-search-button,.form-field .live-search-form-field{
	border-color:#FFC8E2;

}
.site-header--hybrid input.live-search-form-field{
  	border-radius:0px;
}
.live-search-button{
	color:#CD0061;
}

::placeholder {
  color:#EE509B !important;
  font-size:12px;
  font-weight:400;
  letter-spacing:0.5px;
}

.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; 
}

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


h2.home-section--title{
  font-size: 36px;
  font-weight: 300;
}

@media only screen and (max-width: 600px) {
  .announcement-bar{
  	display:none;
  }
  #shopify-section-template--14534656163876__16524728477ad43fa3 .featured-collection--container .home-section--title{
  	    font-size: 28px;
  }
  
  #shopify-section-template--14534656163876__16527656159216ece5 #block-16527656142e90f9c1-0 .heading {
    font-size: 28px;
}
  #shopify-section-template--14534656163876__16527656159216ece5 #block-16527656142e90f9c1-0 .text-content {
    font-size: 16px;
}
  .jdgm-carousel-title {
    text-align: center !important;
}
  .jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper {
    text-align: center !important;
}
  #dynamic-logo-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  h2.home-section--title {
    font-size: 28px;
}
  #shopify-section-template--14534656163876__16527760392694889f {
    padding: 0px 0px 0px;
}
  .featured-collection--container .featured-collection--content[data-layout=slideshow] .productgrid--item {
    width: 274px;
}
  .rich-text-regular {
    max-width: 95%;
    display: grid;
    grid-template-columns: 1fr;
    background-color: #FFF0F7;
    padding-left: 30px;
  }
  .rich-text-heading {
    color: #CD0061;
    font-size: 24px;
    height: auto;
}
  .rich-text-block {
    margin-bottom: 10px;
}
}


@media only screen and (min-width: 600px) {

  .rich-text-block {
    margin-bottom: 10px;
}
}


@media only screen and (min-width: 768px) {
    .rich-text-regular {
    max-width: 75%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #FFF0F7;
}
  .rich-text-heading {
    color: #CD0061;
    font-size: 22px;
    height: 34px;
}
  
  .rich-text-sub-heading {
   
    font-weight: 400;
}
  
} 


@media only screen and (min-width: 992px) {
  .rich-text-heading {
    color: #CD0061;
    font-size: 24px;
    height: 34px;
}
} 


@media only screen and (min-width: 1200px) {
.rich-text-heading {
    color: #CD0061;
    font-size: 24px;
    height: 34px;
}
}

.station-tabs{
  margin-top:11%;
}

.layout--two-col-medium{
  padding-bottom:4%;
}

.cbb-also-bought-container{
  margin-top:4%!important;
}

.rich-text--container{
  max-width:1200px;
  padding-bottom:50px;
}


/* Instafeed */

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

/* Add special grid */
@media screen and (min-width:861px){
#insta-container #insta-feed {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "one two three three "
        "four four three three "
        " four four five six";
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    align-items: stretch;
    min-width:100%;
  margin-top:-100px;
}}
@media screen and (max-width:860px){
  #insta-container #insta-feed {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-template-areas:
        "one two"
        "three four"
        "five six";
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    align-items: stretch;
    min-width:100%;
  margin-top:-100px;
}
}
#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;
}  
#insta-container #insta-feed a:nth-of-type(7) {
  grid-area: seven;
} 
/* 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.0em;
  color: #cd0061;
  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;
  display:none;
}
/* INSTA FEED ENDS HERE */


/* PickyStory Styling*/

.picky-widget{
  max-width:1600px;
  display:flex;
  justify-content:center;
  margin:auto;
  padding-left:40px;
  padding-right:40px;
}

.picky-call-to-action{
text-transform: uppercase!important;
font-size: 12px!important;
padding: 0.875rem 2.125rem!important;
letter-spacing: .01em!important;
color: #fff!important;
background-color: #cd0061!important;
border: 1px solid #cd0061!important;
letter-spacing:1.5px!important;
font-weight:600!important;
font-family:'Josefine';
}

.picky-add-to-cart-button{
  text-transform: uppercase!important;
  font-size: 12px!important;
  letter-spacing: .01em!important;
  color: #fff!important;
  background-color: #cd0061!important;
  border: 1px solid #cd0061!important;
  letter-spacing:1.5px!important;
  font-weight:600!important;
}

@media screen and (min-width:860px){
.utils-filter{
  display:none;
}}

/*
.productgrid--utils {
 display: table;
    max-width: 220px;
    margin: 0;
    float: right;
    position: absolute;
    right: 0;
    top: -3px;
    bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    align-items: center;
  }
nav.pagination__wrapper {
    width: calc(100% - 308px);
    margin-right: 0;
}
*/
@media screen and (max-width:860px){
.productgrid--masthead{
  flex-direction:column!important;
  justify-content:center!important;
}}

@media screen and (min-width:860px){
 .productgrid--masthead  {
    margin-top: 5rem!important;
}
}
@media screen and (max-width:859px){
 .productgrid--masthead  {
    margin-top: 1rem!important;
}
}
.productgrid--utils {
  margin:unset;
  margin-top:.5rem;
  margin-bottom:.5rem;
}
.utils-filter{
  max-width:120px;
}
@media screen and (min-width:860px){
.filter-row{
  width:100%;
  display:flex;
  justify-content:flex-end;
}}
@media screen and (max-width:859px){
.filter-row{
  width:100%;
  display:flex;
  justify-content:space-between;
  margin-top:20px;
  flex-direction:row-reverse;
}}

.station-tabs-tabcontent{
  text-align:left;
}
.collection--title{
  line-height:1!important;
  text-align:center!important;
}
.icon-loading{
  display:none!important;
}

.product--section.picky-widget{
  margin-top:30px!important;
}

.cbb-also-bought-title{
  margin-bottom:unset!important;
  padding-bottom:unset!important;
}

.jdgm-write-rev-link{
  text-decoration:none!important;
  text-transform: uppercase!important;
  font-size: 12px!important;
  letter-spacing: .01em!important;
  color: #fff!important;
  background-color: #cd0061!important;
  border: 1px solid #cd0061!important;
  letter-spacing:1.5px!important;
  font-weight:600!important;
  padding-top:1rem!important;
  padding-bottom:.8rem!important;
}

.cbb-also-bought-title{
  font-weight:unset!important;
}
.cbb-also-bought-container{
  max-width:1600px;
}
.cbb-also-bought-slider-container{
  margin-top:-60px;
}

.button-primary{
  border-radius:unset;
}
@media screen and (max-width:720px){
.jdgm-carousel-wrapper{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top:unset;
}
.jdgm-carousel-title-and-link{
    margin-bottom:unset;
}}