/* ==========================================================================
   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
   ========================================================================== */
.blog-wrapper .flickity-slider .slide > div > a:nth-child(1){
  display:block;
  width:100%;
  height:100%;
}

.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;}
  #mobile-mega-menu-invitations-announcements-link button#mobile--invitations-announcements-top{
	text-align:left !important;
}
}
/* ==========================================================================
    Index Body
   ========================================================================== */


.new-arrivals--section {
  background-image: url("//www.lauraashleyusa.com/cdn/shop/t/38/assets/bramble_pink.png?v=16625568333270253631713192369");
  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;
}*/
#mobile-mega-menu.mobile-mega-menu-content.active{
  display:none !important;
}
element {
	position: relative;
	z-index: 1;
}
}
@media only screen and (max-width:1300px) {
.sale-trigger{
  opacity:0;
  visibility:hidden;
  display:none;
}
  #gift-cards-link {
  	padding: 0 !important;
  	border: 0 !important;
  }
   #gift-cards-link::after{
     display:none;
     content:"";
   }
.main-header {
	padding-top: 68px !important;
}
body.promotion-bar-active #promotion-bar {
	display: flex !important;
}
.flex-promotion-bar-socials.flex-promotion-bar-child,.flex-promotion-bar-links.flex-promotion-bar-child{
	display:none !important;
}
.flex-promotion-bar-inner-wrap {
	justify-content: center;
}
}

.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;
}
#invitations-announcements-link{display:none !important;}
/* ==========================================================================
    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
========================*/


.flex-promotion-bar-socials ul{
  list-style-type:none;
}
#promotion-bar.flex-promotion-bar{
  justify-content:center;
  align-items:center;
}
.flex-promotion-bar a .c-copy {
	color: #F2EBE7;
}
.flex-promotion-bar a {
	text-decoration:none !important;
}
.flex-promotion-bar-links.flex-promotion-bar-child {
	display: flex;
	align-items: center;
	gap: 1.75em;
}
.flex-promotion-bar .search_button svg {
	fill: #F2EBE7;
	font-weight: bold;
	stroke-width: 2.5;
	stroke: #F2EBE7;
}
.flex-promotion-bar .u-margin-vertical-sm\@md {
	margin-top: 0.5625em;
	margin-bottom: 0.5625em;
}
.flex-promotion-bar-inner-wrap {
	display: flex;
	max-width: calc(83% + 100px);
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.account-nav.grow .o-grid--item:not(.search__wrapper):not(.myCart) {
	visibility: visible !important;
	display: inline-block !important;
}
.flex-promotion-bar-socials-mobile ul{
  list-style-type:none;
  text-align:center;
  justify-content:center !important;
  width:100%;
}
.flex-promotion-bar-socials-mobile ul li{
  display:inline-block;
  color:#453536;
}
.main-header .account-nav .search__wrapper{
  display:none !important;
}
.main-header a.social-instagram-icon{
text-decoration:none;
border:0;
width:26px;
height:26px;
padding:2px;
margin:2px;
color:#f8f5f3;
border-radius:50%;
background-color:#453536;
  display:inline-block;
}
.flex-promotion-bar-socials-mobile ul li{
  height:30px;
  width:34px;
}
#promotion-bar .social-instagram-icon img {
	/* border: 1px solid; */
	width: 26px;
	height: 26px;
	margin-top: 2px;
}
.social-instagram-icon.promob {
	background-color: #F2EBE7;
	display: inline-block;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	padding-top: 2px;
	margin-top: 4px;
	padding-left: 2px;
}
.social-instagram-icon.promob svg > *{
  fill:#453536 !important;
}
.social-scale-icon.social-twitter-icon {
	width:25px;
	height:25px;
	border-radius:50%;
	background-color:#F2EBE7;
	color:#453536;
	text-align:center;
    display:inline-block;
  margin-top:1px;
}
.social-scale-icon.social-twitter-icon.dark-icon {
	width:25px;
	height:25px;
	border-radius:50%;
	background-color:#453536;
	color:#F2EBE7;
	text-align:center;
    display:inline-block;
  margin-top:1px;
}
.social-scale-icon.dark-icon svg path{
	fill:#F2EBE7 !important;
}
.bottom-footer .social--wrap {
  align-items:center;
}
.social-scale-icon svg{
	height:20px;
	width:20px;
	display:inline-block;
margin-top:3px;
}
.social-scale-icon svg path{
	fill:#453536 !important;
}
.new-arrivals--container.u-justify-content-space-evenly {
	justify-content: center;
}
#customer-service .twelve.columns table {
  max-width:1000px;
}
#customer-service .twelve.columns table > tbody > tr:nth-child(1) > td {
	background-color: #DDBFA7;
	font-family: "Hurme Geo 1 Bold",sans-serif;
	padding: 2.5px 5px !important;
	color:#fff;
	text-align:center;
    text-transform:uppercase;
    letter-spacing:1.5px;
}

#customer-service .twelve.columns table td {
	background-color: #DDBFA7;
	font-family: "Hurme Geo 1 Bold",sans-serif;
	padding: 2.5px 5px !important;
	color:#453536;
	text-align:center;
    letter-spacing:0.5px;
    border:2px solid #F2EBE7;
}

.collections--page #bc-sf-filter-products .external-product{
  opacity:0;
  color:transparent;
  visibility:hidden;
}

@media (max-width: 81.24em) {
.promotion-bar-active #promotion-bar{
	display: none !important;
}
body.promotion-bar-active {
	margin-top: 0px !important;
}
.mobile-mega-menu-content .level-1-menu {
	margin-bottom: 5% !important;
}
.mobile-mega-menu-content .level-1-menu   + .flex-promotion-bar-socials-mobile{
  margin-top:0 !important;
}
  .flex-promotion-bar-socials-mobile {
    margin-top:3%;
  }
}

@media (min-width: 65em) {
.slider-header .flex-control-nav {
	bottom: -60px;
	left: calc(50% - 102px);
	transform: translate(0);
}
.slider-header > .u-overflow-hidden {
	overflow: visible;
}
}
.slider-header .flex-control-nav {
	bottom: -60px;
	left: calc(50% - 102px);
	transform: translate(0);
}
.slider-header > .u-overflow-hidden {
	overflow: visible;
}
.new-arrivals--section {
	padding-top: 30px;
}
@media only screen and (max-width:1299px) {
  .sub-menu-in {
	background-color:#F8F5F3;
}
.main-header .account-nav .search__wrapper{
  display:flex !important;
}
.account-nav.grow .o-grid--item:not(.search__wrapper):not(.myCart) {
	visibility: hidden !important;
	display: none !important;
}
}
@media only screen and (max-width:768px) {
.slider-header .flex-control-nav {
	bottom: -62px;
}
  .new-arrivals--container.u-justify-content-space-evenly > a{
	display:none;
}
#customer-service-link {
    padding: 0 !important;
    border-bottom: 0px solid transparent !important;
    margin-bottom:8px !important;
}
  #customer-service-link::after{
    display:none !important;
  }
}