/** Shopify CDN: Minification failed

Line 9:0 All "@import" rules must come first

**/
* {
  box-sizing: border-box;
}
@import url("https://fonts.cdnfonts.com/css/moret");
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  background-color: #fcf5fa;
  color: #333;
  line-height: 1.4;
}

.wd-hidden-phone {
  display: block;
}
section.wd-main-member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wd-hidden-tablet-and-up {
  display: none;
}

.wd-qrmain {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

/* Mobile Toolbar */
.wd-mobile-toolbar {
  display: none;
  padding: 12px 16px;
  background: white;
  border-bottom: 1px solid #e0e0e0;
}

.wd-mobile-toolbar__item {
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: center;
  color: #1a030c;
  justify-content: center;
  padding: 13px;
  text-transform: uppercase;
  background: white;
  border-radius: 5px;
}

.wd-chevron-icon {
  transition: transform 0.3s ease;
  margin-left: auto;
}

.wd-mobile-toolbar__item[aria-expanded="true"] .wd-chevron-icon {
  transform: rotate(180deg);
}
.wd-newsletters {
  padding: 20px;
  border: 1px solid black;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: white;
  border-width: 3px 2px 2px 2px;
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.wd-news-detail {
  font-size: 18px;
  color: #1a030c;
  margin: 0;
  font-weight: 400;
}
/* Popover */

.wd-text--subdued {
  opacity: 0.6;
}

/* Desktop Layout */
.wd-page-container {
  display: flex;
  padding: 0px 40px;
  gap: 20px;
  max-width: 1500px;
  min-height: fit-content;
  margin-bottom: 60px;
  width: 100%;
}

/* Sidebar */
.wd-sidebar {
  width: 16%;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.wd-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wd-nav-link {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: #1a030c;
  font-size: 14px;
  font-family: "Uncut Sans";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.wd-nav-link:hover {
  color: #1a030c;
  background: #fafafa;
}

.wd-nav-link.wd-active {
  color: #1a030c;
  font-weight: 600;
  border-radius: 5px;
  background: #ffff;
}

.wd-logout-section {
  padding: 20px 0px;
}

.wd-logout-btn {
  background: #db1b5e;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Uncut Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.wd-logout-btn:hover {
  background: #b02855;
  color: white;
  text-transform: uppercase;
}

/* Main Content - Desktop */
.wd-main-content {
  padding: 50px 60px 50px 40px;
  background: #ffffff;
  width: 83%;
  border-radius: 10px;
}
.wd-newletter-main {
  width: 83%;
}
/* Desktop Header Section */
.wd-header-section {
  margin-bottom: 45px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 40px 40px 0px 40px;
  width: 100%;
  max-width: 1500px;
}

.wd-welcome-title {
  font-family: "Seglima", sans-serif;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  margin: 0 0 0px 0;
  color: #1a030c;
  letter-spacing: -0.5px;
}

.wd-member-since {
  font-size: 14px;
  color: #1a030c;
  font-weight: 500;
  font-family: "Uncut Sans";
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

/* Content Grid */
.wd-content-grid {
  display: grid;
  grid-template-columns: 1fr 473px;
  gap: 80px;
  align-items: start;
}
.wd-newsletters .wd-perks-title {
  margin-bottom: 0px !important;
}
/* Details Section */
.wd-details-section {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-family: "Uncut Sans";
}

.wd-detail-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #656160;
}

.wd-detail-label {
  font-size: 14px;
  color: #656160;
  font-weight: 400;
  font-family: "Uncut Sans";
  letter-spacing: 0.3px;
  margin: 0;
}

.wd-detail-value {
  font-size: 18px;
  color: #1a030c;
  margin: 0;
  font-weight: 400;
}

.wd-btn-text {
  text-align: justify;
}

span.wd-sm-text {
  font-size: 10px;
}

/* Desktop Perks Section */
.wd-perks-section.wd-desktop-perks {
  margin-top: 35px;
}

.wd-perks-title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Seglima";
  color: #1a030c;
  margin: 0 0 20px 0;
}

.wd-perks-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.wd-perk-tag {
  background: white;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Uncut Sans";
}

.wd-perk-tag::before {
  content: url(/cdn/shop/files/Vector.svg?v=1758300003);
  width: 20px;
  text-align: center;
  display: flex;
  border-radius: 50%;
  background: #de1f60;
  height: 20px;
  justify-content: center;
  align-items: self-end;
}

.wd-card-footer img {
  width: 48px;
  filter: brightness(0) saturate(100%) invert(100%);
}

.wd-card-footer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wd-learn-more-link {
  color: #de1f60;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  font-family: "Uncut Sans";
  letter-spacing: 0.5px;
}

.wd-learn-more-link:hover {
  text-decoration: underline;
}

/* Member Card Section - Desktop */
.wd-card-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.wd-member-card {
  width: 473px;
  height: 281.01px;
  background-color: #db1b5e;
  border-radius: 8px;
  color: white;
  padding: 0px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(139, 21, 56, 0.25);
  position: relative;
  overflow: hidden;
}

.wd-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wd-card-title {
  font-size: 80px;
  font-weight: 400;
  margin: 0;
  font-family: "Seglima";
}

#qrcode img {
  width: 135px;
}

.wd-qr-container {
  display: flex;
  justify-content: end;
  align-items: center;
  flex: 1;
}

.wd-card-info {
  display: flex;
  flex-direction: column-reverse;
  gap: 2px;
  width: 100%;
  align-content: center;
  align-items: flex-start;
  font-family: "Uncut Sans";
}

.wd-card-name {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  opacity: 0.9;
  text-align: left;
}

.wd-card-email {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  opacity: 0.9;
  text-align: right;
  margin-top: -12px;
}

/* Wallet Section - Desktop */
.wd-wallet-section {
  text-align: center;
  display: none;
}

.wd-wallet-text {
  font-size: 14px;
  color: #000000;
  display: flex;
  margin-bottom: 12px;
  align-items: end;
  gap: 5px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.wd-wallet-buttons {
  display: flex;
  justify-content: center;
}

.wd-wallet-btn {
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-family: inherit;
  text-decoration: none;
  transition: background 0.3s ease;
  gap: 6px;
}

.wd-wallet-btn:hover {
  background-color: #333;
}

.wd-wallet-btn img {
  height: 27px;
}

/* QR Code Styling */
#qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
}

#qrcode canvas {
  border-radius: 6px;
}

@media (max-width: 1100px) {
  .wd-main-content {
    width: 80%;
  }
  .wd-newsletters {
    display: block;
  }
  .wd-newsletters .wd-perks-title {
    margin-bottom: 0px !important;
  }
  .wd-news-detail {
    font-size: 18px;
    color: #1a030c;
    margin: 0;
    font-weight: 400;
    padding: 10px 0px;
  }
  .wd-newletter-main {
    width: 80%;
  }
  .wd-sidebar {
    width: 19%;
  }
}

@media (max-width: 1024px) {
  .wd-main-content {
    width: 73%;
  }
  .wd-newletter-main {
    width: 73%;
  }
  .wd-sidebar {
    width: 30%;
  }
  .wd-content-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .wd-details-section {
    width: 100%;
  }
  .wd-member-card {
    width: 100%;
    height: auto;
    background-color: #db1b5e;
  }
  .wd-card-title {
    font-size: 70px;
  }
  .wd-card-footer {
    height: 135px !important;
  }
}
@media (max-width: 824px) {
  .wd-card-title {
    font-size: 63px;
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .wd-mobile-toolbar {
    display: block;
  }
  .wd-mobile-toolbar.wd-hidden-tablet-and-up {
    background: none;
    border: none;
    width: 100%;
  }
  .wd-main-content {
    width: 100%;
    padding: 30px 20px 30px 21px;
  }
  .wd-newletter-main {
    width: 100%;
  }
  .wd-perks-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .wd-page-container {
    padding: 0px 20px;
  }
  .wd-card-section {
    width: 100%;
  }
  .wd-member-card {
    width: fit-content;
  }
  .wd-wallet-section {
    display: block !important;
  }
  .wd-welcome-title {
    font-size: 50px;
  }
  .wd-header-section {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: start;
    padding: 10px 20px 0px 20px;
  }
  .wd-hidden-phone {
    display: none !important;
  }
  .wd-hidden-tablet-and-up {
    display: block !important;
  }
  .wd-perk-tag {
    font-size: 15px;
  }
  .wd-newsletters {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 460px) {
  .wd-card-title {
    font-size: 53px;
    line-height: 59px;
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .wd-card-footer img {
    width: 42px;
  }
  .wd-card-footer {
    height: 115px !important;
  }
  #qrcode img {
    width: 115px;
  }
  .wd-qr-container{
    padding: 30px;
  }
  .wd-qrmain {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .wd-card-footer {
    align-items: center;
  }
  .wd-card-info {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 398px) {
  .wd-card-title {
    font-size: 46px;
    line-height: 51px;
    padding-top: 7px;
    padding-bottom: 6px;
  }
  .wd-card-footer img {
    width: 35px;
  }
  .wd-card-footer {
    height: 94px !important;
  }
  #qrcode img {
    width: 85px;
  }
  .wd-card-email {
    font-size: 11px;
  }
  .wd-card-name {
    font-size: 11px;
  }
  .wd-perk-tag {
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media (max-width: 370px) {
  .wd-perk-tag {
    font-size: 13px;
  }
}
