/* ==========================================================================
   Colors
   ========================================================================== */
:root {
  --burgundy: #453536;
  --deep-grey: #2c2c2c;
  --beige: #f2ebe7;
  --tan: #dcbfa6;
  --pink: #dfc2c3;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;                // Prevent mobile browsers from automatically zooming fonts.
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;  // Autohide scrollbar in Internet Explorer
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); // Reset iOS highlight color
  -webkit-backface-visibility: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Hurme Geo 14 Regular";
  font-size: 14px;
  background-color: var(--beige);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ==========================================================================
       Typography
       ========================================================================== */

/* ==========================================================================
    Utility Classes
   ========================================================================== */



/* ==========================================================================
    Component
   ========================================================================== */



.c-button--pink{
    background-color: var(--pink);
}

.c-overlay{
  background-color: rgba(242, 235, 231, 0.8);
  padding: 2em 3em 3em 3em;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* ==========================================================================
    Header
   ========================================================================== */


.main-header .logo {
  max-width: 235px;
}

.main-header a {
  font-family: "Hurme Geo 1 Bold", sans-serif;
  line-height: normal;
  letter-spacing: 2.85px;
}

.main-header .logo img {
  max-width: 140px;
  align-self: center;
}
.main-header #mobile-mega-menu #mobile-mega-menu-anniversary-shop-link > a {
  display:inline-block;
  width:100%;
}

@media screen and (min-width: 769px) {
  .main-header .logo img {
    max-width: 235px;
  }
}

.main-header .logo a,
.main-header .logo img {
  width: 100%;
}
/*
@media screen and (min-width: 1300px) {
  .main-header .mega-menu-nav #sale-link{
    display:none !important;
  }
}
*/

.my-bag {
  position: relative;
  width: 50px;
  height: 50px;
}

.header-icon-bag-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.header-icon-bag-label a {
  color: white;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--burgundy);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-count {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.63px;
  text-align: center;
  color: #ffffff;
}

.signupBlockWrapper {
  display: none;
}



/* ==========================================================================
    Header
   ========================================================================== */




/* ==========================================================================
    Modal
   ========================================================================== */
.modal-container .email-modal {
    aspect-ratio: 16/9.1;
}
h2#emailModal{
  font-size:66px;
  font-style:italic;
}
.modal-container .c-heading--xl {
    font-size: 60px;
}

.modal-container p.c-copy.c-copy--md.u-padding-bottom-sm {
	letter-spacing: .175rem;
	line-height: 24px;
    font-family:"Hurme Geo 1 Bold";
}
.modal-container .email-modal .mc-field-group input {
	letter-spacing: .175rem;
}
#modal-intro{
    width:95%;
}
.modal-container p.c-copy.c-copy--sm.u-margin-top-xs.u-margin-top-md\@md.u-text-align-center {
    font-family:"Hurme Geo 1 Bold";
    letter-spacing: .175rem;
}
.dtonly{display:block;}
.mobonly{display:none;}
.modal-container .c-button.pink {
    background-color: #D3B59E;
}

.modal-container .c-button.pink:hover {
    background-color: #b59b88;
}

.modal-container .u-width-1\/1 {
    width: 85%;
    margin: 0 auto;
}
@media only screen and (max-width:925px) {
  .mobonly{
    display:block !important;
	width: 100%;
	height: 100%;
	-o-object-fit: fill !important;
	object-fit: fill !important;
	font-family: "object-fit: fill;"!important;
  }
  .dtonly{display:none !important;}
}
@media only screen and (max-width:525px) {
  h2#emailModal {
  	font-size: 55px;
  }
  .modal-container p.c-copy.c-copy--md.u-padding-bottom-sm {
  	letter-spacing: .105rem;
  	line-height: 22px;
  	font-size: 14px;
  }
  .modal-container p.c-copy.c-copy--sm.u-margin-top-xs.u-margin-top-md\@md.u-text-align-center {
  	font-size: 14px;
  	letter-spacing: .105rem;
  }
 .needsclick.klaviyo-form.klaviyo-form-version-cid_1.kl-private-reset-css-Xuajs1{
	padding:50px !important;
} 
  #dynamic-react-root + div > .needsclick > .needsclick{transform:scale(0.6) !important;}
.needsclick > div > p > span{ font-size:18px !important;line-height:1.1;}
}
/* ==========================================================================
    Index Body
   ========================================================================== */


.new-arrivals--section {
  background-image: url("//www.lauraashleyusa.com/cdn/shop/t/33/assets/bramble_pink.png?v=16625568333270253631621259851");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.new-arrivals--container {
  width: 85%;
  margin: 4em auto;
}

.o-grid.new-arrivals .o-grid--item:nth-child(1) {
  margin-right: 2.5%;
}


@media only screen and (min-width:1300px) {
/*.mega-menu-nav #sale-link{
  opacity:0;
  visibility:hidden;
}*/
}
@media only screen and (max-width:1300px) {
.sale-trigger{
  opacity:0;
  visibility:hidden;
  display:none;
}
}

.deals--slider{
  width:100%;
  overflow:hidden;
}
/*.needsclick.kl-private-reset-css-Xuajs1{
	margin-left:-10px;
}
.klaviyo-form-Vj76wh.klaviyo-form{
  width:100%;
  max-width: 455px;
}*/
.mega-menu-nav a:focus{
  text-decoration:underline;
}
button.prev-arrow:focus, button.next-arrow:focus{
  outline-style: dashed; outline-width:1px;outline-color:#453536;
}
.notify-wrap .quantityWrapper{
  display:none;
}
.notify-wrap .qty-add-to-bag-combo .add-to-bag{
  overflow:hidden;
  text-indent:-9999px;
  border-radius:5px !important
}
.notify-wrap .button.klaviyo-bis-trigger {
	text-align: center;
	margin: 0px;
	width: auto;
	display: block;
	text-indent: 0;
	position: relative;
	top: -21px;
	left: 11px;
  text-decoration:none;
}
.sold-out-notice{
  margin-bottom:10px;
}
.blog-slider .blog-slide--overlay{
  opacity:0;
  visibility:hidden;
}
/* ==========================================================================
    Blog
   ========================================================================== */
   
/*====================
ADA Compliance Changes
====================*/

/* Links */
html body :is(a),
html body .account-nav .o-grid--item {
    text-decoration: underline !important;
}

html body :is(a):hover,
html body .account-nav .o-grid--item:hover {
    text-decoration: none !important;
}

/* Color Contrast */

html body .c-button.pink {
    background-color: #e2c4c5;
}

html body button.needsclick {
    background-color: rgb(226, 196, 173);
}


/* Clickable Elements */
html body .search__wrapper .search_button {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*========================
End ADA Compliance Changes
========================*/