@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap');
/*
Theme Name: VHB Beauty
Theme URI: https://viralhealthbeauty.com
Author: Mohamed
Author URI: https://viralhealthbeauty.com
Description: Custom Affiliate Beauty Theme
Version: 1.0
Text Domain: vhb-beauty
*/


:root {
  --pink: #f43f75;
  --light-pink: #fff1f5;
  --soft-pink: #fde7ee;
  --dark: #171717;
  --text: #444;
  --white: #fff;
  --border: #eeeeee;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  --radius: 14px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(92%, var(--container));
  margin: 0 auto;
}

.site-main {
  min-height: 70vh;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--dark);
  line-height: 1.2;
}

button,
.btn {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 700;
}

.btn-primary {
  background: var(--pink);
  color: var(--white);
}

.btn-outline {
  border: 1px solid var(--pink);
  color: var(--pink);
  background: var(--white);
}

.section {
  padding: 70px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 35px;
  font-size: 30px;
}

@media (max-width: 768px) {
  .section {
    padding: 45px 0;
  }

  .section-title {
    font-size: 24px;
  }
}


.site-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.site-logo {
  font-size: 28px;
  font-weight: 800;
  color: var(--dark);
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation a {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}

.main-navigation a:hover {
  color: var(--pink);
}

@media (max-width: 768px) {
  .header-inner {
    min-height: 68px;
  }

  .main-navigation {
    display: none;
  }

  .site-logo {
    font-size: 24px;
  }
}

/* HERO */

.hero{
padding:80px 0;
background:#fff7fa;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:60px;
}

.hero-tag{
display:inline-block;
padding:8px 18px;
background:#ffe5ef;
color:#f43f75;
border-radius:30px;
font-weight:700;
margin-bottom:20px;
}

.hero h1{
font-size:58px;
font-weight:800;
line-height:1.1;
margin-bottom:20px;
}

.hero p{
font-size:18px;
color:#666;
max-width:520px;
margin-bottom:35px;
}

.hero-image{
height:560px;
overflow:hidden;
border-radius:24px;
}

.hero-image img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
display:block;
border-radius:24px;
box-shadow:0 20px 60px rgba(0,0,0,.12);
}

@media(max-width:991px){

.hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.hero p{
margin:auto auto 30px;
}

.hero h1{
font-size:42px;
}

}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-navigation a {
  font-size: 14px;
  font-weight: 700;
}

.header-button {
  background: var(--pink);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
}

.header-button:hover {
  opacity: .9;
}

.hero-content{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
height:100%;
}

.hero-tag{
letter-spacing:2px;
margin-bottom:24px;
}

.hero-content .btn{
align-self:center;
}

.hero-full {
  padding: 30px 0 50px;
  background: #fff7fa;
}

.hero-full-image {
  width: 100%;
  height: 560px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

/* HERO RESET */
.hero {
  padding: 28px 0;
  background: #fff7fa;
}

.hero-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;
  gap: 0;
  min-height: 520px;
  overflow: hidden;
  border-radius: 18px;
}

.hero-content {
  font-family: 'Josefin Sans', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 35px 45px;
  background: #fff7fa;
}

.hero-content h1 {
  font-size: 50px;
  line-height: 1.12;
  margin: 18px 0 24px;
  font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
}

.hero-content p {
  font-size: 17px;
  max-width: 470px;
  margin: 0 0 28px;
}

.hero-image {
  height: 520px;
  overflow: hidden;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0 18px 18px 0;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    clip-path: none;
    height: 420px;
  }

  .hero-content {
    padding: 35px 25px;
  }
}

.site-logo img{
    height:60px;
    width:auto;
    display:block;
}

/* =========================
   Categories Section
========================= */

.categories-section{
    padding:80px 0;
    background:#fff;
}

.section-title{
    font-family:'Josefin Sans',sans-serif;
    font-size:42px;
    font-weight:700;
    text-align:center;
    margin-bottom:50px;
}

.category-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.category-card{
    display:block;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.3s;
    text-align:center;
}

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

.category-image{
    aspect-ratio:1/1;
    overflow:hidden;
}

.category-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.category-card:hover img{
    transform:scale(1.08);
}

.category-card h3{
    font-family:'Josefin Sans',sans-serif;
    font-size:24px;
    padding:22px;
    color:#222;
}

@media(max-width:991px){

.category-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.category-grid{
    grid-template-columns:1fr;
}

}

.products-section{
  padding:80px 0;
  background:#fff7fa;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.product-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  transition:.3s;
}

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

.product-image{
  height:280px;
  overflow:hidden;
}

.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.product-content{
  padding:22px;
  text-align:center;
  font-family:'Josefin Sans',sans-serif;
}

.product-rating{
  color:#f5a623;
  letter-spacing:2px;
  margin-bottom:10px;
}

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

.product-price{
  font-size:20px;
  font-weight:700;
  margin-bottom:18px;
}

@media(max-width:991px){
  .product-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .product-grid{
    grid-template-columns:1fr;
  }
}

/* ===== WHY SHOP WITH US ===== */

.trust-section{
    padding:70px 0;
    background:#ffffff;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.trust-item{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.trust-item:hover{
    transform:translateY(-6px);
}

.trust-icon{
    width:75px;
    height:75px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#ffeaf3;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.trust-item h3{
    font-family:'Josefin Sans',sans-serif;
    font-size:26px;
    margin-bottom:12px;
}

.trust-item p{
    color:#666;
    line-height:1.7;
    font-size:16px;
}

@media(max-width:991px){
    .trust-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .trust-grid{
        grid-template-columns:1fr;
    }
}

/* ===== BEST SELLERS ===== */

.bestsellers-section{
    padding:80px 0;
    background:#fff7fa;
}

.section-heading-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:40px;
}

.section-heading-row .section-title{
    margin-bottom:0;
}

.slider-controls{
    display:flex;
    gap:12px;
}

.slider-btn{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    border:1px solid #eee;
    font-size:22px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.bestsellers-wrapper{
    overflow:hidden;
}

.bestsellers-track{
    display:flex;
    gap:26px;
    transition:transform .45s ease;
}

.bestseller-card{
    flex:0 0 calc((100% - 78px) / 4);
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.bestseller-image{
    height:280px;
    overflow:hidden;
}

.bestseller-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.bestseller-content{
    padding:22px;
    text-align:center;
    font-family:'Josefin Sans',sans-serif;
}

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

@media(max-width:991px){
    .bestseller-card{
        flex:0 0 calc((100% - 26px) / 2);
    }
}

@media(max-width:600px){
    .section-heading-row{
        align-items:flex-end;
    }

    .bestseller-card{
        flex:0 0 100%;
    }
}

/* ===== BEFORE & AFTER ===== */

.results-section{
    padding:80px 0;
    background:#ffffff;
}

.section-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 50px;
}

.section-heading span{
    color:#ff4f8b;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-heading h2{
    font-family:'Josefin Sans',sans-serif;
    font-size:42px;
    margin:15px 0;
}

.section-heading p{
    color:#666;
    line-height:1.8;
}

.results-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.result-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.result-images{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.result-image{
    position:relative;
}

.result-image img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
}

.result-image span{
    position:absolute;
    top:15px;
    left:15px;
    background:#ff4f8b;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.result-content{
    padding:28px;
    text-align:center;
}

.result-content h3{
    font-family:'Josefin Sans',sans-serif;
    font-size:28px;
    margin:12px 0;
}

.result-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.results-disclaimer{
    text-align:center;
    margin-top:35px;
    color:#888;
    font-size:14px;
}

@media(max-width:991px){

    .results-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:600px){

    .result-images{
        grid-template-columns:1fr;
    }

    .result-image img{
        height:260px;
    }

    .section-heading h2{
        font-size:34px;
    }

}

/* ===== SOCIAL MEDIA GALLERY ===== */

.social-gallery-section{
    padding:80px 0;
    background:#fff7fa;
}

.social-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.social-gallery-item{
    position:relative;
    display:block;
    height:320px;
    overflow:hidden;
    border-radius:18px;
}

.social-gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .4s ease;
}

.social-gallery-item:hover img{
    transform:scale(1.06);
}

.social-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.45);
    color:#fff;
    font-family:'Josefin Sans',sans-serif;
    font-size:20px;
    font-weight:600;
    opacity:0;
    transition:opacity .3s ease;
}

.social-gallery-item:hover .social-overlay{
    opacity:1;
}

.social-gallery-button{
    text-align:center;
    margin-top:35px;
}

@media(max-width:991px){
    .social-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .social-gallery-grid{
        grid-template-columns:1fr;
    }

    .social-gallery-item{
        height:280px;
    }
}

/*====================================
            FOOTER
====================================*/

.site-footer{
    background:#ffffff;
    border-top:1px solid #ececec;
    margin-top:0;
    font-family:'Josefin Sans',sans-serif;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:60px;
    padding:80px 0;
}

.footer-column h3{
    font-family:'Josefin Sans',sans-serif;
    font-size:24px;
    color:#222;
    margin-bottom:28px;
    font-weight:700;
}

.footer-logo{
    width:260px;
    height:auto;
    display:block;
    margin-bottom:25px;

}

.footer-brand p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
    max-width:360px;
}

.footer-column ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-column ul li{
    margin-bottom:14px;
}

.footer-column ul li a{
    color:#666;
    text-decoration:none;
    transition:.25s;
}

.footer-column ul li a:hover{
    color:#ff4f8b;
    padding-left:6px;
}

.footer-socials{
    display:flex;
    gap:14px;
    margin-top:10px;
}

.footer-socials a{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:1px solid #e5e5e5;
    background:#fff;
    color:#444;
    font-size:20px;
    transition:.3s;
    text-decoration:none;
}

.footer-socials a:hover{
    background:#ff4f8b;
    border-color:#ff4f8b;
    color:#fff;
    transform:translateY(-4px);
}

.footer-bottom{
    border-top:1px solid #ececec;
    padding:28px 0;
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#777;
    font-size:15px;
}

.footer-bottom span{
    color:#ff4f8b;
    font-weight:700;
}

@media (max-width:992px){

    .footer-grid{
        grid-template-columns:repeat(2,1fr);
        gap:45px;
    }

}

@media (max-width:768px){

    .footer-grid{
        grid-template-columns:1fr;
        gap:40px;
        padding:60px 0;
    }

    .footer-brand{
        text-align:center;
    }

    .footer-brand p{
        margin:auto auto 30px;
    }

    .footer-socials{
        justify-content:center;
    }

}
/* =========================
   STANDARD PAGES
========================= */

.page-content{
    padding:70px 0 120px;
}

.standard-page{
    max-width:1000px;
    margin:0 auto;
}

.page-body{
    line-height:1.8;
}

.page-body p,
.page-body li{
    line-height:1.8;
}

.page-title{
    margin-bottom:40px;
}

/* BLOG ARCHIVE */

.blog-archive{
    padding:70px 0 100px;
}

.blog-archive .container{
    width:calc(100% - 60px);
    max-width:1300px;
    margin:0 auto;
    padding:0;
}

.blog-archive-header{
    text-align:center;
    max-width:760px;
    margin:0 auto 50px;
}

.archive-eyebrow{
    display:block;
    color:#f43f7d;
    font-weight:600;
    margin-bottom:10px;
}

.blog-archive-header h1{
    font-size:42px;
    line-height:1.2;
    margin:0 0 18px;
}

.blog-archive-header p{
    font-size:17px;
    line-height:1.7;
    color:#666;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
}

.blog-card{
    background:#fff;
    border:1px solid #eeeeee;
    border-radius:14px;
    overflow:hidden;
    transition:transform .3s ease, box-shadow .3s ease;
}

.blog-card:hover{
    transform:translateY(-5px);
    box-shadow:0 14px 35px rgba(0,0,0,.10);
}

.blog-card-image{
    display:block;
    width:100%;
    height:220px;
    overflow:hidden;
    background:#f7f7f7;
}

.blog-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.blog-image-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    color:#f43f7d;
}

.blog-card-content{
    padding:22px;
}

.blog-card-meta{
    font-size:13px;
    color:#888;
    margin-bottom:10px;
}

.blog-card-title{
    font-size:21px;
    line-height:1.35;
    margin:0 0 12px;
}

.blog-card-title a{
    color:#111;
    text-decoration:none;
}

.blog-card-excerpt{
    color:#666;
    font-size:15px;
    line-height:1.65;
    margin-bottom:18px;
}

.blog-card-link{
    color:#f43f7d;
    font-weight:600;
    text-decoration:none;
}

@media(max-width:1100px){
    .blog-grid{
        grid-template-columns:repeat(3, 1fr);
    }
}

@media(max-width:800px){
    .blog-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:520px){
    .blog-grid{
        grid-template-columns:1fr;
    }

    .blog-archive-header h1{
        font-size:32px;
    }
}
/* =========================================
BLOG HERO BANNER
========================================= */

.blog-banner{
    position:relative;
    width:100%;
    max-width:1000px;
    height:500px;
    margin:0 auto 60px;
    border-radius:20px;
    overflow:hidden;
}

.blog-banner img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

/* NO SHADOW / NO WHITE OVERLAY */

.blog-banner::after{
    display:none;
}

.blog-banner-overlay{
    position:absolute;
    top:55px;
    left:60px;
    width:42%;
    z-index:5;
}

.blog-banner-label{
    display:inline-block;
    background:#ff4d88;
    color:#fff;
    padding:10px 18px;
    border-radius:8px;
    font-size:16px;
    font-weight:700;
    margin-bottom:22px;
    letter-spacing:.2px;
}

.blog-banner h1{
    margin:0;
    font-family:'Josefin Sans',sans-serif;
    font-size:64px;
    line-height:1.03;
    font-weight:700;
    color:#111;
    letter-spacing:-2px;
    text-shadow:none;
}

/* Tablet */

@media(max-width:991px){

.blog-banner{
    height:420px;
}

.blog-banner-overlay{
    width:50%;
    left:45px;
    top:45px;
}

.blog-banner h1{
    font-size:48px;
}

}

/* Mobile */

@media(max-width:767px){

.blog-banner{
    height:360px;
}

.blog-banner-overlay{
    left:30px;
    top:30px;
    width:70%;
}

.blog-banner-label{
    font-size:14px;
    padding:8px 14px;
}

.blog-banner h1{
    font-size:36px;
    line-height:1.1;
}

}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown > a {
    text-decoration: none;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    z-index: 9999;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    display: block;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background: #f8eef3;
    color: #c45c87;
}

.category-shop-section {
    margin: 35px 0 45px;
    padding: 30px;
    text-align: center;
    background: #fff6fa;
    border-radius: 14px;
}

.category-shop-section h2 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #222;
}

.category-shop-section p {
    margin: 0 0 20px;
    color: #666;
}

.shop-category-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #f23872;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.shop-category-btn:hover {
    background: #d92d62;
    color: #fff;
}

.category-shop-section {
    margin: 40px 0 50px;
    padding: 40px 30px;
    background: #fff6fa;
    border-radius: 16px;
}

.category-shop-heading {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
}

.category-shop-heading h2 {
    margin: 8px 0 10px;
    font-size: 32px;
    color: #222;
}

.category-shop-heading p {
    margin: 0;
    color: #666;
}

.category-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.category-product-card {
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.category-product-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    background: #f4f4f4;
    color: #999;
    font-weight: 600;
}

.category-product-content {
    padding: 22px;
}

.category-product-content h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #222;
}

.category-product-rating {
    margin-bottom: 10px;
    color: #f2b01e;
    letter-spacing: 2px;
}

.category-product-content p {
    margin: 0 0 18px;
    color: #666;
    line-height: 1.6;
}

.category-product-link {
    display: inline-block;
    font-weight: 600;
    color: #f23872;
    text-decoration: none;
}

.category-product-link:hover {
    color: #d92d62;
}

.category-shop-footer {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 900px) {
    .category-product-grid {
        grid-template-columns: 1fr;
    }

    .category-shop-section {
        padding: 30px 20px;
    }
}