/** Shopify CDN: Minification failed

Line 448:15 Expected identifier but found whitespace
Line 448:26 Unexpected ";"
Line 638:0 Expected "}" to go with "{"

**/
.buy-nd-deliver a {
	color: var(--color2);
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    line-height: normal;
}
.bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon1, .bwp-header-topbar .content-item-text-with-icon .custom-text .text-icon1 a  {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
}
.header-center__inner .header-right,
.header-center__inner .header-logo {
    width: 20%;
    flex: unset !important;
}
.header-center__inner .header-right {
    padding-right: 20px;
}
.header-center__inner .header-left {
    width: 60%;
    text-align: center;
}
.header-center__inner  .content-input {
    border: 1px solid #868686;
    max-width: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.header-center__inner .content-input input {
    border: 0;
    width: 100%;
    padding: 8px 0;
    background: transparent;
}
.header-center__inner .content-input i {
    color: #c9052e;
    font-size: 20px;
}
.header-center__inner .field {
    width: 100%;
    display: flex;
    align-items: center;
}
.predictive-search-content {
    position: absolute;
    width: 95%;
    z-index: 11;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.predictive-search-content #predictive-search-results-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.header-cart::before {
    content: '';
    width: 50px;
    height: 80px;
    position: absolute;
    top: -25px;
    right: -20px;
}
.header-cart .header-cart__link {
    color:rgb(0, 0, 0);
}
.header-cart .header-cart__count {
    border: 1px solid #fff;
    background:rgb(0, 0, 0);
}
/* home-banner-image */
.home-banner-image {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    margin-top: 50px;
}
.home-banner-image h3 {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    margin: 0;
}
.sfg-lookbook {
    max-width: 900px;
    margin: auto;
}
.bwp-widget-banner .bwp-image,
.bwp-effect-shrink .image {
    background: #f2f2f2;
    padding: 10px;
}
.bwp-widget-banner .banner-wrapper-infor {
    padding-top: 15px !important;
}
.bwp-widget-banner .bwp-button::before,
.bwp-widget-banner .bwp-button::after {
    content: unset !important;
}
.collection-item__title .collection-item__link {
    margin-top: 15px;
}
.LookbookName {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 088;
    background: linear-gradient(180deg, #0000, #0000007f), url(<path-to-image>) #d3d3d300 50% / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 50px;
}
.LookbookName h3 {
    margin: 0 0 10px;
    color: #fff;
}
.LookbookName a {
    color: #fff;
    border-bottom: 2px solid #fff;
 
}
.LookbookName a+a {
   opacity: 0;
  transition: all .3s;
}
.LookbookName:hover a+a {
    opacity: 1;
}
.LookbookName a:first-child {
    border-bottom: 0;
}
.wpbingo-section--lookbook .lookbook-card ,
.wpbingo-section--lookbook .lookbook-card img,
.wpbingo-section--lookbook .lookbook-image {
    height: 100%;
    object-fit: cover;
}
.wpbingo-section--image-text .container {
    padding: 0;
}
.wpbingo-section--image-text .container .image-text {
    align-items: normal ;
}
.wpbingo-section--image-text .col-content {
    background-color: #f2dccb;
    display: flex;
    align-items: center;
}
.wpbingo-section--image-text .col-content .bwp-button:hover {
    border-bottom: 1px solid #000;
}
.collection-custom-select {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
.custom-select-item {
    width: 16.6667%;
}
.custom-select-img {
    background: #f2f2f2;
    border-radius: 100%;
    padding: 8px;
    overflow: hidden;
}
.custom-select-img img {
    transition: all .3s;
}
.custom-select-img:hover img {
    transform: scale(1);
}
.custom-select-item h3 {
    margin: 15px 0 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.wpbingo-section--lookbook .lookbook-card img {
    height: 440px;
}
.wpbingo-section--lookbook .lookbook-card{
    overflow: hidden;
    display: block !important;
}
.wpbingo-section--lookbook .lookbook-card:hover img {
    transform: scale(1);
}
.bwp-header-topbar .content-topbar>div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

.wpbingo-section--image-text .col-image {
    overflow: hidden;
}

.wpbingo-section--image-text .col-image:hover img.image-text__img-bg {
    transform: scale(1);
}

.price-single-product .price-container {
  flex-direction: column;
}

.price-single-product .price-container .pack-price {
  color: #000000;
  font-size: 1em;
  font-weight: 600;
}
.product-single .price-container .product-single__price--wrapper{
    font-size:0.8em;
}

.product-card__label>* {
        min-width: 40px;
        line-height: 20px;
        font-size: 18px;
        padding: 0 5px;
        font-weight: bold;
    }

.product-card__label {
        background-color:#e7e7e7e;
    }

main#checkout-main h2#deliveryAddress:after {
    content:"We currently ship within the UK. For international delivery please contact us.";
    background-color:#ffefef;
    display:block;
    border-radius:10px;
    padding:20px;
    font-size:14px;
    font-weight:400;
    margin-top:10px;
}

button.js-mm-nav-item.mm-nav__btn {
    position: absolute;
    text-align: right;
    left: 0;
    right: 0;
    background: transparent;
    padding-right: 20px;
}
.menu-mobile__nav-item.active>.mm-nav__links{
    z-index:10;
}

@media screen and (max-width: 1024px) {
  .header-mobile .header-center__inner  .button-menu {
        width: 20%;
        flex: unset;
    }
    .wpbingo-section--lookbook .lookbook-card img {
        height: auto;
    }
    .bwp-header-topbar .content-topbar>div:last-child {
        justify-content: center;
    }
   .header-center__inner .header-logo {
        width: 60%;
        margin: 0 auto;
        display: flex;
   }
   .header-logo img {
        margin: auto;
   }
    .bwp-header.header_5 .header-right {
        gap: 25px;
        padding-right: 20px;
    }
    .wpbingo-section--image-text .col-content {
        justify-content: center;
        text-align: center;
        padding: 50px 0;
    }
    .home-banner-image {
        margin: 30px auto auto;
    }
    .home-banner-image img {
        filter: brightness(0.5);
        border-radius: 10px;
    }
    .home-banner-image h3 {
        width: 100%;
        bottom: 30px;
        text-align: center;
    }
    .bwp-widget-banner .row--banners {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        flex-wrap: wrap;
        margin: 0 -15px;
        }


.lookbook-gallery-content{
 display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}
.LookbookName{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}
}

@media screen and (max-width: 1024px)  {
    .collection-custom-select {
        overflow-x: scroll;
        gap: 20px;
    }
    .collection-custom-select::-webkit-scrollbar {
        display: none;
    }
    .custom-select-item {
        width: 25.6667%;
        flex: 0 0 100px;
    }
    .custom-select-img {
        padding: 4px;
    }
    
}
@media (max-width:768px){
    .bwp-header.header_5 .header-right {
        gap: 4px;
        padding-right: 5px;
        margin:0;
    }
    .header-account {
        margin-right: 10px;
    }
    .bwp-widget-banner .button-14{
        line-height:20px !important;
    }
    .bwp-widget-banner .button-6{
        line-height:20px !important;
    }
    .banner-wrapper-infor {
        padding: 25px 15px 0px !important;
    }
    .bwp-widget-banner .bwp-image, .bwp-effect-shrink .image {
    background: #f2f2f2;
    padding: 8px !important;
    /* border-radius: 5px !important; */
}
.wpbingo-section--title-button {
        /*margin: 0px 0 35px !important;*/
    }
}

@font-face {
  font-family: 'DidotCustom';
  src: url('{{ 'Didot.woff2' | asset_url }}') format('woff2'),
       url('{{ 'Didot.woff' | asset_url }}') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply Didot to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DidotCustom', serif;
}
/* FORCE DIDOT STYLE FONT FOR ALL HEADINGS & TITLES */
h1, h2, h3, h4, h5, h6,
.product-title,
.product__title,
.card__heading,
.collection-title,
.section-title,
.banner__heading,
.menu-title,
.header__menu-item,
.footer__heading {
  font-family: 'Libre Didone', serif !important;
}




/* FORCE BODY FONT EVERYWHERE */
body,
p,
span:not(.fa),
div,
li,
a,
input,
textarea,
button:not(.fa),
button:not(.pswp__button),
button:not(.slick-arrow),
.price,
.product-price,
.product__price,
.cart-item__price,
.product__description {
  font-family: 'Classic Editorial Serif', serif !important;
}
button.pswp__button{
    font-family: feather !important;
}


/* Banner container */
.row--banners {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* space between banners */
}

/* Each banner */
/*
.col-banner {
    flex: 1 1 200px;       /* min width of 200px, will grow if space available */
  /*  max-width: 300px;      /* don't grow too big on large screens */
    box-sizing: border-box;
}

.col-banner img.featured-banner__img {
    width: 100%;
    height: auto;
    object-fit: cover;     /* maintain aspect ratio */
}

.template-index 
.wpbingo-section--image-text 
.col-image:hover img.image-text__img-bg {
    transform: scale(1);
}

.template-index  .wpbingo-section--lookbook .lookbook-card:hover img {
    transform: scale(1);
}

.product-single .variants__options.radio input[type=radio]:checked + label ,
.product-single .variants__options.radio input[type=radio] + label:hover {
    color: initial;
}

.page-collection {
    padding-top: 0px;
} 

.sidebar_4.template-collection .sidebar-categories.js-filter.filter-list li {
    display: block;
}
.sidebar_4.template-collection .sidebar-categories.js-filter.filter-list li ul.collection-children, 
.sidebar_4.template-collection .sidebar-categories.js-filter.filter-list li ul.collection-children li{
    display: block;
}
div#shopify-section-collection-sidebartop > .sidebar-categories > .facets__display > ul > li > .link-collection > a > label.name {
    font-size: 110%;
    color:#000;
    text-decoration: none;
    font-weight:600;
}
div#shopify-section-collection-sidebartop > .sidebar-categories > .facets__display > ul > li > .link-collection > a {
    pointer-events:none;
}
div#shopify-section-collection-sidebartop > .sidebar-categories > .facets__display > ul > li > .link-collection .toggle_collection-children i.feather-plus {
display:none;
}
div#shopify-section-collection-sidebartop > .sidebar-categories > .facets__display > ul > li > .link-collection .toggle_collection-children i.feather-plus {
    display:none;
}
div#shopify-section-collection-template .collection-custom-select {
    display: none;
}
.template-collection aside.collection-sidebar {
    padding-top: 15px;
}
.collection-filter__button:before {
    content: "Filter";
    font-family: 'Classic Editorial Serif', serif !important;
    font-size: 18px;
}

button.collection-filter__button {
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
}

.sidebar-categories > .facets__display 
> ul >  li + li {
margin-top:40PX
}

section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner .breadcrumb {
    display: none;
}

.menu-mobile__nav a:hover, .menu-mobile__nav  a:focus {
    color: inherit !important;
}

.page-collection div#shopify-section-collection-template img.product-card__img-visible {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:100%;
    object-fit:cover;
    object-position:center;
}

.slick-arrow , button.slick-arrow , .slick-arrow:before {
    font-family: icomoon !important;
}

span.product-card__on-sale {
    color: var(--white);
    background-color: #000;
    padding: 4px 14px;
    border-radius:0;
}

.newsletter-popup .image {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    padding-top: 100%;
    display:block !important;
}

.FacetFiltersForm .js-filter-price .field-price{
    color:#000;
}

.newsletter-popup .newsletter-popup__content {
    position: absolute;
    z-index: 20;
    width: 100%;
    background: transparent;
    padding-top: 30%;
    padding: 40px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.newsletter-popup .image > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.newsletter-popup .newsletter-popup__inner {
    width: 500px;
}

.product-single__price--wrapper .product-single__price--compare-at {
  display: inline !important;
  text-decoration: line-through;
}

.page-collection.scroll .facets__display>ul {
    max-height: 600px;
}

/* Tablet adjustments */
@media (max-width: 1024px) {
    .col-banner {
       /* flex: 1 1 45%;      /* 2 per row, flexible */
      /*  max-width: 45%;     /* prevents overflow */
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {

    .template-index .wpbingo-section--lookbook .lookbook-card .LookbookName h3 {
        text-align: center;
    }
    header img.header-logo__img {
        max-width: 160px;
    }
    .template-index .wpbingo-section--lookbook .lookbook-card .LookbookName a+a{
        opacity:1;
    }
    .col-banner {
     /*   flex: 1 1 100%;     /* 1 per row */
     /*   max-width: 100%;
    }
}
*/

