/** Shopify CDN: Minification failed

Line 100:43 Expected identifier but found "!"
Line 698:43 Expected identifier but found "!"
Line 808:6 Expected ":"

**/
.template-challange #shopify-section-header {
    display: none;
}

.template-challange #shopify-section-footer {
    display: none;
}

/*homepage hero shadow fix*/
.hero__text-shadow:before {
    z-index: -1!important;
}
@media screen and (min-width: 768px) {
  	.hero__text-shadow:before {
  		margin: -200px!important;
	}
}

/*homepage hero button text*/
.hero__link a.btn {
    color: white!important;
}

/*pdp selectors*/
.variant-input-wrap {
    margin-bottom: 12px;
}

.variant-input {
    padding-right: 12px;
    padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .variant-input {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.variant-input label {
    border: 1px solid var(--colorTextBody)!important;
    border-radius: var(--buttonRadius);
    margin: 0!important;
}

.variant-input-wrap input[type=radio]:checked+label {
    background: var(--colorBtnPrimary);
    border-color: var(--colorBtnPrimary)!important;
    color: var(--colorBody);
    box-shadow: none;  
}

.shopify-payment-button {
    display: none!important;
}

.payment-buttons .add-to-cart {
    background-color: var(--colorBtnPrimaryText)!important;
    color: var(--colorBtnPrimary)!important;
    margin-top: 12px;
}

/*
.add-to-cart.btn--secondary {
    border-color: var(--colorBtnPrimaryText)!important;
    color: var(--colorBtnPrimaryText)!important;
}*/

.payment-buttons .add-to-cart:hover {
    border-color: var(--colorBtnPrimaryText)!important;
    background-color: var(--colorBtnPrimary)!important;
    color: var(--colorBody)!important;
}

.shopify-payment-button__button--unbranded {
    background: var(--colorBtnPrimaryText)!important;
    color: var(--colorBody)!important;
}

.shopify-payment-button__button {
    min-height: 50px!important;
}

.w3-product-options.loaded input {
    border: 1px solid var(--colorBtnPrimaryText)!important;
}

.w3-product-options.loaded .product-options-field-name {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.75em;
    font-family: mr-eaves-sans, sans-serif;!important;
	font-weight: 200;
	font-style: normal;
    padding: 5px 0;
}

.shopify-payment-button__more-options {
    display: none;
}

/*change background color on collection page to white*/
div#CollectionAjaxResult {
    background-color: #FFFFFF;
  	padding-top:	0px;
}

/*adjust header padding*/
header.site-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.type-banner p {
    margin-left: 20%;
    margin-right: 20%;
  	line-height:	1.8;
}

/*product page section padding*/
.template-product .grid__item {
    margin-bottom: 30px;
}

/*support for 4 columns*/
@media only screen and (min-width: 769px) {
  .medium-up--one-fourth {
      width: 25%;
  }
}

/*support for full width sections*/
.proteus-full-width {
  margin: 0px 0;
}

.proteus-full-width .page-width,
.proteus-full-width .feature-row {
  padding: 0;
  margin: 0;
  max-width: none;
}

.proteus-full-width .feature-row__item {
    min-width: 0;
}

.proteus-full-width .feature-row__text {
    padding: 15px 60px 0 60px;
}

.proteus-full-width .feature-row__text .btn {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
  .proteus-full-width .feature-row__text {
      padding-bottom: 40px;
  }
}

.proteus-full-width .feature-row__item > div {
  max-width: none!important;
}

.shopify-section.index-section:not(.proteus-full-width) .page-width {
    max-width: none;
    margin: 0 auto;
    padding-left: calc( 50vw - 1500px / 2 + 30px )!important;
    padding-right: calc( 50vw - 1500px / 2 + 30px )!important;
}

/* not needed without 10px border
@media screen and (min-width: 767px) {
    .proteus-full-width .feature-row__item:first-of-type:not(.feature-row__text) {
        margin-right: 0;
    }

    .proteus-full-width .feature-row__item:last-of-type:not(.feature-row__text) {
        margin-left: 0;
    }

    .proteus-full-width + .proteus-full-width {
        margin-top: -10px;
    }
}

@media screen and (max-width: 768px) {
    .feature-row__text .btn {
        margin: 0;
    }
    .shopify-section.index-section:not(proteus-full-width) .page-width {
    padding-bottom: 20px;
    }
} */

/*centers megamenu images - replace with feature later*/
.megamenu__colection-image {
    background-position: center;
    padding-bottom: 100%!important;
}

/*fixed margin at the bottom of listed items*/
/*.rte ol, .rte p, .rte table, .rte ul {
  margin-bottom: 0!important;
}*/

/*adjusts margin around header logo image*/
/*@media screen and (min-width: 769px) {
    .header-item.header-item--logo {
        margin: 0 90px!important;
    }
}*/

/*adds padding to rich text sections*/
.index-section p {
    padding-bottom: 1em;
}

/*homepage newsletter signup input color*/
.newsletter__input-group input {
    border-color: var(--colorBtnTextPrimary);
    border-left: none;
    border-right: none;
    border-top: none;
}

/*product recommendation sections background*/
#shopify-section-product-recommendations {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*collection page vendor hide and title line height*/
.template-collection .grid-product__vendor {
    display: none;
}
div[data-section-type="collection-template"] .grid-product__vendor {
    display: none;
}
.template-collection .grid-product__title {
    line-height: 1.2;
}

/*footer log centered*/
.footer__logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*blog page selector styling*/
#BlogTagFilter-desktop > div input:checked + label {
    background: var(--colorBtnPrimary)!important;
    color: var(--colorBody)!important;
}

/*collection feature button outline
.collection-item__title > span {
    border: 1px solid var(--colorBtnPrimaryText);
}*/

/*footer promotion buttons*/
.footer-promotions a.btn {
    border: 1px solid var(--colorBtnPrimary);
}
.footer-promotions a.btn:hover {
    background-color: var(--colorBtnPrimary);
    color: var(--colorBody);
}

/*password page*/
.template-customers-login input {
    border-color: var(--colorBtnPrimaryText);
}

/*cart button hover
button.cart__checkout:hover {
    background: var(--colorBtnPrimaryText)!important;
}*/

/*collection page filters*/
a.boost-pfs-filter-scroll-to-top {
  background-color: var(--colorTextBody)!important;
  padding: 2px 0 0px 4px;
}
.collection-filter__item--count {
    display: none;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-option {
    padding-top: 10px;
    padding-bottom: 0;
}
.boost-pfs-filter-pc.boost-pfs-filter-refine-by {
    margin-top: 10px;
    margin-bottom: -10px
}
.boost-pfs-filter-option-content-inner {
    border-radius: none!important;
}
button.boost-pfs-filter-button.boost-pfs-filter-apply-button {
    border-radius: 0!important;
    border-color: var(--colorTextBody);
    color: var(--colorTextBody);
}
button.boost-pfs-filter-button.boost-pfs-filter-apply-button:hover {
    background-color: var(--colorTextBody);
    color: var(--colorBody);
}
.boost-pfs-filter-load-more .boost-pfs-filter-load-more-button {
    color: var(--colorTextBody);
    border-color: var(--colorTextBody)
    background-color: var(--colorBody);
}
.boost-pfs-filter-load-more .boost-pfs-filter-load-more-button:hover {
    color: var(--colorBody);
    background-color: var(--colorTextBody);
}

/*personalization text*/
.product-personalizer .pplr_monogram {
    color: var(--colorTextBody);
}
.variant-input-wrap label.disabled {
    color: var(--colorTextBody);
}
.variant-input-wrap label.disabled:after {
    border-color: var(--colorTextBody);
}
.variant-input-wrap input[type=radio]:checked+label.disabled:after {
    border-color: var(--colorBody);
}

/*search bar focus*/
.boost-pfs-search-box:focus {
    box-shadow: none!important;
}



/*cart page checkout button
button.btn.cart__checkout {
    border: 1px solid #3a3a3a;
}
button.btn.cart__checkout:hover {
    color: var(--colorBody)!important;
    background: #f3f3eb!important;
}*/

/*temporary footer newsletter font setting
footer .grid__item[data-type=newsletter] .h4 {
    font-family: 'Hawkes Script Regular'!important;
    font-size: 150%;
    letter-spacing: 0;
    line-height: 100%;
    text-transform: capitalize;
}*/

/*temporary section button styling
.shopify-section.index-section a.btn {
    border: 1px solid #BF8535;
}

.shopify-section.index-section a.btn:hover {
    background: #BF8535!important;
  	border:	1px solid #ffffff;
    color: white;
    animation: none!important;
    transition: none!important;
}

.shopify-section.index-section a.btn:after {
    display:none;
}*/




/*adjusts footer sections
@media only screen and (min-width: 769px) {
    footer .grid > div:nth-child(4) {
        padding-left: 80px!important;
    }
    footer .grid > div:last-child .footer__item-padding {
        padding-right: 20px;
    }
}*/

@media only screen and (max-width: 768px) {
  footer .grid {
      display: flex;
      flex-direction: column;
  }
  footer .grid__item:nth-child(1) {
      order: 1;
  }
  footer .grid__item:nth-child(2) {
      order: 2;
  }
  footer .grid__item:nth-child(3) {
      order: 3;
  }
  footer .grid__item:nth-child(4) {
      order: 4;
  }
  footer .grid__item:nth-child(6) {
      order: 5;
  }
  footer .grid__item:nth-child(5) {
      order: 6;
  }
  
}

/*temporary homepage collection feature padding*/
div#shopify-section-1603648052d0a0fd3f {
  padding-bottom: 60px;padding-top: 0px;
}

div#shopify-section-16036556196eaeffc4 {
	padding-bottom: 60px;padding-top: 0px;
}

/*remove collection pricing from homepage*/
.template-index .grid-product__price {
    display: none;
}

/*newsletter popup*/
#NewsletterPopup-newsletter-popup .modal__inner {
    border: 1px solid #748670;
    outline: 10px solid #fdfbf5;
}

@media screen and (max-width: 768px) {
    #NewsletterPopup-newsletter-popup {
        top: 0;
    }
    #NewsletterPopup-newsletter-popup .modal__inner {
        max-width: calc(100vw - 20px);
    }
}

/*badging*/
.grid-product__tag.grid-product__tag--custom {
    background-color: #a0c6d1;
    color: var(--colorBody);
}

/*dim out of stock variant selectors and payment button*/
.variant-input .disabled {
    opacity: 0.25;
}

.payment-buttons button[disabled="disabled"] {
    opacity: 0.5;
}

/*remove gift card atc*/
.template-product .product-section[data-product-handle="giftcard"] .add-to-cart:not(.GiftWizard-gift-button) {
    display: none;
}

/*mobile instafeed support*/
@media screen and (max-width: 768px) {
    #insta-feed a:not(.instafeed-lightbox) div:not(.instafeed-overlay) {
        width: 50% !important;
        padding-top: 50% !important;
    }
    #insta-feed a:not(.instafeed-lightbox):nth-of-type(9) {
        display: none;
    }
}

/*center footer menus*/
footer ul {
    text-align: center;
}

/*center footer text content, center footer headings, makes padding even on both sides, adds line and spacing*/
.collapsible-content__inner {
    text-align: center;
}

.h4.footer__title.small--hide {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer__item-padding {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*edits text and spacing of toolbar header*/
.inline-list.toolbar__menu {
    text-transform: uppercase;
    text-align: center;
}

.inline-list.toolbar__menu li {
    padding-left: 30px;
    padding-right: 30px;
}

/*edits footer newsletter feature
#Email-1e497b5e-9e3d-4405-bc3e-e7709f723bcd {
    border-bottom: 1px solid;
    font-family: mr-eaves-sans, sans-serif;!important;
	font-weight: 200;
	font-style: normal;
}*/

/*edits spacing between two footer rows*/
@media only screen and (min-width: 769px) {
	.footer__clear.small--hide {
    	height: 60px;
    	border-top:	1px solid;
	}
  	.grid__item.footer__item--1e497b5e-9e3d-4405-bc3e-e7709f723bcd {
		padding-bottom: 30px;
    }
}

.footer__clear.small--hide {
    opacity: 0.12;
}

/*edits Land of Bebe link on toolbar header*/
.toolbar__item .inline-list.toolbar__menu li:nth-of-type(6) a {
    font-family: 'Hawkes Script Regular'!important;
    letter-spacing: 0;
    font-size: 150%;
  	text-transform: none!important;
  	line-height: 100%;
}  

/*temporary adjusts size of image in mega menu*/
.grid__item.medium-up--one-fifth.appear-animation.appear-delay-3.proteus_feature {
    width: 30%;
  	padding-left:	30px
  
}

/*edits press logo feature on homepage*/
.logo-bar__item {flex: 0 1 250px;
	padding-left:	10px
      padding-right:	10px
}

#shopify-section-160748879840f62524 {
    background-color: #D6E1EC;
    padding-top: 30px;
    padding-bottom: 60px;
}


/*header visibility*/
.header-wrapper--sticky {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 50%,transparent)!important;
}

.header-wrapper--sticky:after {
    height: 50px;
    display: block;
    content: '';
}
.parallax-image.background-media-text__image {
    animation: none !important;
    opacity: 1;
}

/*customized blog presentation*/
@media screen and (min-width: 769px) {
    .template-article .collection-hero {
        width: 66.66%;
    }    
}

@media screen and (min-width: 1050px) {
    .template-article .collection-hero {
        width: 60%;
    }    
}

.template-article .collection-hero {
    overflow: visible;
    height: 100%;
    background: none;
    margin-left: auto;
    margin-right: auto;
}

.template-article .collection-hero img {
    display: none;
}

.template-article .collection-hero__content {
    padding-top: 40px;
    position: relative;
}

.template-article .section-header__shadow, .section-header__shadow a {
    color: var(--colorTextBody);
}

.template-article .collection-hero__content:before {
    display: none;
}

.template-article .section-header__shadow:before {
    display: none;
}

.template-article .article__date {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


@media only screen and (min-width: 769px) {
    .template-article .page-content, .shopify-email-marketing-confirmation__container, .shopify-policy__container {
        padding-top: 0px!important;
    }
}

.template-article .studioengine .is-box .is-container, .studioeditor .is-box .is-container {
    margin-top: 0px!important;
}

/*changes size of related post carousel on blog*/
.carousel-image-wrapper {
    height: 400px !important;
}

/*temporary homepage newsletter styling*/
#shopify-section-1602389250748.shopify-section {
    background-size: cover!important;
}
.newsletter-1602389250748 {
    background: #f0f5e8;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/*edits blog related products feature*/
#related_products_header {
    padding-top: 60px;
    text-align: center;
}

#related_products_slider {
    padding-bottom: 60px;
}

/*temp registry page fix*/
#shopify-section-page-registry-template .grid__item.medium-up--one-third.aos-init.aos-animate .image-wrap {
    padding-bottom: 600px !important;
    position: relative;
}

#shopify-section-page-registry-template .grid__item.medium-up--one-third.aos-init.aos-animate .image-wrap img {
   position: absolute;              
   top: 50%;        
   left: 50%;
   transform: translate(-50%, -50%); 
   max-width: unset;
   min-height: 100%;
   min-width: 100%;
   width: auto;
}

#shopify-section-page-registry-template .grid__item.medium-up--one-third.aos-init.aos-animate .image-wrap img {

}

/*free shipping messaging on mobile*/
@media screen and (max-width: 768px) {
    .drawer__scrollable {
        margin-top: 40px;
    }
}

/*changes font of newsletter input*/
#Email-1602389250748 {
    font-family: mr-eaves-sans, sans-serif;!important;
	font-weight: 200;
	font-style: normal;
}

/*add to cart hover text adjustment*/
.add-to-cart:after,
.add-to-cart:hover:after {
    white-space: break-spaces!important;
    width: 100%!important;
}

/*text breaks on product titles*/
.grid-product__title.grid-product__title--heading {
    word-break: keep-all;
}

/*frequently bought together styling*/
.cbb-frequently-bought-container.cbb-desktop-view {
  /*max-width: 685px!important;*/
}
.cbb-frequently-bought-title.translatable {
  text-align: center!important;
  font-size: 1.6em!important;
  margin-bottom: 30px!important
}

input[type="checkbox"]:before {
    width: 14px;
    height: 14px;
    content: '';
    background: #5b6236;
    display: block;
}

input[type="checkbox"]:after {
    content: '';
    display: block;
    position: relative;
    left: 5px;
    top: -13px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.cbb-recommendations-variant-select {
    border: 1px solid #5b6236!important;
    border-radius: 0!important;
    background-color: transparent!important;
    -webkit-appearance: unset!important;
    padding-left: 6px!important;
    padding-right: 30px!important;
    line-height: 20px;
    font-family: 'Columbia Sans Extra Light'!important;
}*/

.cbb-recommendations-variant-select + .cbb-frequently-bought-selector-label-regular-price:before {
  position: relative;
  content: "";
  top: 15px;
  left: -30px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #5b6236 transparent transparent transparent;
  pointer-events: none;
  margin-right: -15px;
}

.cbb-frequently-bought-add-button.btn.add-to-cart {
    color: white!important;
    background: #5b6236!important;
}

.cbb-frequently-bought-form {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.cbb-frequently-bought-total-price-box {
    text-align: center;
    width: 100%!important;
}

.cbb-frequently-bought-add-button.btn.add-to-cart {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block!important;
    margin-bottom: 30px!important;
}

.cbb-frequently-bought-products {
    margin: 0!important;
    width: 100%!important;
}

input[type=checkbox]:not(:checked):before {
    background: white !important;
    border: 1px solid #5b6236;
}


.cbb-also-bought-product-price-container {
    padding-bottom: 10px;
    px;
}

/*custom font for heading of rich text section on homepage*/
#shopify-section-1663898314fc8e62a4 h2 {
    font-family: 'Special Elite';
    text-transform: lowercase ;
}