/** Shopify CDN: Minification failed

Line 34:12 Expected identifier but found whitespace
Line 34:13 Unexpected "("
Line 270:4 Expected identifier but found "11"

**/

:root {
  --primary: #bc140b;
  --secondary: #000;
}

h1,h2,h3,h4,h5,h6{
    font-family: Baskervville !important;
    font-weight: 400 !important;
}

@font-face {
  font-family: 'symphony';
  src: url('/cdn/shop/files/symphony-pro-regular.otf?v=1779117105') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Header  */

.header__columns.spacing-style {
    padding-top: 0;
}

.header__column.header__column--center a img
Specificity: (0,2,2)
 {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.header__column.header__column--left,
.header__column.header__column--right  {
    display: none;
}

.header__row .header__columns.spacing-style {
    display: unset !important;
}

.header__column.header__column--center {
    display: block;
}

.header__column.header__column--center a {
    display: unset;
}

.header__column.header__column--center a img {
    /* max-width: 200px; */
    width: 100%;
    margin: 0 auto;
}

.header__row.header__row--top.color-scheme-1.section.section--full-width-margin.section--page-width.divider--page-width {
    padding-top: 20px;
    padding-bottom: 20px;
}

span.header-logo__image-container.header-logo__image-container--original img {
    height: auto;
    max-width: 170px;
}

.header__row.header__row--bottom {
    border-top: 1px solid #f5f5f5;
    /* border-bottom: 1px solid #f5f5f5; */
}

.menu-list__list-item:after {
    display: none;
}

/* .header__columns.spacing-style {
    padding-top: 10px;
} */

.header-menu__inner li a {
    font-size: 15px;
    font-weight: 500;
    margin: 0 20px;
}

header-component#header-component[data-sticky-state="active"] img {
    max-width: 130px;
    transition: .5s all;
}

header-component#header-component img {
    transition: .5s all;
}

.header-menu__inner li:first-child a{
    margin-left: 0;
}

.header--collapse-row-paddings .header__row--top .header__columns {
    padding-top: 0;
}

.header__row.header__row--bottom .header__column.header__column--center {
    display: flex !important;
    justify-content: space-between;
}

.header__row.header__row--bottom .header__columns.spacing-style {
    padding-bottom: 0;
}

a.menu-list__link {
    color: #000 !important;
}

a.menu-list__link:hover {
    color: var(--primary) !important;
}




/* Collection section  */

.collection-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.collection-cards .card {
    text-align: center;
    /* background: #f7f7f7; */
    padding-top: 20px;
}

.collection-cards .card h3 {
    font-family: 'Baskervville';
    font-size: 18px;
}

.collection-cards .bottom-bar {
    height: 60px;
}


/* split collection section  */

.split-collection {
    background: #f7f7f7;
    padding: 40px;
}

.split-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.split-title {
    text-align: center;
    padding-top: 30px;
}

.split-title h2 a {
    font-size: 20px;
    color: #000;
    display: block;
}

.split-title h2 a:hover {
    color: var(--primary);
}


/* CTA section  */

.luxury-cta {
    /* padding-top: 80px; */
    text-align: center;
}

.luxury-cta h3 em {
    color: var(--primary);
    font-style: normal;
}

.luxury-cta h3 {
    margin-bottom: 10px;
}

.luxury-cta p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 600;
}

.luxury-cta a.cta-button {
    display: block;
    background: var(--secondary);
    color: #fff;
    padding: 30px;
    font-size: 30px;
    font-weight: 700;
    transition: .5s all;
}

.luxury-cta a.cta-button:hover {
    background: var(--primary);
}


/* about section  */

.homepage_custom_image_text_section .image-block:before {
    content: "Nawal Oulad Abdelkrim";
    font-size: 60px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-family: symphony !important;
}

.homepage_custom_image_text_section .image-block {
    position: relative;
}

.homepage_custom_image_text_section .image-block:after {
    content: "Founder";
    position: absolute;
    bottom: 30px;
    right: 30px;
    /* font-family: inter; */
    text-transform: uppercase;
    color: #fff;
}

/* Footer  */

footer .h3 {
    font-size: 18px !important;
    font-family: 'Baskervville' !important;
    font-weight: 400 !important;
}

footer accordion-custom.menu:nth-child(2) {
    padding-left: 50px;
}

.footer-utilities__group-copyright.custom-typography.custom-font-size {
    display: block;
    text-align: center;
    width: 100%;
}

.footer_heading_custom h3 {
    font-size: 18px;
    padding-top: 11.2px;
    11: 10px;
    padding-bottom: 11.2px;
}


/* Collection list page  */

.section-resource-list__content h1 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

/* Collection page */

product-card a.contents.user-select-text {
    font-size: 20px;
    font-weight: 600;
}

.product-card__content a p {
    font-weight: 400;
}

span.price {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    font-family: inter !important;
}


main[data-template="collection"] ul.product-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.product_descriptions p {
    width: 100% !important;
    max-width: unset;
}


@media screen and (min-width:768px){
ul.product-grid {
    grid-gap: 80px;
}
}


/* Our story page  */

rte-formatter img {
    /* max-width: 300px; */
    margin-top: 1px;
}

span.red-q {
    color: var(--primary);
    font-style: normal;
}

.about_page_image_text .image-block {
    position: relative;
    padding-bottom: 60px;
}

.about_page_image_text .image-block:before {
    content: "Nawal Oulad Abdelkrim";
    font-family: symphony !important;
    position: absolute;
    bottom: -10px;
    font-size: 50px;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

/* Foundation page  */

.foundation_content h4 {
    text-align: center;
    margin-bottom: 30px !important;
    font-size: 18px;
    display: block;
}




/* Size chart popup */

body.size-guide-open header {
    z-index: -1 !important;
}

body.size-guide-open div#sizeGuidePopup {
    z-index: 999999 !important;
}

body.page-width-narrow.card-hover-effect-none.size-guide-open {
    overflow-y: hidden;
}

 .size-guide-btn {
  margin-top: 10px;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

.size-guide-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.size-guide-content {
  background: #fff;
  max-width: 600px;
  width: 90%;
  margin: 5% auto;
  padding: 20px;
  border-radius: 8px;
  position: relative;
      top: 50%;
      transform: translateY(-70%) !important;
}

.size-guide-body {
  max-height: 70vh;
  overflow-y: auto;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

button.size-guide-btn {
    background: #f7f7f7;
    padding: 10px;
    max-width: 120px;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    margin: 0 !important;
}

button.size-guide-btn:hover {
    background: #000 !important;
    color: #fff !important;
}


/* Cart page  */

.header-actions__cart-icon.header-actions__cart-icon--has-cart svg {
    -webkit-mask-image: unset !important;
}

.cart-summary__inner .cta_content {
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
}

.cart-summary__inner .cta_content h5 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
}

/* Policy pages  */

.shopify-policy__title {
    display: none;
}

.shopify-policy__body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.shopify-policy__container {
    max-width: 1000px !important;
}


/* contact page  */

main[data-template="page.contact"] .k-popup__button-wrap {
    display: none !important;
}

main[data-template="page.contact"] .k-popup__powered-by.k-popup__powered-by--storefront-logo {
    display: none !important;
}

main[data-template="page.contact"] .k-popup__rich-text.sun-editor-editable {
    display: none;
}

main[data-template="page.contact"] fieldset input {
    border-radius: 5px !important;
}

main[data-template="page.contact"] fieldset span.form-field-label {
    display: none !important;
}


/* homepage newsletter */


.homepage_newsletter_section .k-popup__button-wrap {
    display: none !important;
}

.homepage_newsletter_section .k-popup__powered-by.k-popup__powered-by--storefront-logo {
    display: none;
}

.homepage_newsletter_section span.k-popup-close {display: none !important;}

.homepage_newsletter_section .k-popup__content {
    padding: 0 !important;
}

.homepage_newsletter_section form.k-popup__form fieldset {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    border-radius: 0 !important;
}

.homepage_newsletter_section form.k-popup__form fieldset label {
    flex: 0 0 65%;
}

.homepage_newsletter_section form.k-popup__form fieldset div.k-popup__form-submit-wrap {
    flex: 1 1 auto !important;
    display: flex !important;
    width: auto !important;
}

.homepage_newsletter_section .shopify-app-block {
    max-width: 600px !important;
    width: 100%;
}

.homepage_newsletter_section fieldset input {
    height: 40px !important;
}

.homepage_newsletter_section .k-popup__form-submit-wrap.form-submit button {
    height: 40px;
    font-size: 14px !important;
    padding: 0 !important;
    width: 100%;
}

.homepage_newsletter_section .k-popup__inner-wrap {
    border-radius: 0 !important;
}


/* Responsive  */


@media screen and (max-width: 750px){
.header__column.header__column--left, .header__column.header__column--right{
    display: inline-block !important;
}

.header__row.header__navigation-bar-row.color-scheme-1 {
    display: none;
}

.header__row .header__columns.spacing-style {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
}

.header__column.header__column--center {
    display: inline-block !important;
    flex: 1 1 auto;
}

.header__column.header__column--left,
.header__column.header__column--right  {
    flex: 0 0 80px;
}

.header__row.header__row--top {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

header-component#header-component[data-sticky-state="active"] img {
    max-width: 100px;
}

span.header-logo__image-container.header-logo__image-container--original img {
    max-width: 120px;
}


.collection-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.collection-cards .card h3 {
    font-size: 14px;
}

main[data-template="collection"] ul.product-grid{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    grid-row-gap: 25px;
}

.product-information.section {
    padding-top: 0;
}

.homepage_custom_image_text_section .image-block:before {
    font-size: 40px;
    bottom: 40px;
}

.about_page_image_text .image-block:before {
    font-size: 40px;
}

footer accordion-custom.menu:nth-child(2) {
    padding-left: 0;
}

footer accordion-custom.menu {
    text-align: center;
}

footer summary.menu__heading.h3 {
    /* text-align: center !important; */
    justify-content: center;
}

footer .group-block-content {
    align-items: center;
}

.inner_page_text p {
    text-align: center;
}

.inner_page_image .group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column {
    grid-template-columns: repeat(1, 1fr) !important;
}

.inner_page_image .group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column .image-block {
    width: 100% !important;
}


}