:root {
      --gold-color: #B5965F;
      --black-color: #231F20;
      --gray-color:#6E6E6E;
      --white-color:#ffffff;
      --main-font: "Jost", sans-serif;
      --light-gold:#FAF5ED;
      --box-shadow: 0px 8px 16px rgb(35 31 32 / 20%);
}
* {transition: all 0.25s ease-in-out;}
body { font-family: var(--main-font); color: var(--black-color); font-size: 16px;}
ul { padding: 0; margin: 0;}
li {list-style-type: none; color:  var(--gray-color);}
a  {text-decoration: none; color: var(--black-color); font-weight: 500;}
p  { color: var(--gray-color); font-weight: 400;}
a:hover { color: var(--gold-color);}
.section {padding: 100px 0;}
.btn {font-size: 16px; color: var(--white-color);font-weight: 500; background-color: var(--black-color); text-transform: capitalize;  border-radius: 50px; padding: 8px 20px;}
.btn:hover {background-color: var(--gold-color); color: var(--white-color); box-shadow: var(--box-shadow);}
h1 { font-size: 58px; margin: 0 0 30px 0; color: var(--black-color); font-weight: 600; text-transform: capitalize; }
h2 { margin: 0 0 20px 0; color: var(--black-color); font-size: 42px; line-height: normal; font-weight: 500; text-transform: capitalize; }
h2 span { color: var(--gold-color)}
h4 { margin: 0 0 10px 0; color: var(--black-color); font-size: 20px; line-height: normal; font-weight: 500; } 
h3 { font-size: 36px; margin: 0 0 15px 0; line-height: normal; text-transform: capitalize; font-weight: 600; } 
.white-btn { transition: all 0.3s linear 0s; font-size: 16px; color: var(--black-color); font-weight: 500; background-color: var(--white-color); text-transform: capitalize; border-radius: 50px; padding: 8px 20px; }
.white-btn:hover {  transition: all 0.3s linear 0s; color: var(--white-color); background-color: var(--black-color); }
.more-btn { font-size: 16px; display: flex; gap: 10px; align-items: center;} 
.right-arrow {  filter: brightness(0%);}
.more-btn:hover .right-arrow { filter: none; margin-left: 6px;}
.title-shape { position: relative; } 
.light-gold {background-color: var(--light-gold);}
.title-shape img { position: absolute; left: -18%; top: -15%; max-width: 212px;}
:focus-visible {outline: none;}

/* header */
.main-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.header-menu {display: flex; gap: 2px;}
.header-icon {display: flex; gap: 15px;}
.header { width: 100%; background: var(--white-color); z-index: 99; position: sticky; top: 0; box-shadow: var(--box-shadow); }
.header-menu li a { color: var(--black-color); padding: 5px 20px; text-transform: capitalize; border-radius: 50px; border: 2px solid transparent; display: inline-block;}
.header-menu li.active a, .header-menu li:hover a { background: var(--gold-color); border-color: #DED5C4; color: var(--white-color); transform: translateY(-2px);}
.cart-count { width: 15px; height: 15px; border-radius: 8px; background: var(--gold-color); display: flex; align-items: center; justify-content: center; font-size: 10px; color: var(--white-color); position: absolute; bottom: -5px; right: -5px; }
.header-icon li { position: relative; }
.flower-img { position: absolute; right: -4%; top: 8%; max-width: 118px; z-index: 1;animation: rotate 5s linear infinite;}
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* hero section */
.hero-section { position: relative; }
.hero-content p { font-size: 24px; line-height: normal; margin: 0 0 30px 0; }
.hero-img {border: 10px solid var(--white-color); box-shadow: var(--box-shadow); width: 100%; max-width: 500px; }
.hero-image { display: flex; justify-content: flex-end; padding-right: 30px;position: relative; }
.shape1-img { position: absolute; top: -120px; right: 0; max-width: 976px; } 
.shape2-img {position: absolute;right: 0;top: 10px;max-width: 919px;}

/* shop budget section */
.shop-budget { display: flex; gap: 30px; } 
.shop-budget-img { border-radius: 20px; width: 100%; height: 305px; object-fit: cover; }
.shop-budget-img:hover { box-shadow: var(--box-shadow); }

/* product section */
.products-wrapper { display: flex; gap: 30px; }
.products-item { padding: 20px; width: 25%; background: var(--white-color); border-radius: 20px; border: 1px solid rgb(35 31 32 / 20%); display: flex; flex-direction: column; gap: 20px; } 
.products-img { width: 100%; height: 350px;} 
.product-img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; } 
.sell-price { font-size: 18px; line-height: normal; color: var(--black-color); } 
.products-price { display: flex; gap: 15px;  align-items: center;} 
.products-price-band { display: flex; justify-content: space-between; margin: 0 0 20px 0; } 
.cut-price { font-size: 18px; line-height: normal; color: var(--gray-color); text-decoration: line-through; } 
.products-offer { font-size: 16px; font-weight: 500; color: #230F20; background: var(--light-gold); border: 1px solid #F4E7D0; padding: 3px 15px; border-radius: 50px; }
.products-item:hover { box-shadow: var(--box-shadow); }
.section-title { display: flex; margin: 0 0 30px 0; justify-content: space-between; align-items: center; } 
.section-title h2 { margin: 0; }

/* our story section */
.our-story-image img { width: 100%;max-height: 700px; object-fit: cover; border-radius: 20px; }
.our-story-content { max-width: 450px; margin-left: auto;width: 100%; }
.our-story-image2 { position: absolute; left: 0; right: 0; width: 373px; height: 438px; border-radius: 219px 219px 0 0; margin: 0 auto; bottom: 90px; } 
.our-story {position: relative;padding-bottom: 190px;}
.dot-two { position: absolute; width: auto; height: auto; left: 0; right: 0; margin: 0 auto; top: 100px; bottom: 0; z-index: -1; } 
.dot-one { position: absolute; width: auto; height: auto; left: 135px; right: auto; margin: auto; top: 0; bottom: 0; z-index: -1; }

/* occasion section */
.occasion-wrapper { display: flex; gap: 30px; } 
.occasion-item { width: 320px; height: 320px; position: relative; display: flex; border-radius: 20px; } 
.occasion-item h4 { position: absolute; bottom: 0; padding: 30px 15px; left: 0; right: 0; margin: 0 auto; text-align: center; width: 100%; color: #fff; z-index: 1; } 
.occasion-img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; } 
.occasion-item:before { content: ""; border-radius: 20px; position: absolute; width: 100%; height: 120px; background: linear-gradient( 180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.9) 100%); bottom: 0; left: 0; z-index: 1; }
.occasion-item:hover { box-shadow: var(--box-shadow); }

/* categories section */
.categories-img { width: 100%; max-width: 426px; height: 100%; object-fit: cover; } 
.categories-wrapper { width: 100%; height: 250px; display: flex; align-items: stretch; justify-content: space-between; background: #D2A75C; overflow: hidden; border-radius: 20px; position: relative; z-index: 0; }
.categories-content span { display: block; color: var(--white-color); font-size: 20px; font-weight: 500; margin: 0 0 20px 0; } 
.categories-content { z-index: 1; display: flex; flex-direction: column; justify-content: center; max-width: 40%; width: 100%; align-items: flex-start; position: absolute; right: 40px; margin: 0 auto; top: 0; bottom: 0;} 
.categories-wrapper:before { content: ""; z-index: 1; position: absolute; width: 408px; height: 100%; right: 0; top: 0; background: linear-gradient(270deg, rgba(210, 167, 92, 1) 44%, rgb(210 167 92) 70%, rgba(210, 167, 92, 0) 100%); }
.categories-wrapper:hover { box-shadow: var(--box-shadow); }

/* testimonial section */
.testimonial {background: var(--white-color); display: flex; align-items: center; padding: 40px 60px; border: 1px solid #D9D9D9; border-radius: 20px; gap: 40px; } 
.review-wrap { display: flex; flex-direction: column; gap: 8px; } 
.review-wrap strong { font-size: 20px; color: #231F20; font-weight: 600; } 
.review-wrap span { display: block; font-size: 17px; color: #6E6E6E; font-weight: 400; } 
.review-content p { margin: 0 0 30px 0; }
.review-img { width: 178px; height: 178px; border-radius: 20px; object-fit: cover; }
.review-band { display: flex; align-items: center; justify-content: space-between; }
.testimonial:hover { box-shadow: var(--box-shadow); }

/* blog section */
.blog-wrapper { display: flex; gap: 30px; } 
.blog-item { background: #fff; display: flex; flex-direction: column; border: 1px solid rgb(35 31 32 / 20%); border-radius: 20px;} 
.blog-coontent { padding: 40px; } .blog-band { display: flex; margin: 40px 0 0 0; justify-content: center; align-items: center; } 
.blog-date { display: flex; gap: 15px; align-items: center; margin: 0 0 20px 0; } 
.blog-date li { display: flex; gap: 10px; align-items: center; font-size: 14px; color: #231F20; } 
.blog-coontent p { margin: 0 0 25px 0; }
.blog-img {width: 100%; height: 320px; object-fit: cover; border-radius: 20px 20px 0 0;}
.blog-item:hover { box-shadow: var(--box-shadow); }
.blog-desc { max-width: 478px; margin: 0; }

/* instagram section */
.instagram-content { z-index: 1; background: var(--light-gold); display: flex; flex-direction: column; align-items: center; gap: 30px; max-width: 382px; margin: 0 auto; width: 100%; padding: 40px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.instagram-content h2 { color: var(--gold-color); margin: 0; }
.instagram-section {position: relative;}
.instagram-images { display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(2, auto); gap: 0; } 
.instagram-images img { width: 100%; height: 100%; object-fit: cover; }

/* features section */
.features-grid { max-width: 100%; margin: auto; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 24px; align-items: stretch; } 
.features-col { display: flex; flex-direction: column; gap: 24px; }  
.feature-card { display: flex; flex-direction: column; justify-content: center; height: 100%; background: var(--white-color); border-radius: 20px; padding: 28px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); } 
.feature-card h4 { margin: 16px 0 8px; } 
.icon-box { width: 60px; height: 60px; background: var(--gold-color); color: var(--white-color); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 20px; } 
.cta-card { display: flex; flex-direction: column; justify-content: space-between;align-items: center; background: var(--white-color); border-radius: 24px; padding: 40px 32px 0  32px;  gap: 70px; text-align: center; box-shadow: 0 15px 40px rgba(0,0,0,0.08); position: relative; } 
.cta-card p { margin-bottom: 24px; } 
.cta-btn { background: var(--dark); color: var(--white-color); padding: 14px 28px; border-radius: 50px; border: none; cursor: pointer; margin-bottom: 32px; } 
.cta-card img { width: 100%; max-width: 326px; margin: auto; }
.icon-box img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.feature-card:hover, .cta-card:hover {  box-shadow: var(--box-shadow); }

/* footer section */
.footer-top { position: relative; } 
.footer-top-grid {display: flex;justify-content: center;align-items: center;gap: 55px;padding: 60px 0px 30px 0px;border-bottom: 1px solid rgb(35 31 32 / 10%);} 
.footer-contact h6, .footer-social h6 { font-size: 18px; color: var(--black-color); font-weight: 500; margin: 0; } 
.footer-contact p { margin: 0; font-weight: 500; } 
.footer-contact { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.footer-social { display: flex; flex-direction: column; align-items: center; gap: 12px;text-align: center;    max-width: 200px; width: 100%; }
.footer-newsletter {display: flex;max-width: 800px;width: 100%;flex-direction: column;align-items: center;justify-content: center; border-left:1px solid rgb(35 31 32 / 10%); border-right: 1px solid rgb(35 31 32 / 10%);} 
.newsletter-form { margin-top: 20px; display: flex; justify-content: center; max-width: 452px; height: 48px; position: relative; width: 100%; border-radius: 12px; overflow: hidden; }
.newsletter-form input { padding: 8px 120px 8px 16px; width: 100%; border: 1px solid rgb(35 31 32 / 10%); border-radius: 12px; }
.newsletter-form button { background: var(--gold-color); border: none; padding: 6px 15px; color: var(--white-color); border-radius: 0 12px 12px 0; cursor: pointer; font-size: 16px; min-width: 112px; position: absolute; height: 48px; right: 0; }
.social-icons { display: flex; gap: 15px; }
.footer-middle { padding: 10px 0; } 
.footer-middle-grid { display: flex;justify-content: space-between; align-items: center;} 
.footer-logo img { height: 120px; }  
.footer-links { display: flex; gap: 24px; max-width: 400px; width: 100%;}
.footer-legal { display: flex; gap: 24px; max-width: 400px; width: 100%; justify-content: flex-end; }
.footer-bottom { background: var(--black-color); display: flex; justify-content: space-between; align-items: center; } 
.footer-bottom p { margin: 0; color: var(--white-color); text-align: center; padding: 15px 0;}

#backToTop { position: fixed; right: 24px; bottom: 24px; width: auto; height: 60px; border-radius: 50%; background: url(../images/nail-top.png); background-size: 100%;
    background-repeat: no-repeat; color: var(--white-color); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 18px; opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 999; } 
#backToTop.show { opacity: 1; visibility: visible; } 

.cookie-consent { position: fixed; bottom: 20px; left: 20px; right: 20px; max-width: 1300px; margin: auto; background: var(--black-color); color: var(--white-color); padding: 18px 24px; border-radius: 12px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; z-index: 9999; } 
.cookie-consent a { color: var(--gold-color); text-decoration: underline; } 
.cookie-actions button { border: none; padding: 10px 18px; border-radius: 20px; cursor: pointer; font-size: 14px; } 
.cookie-actions button:first-child { background: var(--gold-color); color: var(--black-color); } 
.cookie-actions .secondary { background: transparent; color: var(--white-color); border: 1px solid var(--white-color); }  
.cookie-consent p{color: var(--white-color);margin: 0;}


.contact-hero {position: relative; height: 400px; width: 100%; background: url(https://nailunovastudioandhub.in/wp-content/uploads/2026/01/190936.jpg); background-size: cover;background-position: center; } 
.hero-content {position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; height: 400px; width: 100%; } 
.contact-hero .hero-content h1 , .contact-hero .hero-content p {color: #fff;}
.contact-content { padding: 100px 0; } .contact-form { display: flex; flex-direction: column; } 
.form-group { display: flex; flex-direction: column; margin: 0 0 20px 0; } label { margin: 0 0 5px 0; } 
.submit-btn { padding: 5px 20px; text-transform: capitalize; border-radius: 50px; border: 2px solid transparent; display: inline-block; width: auto; } 
.contact-info { background: #fff; border: 1px solid #eee; padding: 30px; }
.page-content, .entry-content, .entry-summary {margin: 0 !important;}


.form-group .form-input { height: 42px; border-radius: 5px; padding: 8px 20px; background: #ffffff; border: 1px solid #e5e5e5; } 
textarea.form-textarea { height: 100px; border-radius: 5px; border: 1px solid #e5e5e5; padding: 8px 20px; } 
.submit-btn { max-width: 160px; height: 42px; background: var(--gold-color); font-size: 16px; text-transform: capitalize; color: #fff; font-weight: 500; width: auto; display: inline-flex; justify-content: center; align-items: center; } 
.submit-btn:hover { background: var(--gold-color); color: #fff; }
.info-details { display: flex; gap: 16px; margin: 0 0 30px 0; } 
.info-details i { font-size: 16px; padding-top: 5px; color: #b5965f; } 
.info-details p,.info-details a { margin: 0; font-size: 18px; color: var(--gray-color); font-weight: 400;} 
.info-details a:hover {color: var(--gold-color);}
.contact-form-section .info-card:last-child .info-details { margin: 0; }
.contact-info { background: var(--light-gold); border: 1px solid #eee; padding: 30px; border-radius: 20px; }
.contact-hero:before { content: ""; position: absolute; width: 100%; height: 100%; background: hsl(345deg 6% 13% / 75%); z-index: 0;}

.woocommerce-loop-product__title {  font-size: 20px !important; }
.woocommerce ul.products li.product a img { margin: 0; } 
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 { padding: 15px 0; font-size: 24px; } 
.woocommerce ul.products li.product .price del { color: #b5965f; } 
.woocommerce ul.products li.product .price ins { color: #b5965f; text-decoration: none; } 
.woocommerce ul.products li.product .button { transition: all 0.3s linear 0s; background: #b5965f; margin-top: auto; color: #fff; padding: 8px 20px; height: 42px; display: inline-flex; border-radius: 50px; align-items: center; justify-content: center; text-transform: capitalize; }
.woocommerce ul.products li.product .onsale { top: 15px; right: 15px; left: auto; margin: 0; width: 45px; height: 45px; background: var(--black-color); display: flex; align-items: center; justify-content: center; }
.entry-content .woocommerce { font-family: var(--main-font); }
.entry-content .woocommerce ul.products li.product {
    width: 100%;
    background: var(--white-color);
    border-radius: 20px;
    border: 1px solid rgb(35 31 32 / 20%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
}
.woocommerce ul.products li.product .button:hover {background-color: var(--black-color); transition: all 0.3s linear 0s; }
.woocommerce ul.products:before {
    display: none;
}
.woocommerce .woocommerce-ordering select {
    padding: 5px 10px;
    font-size: 16px;
    text-transform: capitalize;
}
.woocommerce .woocommerce-result-count {
    font-size: 16px;
}

.about-hero {
 position: relative;
    height: 400px;
    width: 100%;
    background: url(https://nailunovastudioandhub.in/wp-content/uploads/2026/01/190936.jpg);
    background-size: cover;
  background-position: center;
  overflow: hidden;
}

.video-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 31, 32, 0.55);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  background: url(https://nailunovastudioandhub.in/wp-content/uploads/2026/01/190936.jpg);
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  text-align: center;
  color: var(--light);
}

.hero-title {
  font-size: clamp(2.8rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}
.about-hero-content:before { content: ""; position: absolute; width: 100%; height: 100%; background: hsl(345deg 6% 13% / 75%); z-index: 0;}
.hero-subtitle {
  max-width: 700px;
  font-size: 1.1rem;
  margin-top: 12px;
  color: #f1f1f1;
  position: relative;
}






.site-main {padding: 100px 0;}
.type-page {max-width: 1320px; margin: 0 auto; padding-left: 12px; padding-right: 12px;}

.entry-content h2 {
    font-size: 32px;
    line-height: normal;
    margin: 0 0 20px 0;
}

.entry-content h3 {
    font-size: 28px;
    line-height: normal;
    margin: 0 0 20px 0;
}

.entry-content ul {
    margin: 20px 0;
    padding-left: 20px;
}

.entry-content ul li {
    list-style-type: disc;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: normal;
    color: var(--gray-color);
}

.entry-content p {
    font-size: 16px;
    line-height: normal;
    color: var(--gray-color);
}

hr {
    border-color: #eee;
    margin: 30px 0;
}



.woocommerce a {
  text-decoration: none;
  transition: var(--wc-transition);
}

.woocommerce img {
  max-width: 100%;
  height: auto;
  border-radius: var(--wc-radius);
}


.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--wc-primary);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--wc-radius);
  border: none;
  font-weight: 500;
  transition: var(--wc-transition);
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--wc-dark);
  color: #fff;
}


.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.woocommerce ul.products li.product {
  background: #fff;
  padding: 20px;
  border-radius: var(--wc-radius);
  border: 1px solid var(--wc-border);
  transition: var(--wc-transition);
  text-align: center;
   transition: all 0.3s linear 0s;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  transition: all 0.3s linear 0s;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.woocommerce ul.products li.product h2 {
  font-size: 16px;
  margin: 15px 0 8px;
}

.woocommerce ul.products li.product .price {
  color: #b5965f;
  font-weight: 600;
}



.woocommerce div.product .product_title {
  font-size: 28px;
  margin-bottom: 15px;
}

.woocommerce div.product p.price {
  font-size: 22px;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  margin: 20px 0;
  line-height: 1.7;
}



.woocommerce-cart table.cart {
  border-radius: var(--wc-radius);
  overflow: hidden;
}

.woocommerce-cart table.cart th {
  background: var(--wc-dark);
  color: #fff;
  padding: 14px;
}

.woocommerce-cart table.cart td {
  padding: 16px;
  border-bottom: 1px solid var(--wc-border);
}

.woocommerce-cart .cart_totals {
  background: var(--wc-light);
  padding: 25px;
  border-radius: var(--wc-radius);
}



.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--wc-radius);
  border: 1px solid var(--wc-border);
}

.woocommerce-checkout #order_review {
  background: var(--wc-light);
  padding: 25px;
  border-radius: var(--wc-radius);
}



.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 18px;
  border-radius: var(--wc-radius);
  margin-bottom: 6px;
  background: var(--wc-light);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--wc-primary);
  color: #fff;
}




.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: var(--wc-radius);
  padding: 15px 20px;
  margin-bottom: 25px;
}

.woocommerce-message {
  background: #eaf8f1;
  border-left: 5px solid var(--wc-primary);
}



.woocommerce .quantity input.qty {
  width: 70px;
  padding: 8px;
  border-radius: var(--wc-radius);
  border: 1px solid var(--wc-border);
  text-align: center;
}




.product-card {
    position: relative;
    display: flex;
    border-radius: 20px;
    background: #fff;
    margin: 30px 0 0 0;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 8px 16px #00000017;
}

.product-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.product-card p {
    padding: 15px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}







.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: 0;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 20px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 20px;
}
.woocommerce div.product .woocommerce-tabs .panel {padding: 30px; background: var(--light-gold); margin-bottom: 40px !important; border-radius: 20px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #b5965f;
    color: #fff;
    border-radius: 50px !important;
    z-index: 2;
    border-bottom-color: #b5965f;
}
.woocommerce nav.woocommerce-pagination ul li {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #b5965f;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li span {
    background: transparent !important;
    color: var(--black-color) !important;
}


.site-main article {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 12px;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #b5965f;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #B5965F;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #B5965F;
}
.woocommerce span.onsale {
  background-color: var(--black-color);
  width: 45px;
  height: 45px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin: 30px 0 0 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}
.woocommerce div.product div.images .flex-control-thumbs li {  width: 100px;}
.entry-header h1 {
    font-size: 32px;
}
.woocommerce div.product form.cart .variations select {
    min-width: 100%;
    padding-left: 15px;
}
.woocommerce div.product form.cart .variations select {
    min-width: 100%;
    padding-left: 15px;
}

.woocommerce-variation-price {
    margin: 0 0 20px 0;
}

.woocommerce div.product p.stock {
    color: var(--gray-color);
    font-size: 18px;
    margin: 0 0 30px 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { background: transparent !important;}
.woocommerce div.product form.cart .button:hover {background: #231F20;}


.nsh-care-img img {
    width: 100%;
    border-radius: 20px;
}

.nsh-care-content {
    padding-left: 40px;
}
.nsh-care-content ul {
    margin: 0 0 15px  0;
}

.nsh-care-content ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.tip-card {
    padding: 30px;
    border: 2px solid rgb(35 31 32 / 10%);
    position: relative;
    border-radius: 40px;
    margin: 0 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    transition: all 0.3s linear 0s;
}
.tip-card:hover { box-shadow: var(--box-shadow); transition: all 0.3s linear 0s;}

.tip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border:2px dashed var(--gold-color);
}


.tip-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.section-title-middle {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 800px;
    align-items: center;
    margin: 0 auto 80px auto;
}

.tip-number {
    color: var(--gold-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 30px;
    opacity: 0.2;
}

/* Search Toggal */
.header-search {
    position: relative;
}

.search-form {
    position: absolute;
    top: 45px;
    right: 0;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.search-form.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-field {
    width: 100%;
    padding: 12px 18px;
    border-radius: 50px;
    border: 1px solid #eee;
    outline: none;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.search-field:focus {
    border-color: #ff4d8d; /* change to your brand color */
}

/* ===============================
   Nailunova Comment Section
================================= */

#comments {
    max-width: 700px;
    margin: 100px auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    text-align: center;
}

#comments h2,
#comments h3 {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.comment-notes,
.logged-in-as {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.comment-form {
    text-align: left;
}

.comment-form label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.comment-form textarea {
    width: 100%;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    font-size: 14px;
    transition: 0.3s ease;
    resize: none;
    min-height: 160px;
}

.comment-form textarea:focus {
    border-color: #b89b5e !important;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(184,155,94,0.15);
}

.comment-form input[type="submit"] {
    margin-top: 25px;
    background: #b89b5e !important;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px !important;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.comment-form input[type="submit"]:hover {
    background: #000;
    transform: translateY(-2px);
}

/* Size Chart Link */
.custom-size-chart-wrapper {
    margin-top: 0;
    display: inline-flex;
}

.open-size-chart {
    color: #0073e6;
    font-weight: 500;
    cursor: pointer;
}

/* Modal */
.size-chart-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.size-chart-modal.active {
    display: block;
}

.size-chart-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.size-chart-content {
    position: relative;
    background: #fff;
    width: 80%;
    max-width: 800px;
    margin: 80px auto;
    padding: 30px;
    border-radius: 8px;
    z-index: 2;
}

.close-size-chart {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 22px;
    cursor: pointer;
}

.size-chart-table table {
    width: 100%;
    border-collapse: collapse;
}

.size-chart-table th,
.size-chart-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.size-chart-table th {
    background: #f5f5f5;
}

/* Error || Success MSG*/
.error-msg {
    color: red;
}

.success-msg   
{
    color: green;

}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #ffffff !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li:hover {
    background: #000;
}



.filter-group {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background: var(--light-gold);
    border:1px solid #b5965f4d;
}
.shop-section {
    position: relative;
}
.shop-sidebar {
    gap: 20px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 140px;
}

.filter-group ul li label {
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.products .product-card {
    margin: 0 0 30px 0;
}

.products .product-card a {
    display: inline-block;
    padding: 20px;
    width: 100%;
}
.products .product-card a img {
    margin-bottom: 20px;
    border-radius: 20px;
}
.products .product-card .products-price-band {
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
}
.custom-pagination {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
}

.custom-pagination li a {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b5965f;
    color: #fff;
    border-radius: 50%;
}

.active>.page-link, .page-link.active {
    background: var(--black-color);
    border-color: var(--black-color);
}
.custom-pagination li a:hover {
    background: var(--black-color);
    color: #fff;
    border-color: var(--black-color);
}


.cat-slide-item {
    position: relative;
    display: flex;
    border-radius: 20px;
    background: #fff;
    margin: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 8px 16px #00000017;
}

.category-slider {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.category-slider p {
    padding: 15px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.cat-nav {
    width: 30px;
    height: 30px;
    border: 0;
    background: var(--gold-color);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.cat-nav.prev-btn {
    position: absolute;
    left: 0;
    top: 45%;
}

.cat-nav.next-btn {
    position: absolute;
    right: 0;
    top: 45%;
}

.category-slider-wrapper {
    position: relative;
}

.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.card:hover{
    transform:translateY(-10px);
}

.card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.card-content{
    padding:20px;
}

.card-content h3{
    margin-bottom:10px;
    font-size:22px;
}

.card-content p{
    font-size:14px;
    color:#555;
}

/* CTA SECTION */
.cta{
    background: url(https://nailunovastudioandhub.in/wp-content/uploads/2026/01/190936.jpg);
    text-align:center;
    padding: 100px 20px;
    position: relative;
        background-attachment: fixed;
    z-index: 1;
    background-size: cover;
    background-position: top center;
}

.cta h2{
    font-size:32px;
    margin-bottom:15px;
    position: relative;
    color: #fff;
}

.cta p{
    max-width:600px;
    margin:auto;
    margin-bottom:25px;
    color: #fff;
    position: relative;
}
.cta:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsl(345deg 6% 13% / 75%);
    z-index: 0;
    top: 0;
    left: 0;
}
.cta .btn {position: relative;}
h1.custom-product-title {
    font-size: 32px;
    margin: 0 0 15px 0;
}
.custom-size-chart-wrapper a {
    margin-left: 20px;
    background: #000;
    color: #fff;
    padding: 6px 20px;
}
.woocommerce div.product form.cart .variations {margin-bottom: 0;}

.flex-viewport {
    height: 500px !important;
}





.wp-block-woocommerce-cart-items-block table.wc-block-cart-items {
    padding: 20px !important;
    background: #ffffff !important;
    border: 1px solid #eee;
}

.wc-block-cart__main .wc-block-cart-items th {
    padding: 8px 16px;
}

.wc-block-cart .wc-block-components-sidebar {
    padding: 8px 16px;
    border: 1px solid #eee;
    max-height: max-content;
}

.wc-block-cart__submit-button {
    background: #b5965f;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s linear 0s;
    border-color: #b5965f;
}

.wc-block-cart__submit-button:hover {
    background: #000;
    color: #fff;
    transition: all 0.3s linear 0s;
}
td.wc-block-cart-item__image a img {
    border-radius: 10px;
}
a.wc-block-components-product-name {
    font-size: 16px !important;
    font-weight: 600;
}

.wc-block-components-formatted-money-amount {
    font-size: 16px;
    font-weight: bold;
    color: #b5965f;
}

.entry-content ul li p {
    font-size: 16px;
}

.wc-block-components-product-metadata__description p {
    font-size: 16px;
    margin: 0 0 10px 0 !important;
}

.wc-block-components-product-metadata__description p:last-child {
    margin-bottom: 0;
}

.wc-block-components-product-badge, .wc-block-components-product-badge span {
    font-size:  13px !important;
}

.wc-block-components-product-badge {
    background: #faf5ed;
    border-color: #eddec5;
    padding: 5px 10px;
    color: #b5965f;
}

.wc-block-components-product-price {
    font-size: 16px;
    font-weight: 700;
}

.wc-block-components-product-metadata__description {
    margin: 15px 0;
}

.wc-block-components-product-metadata__description ul {
    margin: 0;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none;
    outline: none;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    background: var(--black-color);
    color: #fff !important;
    border: 1px solid var(--black-color);
    border-radius: 5px;
}
.wc-block-cart-item__remove-link {
    padding: 5px 15px !important;
    background: #ff00001f !important;
    color: #f33838 !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    text-transform: capitalize !important;
}
.wc-block-components-product-metadata__description ul li {
    list-style-type: none;
    padding: 0;
}

.wc-block-components-product-metadata__description ul {
    padding: 0;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
    border-color: #e3d9c7;
}

.wc-block-components-text-input input {
    border-color: #e3d9c7 !important;
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-shipping-address-message {
    font-size: 16px;
    background: #fff;
    border: 1px solid #e3d9c7 !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #faf5ed;
    border-radius: 15px;
    border-color: #e3d9c7;
}

.wc-block-components-form {
    background: #faf5ed;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #e3d9c7;
}
.wc-block-components-checkout-place-order-button {
    background: #b5965f;
    border: 0;
    padding: 16px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.wc-block-components-checkout-return-to-cart-button {
    color: #b5965f;
    border: 1px solid #b5965f;
    padding: 13px 15px;
    display: flex;
    gap: 10px;
    font-size: 16px;
    align-items: center;
}

.wc-block-components-checkout-return-to-cart-button svg {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
}


/* Login / Register */
.custom-auth-wrapper {
    max-width: 420px;
    margin: 60px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
}

.custom-auth-wrapper h2 {
    margin-bottom: 25px;
}

.custom-auth-wrapper .form-row {
    margin-bottom: 15px;
}

.custom-auth-wrapper input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.custom-auth-wrapper button {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background: #111;
    color: #fff;
    border: none;
    cursor: pointer;
}

.switch-link {
    margin-top: 15px;
    font-size: 14px;
}

.switch-link a {
    color: #e91e63;
    font-weight: 600;
    text-decoration: none;
}

.custom-register-form {
    display: none;
}

.custom-login-form.active,
.custom-register-form.active {
    display: block;
}