/* Floating Pill Header */
header.site-header .main-header-bar{
  background: #ffffff !important;
  border-radius: 28px !important;
  margin: 16px 20px !important;
  padding: 12px 22px !important;
  box-shadow: 0 10px 35px rgba(0,0,0,0.07) !important;
}

/* Header layout */
.site-header-section{
  display: flex !important;
  align-items: center !important;
}

.site-header-section.site-header-section-left{
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.site-header-section.site-header-section-right{
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
}

/* Logo + title spacing */
.custom-logo-link{
  margin-right: 10px !important;
}
/* 
.custom-logo-link img,
.ast-site-identity img{

  width: auto !important;
}
 */
.site-title{
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.site-title a{
  background: linear-gradient(90deg,#c58ec6,#8e9be8) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-decoration: none !important;
}

/* Home icon */
.plr-home:before{
  content: "\f102";
  font-family: dashicons;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}

/* Icon set styling */
.plr-icon.plr-home,
.ast-header-account-wrap,
.ast-site-header-cart a{
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  margin-left: 10px !important;
  color: #2E2E2E !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: none !important;
  transition: all .25s ease !important;
}

.plr-icon.plr-home:hover,
.ast-header-account-wrap:hover,
.ast-site-header-cart a:hover{
  background: rgba(197,142,198,0.14) !important;
  color: #C58EC6 !important;
  transform: translateY(-2px) !important;
}

/* Make SVG icons follow color */
.ast-header-account-wrap svg,
.ast-site-header-cart svg{
  fill: currentColor !important;
}

/* Cart badge */
.ast-site-header-cart a{
  position: relative !important;
}

.ast-site-header-cart .count{
  background: #C58EC6 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  min-width: 18px !important;
  min-height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: -6px !important;
  right: -6px !important;
}

/* Mobile */
@media (max-width: 768px){

  header.site-header .main-header-bar{
    margin: 10px 12px !important;
    padding: 10px 14px !important;
    border-radius: 22px !important;
  }

  .custom-logo-link img,
  .ast-site-identity img{
     width: 60px;
  }

  .site-title{
    font-size: 16px !important;
    letter-spacing: 0.2px !important;
  }

  .plr-icon.plr-home,
  .ast-header-account-wrap,
  .ast-site-header-cart a{
    width: 36px !important;
    height: 36px !important;
    margin-left: 6px !important;
  }

  .plr-home:before{
    font-size: 18px !important;
  }
}
/* ===== PrettyLabs About Page – White Luxury Card ===== */

.plr-process {
  max-width: 1000px;
  margin: 60px auto;
  padding: 50px 60px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

/* Headings */
.plr-process h1 {
  font-size: 42px;
  margin-bottom: 18px;
  color: #222222;
}

.plr-process h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 14px;
  color: #222222;
}

.plr-process h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #222222;
}

/* Paragraphs */
.plr-process p {
  line-height: 1.8;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}

/* Lists */
.plr-process ul {
  margin-left: 20px;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Divider */
.plr-process__divider {
  margin: 40px 0;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Compliance Notice */
.plr-process__compliance {
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .plr-process {
    padding: 30px 25px;
    margin: 30px 15px;
  }

  .plr-process h1 {
    font-size: 30px;
  }

  .plr-process h2 {
    font-size: 22px;
  }
}
/* ===== PrettyLabs Contact Us – Centered White Card ===== */
.plr-contact-card{
  max-width: 1080px;
  margin: 60px auto;
  padding: 52px 60px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.06);
}

.plr-contact-card__header h1{
  margin: 0 0 10px;
  font-size: 42px;
  color: #222;
}

.plr-contact-card__header p{
  margin: 0 0 26px;
  line-height: 1.75;
  color: #333;
  font-size: 16px;
}

.plr-contact-card__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 14px;
}

.plr-contact-card__panel{
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 22px;
  background: #fff;
}

.plr-contact-card h2{
  margin: 0 0 12px;
  font-size: 22px;
  color: #222;
}

.plr-contact-card h3{
  margin: 18px 0 8px;
  font-size: 16px;
  color: #222;
}

.plr-contact-card p,
.plr-contact-card li{
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.plr-contact-card ul{ margin: 10px 0 0 18px; }

.plr-contact-card__divider{
  margin: 34px 0 18px;
  border: none;
  border-top: 1px solid rgba(0,0,0,.08);
}

/* Form styling */
.plr-form__row{ margin-bottom: 14px; }
.plr-form label{ display:block; font-weight:600; margin-bottom: 6px; color:#222; }

.plr-form input,
.plr-form textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
}

.plr-form input:focus,
.plr-form textarea:focus{
  border-color: rgba(0,0,0,.28);
}

.plr-form__btn{
  display:inline-block;
  border: none;
  border-radius: 12px;
  padding: 12px 22px;
  cursor: pointer;
  font-weight: 600;
}

.plr-form__helper{
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 820px){
  .plr-contact-card{
    padding: 30px 22px;
    margin: 30px 15px;
  }
  .plr-contact-card__grid{ grid-template-columns: 1fr; }
  .plr-contact-card__header h1{ font-size: 30px; }
}
/* =========================
   PrettyLabs — Luxury Contact Page Upgrade
   (works with your current HTML/CSS)
   ========================= */

/* Page card */
.plr-contact-card{
  max-width: 1120px;
  margin: 70px auto;
  padding: 64px 70px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 22px;
  border: 1px solid rgba(20,20,20,0.06);
  box-shadow:
    0 28px 90px rgba(0,0,0,0.07),
    0 1px 0 rgba(255,255,255,0.7) inset;
}

/* Typography (luxury = breathing room + refined scale) */
.plr-contact-card__header h1{
  font-size: 48px;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: #1f1f1f;
}

.plr-contact-card__header p{
  font-size: 17px;
  line-height: 1.85;
  color: rgba(20,20,20,0.72);
  max-width: 70ch;
}

/* Grid spacing */
.plr-contact-card__grid{
  gap: 26px;
  margin-top: 26px;
}

/* Inner panels -> make them look like luxury “cards” */
/*.plr-contact-card__panel{
  border-radius: 18px;
  padding: 26px 26px;
  border: 1px solid rgba(20,20,20,0.06);
  box-shadow:
    0 18px 55px rgba(0,0,0,0.05);
}*/

/* Headings inside cards */
.plr-contact-card h2{
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}

.plr-contact-card h3{
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(20,20,20,0.55);
  margin-top: 22px;
}

/* Links */
.plr-contact-card a{
  text-decoration: none;
  border-bottom: 1px solid rgba(120, 83, 180, 0.25);
}
.plr-contact-card a:hover{
  border-bottom-color: rgba(120, 83, 180, 0.55);
}

/* Form fields — luxury feel = soft border, more padding */
.plr-form label{
  font-weight: 600;
  font-size: 14px;
  color: rgba(20,20,20,0.78);
}

.plr-form input,
.plr-form textarea{
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(20,20,20,0.10);
  background: rgba(255,255,255,0.95);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.plr-form input:focus,
.plr-form textarea:focus{
  border-color: rgba(120, 83, 180, 0.35);
  box-shadow: 0 12px 30px rgba(120, 83, 180, 0.10);
  outline: none;
}

/* Button — make it pill + premium (no harsh pink block) */
.plr-form__btn{
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, rgba(120,83,180,0.95), rgba(165,120,230,0.95));
  color: #fff;
  box-shadow: 0 18px 45px rgba(120, 83, 180, 0.20);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.plr-form__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 60px rgba(120, 83, 180, 0.26);
  filter: brightness(1.02);
}

/* Divider */
.plr-contact-card__divider{
  margin: 42px 0 22px;
  border-top: 1px solid rgba(20,20,20,0.08);
}

/* Bottom notices — give them a luxury “soft panel” */
.plr-contact-card__notices{
  border-radius: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(20,20,20,0.06);
  background: rgba(248,246,242,0.65); /* warm ivory tint */
}

.plr-contact-card__compliance{
  color: rgba(20,20,20,0.78);
}

/* Responsive */
@media (max-width: 820px){
  .plr-contact-card{
    padding: 34px 22px;
    margin: 30px 15px;
  }
  .plr-contact-card__header h1{ font-size: 34px; }
}
/* Remove Purple Button */
.plr-form__btn,
button,
input[type="submit"],
.wpforms-submit,
.wpcf7-submit {
  background: #C7A9A2 !important; /* muted rose taupe */
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 12px 28px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  box-shadow: 0 18px 45px rgba(199,169,162,0.25) !important;
  transition: all .18s ease;
}
/* ===== Soft Luxury Pink Button ===== */

.plr-form__btn,
button,
input[type="submit"],
.wpforms-submit,
.wpcf7-submit {

  background: #E6B7C4 !important;   /* soft muted pink */
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 12px 28px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;

  box-shadow: 0 18px 45px rgba(230,183,196,0.35) !important;
  transition: all .18s ease;
}

.plr-form__btn:hover,
button:hover,
input[type="submit"]:hover,
.wpforms-submit:hover,
.wpcf7-submit:hover {

  background: #DFA6B6 !important;   /* slightly deeper pink */
  transform: translateY(-1px);
  box-shadow: 0 24px 60px rgba(223,166,182,0.45) !important;
}
/* ===== Luxury Link Styling ===== */

a {
  color: #B98A95;
  text-decoration: none;
  border-bottom: 1px solid rgba(185,138,149,0.25);
  transition: all .18s ease;
}

a:hover {
  color: #A87483;
  border-bottom-color: rgba(168,116,131,0.5);
}
/* ===== Luxury Borders ===== */

.plr-contact-card,
.plr-contact-card__panel {
  border: 1px solid rgba(0,0,0,0.06) !important;
}

hr,
.plr-contact-card__divider {
  border-top: 1px solid rgba(0,0,0,0.06) !important;
}
/* =========================
   PRETTYLABS — REMOVE PURPLE HEADER FOR GOOD
   Place this at the VERY END of Additional CSS
   ========================= */

/* 1) Kill the gradient title and force luxury charcoal */
.site-title a,
.ast-site-title-wrap a{
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  color: #1F1F1F !important; /* luxury charcoal */
  text-decoration: none !important;
}

/* 2) Remove purple hover + badge and switch to soft blush */
.plr-icon.plr-home:hover,
.ast-header-account-wrap:hover,
.ast-site-header-cart a:hover{
  background: rgba(230,183,196,0.18) !important; /* soft blush tint */
  color: #8C6F68 !important; /* warm taupe */
}

/* cart badge */
.ast-site-header-cart .count{
  background: #E6B7C4 !important; /* soft pink */
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

/* 3) Make header icons match taupe */
.plr-icon.plr-home,
.ast-header-account-wrap,
.ast-site-header-cart a{
  color: #8C6F68 !important; /* warm taupe */
}

.ast-header-account-wrap svg,
.ast-site-header-cart svg{
  fill: currentColor !important;
}

  border: 1px solid rgba(0,0,0,0.06) !important;/* ===== Fancy Luxury Site Title ===== */

.site-title a,
.ast-site-title-wrap a {

  font-family: 'Cormorant Garamond', serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  color: #1F1F1F !important;
  background: none !important;
  -webkit-text-fill-color: initial !important;
}
/* Load Luxury Font */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap');
/* ===== Fancy Luxury Site Title (Header Only) ===== */

.site-title a,
.ast-site-title-wrap a {

  font-family: 'Cormorant Garamond', serif !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  letter-spacing: 0.6px !important;
  color: #1F1F1F !important;

  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;

  text-decoration: none !important;
}

/* Slightly smaller on mobile */
@media (max-width: 768px){
  .site-title a {
    font-size: 24px !important;
  }
}


    font-size: 34px !important;
/* =========================
   PRETTYLABS — FOOTER FIX (2 HTML COLUMNS)
   ========================= */

/* Footer background + padding */
.site-footer{
  background: #FDF7F9 !important;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 44px !important;
}

/* Force footer content to align left (Astra sometimes centers) */
.site-footer *{
  text-align: left;
}

/* Column wrapper */
.plr-footer-col{
  display: flex;
  flex-direction: row;
  gap: 34px;
  max-width: 520px;
}

/* Section titles */
.plr-footer-section h4{
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  margin: 0 0 14px !important;
  color: #1F1F1F !important;
}

/* Kill bullets + weird spacing */
.plr-footer-section ul{
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.plr-footer-section li{
  margin: 10px 0 !important;
}

/* Links */
.plr-footer-section a{
  color: rgba(20,20,20,0.70) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(185,138,149,0.22) !important;
  padding-bottom: 2px;
  transition: all .18s ease;
}
.plr-footer-section a:hover{
  color: rgba(20,20,20,0.95) !important;
  border-bottom-color: rgba(185,138,149,0.45) !important;
}

/* Text */
.plr-footer-line{
  margin: 0 0 6px !important;
}
.plr-footer-muted{
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
  color: rgba(20,20,20,0.70) !important;
}

/* Make compliance block less “wall of text” */
.plr-footer-compliance .plr-footer-muted{
  max-width: 42ch;
}

/* Mobile */
@media (max-width: 768px){
  .plr-footer-col{ max-width: 100%; }
}
/* =========================
   PRETTYLABS — FOOTER POLISH (LUXURY)
   ========================= */

/* Soft blush footer background + separation from page */
.site-footer{
  background: #FDF7F9 !important;              /* almost-white blush */
  border-top: 1px solid rgba(0,0,0,0.06) !important;
}

/* Give the footer content a centered “container” feel */
.site-footer .ast-footer-overlay,
.site-footer .ast-footer-widget-area{
  background: transparent !important;
}

/* .plr-footer-col{
  gap: 42px !important; /* more breathing room */
} */

/* Headings: refined */
.plr-footer-section h4{
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 800 !important;
  font-size: 25px !important;
  margin: 0 0 16px !important;
  color: #1F1F1F !important;
}

/* Lists: spacing + remove “boxed” feel */
.plr-footer-section ul{
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.plr-footer-section li{
  margin: 12px 0 !important;
}

/* Links: luxury + lighter */
.plr-footer-section a{
  color: rgba(20,20,20,0.68) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(185,138,149,0.18) !important;
  padding-bottom: 2px !important;
  transition: all .18s ease;
}
.plr-footer-section a:hover{
  color: rgba(20,20,20,0.92) !important;
  border-bottom-color: rgba(185,138,149,0.40) !important;
}

/* Paragraph text */
.plr-footer p{
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  color: rgba(20,20,20,0.68) !important;
}

/* Contact spacing */
.plr-footer-line{ margin: 0 0 10px !important; }
.plr-footer-muted{ opacity: 0.78 !important; }

/* Compliance: make it feel like a soft panel */
.plr-footer-compliance{
  margin-top: 6px;
}
.plr-footer-compliance .plr-footer-muted{
  max-width: 46ch !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  background: rgba(255,255,255,0.65) !important;
}

/* Fix: remove any random bullets that might be injected by editor */
.site-footer ul li::marker{ content: "" !important; }

/* Copyright area cleaner */
.site-footer .ast-small-footer{
  border-top: 1px solid rgba(0,0,0,0.06) !important;
  margin-top: 28px !important;
  padding-top: 16px !important;
  background: transparent !important;
}

/* Mobile spacing */
@media (max-width: 768px){
  .site-footer{
    padding: 44px 0 16px !important;
  }
  .plr-footer-col{
    gap: 34px !important;
  }
}
/* ===== Fix 404 Page Layout ===== */

.error404 .site-content {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.error404 .ast-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.error404 .page-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}

.error404 .search-form {
  margin-top: 30px !important;
}
/* PrettyLabs — Floating Announcement Bar */
.ast-above-header-wrap  {
 position: sticky;
  top: 0;
  z-index: 99999;
  background: #ffffff;
}

.pl-annbar__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pl-annbar__inner .dot{ opacity: .35; }

@media (max-width: 768px){
  .pl-annbar__inner{ justify-content: flex-start; }
}
/* PrettyLabs — Floating Announcement Bar (always on top) */
.pl-annbar{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.pl-annbar__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pl-annbar__inner .dot{ opacity: .35; }

/* Prevent it from covering your header */
header.site-header{
  margin-top: 44px;
}

@media (max-width: 768px){
  header.site-header{ margin-top: 10px; }
  .pl-annbar__inner{ justify-content: flex-start; }
}
/* Fix mini-cart "Continue shopping" turning vertical */
.woocommerce-mini-cart__buttons a,
.widget_shopping_cart_content .buttons a,
.woocommerce.widget_shopping_cart .buttons a,
.ast-site-header-cart .woocommerce-mini-cart__buttons a{
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  width: auto !important;
  min-width: 180px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 12px 16px !important;
  line-height: 1.1 !important;
}

/* If the button container is too narrow, widen it */
.woocommerce-mini-cart__buttons,
.widget_shopping_cart_content .buttons{
  display: flex !important;
  gap: 10px;
  flex-wrap: wrap;
}

.woocommerce-mini-cart__buttons a{
  flex: 1 1 220px;
}


/* verification-vault page css */

.page-id-26, .page-id-32 {
    background-color: #FBF6F8
}


/* shop Page css */

 .astra-shop-summary-wrap  {
    text-align:center
}

.woocommerce-js ul.products li.product a.ast-loop-product__link {
 border:none !important
}

/* Footer css */

.site-footer .ast-builder-grid-row-container-inner{
  padding:0px !important;
}

.ast-footer-copyright p{
    text-align:center;
}



/* announcement bar css */
.pl-annbar {
    width: 100%;
    overflow: hidden;
}

.pl-annbar__track {
    display: flex;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
}

.pl-annbar__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 50px; 
    white-space: nowrap;
}

.dot {
    opacity: 0.6;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.ast-above-header-bar .site-above-header-wrap {
min-height:0
}
/* ===== PrettyLabs Access Gate (scoped) ===== */

/*  .page-id-851 , .page-id-958{
    height: 100vh;
  position: relative;
  background-image: url("https://prettylabsresearch.com/wp-content/uploads/2026/03/5546d667-e8fc-4ce2-9bce-da35ee889dac-1.png");
  background-size: cover;
  background-position: top
}

 .page-id-51 .woocommerce, .page-id-851 .woocommerce, .page-id-958 .age-verification-wrapper{
background: white;
  padding:50px;
  border-radius:20px;
}

.page-id-958 .site-content {
    display:flex;
    align-items:center;
    justify-content:center
}
 */

.page-id-851 #post-851 {
    padding: 0 !important;
}

.xoo-el-form-register .xoo_el_reg_terms_cont{
    display:none !important;
}


/* Responisve Designs */

 @media (max-width:767px){
.home .ast-container, .page-id-26 .ast-container,	.page-id-32  .ast-container{
    padding: 0 !important;
}
} 
/* ===== PrettyLabs swatches: clear in-stock vs out-of-stock ===== */

.woo-variation-swatches .variable-items-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 8px !important;
    list-style: none !important;
    padding: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper li {
    list-style: none !important;
    margin: 0 !important;
}

/* IN STOCK / available */
.woo-variation-swatches .variable-items-wrapper .variable-item {
    width: auto !important;
    min-width: 88px !important;
    height: 42px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    border: 1.5px solid #d9a3b3 !important;
    background: #ffffff !important;
    color: #b9778d !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    text-align: center !important;
}

/* hover */
.woo-variation-swatches .variable-items-wrapper .variable-item:hover {
    background: #fff6f9 !important;
    border-color: #cf8fa4 !important;
    color: #a85f78 !important;
}

/* SELECTED */
.woo-variation-swatches .variable-items-wrapper .variable-item.selected,
.woo-variation-swatches .variable-items-wrapper .variable-item.radio-variable-item.selected {
    background: #d99caf !important;
    border-color: #d99caf !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(217, 156, 175, 0.18) !important;
}

/* OUT OF STOCK / unavailable */
.woo-variation-swatches .variable-items-wrapper .variable-item.disabled,
.woo-variation-swatches .variable-items-wrapper .variable-item.disabled:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item[aria-disabled="true"] {
    background: #f1f1f1 !important;
    border: 1.5px solid #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
    text-decoration: line-through !important;
    box-shadow: none !important;
}
.pl-discount-chart{
    border:1px solid #ecd6de;
    background:#fffafb;
    border-radius:18px;
    padding:16px 18px;
    margin:0 0 18px 0;
    box-shadow:0 6px 18px rgba(0,0,0,0.04);
}

.pl-discount-title{
    font-size:18px;
    font-weight:700;
    color:#b97c92;
    margin-bottom:12px;
}

.pl-discount-row{
    display:grid;
    grid-template-columns: 1.2fr .9fr .9fr;
    gap:12px;
    align-items:center;
    padding:9px 0;
    border-bottom:1px solid #f3e5ea;
    font-size:14px;
    color:#4a4a4a;
}

.pl-discount-row.pl-head{
    font-weight:700;
    color:#9c7482;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.04em;
    padding-top:0;
}

.pl-discount-row:last-of-type{
    border-bottom:none;
}

.pl-discount-row span:nth-child(2){
    color:#c7859d;
    font-weight:700;
}

.pl-discount-row .pl-price{
    justify-self:end;
    font-weight:700;
    color:#555;
}

.pl-discount-note{
    margin-top:12px;
    font-size:12px;
    color:#8d8d8d;
    line-height:1.5;
}

@media (max-width: 767px){
    .pl-discount-row{
        grid-template-columns: 1fr;
        gap:4px;
    }

    .pl-discount-row .pl-price{
        justify-self:start;
    }
}
.pl-discount-text {
    font-weight: 700;
}

.pl-discount-row .pl-price {
    justify-self: end;
    font-weight: 700;
    color: #555;
}

.pl-discount-row .pl-discount-text[data-tier="1"] {
    color: #9c7482;
}
.summary .price del {
    color: #a8a8a8 !important;
    opacity: 1 !important;
    margin-right: 8px;
    font-size: 0.9em;
}

.summary .price ins {
    text-decoration: none !important;
    color: #d4869d !important;
    font-weight: 700;
}

.summary .price ins .woocommerce-Price-amount {
    color: #d4869d !important;
}
