{"id":7,"date":"2026-04-08T19:05:15","date_gmt":"2026-04-08T19:05:15","guid":{"rendered":"https:\/\/veloriastyle.in\/?page_id=7"},"modified":"2026-05-20T12:15:03","modified_gmt":"2026-05-20T12:15:03","slug":"veloria","status":"publish","type":"page","link":"https:\/\/veloriastyle.in\/","title":{"rendered":"Veloria Style"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"7\" class=\"elementor elementor-7\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f94f827 e-flex e-con-boxed e-con e-parent\" data-id=\"f94f827\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7beb74e elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"7beb74e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Veloria Style \u2014 Fashion Blog<\/title>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500&family=Bebas+Neue&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  :root {\r\n    --cream: #FFF8F0;\r\n    --warm-white: #FFFDF9;\r\n    --coral: #FF6B47;\r\n    --coral-light: #FF8A6B;\r\n    --coral-pale: #FFE8E0;\r\n    --gold: #F4A623;\r\n    --gold-light: #FFD080;\r\n    --dark: #1A1208;\r\n    --dark-mid: #2D2015;\r\n    --charcoal: #3D3428;\r\n    --muted: #8A7A6A;\r\n    --border: #E8D8C4;\r\n    --mint: #8ECFBE;\r\n    --lavender: #C4A8F0;\r\n    --sky: #7BC8E8;\r\n  }\r\n\r\n  * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n  html { scroll-behavior: smooth; }\r\n\r\n  body {\r\n    font-family: 'DM Sans', sans-serif;\r\n    background: var(--cream);\r\n    color: var(--dark);\r\n    overflow-x: hidden;\r\n  }\r\n\r\n  \/* ---- MARQUEE ---- *\/\r\n  .marquee-bar {\r\n    background: var(--coral);\r\n    color: #fff;\r\n    padding: 10px 0;\r\n    overflow: hidden;\r\n    white-space: nowrap;\r\n  }\r\n  .marquee-inner {\r\n    display: inline-block;\r\n    animation: marquee 22s linear infinite;\r\n    font-family: 'Bebas Neue', cursive;\r\n    font-size: 14px;\r\n    letter-spacing: 3px;\r\n  }\r\n  @keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }\r\n  .marquee-sep { margin: 0 24px; opacity: .6; }\r\n\r\n  \/* ---- NAV ---- *\/\r\n  nav {\r\n    position: sticky;\r\n    top: 0;\r\n    z-index: 100;\r\n    background: var(--warm-white);\r\n    border-bottom: 2px solid var(--dark);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    padding: 0 40px;\r\n    height: 72px;\r\n  }\r\n  .nav-logo {\r\n    font-family: 'Bebas Neue', cursive;\r\n    font-size: 30px;\r\n    letter-spacing: 4px;\r\n    color: var(--dark);\r\n    text-decoration: none;\r\n  }\r\n  .nav-logo span { color: var(--coral); }\r\n  .nav-links {\r\n    display: flex;\r\n    gap: 36px;\r\n    list-style: none;\r\n  }\r\n  .nav-links a {\r\n    font-size: 13px;\r\n    font-weight: 500;\r\n    text-transform: uppercase;\r\n    letter-spacing: 2px;\r\n    color: var(--dark);\r\n    text-decoration: none;\r\n    position: relative;\r\n    padding-bottom: 4px;\r\n    transition: color .2s;\r\n  }\r\n  .nav-links a::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 0; left: 0;\r\n    width: 0; height: 2px;\r\n    background: var(--coral);\r\n    transition: width .3s;\r\n  }\r\n  .nav-links a:hover { color: var(--coral); }\r\n  .nav-links a:hover::after { width: 100%; }\r\n  .nav-cta {\r\n    background: var(--dark);\r\n    color: #fff !important;\r\n    padding: 10px 22px;\r\n    border-radius: 0 !important;\r\n    font-size: 12px !important;\r\n    letter-spacing: 2px !important;\r\n    transition: background .2s !important;\r\n  }\r\n  .nav-cta:hover { background: var(--coral) !important; }\r\n  .nav-cta::after { display: none !important; }\r\n\r\n  \/* ---- HERO ---- *\/\r\n  .hero {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    min-height: 88vh;\r\n    border-bottom: 2px solid var(--dark);\r\n  }\r\n  .hero-left {\r\n    padding: 80px 60px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    position: relative;\r\n    background: var(--warm-white);\r\n    border-right: 2px solid var(--dark);\r\n  }\r\n  .hero-tag {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    background: var(--gold-light);\r\n    color: var(--dark);\r\n    font-size: 11px;\r\n    font-weight: 500;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    padding: 8px 16px;\r\n    width: fit-content;\r\n    margin-bottom: 32px;\r\n  }\r\n  .hero-tag .dot { width: 6px; height: 6px; background: var(--coral); border-radius: 50%; display: inline-block; animation: pulse 2s infinite; }\r\n  @keyframes pulse { 0%,100%{transform:scale(1)}50%{transform:scale(1.4)} }\r\n  .hero-title {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(48px, 5vw, 78px);\r\n    font-weight: 900;\r\n    line-height: 1.05;\r\n    color: var(--dark);\r\n    margin-bottom: 28px;\r\n  }\r\n  .hero-title em { color: var(--coral); font-style: italic; }\r\n  .hero-sub {\r\n    font-size: 16px;\r\n    color: var(--muted);\r\n    line-height: 1.7;\r\n    max-width: 380px;\r\n    margin-bottom: 44px;\r\n  }\r\n  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }\r\n  .btn-primary {\r\n    background: var(--coral);\r\n    color: #fff;\r\n    padding: 16px 36px;\r\n    font-size: 13px;\r\n    font-weight: 500;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    text-decoration: none;\r\n    transition: background .2s, transform .15s;\r\n    display: inline-block;\r\n  }\r\n  .btn-primary:hover { background: var(--dark); transform: translateY(-2px); }\r\n  .btn-outline {\r\n    border: 2px solid var(--dark);\r\n    color: var(--dark);\r\n    padding: 14px 36px;\r\n    font-size: 13px;\r\n    font-weight: 500;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    text-decoration: none;\r\n    transition: background .2s, color .2s;\r\n    display: inline-block;\r\n  }\r\n  .btn-outline:hover { background: var(--dark); color: #fff; }\r\n  .hero-right {\r\n    position: relative;\r\n    overflow: hidden;\r\n    background: var(--coral-pale);\r\n  }\r\n  .hero-right img {\r\n    width: 100%; height: 100%;\r\n    object-fit: cover;\r\n    object-position: top;\r\n    display: block;\r\n    transition: transform 8s ease;\r\n  }\r\n  .hero-right:hover img { transform: scale(1.04); }\r\n  .hero-badge {\r\n    position: absolute;\r\n    bottom: 40px; right: 40px;\r\n    background: var(--gold);\r\n    color: var(--dark);\r\n    font-family: 'Bebas Neue', cursive;\r\n    font-size: 13px;\r\n    letter-spacing: 2px;\r\n    padding: 10px 20px;\r\n    transform: rotate(-3deg);\r\n    box-shadow: 4px 4px 0 var(--dark);\r\n  }\r\n\r\n  \/* ---- SECTION HEADER ---- *\/\r\n  .section-header {\r\n    text-align: center;\r\n    padding: 80px 40px 20px;\r\n  }\r\n  .section-label {\r\n    font-size: 11px;\r\n    font-weight: 500;\r\n    letter-spacing: 4px;\r\n    text-transform: uppercase;\r\n    color: var(--coral);\r\n    margin-bottom: 16px;\r\n    display: block;\r\n  }\r\n  .section-title {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(32px, 4vw, 54px);\r\n    font-weight: 900;\r\n    color: var(--dark);\r\n    line-height: 1.1;\r\n  }\r\n  .section-title em { font-style: italic; color: var(--coral); }\r\n  .section-line {\r\n    width: 60px; height: 3px;\r\n    background: var(--coral);\r\n    margin: 24px auto 0;\r\n  }\r\n\r\n  \/* ---- FEATURED POST ---- *\/\r\n  .featured-wrap { padding: 60px 60px; }\r\n  .featured-post {\r\n    display: grid;\r\n    grid-template-columns: 1.1fr 1fr;\r\n    border: 2px solid var(--dark);\r\n    overflow: hidden;\r\n    background: var(--warm-white);\r\n    box-shadow: 8px 8px 0 var(--dark);\r\n  }\r\n  .featured-img { position: relative; overflow: hidden; min-height: 520px; }\r\n  .featured-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; display: block; }\r\n  .featured-post:hover .featured-img img { transform: scale(1.04); }\r\n  .featured-tag {\r\n    position: absolute;\r\n    top: 24px; left: 24px;\r\n    background: var(--coral);\r\n    color: #fff;\r\n    font-size: 11px;\r\n    font-weight: 500;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    padding: 8px 16px;\r\n  }\r\n  .featured-content {\r\n    padding: 60px 50px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    border-left: 2px solid var(--dark);\r\n  }\r\n  .featured-meta {\r\n    font-size: 12px;\r\n    color: var(--muted);\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    margin-bottom: 20px;\r\n  }\r\n  .featured-content h2 {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(26px, 2.5vw, 40px);\r\n    font-weight: 900;\r\n    line-height: 1.15;\r\n    color: var(--dark);\r\n    margin-bottom: 20px;\r\n  }\r\n  .featured-content p {\r\n    font-size: 15px;\r\n    line-height: 1.75;\r\n    color: var(--charcoal);\r\n    margin-bottom: 36px;\r\n  }\r\n  .read-btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    font-size: 13px;\r\n    font-weight: 500;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    color: var(--coral);\r\n    text-decoration: none;\r\n    border-bottom: 2px solid var(--coral);\r\n    padding-bottom: 4px;\r\n    width: fit-content;\r\n    transition: gap .2s;\r\n  }\r\n  .read-btn:hover { gap: 18px; }\r\n  .read-btn::after { content: '\u2192'; }\r\n\r\n  \/* ---- BLOG GRID ---- *\/\r\n  .blog-grid-wrap { padding: 20px 60px 80px; }\r\n  .blog-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 0;\r\n    border: 2px solid var(--dark);\r\n  }\r\n  .blog-card {\r\n    border-right: 2px solid var(--dark);\r\n    overflow: hidden;\r\n    background: var(--warm-white);\r\n    cursor: pointer;\r\n    transition: background .2s;\r\n  }\r\n  .blog-card:last-child { border-right: none; }\r\n  .blog-card:hover { background: var(--coral-pale); }\r\n  .blog-card-img { position: relative; overflow: hidden; height: 260px; }\r\n  .blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }\r\n  .blog-card:hover .blog-card-img img { transform: scale(1.06); }\r\n  .blog-card-cat {\r\n    position: absolute;\r\n    bottom: 0; left: 0;\r\n    background: var(--gold);\r\n    color: var(--dark);\r\n    font-size: 10px;\r\n    font-weight: 500;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    padding: 6px 14px;\r\n  }\r\n  .blog-card-body { padding: 28px 28px 36px; border-top: 2px solid var(--dark); }\r\n  .blog-card-meta { font-size: 11px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }\r\n  .blog-card-body h3 {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 20px;\r\n    font-weight: 700;\r\n    line-height: 1.3;\r\n    color: var(--dark);\r\n    margin-bottom: 12px;\r\n  }\r\n  .blog-card-body p { font-size: 14px; color: var(--charcoal); line-height: 1.65; margin-bottom: 20px; }\r\n  .card-link {\r\n    font-size: 12px;\r\n    font-weight: 500;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    color: var(--coral);\r\n    text-decoration: none;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    transition: gap .2s;\r\n  }\r\n  .card-link:hover { gap: 14px; }\r\n  .card-link::after { content: '\u2192'; }\r\n\r\n  \/* ---- FULL BLOG ARTICLES ---- *\/\r\n  .articles-section { padding: 0 60px 80px; }\r\n  .article-full {\r\n    border: 2px solid var(--dark);\r\n    margin-bottom: 60px;\r\n    background: var(--warm-white);\r\n    box-shadow: 6px 6px 0 var(--dark);\r\n    overflow: hidden;\r\n  }\r\n  .article-full.reverse { flex-direction: row-reverse; }\r\n  .article-layout {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1.2fr;\r\n  }\r\n  .article-layout.rev { grid-template-columns: 1.2fr 1fr; }\r\n  .article-img-wrap { position: relative; overflow: hidden; min-height: 480px; }\r\n  .article-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s; }\r\n  .article-full:hover .article-img-wrap img { transform: scale(1.04); }\r\n  .article-num {\r\n    position: absolute;\r\n    top: 20px; left: 20px;\r\n    font-family: 'Bebas Neue', cursive;\r\n    font-size: 80px;\r\n    color: rgba(255,255,255,.25);\r\n    line-height: 1;\r\n    pointer-events: none;\r\n  }\r\n  .article-body { padding: 50px 50px; border-left: 2px solid var(--dark); overflow-y: auto; }\r\n  .article-layout.rev .article-body { border-left: none; border-right: 2px solid var(--dark); }\r\n  .article-cat {\r\n    display: inline-block;\r\n    background: var(--coral);\r\n    color: #fff;\r\n    font-size: 10px;\r\n    font-weight: 500;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    padding: 6px 14px;\r\n    margin-bottom: 20px;\r\n  }\r\n  .article-body h2 {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(22px, 2vw, 34px);\r\n    font-weight: 900;\r\n    line-height: 1.2;\r\n    color: var(--dark);\r\n    margin-bottom: 16px;\r\n  }\r\n  .article-byline {\r\n    font-size: 12px;\r\n    color: var(--muted);\r\n    letter-spacing: 1px;\r\n    margin-bottom: 24px;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n  }\r\n  .byline-dot { width: 4px; height: 4px; background: var(--coral); border-radius: 50%; display: inline-block; }\r\n  .article-body .lead {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 17px;\r\n    font-style: italic;\r\n    color: var(--charcoal);\r\n    line-height: 1.7;\r\n    margin-bottom: 20px;\r\n    padding-left: 20px;\r\n    border-left: 3px solid var(--coral);\r\n  }\r\n  .article-body p {\r\n    font-size: 14.5px;\r\n    color: var(--charcoal);\r\n    line-height: 1.8;\r\n    margin-bottom: 16px;\r\n  }\r\n  .style-tips {\r\n    background: var(--coral-pale);\r\n    border: 1.5px solid var(--coral);\r\n    padding: 22px 26px;\r\n    margin: 24px 0;\r\n  }\r\n  .style-tips h4 {\r\n    font-family: 'Bebas Neue', cursive;\r\n    font-size: 16px;\r\n    letter-spacing: 3px;\r\n    color: var(--coral);\r\n    margin-bottom: 14px;\r\n  }\r\n  .style-tips ul { list-style: none; padding: 0; }\r\n  .style-tips ul li {\r\n    font-size: 13.5px;\r\n    color: var(--dark);\r\n    padding: 7px 0;\r\n    border-bottom: 1px solid rgba(255,107,71,.2);\r\n    display: flex;\r\n    align-items: flex-start;\r\n    gap: 10px;\r\n  }\r\n  .style-tips ul li:last-child { border-bottom: none; }\r\n  .style-tips ul li::before { content: '\u2726'; color: var(--coral); font-size: 10px; margin-top: 2px; flex-shrink: 0; }\r\n  .shop-cta {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    background: var(--dark);\r\n    color: #fff;\r\n    font-size: 12px;\r\n    font-weight: 500;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    padding: 14px 28px;\r\n    text-decoration: none;\r\n    margin-top: 28px;\r\n    transition: background .2s;\r\n  }\r\n  .shop-cta:hover { background: var(--coral); }\r\n  .shop-cta::after { content: '\u2197'; }\r\n\r\n  \/* ---- PULLQUOTE ---- *\/\r\n  .pullquote-wrap {\r\n    background: var(--dark);\r\n    padding: 80px 60px;\r\n    text-align: center;\r\n    border-top: 2px solid var(--dark);\r\n    border-bottom: 2px solid var(--dark);\r\n    margin: 0 0 60px;\r\n  }\r\n  .pullquote-wrap blockquote {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(24px, 3vw, 44px);\r\n    font-weight: 700;\r\n    font-style: italic;\r\n    color: var(--cream);\r\n    line-height: 1.3;\r\n    max-width: 800px;\r\n    margin: 0 auto 20px;\r\n  }\r\n  .pullquote-wrap cite {\r\n    font-size: 13px;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    color: var(--coral);\r\n  }\r\n\r\n  \/* ---- STYLE GUIDE STRIP ---- *\/\r\n  .style-strip {\r\n    padding: 0 60px 80px;\r\n  }\r\n  .strip-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, 1fr);\r\n    border: 2px solid var(--dark);\r\n  }\r\n  .strip-item {\r\n    padding: 30px 24px;\r\n    border-right: 2px solid var(--dark);\r\n    text-align: center;\r\n  }\r\n  .strip-item:last-child { border-right: none; }\r\n  .strip-icon {\r\n    width: 52px; height: 52px;\r\n    border-radius: 50%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 22px;\r\n    margin: 0 auto 16px;\r\n    border: 2px solid var(--dark);\r\n  }\r\n  .si-coral { background: var(--coral-pale); }\r\n  .si-gold { background: var(--gold-light); }\r\n  .si-mint { background: #D4F0E8; }\r\n  .si-lav { background: #EDE0FF; }\r\n  .strip-item h4 {\r\n    font-family: 'Bebas Neue', cursive;\r\n    font-size: 16px;\r\n    letter-spacing: 2px;\r\n    color: var(--dark);\r\n    margin-bottom: 8px;\r\n  }\r\n  .strip-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }\r\n\r\n  \/* ---- NEWSLETTER ---- *\/\r\n  .newsletter {\r\n    margin: 0 60px 80px;\r\n    background: var(--coral);\r\n    border: 2px solid var(--dark);\r\n    padding: 70px 80px;\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    align-items: center;\r\n    gap: 60px;\r\n    box-shadow: 8px 8px 0 var(--dark);\r\n  }\r\n  .newsletter h2 {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(28px, 3vw, 46px);\r\n    font-weight: 900;\r\n    color: #fff;\r\n    line-height: 1.1;\r\n  }\r\n  .newsletter p { font-size: 15px; color: rgba(255,255,255,.85); margin-top: 14px; line-height: 1.6; }\r\n  .newsletter-form { display: flex; gap: 0; }\r\n  .newsletter-form input {\r\n    flex: 1;\r\n    padding: 16px 20px;\r\n    border: 2px solid var(--dark);\r\n    border-right: none;\r\n    background: #fff;\r\n    font-family: 'DM Sans', sans-serif;\r\n    font-size: 14px;\r\n    color: var(--dark);\r\n    outline: none;\r\n  }\r\n  .newsletter-form input::placeholder { color: var(--muted); }\r\n  .newsletter-form button {\r\n    background: var(--dark);\r\n    color: #fff;\r\n    border: 2px solid var(--dark);\r\n    padding: 16px 28px;\r\n    font-family: 'DM Sans', sans-serif;\r\n    font-size: 12px;\r\n    font-weight: 500;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    cursor: pointer;\r\n    transition: background .2s;\r\n  }\r\n  .newsletter-form button:hover { background: #fff; color: var(--dark); }\r\n\r\n  \/* ---- FOOTER ---- *\/\r\n  footer {\r\n    background: var(--dark);\r\n    color: #fff;\r\n    padding: 60px 60px 30px;\r\n    border-top: 2px solid rgba(255,255,255,.15);\r\n  }\r\n  .footer-grid {\r\n    display: grid;\r\n    grid-template-columns: 2fr 1fr 1fr 1fr;\r\n    gap: 48px;\r\n    margin-bottom: 48px;\r\n  }\r\n  .footer-logo {\r\n    font-family: 'Bebas Neue', cursive;\r\n    font-size: 34px;\r\n    letter-spacing: 4px;\r\n    margin-bottom: 16px;\r\n  }\r\n  .footer-logo span { color: var(--coral); }\r\n  .footer-about { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.7; }\r\n  footer h5 {\r\n    font-size: 11px;\r\n    font-weight: 500;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    color: var(--coral);\r\n    margin-bottom: 20px;\r\n  }\r\n  footer ul { list-style: none; }\r\n  footer ul li { margin-bottom: 10px; }\r\n  footer ul a {\r\n    font-size: 14px;\r\n    color: rgba(255,255,255,.6);\r\n    text-decoration: none;\r\n    transition: color .2s;\r\n  }\r\n  footer ul a:hover { color: var(--coral); }\r\n  .footer-bottom {\r\n    border-top: 1px solid rgba(255,255,255,.12);\r\n    padding-top: 28px;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    font-size: 13px;\r\n    color: rgba(255,255,255,.4);\r\n  }\r\n  .footer-bottom a { color: var(--coral); text-decoration: none; }\r\n\r\n  \/* ---- MODAL ---- *\/\r\n  .modal-overlay {\r\n    display: none;\r\n    position: fixed;\r\n    inset: 0;\r\n    background: rgba(26,18,8,.7);\r\n    z-index: 1000;\r\n    overflow-y: auto;\r\n    padding: 40px 20px;\r\n  }\r\n  .modal-overlay.active { display: flex; align-items: flex-start; justify-content: center; }\r\n  .modal-box {\r\n    background: var(--cream);\r\n    border: 2px solid var(--dark);\r\n    max-width: 780px;\r\n    width: 100%;\r\n    box-shadow: 12px 12px 0 var(--dark);\r\n    position: relative;\r\n    animation: modalIn .3s ease;\r\n  }\r\n  @keyframes modalIn { from{transform:translateY(30px);opacity:0} to{transform:translateY(0);opacity:1} }\r\n  .modal-close {\r\n    position: absolute;\r\n    top: 16px; right: 16px;\r\n    width: 36px; height: 36px;\r\n    background: var(--dark);\r\n    color: #fff;\r\n    border: none;\r\n    font-size: 18px;\r\n    cursor: pointer;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    z-index: 10;\r\n    transition: background .2s;\r\n  }\r\n  .modal-close:hover { background: var(--coral); }\r\n  .modal-hero { height: 320px; overflow: hidden; position: relative; }\r\n  .modal-hero img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }\r\n  .modal-hero-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(to top, rgba(26,18,8,.7) 0%, transparent 60%);\r\n  }\r\n  .modal-hero-title {\r\n    position: absolute;\r\n    bottom: 28px; left: 28px;\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 30px;\r\n    font-weight: 900;\r\n    color: #fff;\r\n    line-height: 1.2;\r\n    max-width: 560px;\r\n  }\r\n  .modal-content { padding: 36px 40px 44px; }\r\n  .modal-meta { font-size: 12px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; }\r\n  .modal-content .lead {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 17px;\r\n    font-style: italic;\r\n    color: var(--charcoal);\r\n    line-height: 1.7;\r\n    margin-bottom: 20px;\r\n    padding-left: 18px;\r\n    border-left: 3px solid var(--coral);\r\n  }\r\n  .modal-content p { font-size: 14.5px; color: var(--charcoal); line-height: 1.8; margin-bottom: 16px; }\r\n  .modal-tips {\r\n    background: var(--coral-pale);\r\n    border: 1.5px solid var(--coral);\r\n    padding: 20px 24px;\r\n    margin: 22px 0;\r\n  }\r\n  .modal-tips h4 {\r\n    font-family: 'Bebas Neue', cursive;\r\n    font-size: 15px;\r\n    letter-spacing: 3px;\r\n    color: var(--coral);\r\n    margin-bottom: 12px;\r\n  }\r\n  .modal-tips ul { list-style: none; }\r\n  .modal-tips ul li {\r\n    font-size: 13.5px;\r\n    color: var(--dark);\r\n    padding: 6px 0;\r\n    border-bottom: 1px solid rgba(255,107,71,.15);\r\n    display: flex;\r\n    gap: 10px;\r\n    align-items: flex-start;\r\n  }\r\n  .modal-tips ul li:last-child { border-bottom: none; }\r\n  .modal-tips ul li::before { content: '\u2726'; color: var(--coral); font-size: 10px; margin-top: 2px; flex-shrink: 0; }\r\n  .modal-shop {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    background: var(--coral);\r\n    color: #fff;\r\n    font-size: 12px;\r\n    font-weight: 500;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    padding: 14px 28px;\r\n    text-decoration: none;\r\n    margin-top: 24px;\r\n    border: 2px solid var(--dark);\r\n    cursor: pointer;\r\n    transition: background .2s;\r\n  }\r\n  .modal-shop:hover { background: var(--dark); }\r\n\r\n  \/* ---- ANIMATIONS ---- *\/\r\n  .fade-up { opacity: 0; transform: translateY(30px); transition: opacity .6s, transform .6s; }\r\n  .fade-up.visible { opacity: 1; transform: translateY(0); }\r\n  .fade-up:nth-child(2) { transition-delay: .1s; }\r\n  .fade-up:nth-child(3) { transition-delay: .2s; }\r\n\r\n  @media (max-width: 900px) {\r\n    nav { padding: 0 20px; }\r\n    .nav-links { display: none; }\r\n    .hero { grid-template-columns: 1fr; }\r\n    .hero-right { display: none; }\r\n    .hero-left { padding: 50px 30px; }\r\n    .featured-post, .article-layout, .article-layout.rev { grid-template-columns: 1fr; }\r\n    .featured-content, .article-body { border-left: none; border-top: 2px solid var(--dark); }\r\n    .article-layout.rev .article-body { border-right: none; border-top: 2px solid var(--dark); }\r\n    .blog-grid { grid-template-columns: 1fr; }\r\n    .blog-card { border-right: none; border-bottom: 2px solid var(--dark); }\r\n    .featured-wrap, .blog-grid-wrap, .articles-section, .style-strip, .pullquote-wrap { padding-left: 20px; padding-right: 20px; }\r\n    .newsletter { margin: 0 20px 60px; padding: 40px 30px; grid-template-columns: 1fr; gap: 30px; }\r\n    footer { padding: 40px 20px 20px; }\r\n    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }\r\n    .strip-grid { grid-template-columns: 1fr 1fr; }\r\n    .strip-item:nth-child(2) { border-right: none; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- MARQUEE -->\r\n<div class=\"marquee-bar\">\r\n  <div class=\"marquee-inner\">\r\n    VELORIA STYLE <span class=\"marquee-sep\">\u2726<\/span> DROP 01 NOW LIVE <span class=\"marquee-sep\">\u2726<\/span> STREETWEAR THAT SPEAKS YOUR VIBE <span class=\"marquee-sep\">\u2726<\/span> GOTHIC BLOOM <span class=\"marquee-sep\">\u2726<\/span> HALF ANGEL <span class=\"marquee-sep\">\u2726<\/span> LIGHT & DARK <span class=\"marquee-sep\">\u2726<\/span> VELORIA STYLE <span class=\"marquee-sep\">\u2726<\/span> DROP 01 NOW LIVE <span class=\"marquee-sep\">\u2726<\/span> STREETWEAR THAT SPEAKS YOUR VIBE <span class=\"marquee-sep\">\u2726<\/span> GOTHIC BLOOM <span class=\"marquee-sep\">\u2726<\/span> HALF ANGEL <span class=\"marquee-sep\">\u2726<\/span> LIGHT & DARK <span class=\"marquee-sep\">\u2726<\/span>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- NAV -->\r\n<nav>\r\n  <a class=\"nav-logo\" href=\"#\">VELORIA <span>STYLE<\/span><\/a>\r\n  <ul class=\"nav-links\">\r\n    <li><a href=\"#blogs\">Blogs<\/a><\/li>\r\n    <li><a href=\"#style\">Style Guide<\/a><\/li>\r\n    <li><a href=\"#about\">About<\/a><\/li>\r\n    <li><a href=\"https:\/\/veloriaclothing.in\" target=\"_blank\" class=\"nav-cta\">Shop Now<\/a><\/li>\r\n  <\/ul>\r\n<\/nav>\r\n\r\n<!-- HERO -->\r\n<section class=\"hero\">\r\n  <div class=\"hero-left\">\r\n    <div class=\"hero-tag\">\r\n      <span class=\"dot\"><\/span>\r\n      Rise \u2014 Drop 01 is Live\r\n    <\/div>\r\n    <h1 class=\"hero-title\">\r\n      Dress Bold.<br>\r\n      Live <em>Loud.<\/em><br>\r\n      Be Veloria.\r\n    <\/h1>\r\n    <p class=\"hero-sub\">\r\n      Your go-to space for style inspo, outfit ideas, and deep dives into the pieces that make you stand out. This isn't just fashion \u2014 it's a feeling.\r\n    <\/p>\r\n    <div class=\"hero-btns\">\r\n      <a href=\"#blogs\" class=\"btn-primary\">Read the Blog<\/a>\r\n      <a href=\"https:\/\/veloriaclothing.in\" target=\"_blank\" class=\"btn-outline\">Shop Collection<\/a>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"hero-right\">\r\n    <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/angelfrontmain.jpg?v=1766416166&width=1200\" alt=\"Veloria Half Angel Tee\" \/>\r\n    <div class=\"hero-badge\">Drop 01 \u2726 Live Now<\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- FEATURED POST -->\r\n<div class=\"section-header\" id=\"blogs\">\r\n  <span class=\"section-label\">Editor's Pick<\/span>\r\n  <h2 class=\"section-title\">Featured <em>Story<\/em><\/h2>\r\n  <div class=\"section-line\"><\/div>\r\n<\/div>\r\n\r\n<div class=\"featured-wrap\">\r\n  <div class=\"featured-post fade-up\">\r\n    <div class=\"featured-img\">\r\n      <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/angelfrontmain.jpg?v=1766416166&width=1200\" alt=\"Half Angel Tee\" \/>\r\n      <div class=\"featured-tag\">\u2605 Cover Story<\/div>\r\n    <\/div>\r\n    <div class=\"featured-content\">\r\n      <div class=\"featured-meta\">April 2026 &nbsp;\u00b7&nbsp; Style<\/div>\r\n      <h2>The Half Angel Tee: Your New Everyday Icon That Goes from Breakfast to Midnight<\/h2>\r\n      <p>\r\n        There are T-shirts. And then there's the Half Angel. This isn't just a graphic tee \u2014 it's a statement piece wrapped in the softest cotton that hugs your shoulders and tells the world exactly who you are: someone who exists between light and chaos, and looks insanely good doing it. Read on for the full breakdown of how to style this one piece across five different looks.\r\n      <\/p>\r\n      <a href=\"#\" class=\"read-btn\" onclick=\"openModal('angel')\">Read Full Story<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- BLOG CARD GRID -->\r\n<div class=\"section-header\">\r\n  <span class=\"section-label\">Latest Posts<\/span>\r\n  <h2 class=\"section-title\">Fresh from the <em>Feed<\/em><\/h2>\r\n  <div class=\"section-line\"><\/div>\r\n<\/div>\r\n\r\n<div class=\"blog-grid-wrap\">\r\n  <div class=\"blog-grid\">\r\n    <div class=\"blog-card fade-up\" onclick=\"openModal('angel')\">\r\n      <div class=\"blog-card-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/angelbackmain.jpg?v=1766416166&width=800\" alt=\"Half Angel Tee\" \/>\r\n        <div class=\"blog-card-cat\">Aesthetic<\/div>\r\n      <\/div>\r\n      <div class=\"blog-card-body\">\r\n        <div class=\"blog-card-meta\">Apr 2026 \u00b7 5 min read<\/div>\r\n        <h3>How the Half Angel Tee Became the Internet's Favourite Fit<\/h3>\r\n        <p>From bedroom mirrors to city streets \u2014 this tee is having a moment everywhere. Here's why and how to wear it right.<\/p>\r\n        <a href=\"#\" class=\"card-link\" onclick=\"openModal('angel'); return false;\">Read More<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"blog-card fade-up\" onclick=\"openModal('gothic')\">\r\n      <div class=\"blog-card-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/offwhite_front.jpg?v=1766341373&width=800\" alt=\"Gothic Bloom Tee\" \/>\r\n        <div class=\"blog-card-cat\">Street Style<\/div>\r\n      <\/div>\r\n      <div class=\"blog-card-body\">\r\n        <div class=\"blog-card-meta\">Apr 2026 \u00b7 6 min read<\/div>\r\n        <h3>Gothic Bloom: Dark Florals Are the New Power Move<\/h3>\r\n        <p>Who said flowers have to be soft? The Gothic Bloom tee flips the script on botanical prints in the boldest way possible.<\/p>\r\n        <a href=\"#\" class=\"card-link\" onclick=\"openModal('gothic'); return false;\">Read More<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"blog-card fade-up\" onclick=\"openModal('lightdark')\">\r\n      <div class=\"blog-card-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/themefront.jpg?v=1766515676&width=800\" alt=\"Light Dark Tee\" \/>\r\n        <div class=\"blog-card-cat\">Outfit Ideas<\/div>\r\n      <\/div>\r\n      <div class=\"blog-card-body\">\r\n        <div class=\"blog-card-meta\">Mar 2026 \u00b7 7 min read<\/div>\r\n        <h3>Light & Dark: Style a Single Tee for Every Mood You've Ever Had<\/h3>\r\n        <p>Day to night, casual to party \u2014 the Veloria Light & Dark tee is your most versatile piece this season.<\/p>\r\n        <a href=\"#\" class=\"card-link\" onclick=\"openModal('lightdark'); return false;\">Read More<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- FULL ARTICLE 1 -->\r\n<div class=\"articles-section\" id=\"article1\">\r\n  <div class=\"section-header\" style=\"padding: 0 0 40px;\">\r\n    <span class=\"section-label\">Deep Dive<\/span>\r\n    <h2 class=\"section-title\">Style <em>Breakdowns<\/em><\/h2>\r\n    <div class=\"section-line\"><\/div>\r\n  <\/div>\r\n\r\n  <!-- Gothic Bloom Article -->\r\n  <div class=\"article-full fade-up\">\r\n    <div class=\"article-layout\">\r\n      <div class=\"article-img-wrap\">\r\n        <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/offwhite_front.jpg?v=1766341373&width=1000\" alt=\"Gothic Bloom Tee Front\" \/>\r\n        <div class=\"article-num\">01<\/div>\r\n      <\/div>\r\n      <div class=\"article-body\">\r\n        <span class=\"article-cat\">Street Style<\/span>\r\n        <h2>Gothic Bloom Oversized Tee: The Print That's Rewriting the Rules of Casual<\/h2>\r\n        <div class=\"article-byline\">\r\n          <span>Veloria Style Team<\/span>\r\n          <span class=\"byline-dot\"><\/span>\r\n          <span>April 2026<\/span>\r\n          <span class=\"byline-dot\"><\/span>\r\n          <span>6 min read<\/span>\r\n        <\/div>\r\n        <p class=\"lead\">Dark doesn't mean dull. The Gothic Bloom is proof that you can wear florals and still walk into a room like you own it.<\/p>\r\n        <p>Let's be honest \u2014 the moment you pull on an oversized graphic tee that actually means something, it changes your whole energy. That's exactly what the Gothic Bloom Oversized Graphic T-Shirt does. The off-white base isn't your average blank canvas. It carries warmth, it carries history, and when paired with that dark botanical print, it creates this incredible tension \u2014 soft and sharp, delicate and bold, all at once.<\/p>\r\n        <p>The graphic itself is intricate. Think sprawling blooms that look like they've been hand-etched, vine-like details that wind around the chest, and a colour palette that pulls from midnight gardens and renaissance art. Wearing it feels less like getting dressed and more like putting on a mood.<\/p>\r\n        <div class=\"style-tips\">\r\n          <h4>\u2726 How to Style It<\/h4>\r\n          <ul>\r\n            <li><strong>Casual Everyday:<\/strong> Tuck the front loosely into wide-leg cargos in olive or black. Add chunky white sneakers and a mini crossbody. Done. You're the most interesting person at the caf\u00e9.<\/li>\r\n            <li><strong>Night Out:<\/strong> Let it hang over slim black trousers. Layer a sheer black jacket on top and swap sneakers for pointed leather loafers or boots. The florals pop even harder at night.<\/li>\r\n            <li><strong>Streetwear Mode:<\/strong> Knot it at the waist over biker shorts. Throw on an unstructured denim jacket and stack rings on every finger. This is the look Instagram saves.<\/li>\r\n            <li><strong>Soft Aesthetic:<\/strong> Wear it over a white long-sleeve tee with loose cream wide-legs and white platform shoes. Let the graphic do the talking and keep everything else whisper-quiet.<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n        <p>The oversized fit isn't just comfortable \u2014 it's intentional. It gives you that effortlessly cool silhouette that's dominated street style for two seasons running. The drop shoulders, the generous body, the way it moves when you walk \u2014 all of it contributes to a look that says \"I put thought into this\" without looking like you tried too hard.<\/p>\r\n        <a href=\"https:\/\/veloriaclothing.in\/products\/gothic-bloom-oversized-graphic-t-shirt\" target=\"_blank\" class=\"shop-cta\">Shop Gothic Bloom \u2014 \u20b9999<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Light & Dark Article -->\r\n  <div class=\"article-full fade-up\">\r\n    <div class=\"article-layout rev\">\r\n      <div class=\"article-body\">\r\n        <span class=\"article-cat\">Outfit Ideas<\/span>\r\n        <h2>Veloria Light & Dark Tee: One Piece, Every Mood, Zero Compromise<\/h2>\r\n        <div class=\"article-byline\">\r\n          <span>Veloria Style Team<\/span>\r\n          <span class=\"byline-dot\"><\/span>\r\n          <span>March 2026<\/span>\r\n          <span class=\"byline-dot\"><\/span>\r\n          <span>7 min read<\/span>\r\n        <\/div>\r\n        <p class=\"lead\">There's a reason the Light & Dark tee sold out in its first week. It speaks a language everyone understands \u2014 contrast, duality, and the beautiful chaos of being everything at once.<\/p>\r\n        <p>The Veloria Light & Dark Oversized Graphic T-Shirt is built around a concept that goes deeper than fashion. It's about the balance inside all of us \u2014 the part that wants to keep it quiet and the part that wants to set the room on fire. And somehow, this tee holds both. The graphic plays with opposing forces in a design that's layered, philosophical, and genuinely striking to look at.<\/p>\r\n        <p>The fit is oversized in the best way \u2014 not baggy, not shapeless, but generous. The kind of fit that looks good on everyone because it's not trying to do too much. It breathes. It drapes. It works morning, noon, and way past midnight.<\/p>\r\n        <div class=\"style-tips\">\r\n          <h4>\u2726 5 Ways to Wear It<\/h4>\r\n          <ul>\r\n            <li><strong>Morning Coffee Run:<\/strong> Half-tuck into high-waist light wash jeans, white low-top sneakers, and a tote bag. The print is your accessory \u2014 wear nothing else that competes.<\/li>\r\n            <li><strong>Work From Home Chic:<\/strong> Pair with relaxed charcoal joggers and slides. Roll up the sleeves once, just once. This is now the best WFH 'fit in your wardrobe.<\/li>\r\n            <li><strong>Pre-party Look:<\/strong> Layer it under a sleek black blazer, add straight-cut black pants, and clean white sneakers. The graphic peeking out from the blazer is the move.<\/li>\r\n            <li><strong>Full Party Mode:<\/strong> Style it as a cropped silhouette (just tie a knot) over vinyl or leather-effect pants. Chunky boots, oversized hoops, messy hair. You're the main character tonight.<\/li>\r\n            <li><strong>Festival Ready:<\/strong> Wear as a dress! Belted at the waist, bare legs, ankle boots, and a bucket hat. Three words: absolutely iconic look.<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n        <p>What makes the Light & Dark tee special is that it doesn't scream for attention \u2014 it earns it. People will ask where it's from. Tell them. Or don't. Both are valid.<\/p>\r\n        <a href=\"https:\/\/veloriaclothing.in\/products\/veloria-light-dark-oversized-graphic-t-shirt\" target=\"_blank\" class=\"shop-cta\">Shop Light & Dark \u2014 \u20b9999<\/a>\r\n      <\/div>\r\n      <div class=\"article-img-wrap\">\r\n        <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/Now_convert_this_2k_202512240015.jpg?v=1766515676&width=1000\" alt=\"Light Dark Tee\" \/>\r\n        <div class=\"article-num\">02<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- PULLQUOTE -->\r\n<div class=\"pullquote-wrap\">\r\n  <blockquote>\"Fashion is how you present yourself to the world. Veloria is how you tell the world exactly who you are \u2014 without saying a single word.\"<\/blockquote>\r\n  <cite>\u2014 The Veloria Style Edit<\/cite>\r\n<\/div>\r\n\r\n<!-- STYLE GUIDE STRIP -->\r\n<div class=\"style-strip\" id=\"style\">\r\n  <div class=\"section-header\" style=\"padding: 0 0 40px;\">\r\n    <span class=\"section-label\">Quick Tips<\/span>\r\n    <h2 class=\"section-title\">The Veloria <em>Style Code<\/em><\/h2>\r\n    <div class=\"section-line\"><\/div>\r\n  <\/div>\r\n  <div class=\"strip-grid\">\r\n    <div class=\"strip-item\">\r\n      <div class=\"strip-icon si-coral\">\ud83c\udfa8<\/div>\r\n      <h4>Graphic First<\/h4>\r\n      <p>Let the print lead. Keep everything else neutral so the design breathes and does its job.<\/p>\r\n    <\/div>\r\n    <div class=\"strip-item\">\r\n      <div class=\"strip-icon si-gold\">\u2702\ufe0f<\/div>\r\n      <h4>Fit Is Everything<\/h4>\r\n      <p>Oversized done right means intentional, not accidental. One fitted piece balances the volume.<\/p>\r\n    <\/div>\r\n    <div class=\"strip-item\">\r\n      <div class=\"strip-icon si-mint\">\ud83d\udc5f<\/div>\r\n      <h4>Shoes Make the Vibe<\/h4>\r\n      <p>Chunky sneakers = casual cool. Boots = edgy. Loafers = smart-casual. Same tee, three worlds.<\/p>\r\n    <\/div>\r\n    <div class=\"strip-item\">\r\n      <div class=\"strip-icon si-lav\">\ud83d\udca1<\/div>\r\n      <h4>Own the Contrast<\/h4>\r\n      <p>Mix textures. Cargo with silk. Leather with cotton. Unexpected combos are your signature.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- NEWSLETTER -->\r\n<div class=\"newsletter fade-up\" id=\"about\">\r\n  <div>\r\n    <h2>Style Drops. Zero Spam. Total Vibes.<\/h2>\r\n    <p>Join the Veloria inner circle and get early access to new drops, exclusive style edits, and blog posts that hit different.<\/p>\r\n  <\/div>\r\n  <div>\r\n    <div class=\"newsletter-form\">\r\n      <input type=\"email\" placeholder=\"your@email.com\" \/>\r\n      <button>Subscribe<\/button>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- FOOTER -->\r\n<footer>\r\n  <div class=\"footer-grid\">\r\n    <div>\r\n      <div class=\"footer-logo\">VELORIA <span>STYLE<\/span><\/div>\r\n      <p class=\"footer-about\">A contemporary Indian streetwear label reinterpreting culture through emotion, contrast, and modern design. This is the blog \u2014 the place where the looks live and the stories behind them breathe.<\/p>\r\n    <\/div>\r\n    <div>\r\n      <h5>Explore<\/h5>\r\n      <ul>\r\n        <li><a href=\"#blogs\">All Posts<\/a><\/li>\r\n        <li><a href=\"#style\">Style Guide<\/a><\/li>\r\n        <li><a href=\"#\">Lookbooks<\/a><\/li>\r\n        <li><a href=\"#\">Outfit Ideas<\/a><\/li>\r\n      <\/ul>\r\n    <\/div>\r\n    <div>\r\n      <h5>The Brand<\/h5>\r\n      <ul>\r\n        <li><a href=\"https:\/\/veloriaclothing.in\" target=\"_blank\">Shop Now<\/a><\/li>\r\n        <li><a href=\"https:\/\/veloriaclothing.in\/pages\/about-us\" target=\"_blank\">About Veloria<\/a><\/li>\r\n        <li><a href=\"https:\/\/veloriaclothing.in\/collections\/rise-drop-01\" target=\"_blank\">Rise Drop 01<\/a><\/li>\r\n        <li><a href=\"https:\/\/www.instagram.com\/veloriaclothing\" target=\"_blank\">Instagram<\/a><\/li>\r\n      <\/ul>\r\n    <\/div>\r\n    <div>\r\n      <h5>Policies<\/h5>\r\n      <ul>\r\n        <li><a href=\"https:\/\/veloriaclothing.in\/policies\/privacy-policy\" target=\"_blank\">Privacy Policy<\/a><\/li>\r\n        <li><a href=\"https:\/\/veloriaclothing.in\/policies\/refund-policy\" target=\"_blank\">Returns<\/a><\/li>\r\n        <li><a href=\"https:\/\/veloriaclothing.in\/policies\/shipping-policy\" target=\"_blank\">Shipping<\/a><\/li>\r\n        <li><a href=\"https:\/\/veloriaclothing.in\/policies\/terms-of-service\" target=\"_blank\">Terms<\/a><\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"footer-bottom\">\r\n    <span>\u00a9 2026 Veloria Style. All rights reserved.<\/span>\r\n    <span>Made with love for <a href=\"https:\/\/veloriastyle.in\">veloriastyle.in<\/a><\/span>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<!-- MODALS -->\r\n<div class=\"modal-overlay\" id=\"modal-angel\" onclick=\"closeModal(event, 'angel')\">\r\n  <div class=\"modal-box\">\r\n    <button class=\"modal-close\" onclick=\"closeModalDirect('angel')\">\u2715<\/button>\r\n    <div class=\"modal-hero\">\r\n      <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/angelfrontmain.jpg?v=1766416166&width=1200\" alt=\"Half Angel Tee\" \/>\r\n      <div class=\"modal-hero-overlay\"><\/div>\r\n      <div class=\"modal-hero-title\">Half Angel Oversized Aesthetic Graphic T-Shirt<\/div>\r\n    <\/div>\r\n    <div class=\"modal-content\">\r\n      <div class=\"modal-meta\">Veloria Style Team &nbsp;\u00b7&nbsp; April 2026 &nbsp;\u00b7&nbsp; 8 min read<\/div>\r\n      <p class=\"lead\">Between heaven and earth, between chaos and calm \u2014 the Half Angel tee lives in that exact space. And so do you.<\/p>\r\n      <p>There are a handful of pieces that come along and just shift your whole perspective on what a T-shirt can be. The Half Angel Oversized Aesthetic Graphic T-Shirt from Veloria is one of them. It arrived in Drop 01 and almost instantly became the piece everyone's talking about \u2014 not because it's loud, but because it's layered. Literal and metaphorical.<\/p>\r\n      <p>The design itself is arresting. A half-rendered angelic figure \u2014 half present, half dissolving into nothingness \u2014 spreads across the chest. It's the kind of graphic that you find yourself looking at differently every time. In the morning, it looks serene. At night, under low lighting, it looks like it's moving. This is art on fabric, and Veloria pulled it off with a sophistication that frankly surprised us.<\/p>\r\n      <p>The silhouette is generous \u2014 truly oversized, with drop shoulders and a slightly extended hem that works perfectly tucked, half-tucked, or completely free. The cotton is substantial without feeling heavy. You wear this and you know it's quality.<\/p>\r\n      <div class=\"modal-tips\">\r\n        <h4>\u2726 How to Style the Half Angel Tee<\/h4>\r\n        <ul>\r\n          <li><strong>Casual Day Look:<\/strong> Style with straight-fit dark jeans and white Nike Dunks. Minimal jewellery \u2014 just a thin chain. The graphic is the star, let it shine.<\/li>\r\n          <li><strong>Weekend Brunch:<\/strong> Half-tuck into wide-leg cream linen pants. Tortoiseshell sunglasses, a straw tote, and sandals. You look effortless and expensive at the same time.<\/li>\r\n          <li><strong>Night Out Casual:<\/strong> Wear over black biker shorts with chunky platform sneakers and a small shoulder bag. Add silver jewellery for edge. This is the look that gets compliments.<\/li>\r\n          <li><strong>Party-Ready:<\/strong> Tuck dramatically into a black mini skirt or leather-effect shorts. Heeled boots, statement earrings, and a tiny clutch. The angelic print against party lighting? Absolutely next-level.<\/li>\r\n          <li><strong>Soft Aesthetic Edit:<\/strong> Layer it over a white fitted long-sleeve, worn with wide relaxed trousers in beige or blush. Add ballet flats and a little pearl set. The contrast between the graphic and the softness of the rest of the look is chef's kiss.<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <p>At \u20b91,049, the Half Angel is the most priced piece in Drop 01 \u2014 and it's worth every rupee. This is the kind of tee you'll reach for constantly because it adapts. It meets you wherever you are, stylistically. Angry day? Put it on with black everything. Good day? Pair it soft and floaty. It just works.<\/p>\r\n      <a href=\"https:\/\/veloriaclothing.in\/products\/half-angel-oversized-aesthetic-graphic-t-shirt\" target=\"_blank\" class=\"modal-shop\">Shop the Half Angel \u2014 \u20b91,049<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<div class=\"modal-overlay\" id=\"modal-gothic\" onclick=\"closeModal(event, 'gothic')\">\r\n  <div class=\"modal-box\">\r\n    <button class=\"modal-close\" onclick=\"closeModalDirect('gothic')\">\u2715<\/button>\r\n    <div class=\"modal-hero\">\r\n      <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/offwhite_front.jpg?v=1766341373&width=1200\" alt=\"Gothic Bloom Tee\" \/>\r\n      <div class=\"modal-hero-overlay\"><\/div>\r\n      <div class=\"modal-hero-title\">Gothic Bloom Oversized Graphic T-Shirt<\/div>\r\n    <\/div>\r\n    <div class=\"modal-content\">\r\n      <div class=\"modal-meta\">Veloria Style Team &nbsp;\u00b7&nbsp; April 2026 &nbsp;\u00b7&nbsp; 6 min read<\/div>\r\n      <p class=\"lead\">Dark florals have always had an air of mystery. The Gothic Bloom tee takes that energy and turns it into a wearable manifesto.<\/p>\r\n      <p>When Veloria designed the Gothic Bloom tee, the brief was simple: make something that looks like it belongs in a dark art gallery but also feels right in a sunlit street caf\u00e9. Mission accomplished \u2014 and then some. The off-white base is warm and slightly textured, giving the print a depth that flat white backgrounds never could. The floral graphic itself is dense and dramatic \u2014 sprawling dark blooms with intricate inner detail that rewards closer inspection.<\/p>\r\n      <p>This is the tee for the person who appreciates nuance. Who wears colour, sure, but also knows that sometimes the most powerful statement comes from restraint \u2014 letting one stunning print carry the entire look while everything around it steps back.<\/p>\r\n      <div class=\"modal-tips\">\r\n        <h4>\u2726 Gothic Bloom Styling Guide<\/h4>\r\n        <ul>\r\n          <li><strong>The Classic Street Look:<\/strong> Black straight-fit jeans, black or white chunky sneakers, and this tee. Simple, effective, instantly cool.<\/li>\r\n          <li><strong>Elevated Casual:<\/strong> Layer under a camel or tan blazer with straight trousers in a matching tone. Loafers finish the look. You've just gone business-aesthetic without even trying.<\/li>\r\n          <li><strong>Night Vibes:<\/strong> Dark jeans, heeled Chelsea boots, a satin slip skirt layered under (visible at the hem), and the tee tucked loosely at the front. You're going out and you look incredible.<\/li>\r\n          <li><strong>Summer Edit:<\/strong> Wear it as a cover-up at the beach or pool, tied at the waist over your swimwear. Palazzo pants work too. The floral print and water? A natural pairing.<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <p>The back of the Gothic Bloom is just as good as the front \u2014 and that matters more than people realise. You're not just wearing it from one angle. This tee was designed to look good in full rotation, which it absolutely does.<\/p>\r\n      <a href=\"https:\/\/veloriaclothing.in\/products\/gothic-bloom-oversized-graphic-t-shirt\" target=\"_blank\" class=\"modal-shop\">Shop Gothic Bloom \u2014 \u20b9999<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<div class=\"modal-overlay\" id=\"modal-lightdark\" onclick=\"closeModal(event, 'lightdark')\">\r\n  <div class=\"modal-box\">\r\n    <button class=\"modal-close\" onclick=\"closeModalDirect('lightdark')\">\u2715<\/button>\r\n    <div class=\"modal-hero\">\r\n      <img decoding=\"async\" src=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/Now_convert_this_2k_202512240015.jpg?v=1766515676&width=1200\" alt=\"Light Dark Tee\" \/>\r\n      <div class=\"modal-hero-overlay\"><\/div>\r\n      <div class=\"modal-hero-title\">Veloria Light & Dark Oversized Graphic T-Shirt<\/div>\r\n    <\/div>\r\n    <div class=\"modal-content\">\r\n      <div class=\"modal-meta\">Veloria Style Team &nbsp;\u00b7&nbsp; March 2026 &nbsp;\u00b7&nbsp; 7 min read<\/div>\r\n      <p class=\"lead\">Not everyone lives in one mode. The Light & Dark tee gets that \u2014 and it's been designed for every version of you.<\/p>\r\n      <p>The Veloria Light & Dark Oversized Graphic T-Shirt is built on a concept bigger than fashion: the idea that we all contain multitudes. That the same person who craves quiet corners also wants to be the loudest in the room sometimes. This tee honours that. The graphic is a visual meditation on duality \u2014 contrasting elements that coexist, push against each other, and ultimately create something beautiful.<\/p>\r\n      <p>Technically, the tee is impeccable. The print has incredible saturation \u2014 deep blacks and crisp whites that don't fade after washes. The cotton blend has a slight weight to it that makes it feel substantial. And the oversized fit, as with all Veloria pieces, is executed with a precision that stops it from looking shapeless.<\/p>\r\n      <div class=\"modal-tips\">\r\n        <h4>\u2726 The Full Light & Dark Style Guide<\/h4>\r\n        <ul>\r\n          <li><strong>Effortless Morning:<\/strong> Grey or beige joggers, white trainers, and this tee untucked. Add a baseball cap and you're the coolest person at the juice bar.<\/li>\r\n          <li><strong>Smart Casual:<\/strong> Tuck into navy or dark-wash slim jeans. Brown leather loafers. A simple leather watch. This combo would work in a boardroom and at a rooftop bar equally.<\/li>\r\n          <li><strong>Layered for Depth:<\/strong> Wear under a long open-front shirt in a coordinating dark tone. Slim track pants and Dad sneakers. This is the layering move for people who actually know how to layer.<\/li>\r\n          <li><strong>Party Edition:<\/strong> Knot it at the front over high-waist flared pants. Platform heels. Big gold earrings. Deep-coloured lip. You're not going out \u2014 you're arriving.<\/li>\r\n          <li><strong>Festival Mode:<\/strong> Belted over biker shorts, worn with fishnet socks inside chunky shoes. Bucket hat, fanny pack, and sunglasses. You'll be photographed at least four times.<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <p>\u20b9999 for a tee you'll wear on rotation for years? That's not a price \u2014 that's an investment. The Light & Dark tee is a Veloria original that's already earned its place in the all-time rotation. Don't sleep on it.<\/p>\r\n      <a href=\"https:\/\/veloriaclothing.in\/products\/veloria-light-dark-oversized-graphic-t-shirt\" target=\"_blank\" class=\"modal-shop\">Shop Light & Dark \u2014 \u20b9999<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  function openModal(id) {\r\n    document.getElementById('modal-' + id).classList.add('active');\r\n    document.body.style.overflow = 'hidden';\r\n  }\r\n  function closeModal(e, id) {\r\n    if (e.target === document.getElementById('modal-' + id)) {\r\n      closeModalDirect(id);\r\n    }\r\n  }\r\n  function closeModalDirect(id) {\r\n    document.getElementById('modal-' + id).classList.remove('active');\r\n    document.body.style.overflow = '';\r\n  }\r\n  document.addEventListener('keydown', e => {\r\n    if (e.key === 'Escape') {\r\n      document.querySelectorAll('.modal-overlay.active').forEach(m => {\r\n        m.classList.remove('active');\r\n        document.body.style.overflow = '';\r\n      });\r\n    }\r\n  });\r\n\r\n  \/\/ Scroll animations\r\n  const observer = new IntersectionObserver(entries => {\r\n    entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('visible'); });\r\n  }, { threshold: 0.12 });\r\n  document.querySelectorAll('.fade-up').forEach(el => observer.observe(el));\r\n\r\n  \/\/ Smooth card click\r\n  document.querySelectorAll('.blog-card').forEach(card => {\r\n    card.style.cursor = 'pointer';\r\n  });\r\n\r\n  \/\/ Newsletter\r\n  document.querySelector('.newsletter-form button').addEventListener('click', function() {\r\n    const input = document.querySelector('.newsletter-form input');\r\n    if (input.value && input.value.includes('@')) {\r\n      input.value = '';\r\n      this.textContent = '\u2713 Subscribed!';\r\n      this.style.background = '#1A1208';\r\n      setTimeout(() => { this.textContent = 'Subscribe'; }, 3000);\r\n    } else {\r\n      input.style.borderColor = '#FF6B47';\r\n      setTimeout(() => { input.style.borderColor = ''; }, 2000);\r\n    }\r\n  });\r\n<\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Veloria Style \u2014 Fashion Blog VELORIA STYLE \u2726 DROP 01 NOW LIVE \u2726 STREETWEAR THAT SPEAKS YOUR VIBE \u2726 GOTHIC BLOOM \u2726 HALF ANGEL \u2726 LIGHT &#038; DARK \u2726 VELORIA STYLE \u2726 DROP 01 NOW LIVE \u2726 STREETWEAR THAT SPEAKS YOUR VIBE \u2726 GOTHIC BLOOM \u2726 HALF ANGEL \u2726 LIGHT &#038; DARK \u2726 VELORIA STYLE [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Veloria Style -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/veloriastyle.in\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Veloria Style -\" \/>\n<meta property=\"og:description\" content=\"Veloria Style \u2014 Fashion Blog VELORIA STYLE \u2726 DROP 01 NOW LIVE \u2726 STREETWEAR THAT SPEAKS YOUR VIBE \u2726 GOTHIC BLOOM \u2726 HALF ANGEL \u2726 LIGHT &#038; DARK \u2726 VELORIA STYLE \u2726 DROP 01 NOW LIVE \u2726 STREETWEAR THAT SPEAKS YOUR VIBE \u2726 GOTHIC BLOOM \u2726 HALF ANGEL \u2726 LIGHT &#038; DARK \u2726 VELORIA STYLE [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/veloriastyle.in\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-20T12:15:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/angelfrontmain.jpg?v=1766416166&width=1200\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"24 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/veloriastyle.in\\\/\",\"url\":\"https:\\\/\\\/veloriastyle.in\\\/\",\"name\":\"Veloria Style -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/veloriastyle.in\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/veloriastyle.in\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/veloriastyle.in\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/veloriaclothing.in\\\/cdn\\\/shop\\\/files\\\/angelfrontmain.jpg?v=1766416166&width=1200\",\"datePublished\":\"2026-04-08T19:05:15+00:00\",\"dateModified\":\"2026-05-20T12:15:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/veloriastyle.in\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/veloriastyle.in\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/veloriastyle.in\\\/#primaryimage\",\"url\":\"https:\\\/\\\/veloriaclothing.in\\\/cdn\\\/shop\\\/files\\\/angelfrontmain.jpg?v=1766416166&width=1200\",\"contentUrl\":\"https:\\\/\\\/veloriaclothing.in\\\/cdn\\\/shop\\\/files\\\/angelfrontmain.jpg?v=1766416166&width=1200\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/veloriastyle.in\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/veloriastyle.in\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Veloria Style\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/veloriastyle.in\\\/#website\",\"url\":\"https:\\\/\\\/veloriastyle.in\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/veloriastyle.in\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Veloria Style -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/veloriastyle.in\/","og_locale":"en_US","og_type":"article","og_title":"Veloria Style -","og_description":"Veloria Style \u2014 Fashion Blog VELORIA STYLE \u2726 DROP 01 NOW LIVE \u2726 STREETWEAR THAT SPEAKS YOUR VIBE \u2726 GOTHIC BLOOM \u2726 HALF ANGEL \u2726 LIGHT &#038; DARK \u2726 VELORIA STYLE \u2726 DROP 01 NOW LIVE \u2726 STREETWEAR THAT SPEAKS YOUR VIBE \u2726 GOTHIC BLOOM \u2726 HALF ANGEL \u2726 LIGHT &#038; DARK \u2726 VELORIA STYLE [&hellip;]","og_url":"https:\/\/veloriastyle.in\/","article_modified_time":"2026-05-20T12:15:03+00:00","og_image":[{"url":"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/angelfrontmain.jpg?v=1766416166&width=1200","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"24 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/veloriastyle.in\/","url":"https:\/\/veloriastyle.in\/","name":"Veloria Style -","isPartOf":{"@id":"https:\/\/veloriastyle.in\/#website"},"primaryImageOfPage":{"@id":"https:\/\/veloriastyle.in\/#primaryimage"},"image":{"@id":"https:\/\/veloriastyle.in\/#primaryimage"},"thumbnailUrl":"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/angelfrontmain.jpg?v=1766416166&width=1200","datePublished":"2026-04-08T19:05:15+00:00","dateModified":"2026-05-20T12:15:03+00:00","breadcrumb":{"@id":"https:\/\/veloriastyle.in\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/veloriastyle.in\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/veloriastyle.in\/#primaryimage","url":"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/angelfrontmain.jpg?v=1766416166&width=1200","contentUrl":"https:\/\/veloriaclothing.in\/cdn\/shop\/files\/angelfrontmain.jpg?v=1766416166&width=1200"},{"@type":"BreadcrumbList","@id":"https:\/\/veloriastyle.in\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/veloriastyle.in\/"},{"@type":"ListItem","position":2,"name":"Veloria Style"}]},{"@type":"WebSite","@id":"https:\/\/veloriastyle.in\/#website","url":"https:\/\/veloriastyle.in\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/veloriastyle.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/veloriastyle.in\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/veloriastyle.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/veloriastyle.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/veloriastyle.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/veloriastyle.in\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":20,"href":"https:\/\/veloriastyle.in\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":37,"href":"https:\/\/veloriastyle.in\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/37"}],"wp:attachment":[{"href":"https:\/\/veloriastyle.in\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}