/* I stock */
.iStock-wrapper { background: #F9F9F9; border: 1px solid #E7E7E7; display: none; padding: 20px 20px 10px 20px; margin: 10px 0px 10px 0px; }
.iStock-wrapper h2 { font-size:20px; margin: 0 0 10px 0; }
.iStock-notifyTxt { margin-bottom:10px; }
.iStock-availability { display:none; margin-bottom:10px; }
.iStock-availability label { color: #6F0000; font-weight: normal; }
.iStock-availability span { color: #6D6D6D; }
.iStock-fields { max-width: 480px;}
input.iStock-email-id { display: inline-block; vertical-align: top; border: none; background: #ffffff; padding: 5px; margin: 0 2% 10px 0; width: 67%; }
input.iStock-notify-btn { display: inline-block; vertical-align: top; border: 1px solid #949494; background: #949494; padding: 5px 10px; margin: 0 0 10px 0; color: #FFFFFF;  cursor: pointer; }
.iStock-msg { display:none; color: #008000; font-size: 14px; }
.iStock-msg.iStock-error { color: #E10101; }

.DEBUG {
  display: none;
}

/* Transparent Header */

header .ly-custom-dropdown-current {
  background: transparent !important;
}

/* header.Header--transparent .Header__Wrapper nav,
header.Header--transparent .Header__Wrapper a,
header.Header--transparent .Header__Wrapper li,
header.Header--transparent .Header__Wrapper button,
header.Header--transparent .Header__Wrapper div.ly-languages-switcher {
  filter: invert(1);
} */

header.Header--transparent .Header__FlexItem.Header__FlexItem--fill a,
header.Header--transparent .Header__FlexItem.Header__FlexItem--fill form span,
header.Header--transparent .Header__FlexItem.Header__FlexItem--fill button.Header__Icon.Icon-Wrapper.Icon-Wrapper--clickable.hidden-desk {
  color: black !important;
}

/*
header.Header--transparent div.Header__FlexItem.Header__FlexItem--logo img,
header.Header--transparent .Header__FlexItem.Header__FlexItem--fill form .ly-arrow {
  filter: invert(1);
}
*/

/* Announcement Bar  */
.AnnouncementBar__Wrapper {
  padding: 8px 15px;
}

/* Slideshow  */

.Slideshow__Content .SectionHeader__SubHeading {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 1;
    font-size: 16px;
}

.Slideshow__Content .SectionHeader__Heading {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 22px !important;
}

.Slideshow__Content .SectionHeader__ButtonWrapper .ButtonGroup {
    margin-left: 0;
}

.Slideshow__Content .SectionHeader__ButtonWrapper .ButtonGroup__Item.Button {
    padding: 0;
    margin: 0;
  font-size: 13px;
}

.Slideshow__Content .SectionHeader__ButtonWrapper .ButtonGroup__Item.Button::before {
    background-color: transparent !important;
    top: unset;
    bottom: -5px;
    left: 0;
    right: 0;
    border-bottom: 1px solid white;
    transition: opacity .5s ease-out;

}

.Slideshow__Content .SectionHeader__ButtonWrapper {
  	margin-top: 30px;  	
}

@media screen and (min-width: 1008px) {
  .Slideshow__Content .SectionHeader__ButtonWrapper {
  	margin-top: 40px;
  }
}

/* End Slideshow  */



#custom-four-images .SectionHeader {
    margin-bottom: 40px;
}

#custom-four-images p {
    margin-top: 10px;
}

.custom-new-half img {
    width: 90%;
}

.custom-new-half .ArticleItem__ImageWrapper {
    text-align: center;
}

.custom-new-half .ArticleItem__ImageWrapper img {
    width: 90%;
}

.custom-new-half .Grid__Cell:last-child:not(:only-child) .ArticleItem {
  margin-bottom: 0;
}
  

.custom-new-half .SectionHeader:not(:only-child) {
  margin-bottom: 40px;
}

.hidden {
    display: none;
}

#custom-four-images .Rte a:not(.Button) {
    text-decoration: none;
}

.look-item-image-wrapper {
    position: relative;
}

.look-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 1;
    transition: all 200ms ease-in-out;
    padding: 10px 10px 20px 10px;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 30%);

}

.look-item-overlay-button {
    flex: 1;
    color: white;
    text-align: left;
    transition: all 500ms ease-in-out;
    transform: translateY(200px);
    opacity: 0;
    line-height: 1.2;
    text-align: center;
}

.look-item-overlay-button.slideIn {
    transform: translateY(0);
    opacity: 1;
}


@media screen and (min-width: 1008px) {
  .custom-new-half .Section {
      margin: 40px 0;
  }

  .custom-new-half .ArticleItem__ImageWrapper {
    margin-bottom: 0;
  }

  #custom-four-images .Rte img {
      margin-top: 0;
      margin-bottom: 0;
  }
}

#shopify-section-stockist-section .Form__Submit {
    display: block;
    margin: 55px auto 0;
}

.Form__Input.bottom-border-only {
  border-top: unset;
  border-right: unset;
  border-left: unset;
}

#page-footer-newsletter {
	margin-top: 30px !important;
	text-align: center;
}

#page-footer-newsletter button {
	margin-left: auto;
  	margin-right: auto;
}

#page-footer-newsletter input {
  text-align: center;
}

#page-footer-newsletter .Alert--success {
  background: lightgrey;
  color: #939393;
}

@media only screen and (min-width: 769px) {
  
  .contact-us #contact_form, .stockist #contact_form, #page-footer-newsletter {
      max-width: 50%;
      margin: auto;
  }
  
  .contact-us .FloatingLabel {
      width: 125px;
      display: inline-flex;
      justify-content: flex-end;
  }

  .contact-us .Form__Input, .stockist .Form__Input, .Select select {
      max-width: 400px;
      display: inline-flex;
      justify-content: flex-start;
      border-top: unset;
      border-right: unset;
      border-left: unset;
      margin-left: 0;
  }

  .contact-us .Form__Item {
      display: flex;
      align-items: baseline;
      max-width: 70%;
      margin-right: auto;
      margin-left: auto;
  }
  
  #shopify-section-1602435185b7a7a24b img {
      padding: 0 6%;
  }
}

@media only screen and (max-width: 768px) {

  .contact-us .FloatingLabel {
      width: 100%;
      justify-content: center;
  }

  .contact-us .Form__Input {
      border-top: unset;
      border-right: unset;
      border-left: unset;
  }
}


.contact-us .Form__Submit {
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
}

.FeatureText__Content.no-image {
    max-width: 800px;
}

.SectionHeader__Description.Rte.no-image {
    max-width: 100%;
}

.Carousel--insideDots .flickity-prev-next-button {
    top: 45%;
}

.Carousel--insideDots .flickity-prev-next-button.previous {
    left: 15px;
}

.Carousel--insideDots .flickity-prev-next-button.next {
    right: 15px;
}

#custom-four-images {
    margin: 40px 0;
}

#shopify-section-16024340330e4345a6 .Grid--m {
    margin-left: -30px;
}

#shopify-section-16024340330e4345a6 .Grid--m > .Grid__Cell {
    padding-left: 25px;
}

.flickity-prev-next-button svg {
    stroke-width: unset;
    stroke: white;
    fill: white;
}

.flickity-prev-next-button {
    background: none;
}

.Carousel--insideDots .flickity-prev-next-button {
    box-shadow: none;
}

.Heading {
	letter-spacing: 4px;
}

@media only screen and (max-width: 1007px) {
  .custom-new-half .Section {
      margin: 40px 0;
  }

  .custom-new-half .Grid__Cell:not(:only-child) .ArticleItem {
    margin-bottom: 40px;
  }
  
}

.contact-us .Section--spacingNormal {
    margin: 50px !important;
}

.contact-us header.SectionHeader.SectionHeader--center {
    margin-bottom: 30px;
}

.contact-us .Form__Item {
    margin-bottom: 12px;
}

.contact-us .FloatingLabel {
    align-self: flex-end;
}

/* FOOTER - CUSTOM */
/** Newsletter **/

footer .Form__Input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.neswletter-simple {
    max-width: 400px;
    margin: auto auto 32px auto;
}

.btn-mail {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 45px;
    border: 0;
    background: 0 0;
    padding: 0;
    cursor: pointer;
}

.btn-mail span {
    display: block;
    width: 17px;
    height: 13px;
    background: url(https://cdn.shopify.com/s/files/1/0080/2462/1141/files/mail.svg?1361) no-repeat;
}

.bf.form-group {
    position: relative;
    min-height: 1px;
    margin-bottom: 30px;
}

footer#section-footer .Form__Input {
	padding: 15px 10px;
}

.footer-simple-menu {
    margin: auto;
}

.footer-simple-menu ul {
    list-style: none;
    display: flex;
}

.footer-simple-menu li {
    margin: 0 20px;
}

ul.Footer__Social {
    text-align: left;
}

.Footer__Aside .Footer__Copyright {
    margin: auto;
    padding-top: 15px;
}

@media screen and (max-width: 641px) {
  .footer-simple-menu ul {
      list-style: none;
      display: inline-block;
      width: 100%;
  }
  
  .footer-simple-menu li {
      margin: 12px 0;
      text-align: center;
  }
  
  .contact-us .Select {
      margin-left: 0 !important;
  }
  
}

@media screen and (max-width: 640px) {
  #custom-four-images .Rte img {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/** General Heading **/

h1, h2 {
    letter-spacing: 3px;
}

.contact-us .Select--primary select {
	height: 32px;
    border-top: none;
    border-right: none;
    border-left: none;
}

.contact-us .Select {
    display: inline-flex;
    margin-left: 35px;
    width: 100%;
    max-width: 400px;
	padding-top: 3px;
}

.contact-us .Form__Input {
    padding-bottom: 3px;
}

@media screen and (min-width: 1240px) {
    .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav {
        margin:40px -10px -10px -10px;
        text-align: center
    }

    .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
        display: inline-block;
        float: left
    }

    .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
        display: block;
        width: 70px;
        margin: 10px;
        vertical-align: middle
    }

    .Product__Slideshow {
        padding-top: 50px;
        margin-left: 100px
    }

    .Product__Info {
        width: 380px
    }

    .Product__Wrapper {
        max-width: calc(100% - 530px)
    }
}

/* PRODUCT TABS OLD
#description_tabs .ui-widget.ui-widget-content {
    border: none;
}

#description_tabs .ui-widget-header {
    border: none;
    background: unset;
}

#description_tabs .ui-state-active, #description_tabs .ui-widget-content .ui-state-active, #description_tabs .ui-widget-header .ui-state-active {
    background: #939393;
    border: 0;
    color: white;
}

#description_tabs .ui-tabs .ui-tabs-nav li {
    border: 0;
}

#description_tabs .ui-widget-content {
	color: #5c5c5c;
}

#description_tabs .Rte a:not(.Button) {
    color: #5c5c5c;
}

#description_tabs .ui-state-active a, #description_tabs .ui-state-active a:link, #description_tabs .ui-state-active a:visited {
    color: #ffffff;
}
*/

/* PRODUCT TABS */
#description_tabs .ui-widget.ui-widget-content {
    border: none;
    background: transparent;
}

#description_tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor:first-letter {
    text-transform: capitalize;
}

#description_tabs .ui-widget-header {
    border: none;
    background: unset;
    display: inline-block;
}

#description_tabs .ui-state-active, #description_tabs .ui-widget-content .ui-state-active, #description_tabs .ui-widget-header .ui-state-active {
    background: unset;
}

#description_tabs .ui-tabs .ui-tabs-nav li {
    border: 0;
}

#description_tabs .ui-widget-content {
	color: #5c5c5c;
    padding: 1em 0;
}

#description_tabs .Rte a:not(.Button) {
    color: #5c5c5c;
}

#description_tabs .ui-state-active a, #description_tabs .ui-state-active a:link, #description_tabs .ui-state-active a:visited {
    color: #1c1b1b;
}

/*
#description_tabs .tabs_contents {
    padding: 20px 0;
}
*/

/* PRODUCT TABS - MAGALI STYLE */

#description_tabs .ui-tabs {
    padding: 0;
}

#description_tabs .ui-tabs .ui-tabs-nav {
    padding: 0;
}

#description_tabs .ui-tabs .ui-tabs-nav li {
    border: 0;
    width: auto;
    margin-right: 20px !important;
}

#description_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding: 0;
    margin: 0;
}

#description_tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .5em 0;
    text-transform: lowercase;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: unset;
}

#description_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	border-bottom: 1px solid #6a6a6a;
}

#description_tabs .ui-tabs .ui-tabs-nav li:hover a {
    border-bottom: 1px solid #6a6a6a;
}

/*

#description_tabs .ui-tabs .ui-tabs-nav li:hover.ui-tabs-active a {
	border-bottom: 0;
}

#description_tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100%;
    text-align: center;
}

*/

/* PRODUCT VERTICAL CENTER */
@media screen and (min-width: 1140px) {
  .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav {
      margin-top: 0;
  }

  /*.Product__Slideshow {
      padding-top: 0;
  }*/

  .Product__Wrapper {
      width: 100%;
      max-width: unset;
      display: flex;
      height: 100%;
      margin: 0;
      align-items: center;
  }
  
  .Product__Gallery {
      position: unset;
      display: block;
      margin-top: 0;
      width: 100%;
      max-width: 50%;
  }
  
  .Product__InfoWrapper {
      position: unset;
      display: block;
  }
  
  // NEW
  /*
  .Product__Gallery.Product__Gallery--withThumbnails {
      display: inline-flex;
      flex-direction: row-reverse;
      align-items: center;
  }

  .Product__Slideshow.Product__Slideshow--zoomable.Carousel.flickity-enabled {
      width: 100%;
  }
  */
}

  @media only screen and (min-width: 1140px) and (max-width: 1239px) {
    .Product__Gallery.Product__Gallery--withThumbnails {
      display: flex;
      flex-direction: column-reverse;
    }

    .Product__Slideshow.Product__Slideshow--zoomable.Carousel.flickity-enabled {
        width: 100%;
    }
  }

@media only screen and (min-width: 1008px) {
  .Product__InfoWrapper {
      top: 18%;
      height: unset;
  }
}

@media only screen and (max-width: 640px) {
  #shopify-section-product-template-swatch {
      padding-top: 40px;
      padding-right: 20px;
      padding-left: 20px;
  }

  .Product__Gallery {
      margin-bottom: 0;
  }

  #shopify-section-product-template-swatch .ProductMeta__PriceList {
      margin-top: 35px;
  }

  #shopify-section-product-template-swatch .ProductMeta {
      margin-bottom: 20px !important;
  }
}

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

.CollectionToolbar {
    box-shadow: none;
}

.CollectionToolbar__Item {
    border-left: 0;
}

/* COLLECTION & PRODUCT NAVIGATION */

@media screen and (min-width: 641px) {
#section-slideshow .features--heading-small .u-h1, .features--heading-small .Rte h1 {
font-size: 17px;
letter-spacing: 1px;
}
  
.features--heading-small .u-h1, .features--heading-small .Rte h1 {
font-size: 15px;
letter-spacing: 1px;
  }
  
#section-slideshow .features--heading-small .u-h6, .features--heading-small .Rte h6 {
font-size: 13px; 
}
}

#section-slideshow .features--heading-small .u-h1, .features--heading-small .Rte h1 {
font-size: 17px;
letter-spacing: 1px;  
}

.features--heading-small .u-h1, .features--heading-small .Rte h1 {
font-size: 15px;
letter-spacing: 1px;  
}

.ProductItem__Title.Heading {
    letter-spacing: 0;
    font-size: 11px;
}

.ProductList--grid {
    margin: auto !important;
}

@media screen and (min-width: 1800px) {
.ProductList--grid {
    max-width: 1700px;
    margin: auto !important;
}
}

.ProductItem__Label {
    background: #f3f3f3;
}

.ProductItem__Label--dark {
  background: #a6a5a5;
  color: var(--button-text-color);
}

.ProductItem__Label--beige {
  background: #CFB997;
  color: var(--button-text-color);
}

.ProductItem__Label--corail {
  background: #f45030;
  color: var(--button-text-color);
}

.collection-w-menu header.PageHeader .CollectionInner__Sidebar, 
section[data-section-type="collection"] header.PageHeader .CollectionInner__Sidebar {
    width: 750px;
    margin: auto;
    padding-top: 2vw;
    padding-bottom: 0;
    font-size: 13px;
}

.collection-w-menu header.PageHeader ul.Linklist, 
section[data-section-type="collection"] header.PageHeader ul.Linklist {
    display: flex;
    justify-content: space-evenly;
}
      
.collection-w-menu header.PageHeader .Linklist__Item.is-selected::before, 
.collection-w-menu header.PageHeader .Linklist__Item::before, 
section[data-section-type="collection"] header.PageHeader .Linklist__Item.is-selected::before, 
section[data-section-type="collection"] header.PageHeader .Linklist__Item::before {
	display: none;
}

.collection-w-menu header.PageHeader li.Linklist__Item, 
section[data-section-type="collection"] header.PageHeader li.Linklist__Item {
    padding: 2px 0;
    width: auto;
	margin-bottom: 12px !important;
}

#shopify-section-product-template nav {
    font-size: 13px;
}

  #shopify-section-product-template nav {
      max-width: 900px;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
      padding-top: 2vw;
      padding-bottom: 2vw;
  }

#description_tabs .ui-tabs-panel p {
    margin-bottom: 0;
}
/* Product Swatches */
ul.swatches {
    position: relative;
}
ul.swatches li.swatch {
    display: inline-block;
}
li.swatch .swatch-name {
    display:block;
    position:absolute;
    text-align: center;
    transition: opacity .5s ease-in-out;
    opacity: 0;
  	display: block;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-size: 10px;
    line-height: 12px;
    font-family: "Work Sans",sans-serif;
  	text-transform: uppercase;
    padding: 5px;
    min-width: 80px;

  	z-index: 999;
  	
  	&:before {
    	content: '';
      	position: absolute;
      	top: -5px;
		left: 25px;
      	width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 5px 5px;
		border-color: transparent transparent #000000 transparent;

    }
}

li.swatch:hover .swatch-name {
    display:block;

    transition: opacity .5s ease-in-out;
    opacity: 1;

}


/** Product **/

.template-product .ProductMeta__Title.Heading.u-h2 {
font-size: 13px;
}



.Price {
    color: black;
}

.ProductMeta__PriceList {
    margin-top: 5px;
}

.ProductMeta__Header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1008px) {
  .ProductMeta__Header {
      flex-direction: row;
      width: 100%;
      align-items: flex-end;
      justify-content: space-between;
    }
  
  .ProductMeta__Header .ProductMeta__PriceList.Heading {
    margin-top: 0;
  }
}


.ProductMeta__Title {
    font-size: 26px;
    letter-spacing: 1px;
}

.ProductMeta__Description {
    margin: 24px 0 -10px 0;
    border-top: 1px solid #f0f0f0;
}



.ProductMeta__Swatches {
    margin-top: 20px;
}
.oos {
    text-align: center;
    background:#f0f0f0;
    padding:20px;
    margin-top:20px;
    color: #b5b5b5;
}

.oos div {
    display: grid;
}

.oos h4 {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 17px;
}

/** Blog Article **/

/* @media only screen and (max-width: 600px) {
  .Article__Wrapper {
  padding: 0;
  }
    
  .Article__Wrapper .Article__Body h1, .Article__Wrapper .Article__Body h3, .Article__Wrapper .Article__Body p {
  padding-left: 20px;
  padding-right: 20px;
  }
} */

.Article__Wrapper .Article__Body h1 {
text-align: center;
font-size: 22px;
margin: 0.5em 0 1em 0;
font-family: Times New Roman;
letter-spacing: 4px;
color: black;
}

.Article__Wrapper .Article__Body h3 {
text-align: center;
font-size: 13px;
margin-bottom: 0px;
font-family: Times New Roman;
color: grey;
letter-spacing: 3px;
}


.Article__Wrapper .Article__Body p {
  text-align: center;
  margin-bottom: 4em;
  font-style: italic;
  font-size: 12px;
  font-family: Times New Roman;
  max-width: 600px;
}


.Article__Wrapper {
    max-width: 1380px;
}

.ArticleToolbar.is-visible, .ArticleNav, .Article__Header {
    display: none;
}

.Article__Body img {
    margin: 0;
}

.ProductMeta__Price.Price {
    color: var(--heading-color);
}

.ProductForm__QuantitySelector .ProductForm__Label {
    margin-bottom: 0;
}

.ProductForm__Variants {
    display: flex;
  	flex-direction: column;
    justify-content: space-between;
}

.ProductForm__Option {
    flex-basis: 50%;
}

h3.SectionHeader__Heading.Heading.u-h3 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    line-height: 0;
}

h3.SectionHeader__Heading.Heading.u-h3 span {
    background: #fff;
    padding:0 10px;
    color: #b5b5b5;
}

div#shopify-section-product-recommendations {
    border-top: 0;
}

section[data-section-id="product-recommendations"] {
    padding-top: 0 !important;
}

@media screen and (min-width: 641px) {
  .Footer__Block {
      padding-left: 20px; 
      padding-right: 20px;
  }
  
  .Footer__Inner {
  	  flex-wrap: nowrap;
  }
}


/** Column **/

.one-half-column-left {
width:48%;
float:left;
}

.one-half-column-right {
width:48%;
float:right;
}

@media only screen and (max-width: 600px) {
.one-half-column-left, .one-half-column-right, 
.one-third-column, .one-third-column-last {
float:none;
width:100%;
margin-right:0;
}
}


li.Linklist__Item.is-selected {
    border-bottom: 1px solid #5c5c5c;
  	font-weight: 500;
}

/** The Look **/

button.ProductForm__AddToCart_Custom.Button.Button--primary.soldoutbutton::before {
background-color: white;
}



.the-look .product-image img {
width: 70%;
}

@media only screen and (max-width: 768px) {
width: 130px;
}

.the-look{
display:flex;
  margin: 75px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .the-look .image-wrapper{
  	flex: 2;
  }
}

@media only screen and (min-width: 769px) {
  .the-look .image-wrapper{
  	flex-basis: 50%;
    display: block;
  }
  
  .the-look .image-wrapper img {
      object-fit: cover;
  }

  .the-look .details {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
  }
}

.the-look .details .wrapper {
    padding: 20px;
}
.product-image {
    flex: 1;
    text-align: center;
}



.the-look .wrapper .product-detail {
    flex: 2;
}

.the-look .details .wrapper {
    display: flex;
}

.the-look .wrapper .product-detail span {
    display: block;
}

@media only screen and (max-width: 641px) {
  .the-look {
      flex-direction: column;
      margin: unset;
  }
}

li.swatch .swatch-name {
    background-color: darkgrey;
}

button.ProductForm__AddToCart.Button.Button--secondary.Button--full, .ProductForm__AddToCart {
    margin-top: 40px;
}

@media only screen and (min-width: 641px) {
  ul.Footer__Social {
      text-align: unset;
      display: flex;
      flex-direction: column;
      margin-top: 0;
  }
}

ul.Footer__Social.HorizontalList.HorizontalList--spacingLoose .HorizontalList__Item:first-child {
    margin-top: 0;
}

.Footer__Social .Icon {
	vertical-align: text-top;
}

.Footer__Aside .Footer__Copyright {
	margin: unset;
}

.Footer__Aside .Footer__Copyright {
    margin: unset;
    padding-top: 0;
}

.Footer__Title {
    letter-spacing: 1px; 
}


/** Cart **/

.CartItem__Title.Heading a {
font-size: 12px;
letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .TableWrapper {
      margin-right: 0;
      margin-left: 0;
  }
}

/** About **/

#shopify-section-about-text-with-image-top p, #shopify-section-about-text-with-image-bottom p {
text-align: justify;
}

@media screen and (min-width: 641px) {
.FeatureText--imageLeft .AspectRatio, .FeatureText--imageRight .AspectRatio {
max-width: 500px !important;
margin-left: auto;
margin-right: auto;  
}
}


/** Custom Selector The Look **/
select.Custom_Options {
height: auto;
width: 60px;
cursor: pointer;
border-radius: 0;
background-color: white;
border: 1px solid #d2d2d2;
color: black;
padding: 10px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding: 5px;
font-size: 10px;
}

.the-look .product-detail .ProductForm__AddToCart_Custom.Button.Button--primary {
height: 29px;
min-width: 120px;
cursor: pointer;
border-radius: 0;
border: 1px solid #d2d2d2;
color: black;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding: 6px 15px;
font-size: 10px;
letter-spacing: 0;
}

.the-look .product-detail .Button--primary::before {
  background-color: #d2d2d2; 
}



.look-money {
 margin-bottom: 7px; 
}

/* Design Revision - 29 Apr */

/* Language Switcher */

button[name="locale_code"] {
    text-transform: capitalize;
}

/* Header Navigation & Icon */
.DropdownMenu .Linklist__Item, 
.Linklist__Item {
    font-size: 11.5px;
}

.DropdownMenu {
    /*background: #ffffffcc;*/
    background: #ffffffeb;
}

@media screen and (min-width: 641px) {
  .Header__Icon .Icon--search-desktop, 
  .Header__Icon .Icon--cart-desktop,
  .Header__Icon .Icon--account {
      width: 15px;
      height: 15px;
	  opacity: 0.7;
  }
}

/* All Page Text Align */
.template-page .PageContent {
    text-align: justify;
}

/* Footer Adjusting */
footer#section-footer {
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 40px;
}

.Footer__Block.Footer__Block--links {
    margin-bottom: 0;
}

.Footer__Inner + .Footer__Aside {
    margin-top: 20px;
}

.Footer__Block--newsletter {
    font-size: 11.5px;
}

form#footer-newsletter .Button--primary::before {
    background: transparent;
}

form#footer-newsletter button.Form__Submit.Button.Button--primary {
  	color: #6b6b6b;
    font-size: 9px;
    border-bottom: 1px solid #9393933d;
    border: 0;
}

@media only screen and (min-width: 1140px) {
form#footer-newsletter button.Form__Submit.Button.Button--primary {
    position: absolute;
    top: 15px;
    right: 0;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 5px;
}

form#footer-newsletter {
    position: relative;
}
}

/* Contact Us Button */
#shopify-section-page-contact-template .Form__Submit {
    max-width: 140px;
}

/* Stockist Placeholder */
.stockist  .Form__Item input::placeholder {
    color: transparent;
}

.stockist .FloatingLabel:first-letter {
    text-transform: uppercase;
}

.stockist .FloatingLabel {
    text-transform: lowercase;
    display: block;
    font-size: 11px;
}

@media only screen and (min-width: 641px) {
  .stockist .Select--primary svg {
      top: -2px;
      right: 30px;
  }
}

.the-look .wrapper .product-detail {
    font-size: 12px;
}

.Drawer__Footer {
    font-size: 10.5px;
}

.Drawer__Footer .Cart__Checkout, 
.Drawer__Footer .Continue_Shop {
    width: 100%;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #description_tabs .ui-widget-header {
      width: 100%;
  }

  /*#description_tabs .ui-tabs .ui-tabs-nav li {
      display: inline-flex;
  }*/
}

@media only screen and (max-width: 768px) {
.Footer__Block--links {
    margin-top: 0 !important;
    margin-bottom: 45px !important;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 50%;
    float: left;
}

.Footer__Block.Footer__Block--newsletter, .Footer__Block--text {
    width: 100%;
    display: inline-block;
}
  
.Footer__Block.Footer__Block--text {
    margin-top: 15px;
}
}

.Popover__ValueList--center .Popover__Value {
    text-align: left;
}

@media screen and (min-width: 641px) {
  .Cart.Drawer__Content .QuantitySelector__Button {
      padding: 5px 8px;
  }
}

.Cart.Drawer__Content .Continue_Shop {
    color: darkgrey;
    border-color: darkgrey;
    padding: 10px 28px;
}

.Cart.Drawer__Content .Continue_Shop.Button--primary:before {
    background-color: unset;
}

.Drawer__Footer .Cart__Checkout {
	padding: 10px 28px;
}

#shopify-section-stockist-section .Form__Input {
    padding: 6px 14px;
}

#shopify-section-stockist-section .Select--primary select {
    height: 30px;
}

form#footer-newsletter button.Form__Submit.Button.Button--primary:focus-visible {
    outline: none;
}

form#footer-newsletter .Alert--success, .spr-form-message-success {
    background: lightgrey;
    color: #939393;
}

/** Header Icon sizes **/

.Header__Icon .Icon--account,
.Header__Icon .Icon--heart, {
    height: 15px;
    width: 15px;
}

.Header__Icon .Icon--cart,
.Header__Icon .Icon--search {
    height: 17px;
    width: 17px;   
}

.Header__Icon .Icon--gift {
    height: 18px;
    width: 18px;   
}

@media only screen and (max-width: 325px) {
.Clickable_Cart {
    margin-left: 5px !important;
}
}

.ui-widget {
    font-family: 'Montserrat';
}

.the-look-list button {
    font-size: 13px !important;
}

/* PRODUCT FORM */
.ProductForm {
  margin-top: 12px;
}

.ProductForm__Variants {
  position: relative;
  display: block;
}

.ProductForm__Option {
  position: relative;
}

.ProductForm__Option:first-child {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
}

.ProductForm__QuantitySelector {
  display: inline-block;
  width: 50%;
  margin: auto;
  text-align: center;
}

.ProductForm__QuantitySelector .ProductForm__Label {
    text-align: left;
    max-width: 138px;
    margin: auto;
}

/** Cart **/

.additional-checkout-buttons {
  display: none;
}

 #section-blog-template .ArticleList .Grid__Cell, 
#section-blog-press-template .ArticleList .Grid__Cell {
    max-width: unset;
}

#section-blog-press-template .ArticleItem__Content {
    padding-top: 20px;
}

#section-blog-press-template .Blog	{
	margin-top: 60px;
}

/* BEST SELLER PAGE */
#shopify-section-custom-best-seller p {
    max-width: 600px;
    margin: auto;
}

#shopify-section-custom-best-seller article.ArticleItem p {
    max-width: 275px !important;
    margin: auto;
}

#shopify-section-custom-best-seller .Container {
    padding-top: 65px;
    padding-bottom: 65px;
}

#shopify-section-custom-best-seller .Container:first-child {
    padding-top: 0;
}

@media only screen and (max-width: 640px) {
  #shopify-section-custom-best-seller .Grid__Cell:first-child article.ArticleItem p {
      padding-bottom: 50px;
  }
}
.checkboxes {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkboxes > input {
	height: 15px;
    width: 100%;
    max-width: 15px;
    margin: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #5c5c5c;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #ffffff;
    cursor: pointer;
  }

.checkboxes > input:checked {
    border: 1px solid #5c5c5c;
    background-color: #5c5c5c;
}

#shopify-section-cart-template .checkboxes > input:checked + label::before {
	left: 3px;
  	top: 0;
}

#shopify-section-cart-template .checkboxes {
	display: initial !important;
}

#shopify-section-cart-template .checkboxes input {
	margin-top: 0;
  	margint-right: 0;
}

.checkboxes > input:checked + label::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
	left: 4px;
    top: 2px;
}

.checkboxes > input:active {
    border: 2px solid #5c5c5c;
}

/** Press **/

.BlogPress {
  //max-width: 800px;
  //margin: auto;
}

.BlogPress .Blog header.PageHeader {
  display: block;
  text-transform: uppercase;
}

.ArticlePress p img {
  margin: auto;
  text-align: center;
}

.ArticlePress .Article__Wrapper .Article__Body p {
text-align: center;
  margin: auto auto 4em auto;
font-style: normal;
font-size: 12px;
font-family: inherit;
max-width: 600px;
}

/** Overlay **/

.Image--contrast::after {
background-image: linear-gradient(to top, rgba(4, 4, 4, 0.25), rgba(54, 54, 54, 0.1));
}

/** Preorder **/

.preorder-description {
text-align: center;
margin-top: 8px;
}

.CartItem__Property {
text-decoration: underline;
}

/** Button **/

.Button, .shopify-payment-button__button--unbranded, input.spr-button-primary, .spr-summary-actions-newreview, .spr-button-primary:not(input), .spr-pagination-prev > a, .spr-pagination-next > a {
    border: 0px solid transparent;
}

@media only screen and (max-width: 641px) {
  footer .Form__Submit {
      position: absolute;
      right: 0;
      top: -17px;
      padding-left: 10px;
      padding-right: 10px;
  }

  footer .Form__Input {
      position: relative;
      display: inline-block;
  }

  form#footer-newsletter {
      position: relative;
  }
}

@media only screen and (max-width: 375px) {
  #description_tabs .ui-tabs .ui-tabs-nav li {
      margin-right: 17px !important;
  }
  
  #description_tabs .ui-tabs-anchor {
      font-size: 10px;
  }
}

.MegaMenu__Title.Heading.Text--subdued.u-h7 {
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 3px;
  width: fit-content;
}

@media screen and (min-width: 641px) {
  .Product {
      margin-top: 90px;
  }
}

/*
#shopify-section-page-shop-the-look a[rel="next"] {
    position: absolute;
    right: 0;
}

#shopify-section-page-shop-the-look .Pagination__Nav a span {
    margin: 20px;
}

#shopify-section-page-shop-the-look a[rel="previous"] {
    position: absolute;
    left: 0;
}

#shopify-section-page-shop-the-look .Pagination__NavItem {
    border: unset;
}
*/

.Slideshow__Content header h3 {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.Continue_Shop span {
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

button.ProductForm__AddToCart[disabled="disabled"] span {
    border-bottom: 1px solid;
    width: fit-content;
  	padding-bottom: 3px;
}

.ProductCenter.Heading.u-h2 {
text-align: center;
}
.Centered .desc{
text-align:center;
}

.NewsletterPopup .Button::before {
    background-color: #5c5c5c;
}
.ProductForm__AddToCart.Button.Button--full.Button--primary {
    margin-top: 5px;
}

.Product__SlideshowMobileNav {
    display: none;
}
.preorder-notice {
    color: red;
  	margin-top:5px;
}
/*.stockClassWrapper {
    min-height: 165px;
	max-height: 165px;
}*/
.ProductForm__Swatch .ProductForm__AddToCart {
	display:none;
}

.preorder-notice {
    margin-top: 25px !important;
}

/** Redirect **/

#location-redirect-popup p {
font-size: 16px;
text-align: center;
}

.MegaMenu__Push {
    padding: 15px;
}

@media screen and (max-width: 640px) {
  #shopify-section-about-text-with-image-top .FeatureText--imageLeft {
      flex-direction: column;
  }
  
  #custom-four-images .Container {
  	padding: 0;
  }
}

#shopify-section-stockist-section option[value="---"] {
    cursor: not-allowed !important;
    visibility: hidden;
}

.ProductForm__MadeToOrder.Button {
  background: #CFB997;
  color: var(--button-text-color);
  margin-bottom: 10px;
}

.ProductForm__MadeToOrder__Message {
  margin-top: 5px;
}

.ProductForm__MadeToOrder__Message a {
  text-decoration: underline;
}


form-embed#app-embed {
    --form-field-border-focused: 0 0 0 1px var(--heading-color);
    --form-field-border-radius: 0;
    --body-text-color: var(--text-color);
    --button-border-radius: 0;
    --button-padding: 12px 48px;
    --form-field-padding: 12px;
}

.MegaMenu__Item.hide-on-desktop {
  display: block;
}

@media screen and (min-width: 768px) {
  .MegaMenu__Item.hide-on-desktop {
    display: none;
  }
}

.NewsletterPopup {
    position: static;
    top: 0px;
    left: 0;
    right: 0;
    bottom: auto;
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding: 0;
    height: 0;
}

.NewsletterPopup .NewsletterPopup__Main {
  padding: 24px 30px 30px;
}

.NewsletterPopup__Main.no-form {
  padding: 30px;
}

.NewsletterPopup__Main.no-form .NewsletterPopup__TextContent{
  max-width: 500px;
}


.NewsletterPopup .NewsletterPopup__ContentWrapper {
    display: flex;
    flex-direction: row;
    gap: 0px;
}

@media screen and (min-width: 768px) {
  .NewsletterPopup__Main.no-form .NewsletterPopup__ContentWrapper{
    gap: 100px;
  }
}

.NewsletterPopup .NewsletterPopup__TextContent {
    flex: 1;
    max-width: 300px;
}

#sidebar-cart .CartNewsletter__Wrapper h2, .NewsletterPopup h2 {
  letter-spacing: 0;
  font-weight: 500;
}

.NewsletterPopup .NewsletterPopup__FormWrapper {
    flex: 1;
    max-width: 300px;
}

.NewsletterPopup .NewsletterPopup__FormWrapper form {
  margin-top: 0;
}

.NewsletterPopup .NewsletterPopup__Form-Flex {
    display: flex;
    flex-direction: row;
}

.NewsletterPopup .NewsletterPopup__Form-Flex input {
    border: none;
    border-bottom: 1px solid;
    border-color: rgba(var(--newsletter-popup-text-color-rgb), 0.4);
    flex: 1 auto;
}

.NewsletterPopup .NewsletterPopup__Form-Flex button {
    background-color: transparent;
    color: var(--text-body);
    border-bottom: 1px solid;
    border-color: rgba(var(--newsletter-popup-text-color-rgb), 0.4);
    padding-right: 0;
    font-weight: 500;
    text-align: right;
    padding: 0;
    margin-top: 0;
    letter-spacing: 0;
}

.NewsletterPopup .NewsletterPopup__Form-Flex button:before {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .NewsletterPopup .NewsletterPopup__ContentWrapper {
        flex-direction: column;
    }
  
    .featherlight-content {
      max-width: 85%;
    }
}

.featherlight, .featherlight:last-of-type {
  background: rgba(0,0,0,.4);
}

.featherlight .featherlight-content {
  padding: 0;
  margin: 0;
  max-height: 100%;
  border-bottom: none;
}


.swym-button.swym-add-to-wishlist-view-product {
  font-size: 15px !important;  
}

.ProductItem__Info .swym-button {
  display: inline-block;
}

.Pagination__Nav .Pagination__NavItem svg {
  margin: 0 5px;
}

.ProductList.ProductList--grid.ProductList--removeMargin {
  padding-left: 0;
}

.Price.Price--highlight {
 color: #b90e0a; 
 font-weight: 600;
}


.Price--compareAt {
  opacity: 1;
}

.ProductMeta__Price.Price--compareAt {
  margin-left: 10px;
}


.Cart.Drawer__Content {
  max-height: calc(100% - 60px - 180px);
}

#sidebar-cart .CartNewsletter__Wrapper {
  display: block;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  font-size: 10.5px;
}

#sidebar-cart .CartNewsletter__Wrapper .Newsletter__Inner {
  display: block;
  padding: 0;
}

#sidebar-cart .CartNewsletter__Wrapper .CartNewsletter__TextContent {
  margin-bottom: 10px;
}

#sidebar-cart .Newsletter__Inner .Form__Input {
  min-width: 0;
  width: 100%;
}

#sidebar-cart .Newsletter__Inner .Button {
  margin: 10px 0 0;
  padding: 10px 28px;
}

.flickity-page-dots {
  margin: 20px 0 10px 0;
}

.Product__ActionList {
  top: unset;
  bottom: 30px;
}

.grecaptcha-badge {
  display: none !important;
}

.Header__Icon .Icon--heart {
   opacity: .7;
 }

.Header__Icon .Icon--gift, .Header__Icon .Icon--heart {
  position: relative;
  top: 1px;
  width: 18px;
  height: 17px;
}

.Header__FlexItem.Header__FlexItem--fill {
  flex: unset;
}

@media screen and (min-width: 1140px) {
  .Header__FlexItem.Header__FlexItem--fill {
    flex: 1 0 0;
  }
}