/* Gutenberg Fix */
@media screen and (max-width: 649px) {
    .section-brand-curation .image-with-text-grid__heading {
        font-size: 2rem;
   }
}

/* Global Style */
.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}
m
.text--left {
  text-align: left;
}

/* Global style for Gutenberg */
@media screen and (max-width:781px){
	.flex-col-reverse-mobile{
		flex-direction:column-reverse;
	}
}

/*

Breakpoint 

- Tablet 990px
- Mobile 650px

*/

.xh-regbox {
  display: none;
}
.wa-chat-box-brand {
  max-width: 50px !important;
  max-height: 50px;
}

.wa-chat-box-poweredby {
  display: none !important;
}

/* Announcement Bar */
.announcement-bar-container {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  width: 100%;
}

.announcement-bar-container a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.announcement-bar-message {
  display: flex;
  align-self: center;
}

.benefit-gradient-line {
  background: rgb(229, 76, 52);
  background: linear-gradient(90deg, rgba(229, 76, 52, 1) 23%, rgba(214, 186, 235, 1) 67%);
  height: 5px;
  margin-bottom: 50px;
}

body.logged-in.admin-bar header {
  top: 32px !important;
}

.sib-email-area .email-submit-button {
  background-color: #252525 !important;
  color: #fff !important;
  border: none !important;
  margin-left: 5px;
  border-radius: 2px !important;
}
#wcal_gdpr_message_block p {
  display: none !important;
}

:root {
  --link-color-black: #252525;
  --font-heading-family: Degular;
  --font-body-family: Gibson;
  --font-body-size: 14px;
  --font-body-size-bigger: 16px;
  --font-body-size-normal: 16px;
  --brand-color-lilac: #d6baeb;
  --brand-color-red: #e54c34;
  --global-padding-left: 20px;
  --global-padding-right: 20px;
  --global-color-grey: #9c9a9a;
  --global-border-radius: 2px;
  --box-image-transition-out: transform 2s ease-in-out;
  --box-image-transition-enter: transform 3s ease-in-out;
  --box-image-scale: scale(1.2);
  --page-block-max-width: 2000px;
}

body {
  min-height: 100vh;
  margin: 0;
}

/* The article fills all the space between header & footer */
body {
  display: flex;
  flex-direction: column;
}

body * {
  -webkit-font-smoothing: antialiased;
}

.section-horizontal-padding {
  padding-left: var(--global-padding-left);
  padding-right: var(--global-padding-right);
}

.content-wrapper {
  flex: 1;
  margin-top: 30px;
  margin-bottom: 60px;
}
.content-wrapper-product-archive {
  margin-bottom: 60px;
}

.page-padding {
  padding-left: var(--global-padding-left);
  padding-right: var(--global-padding-right);
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

a.link-with-underline {
  position: relative;
  text-decoration: none;
  font-weight: 400;
}

a:hover.link-with-underline:after,
.product-card:hover a.link-with-underline:after {
  animation: underlineAnimation 1.3s forwards;
}

@keyframes underlineAnimation {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

a.link-with-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.2px;
  left: 0;
  bottom: -4px;
  background-color: #000;
}

p {
  font-family: var(--font-body-family);
  font-size: var(--font-body-size);
}

.info-page p {
  font-weight: 300 !important;
}

.woocommerce-account select {
  -webkit-appearance: none;
}

input,
select,
textarea {
  padding: 8px;
  border: 1px solid var(--global-color-grey);
  border-radius: var(--global-border-radius);
  font-family: var(--font-body-family);
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: #252525;
  cursor: pointer;
}

button {
  cursor: pointer;
  color: #000;
}

input,
select {
  color: #000;
}

.wcaiocc-switcher-dropdown {
  color: #000;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Shop with us footer */
.footer-shop-three-col-wrapper {
  display: flex;
}

.footer-shop-col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
}

.footer-shop-col:last-child {
  border-right: none;
}
.footer-shop-icon {
  display: flex;
}

.footer-bottom {
  padding-left: var(--global-padding-right);
  padding-right:var(--global-padding-left);
}

.footer-newsletter-col {
  width: 20%;
}

.footer-link-col {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.footer-social-media-link {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-menu-link {
  margin-bottom: 10px;
}

.footer-menu-link .footer-menu-link-item {
  display: inline-block;
  margin-left: 10px;
}

.footer-link-col a {
  text-decoration: none;
}
.footer-social-icon {
  display: flex;
  max-width: 35px;
}

.footer-social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.societya-copyright-text {
  padding: 40px var(--global-padding-right) 40px var(--global-padding-left);
  display: flex;
  justify-content: flex-end;
  color: #9c9a9a;
  font-size: 12px;
}

/* Header */

.hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  height: 0;
  padding: 0;
  margin: 0;
}

.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.3s ease-in-out;
  min-height: 50px;
  background-color: #fff;
}

.header-logo-wrapper {
  width: 10%;
  max-width: 100px;
  position: absolute;
  top: 13px;
  z-index: 10;
}

.header-logo-wrapper svg {
  width: 100%;
  height: auto;
  min-width: 100px;
}

.header a {
  text-decoration: none;
  color: var(--link-color-black);
}

.header-menu-wrapper {
  width: 100%;
  font-size: 14px;
}

.header-menu-wrapper ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.header-menu-wrapper li > a:hover {
  background-color: var(--brand-color-lilac);
}

.header-menu-wrapper .menu-first-layer {
  display: flex;
  gap: 20px;
  margin: 0;
  margin-left: 130px;
}

.header-menu-wrapper .menu-second-layer {
  left: 0;
  top: 43px;
  width: 100%;
  background-color: #fff;
  min-height: 500px;
  padding: 30px;
  max-height: 650px;
  z-index: 20;
  position: absolute;
  display: flex;
  gap: 50px;
}

.menu-photos-container {
  display: flex;
  gap: 20px;
}

.second-layer-no-photo {
  width: 100%;
}

.second-layer-has-one-photo {
  width: 80%;
}

.second-layer-has-two-photos {
  width: 60%;
}

.second-layer-has-three-photos {
  width: 40%;
}

.menu-has-one-photo {
  width: 20%;
}

.menu-has-two-photos {
  width: 40%;
}

.menu-has-three-photos {
  width: 60%;
}

.menu-has-one-photo .menu-photos-col {
  width: 100%;
}

.menu-has-two-photos .menu-photos-col {
  width: 50%;
}

.menu-has-three-photos .menu-photos-col {
  width: 33.33%;
}

.menu-photos-col:hover .menu-photo-wrapper img {
  transform: var(--box-image-scale);
  transition: var(--box-image-transition-enter);
}

.menu-photo-caption {
  text-align: center;
  margin-top: 15px;
}

.menu-photo-wrapper {
  overflow: hidden;
  height: 100%;
  max-height: 400px;
  min-width: 200px;
}

.menu-photo-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--box-image-transition-out);
}

.header-menu-wrapper .menu-second-layer .menu-second-layer-inner-wrapper {
  display: flex;
}

.header-menu-wrapper .menu-second-layer-item {
  display: inline-block;
  margin-bottom: 12px;
}

.header-menu-wrapper .menu-second-layer-inner-wrapper > .menu-item-wrapper {
  margin-right: 30px;
}

.header-menu-wrapper .menu-third-layer > .menu-item-wrapper {
}

.header-menu-wrapper .menu-third-layer-item {
  display: inline-block;
  margin-bottom: 5px;
}

.header-icon-menu-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 10%;
  position: absolute;
  right: 20px;
  top: 8px;
}

.wcaiocc-text {
  display: none;
}
.wcaiocc-container {
  background-color: transparent;
}

.currency-converter {
  background-color: transparent;
}

.wcaiocc-select {
  border: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

.header-icon {
  padding: 2px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header-icon-menu-wrapper .icon-wishlist {
  margin-right: -2px;
}

.menu-brand-list-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #252525;
  color: #fff !important;
  padding: 8px 30px;
  font-size: 12px;
}

/* global style */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading-family);
  margin-block-start: 0;
  font-weight: 500;
  margin-block-end: 1.5rem;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 4.78rem;
}

h2,
.h2 {
  font-size: 3.98rem;
}

h3,
.h3 {
  font-size: 3.32rem;
}

h4,
.h4 {
  font-size: 2.76rem;
}

h5,
.h5 {
  font-size: 2.3rem;
}

h6,
.h6 {
  font-size: 1.92rem;
}
html {
  font-size: 62.5%;
}
.body-light,
.body-regular,
body {
  font-family: var(--font-body-family);
  font-size: var(--font-body-size);
}

.body-light {
  font-weight: 300;
}

.body-regular {
  font-weight: 400;
}

/* font-face */

@font-face {
  font-family: "Degular";
  font-style: normal;
  font-weight: 300;
  src: url("https://www.society-a.com/wp-content/custom-fonts/Degular-Light.woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Degular";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.society-a.com/wp-content/custom-fonts/Degular-Regular.woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Degular";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.society-a.com/wp-content/custom-fonts/Degular-Medium.woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Degular";
  font-style: normal;
  font-weight: 600;
  src: url("https://www.society-a.com/wp-content/custom-fonts/Degular-Semibold.woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Degular";
  font-style: normal;
  font-weight: 700;
  src: url("https://www.society-a.com/wp-content/custom-fonts/Degular-Bold.woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Gibson";
  font-style: normal;
  font-weight: 300;
  src: url("https://www.society-a.com/wp-content/custom-fonts/Gibson-Light.woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Gibson";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.society-a.com/wp-content/custom-fonts/Gibson-Regular.woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.mobile-menu-drawer {
  position: fixed;
  top: 0;
  max-width: 350px;
  width: 100%;
  left: -400px;
  z-index: 20;
  background-color: #fff;
  height: 100%;
  padding: 50px 30px;
  z-index: 10;
  transition: left 0.3s ease-in-out;
}

.drawer-open {
  left: 0 !important;
  transition: left 0.3s ease-in-out;
}

.drawer-close {
  left: -450px !important;
  transition: left 0.3s ease-in-out;
}

.drawer-open-vertical {
  top: 0 !important;
  transition: left 0.3s ease-in-out;
}

.drawer-close-vertical {
  top: -450px !important;
  transition: left 0.3s ease-in-out;
}

.search-form-drawer {
  position: fixed;
  top: -450px;
  width: 100%;
  left: 0;
  z-index: 20;
  background-color: #fff;
  height: auto;
  padding: 50px 30px;
  z-index: 20;
  transition: top 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.search-form-close-btn {
  margin-left: 10px;
  width: 30px;
  height: auto;
  cursor: pointer;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
}

.mobile-menu-first-layer > .mobile-menu-item-wrapper {
  margin-bottom: 10px;
}

.menu-drawer-second-layer {
  position: absolute;
  width: 100%;
  z-index: 20;
  overflow: scroll;
  background-color: #fff;
  height: 100%;
  top: 0;

  padding: 50px 30px;
}

.drawer-close-btn-wrapper {
  margin-bottom: 20px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.mobile-menu-second-layer {
  margin-bottom: 15px;
}

.mobile-menu-third-layer {
  margin-top: 10px;
  margin-bottom: 30px;
}

.mobile-menu-utility {
  position: absolute;
  bottom: 50px;
  left: 30px;
  display: flex;
  gap: 15px;
}

.mobile-menu-utility .icon-wishlist {
  margin-left: 4px;
}

.mobile-menu-hamburger {
  display: none;
  position: relative;
}

.menu-drawer-hamburger {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.mobile-menu-hamburger svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width:990px){
	.menu-third-layer{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 95%;
	}
}

@media screen and (max-width: 989px) {
  .header-icon-menu-wrapper .icon-user,
  .header-icon-menu-wrapper .icon-search,
  .header-icon-menu-wrapper .icon-wishlist,
  .nav-main {
    display: none;
  }

  .header-logo-wrapper {
    left: 50%;
    transform: translateX(-50%);
    max-width: auto;
  }
  .header-logo-wrapper svg {
    position: absolute;
    left: -50%;
  }
  .mobile-menu-hamburger {
    display: block;
    position: absolute;
    left: 20px;
    top: 18px;
  }

  .footer-shop-three-col-wrapper {
    flex-direction: column;
  }

  .footer-shop-col {
    border-right: unset;
    border-top: unset;
  }

  .footer-shop-col:first-child {
    border-top: 1px solid #252525;
  }

  .footer-bottom {
    flex-direction: column;
  }
  .footer-link-col {
    width: 100%;
    align-items: flex-start;
  }

  .footer-menu-link {
    display: flex;
    flex-direction: column;
  }

  .footer-menu-link .footer-menu-link-item {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footer-menu-link {
    margin-bottom: 0;
  }

  .footer-newsletter-col {
    width: 100%;
  }

  .footer-social-media-link {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .societya-copyright-text {
    justify-content: flex-start;
    padding: 20px;
  }

  .info-page-sidebar {
    display: none;
  }
}
.eber-btn-open-widget {
  max-height: 100px;
  max-width: 30px;
}

@media screen and (max-width: 649px) {
  .hide-on-mobile {
    display: none;
  }

  .footer-shop-col {
    justify-content: flex-start;
  }
}

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

.price {
  font-size: 14px;
}

.old-price .amount {
  text-decoration: line-through;
}

.old-price .discount-percentage {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  font-size: 14px;
  color: var(--brand-color-red);
}

/* Wishlist */

.wishlist-title-container {
  display: none !important;
}

/* Style for the modal */
.modal {
  display: none; /* Hide the modal by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.modal .woocommerce {
  margin-top: 40px;
}

.login-modal-content {
  background-color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid #888;
  max-width: 500px;
  width: 90%;
}

.login-modal-close {
  background-color: unset;
  border: 0;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.login-modal-close:hover,
.login-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#loginModalContent .member-benefit {
  display: none;
}

.societya-account .tab-btn {
  min-width: unset !important;
  padding: 8px 30px;
}

@media screen and (min-width: 990px) {
  .login-here-content {
    margin-left: 8px;
  }
}

@media screen and (max-width: 649px) {
  .login-modal-content {
    max-height: 70vh;
    overflow: scroll;
  }
}

.wishlist-appointment-form .gform_button[type="submit"] {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 2px;
  border: unset;
}
.wishlist-appointment-form .gform_footer img {
  display: none !important;
}

.gform_wrapper .validation_message,
.gform_wrapper label.gfield_label {
  font-weight: 500 !important;
}


/* Join Now Section */

@media screen and (max-width:650px){
.join-now-banner h3{
 font-size:16px;
}
.join-now-banner .banner__all{
  min-height:200px;
}
}


