{"product_id":"women-s-off-shoulder-fringe-western-top","title":"Women’s Off-Shoulder Fringe Western Top","description":"\u003cstyle\u003e  \/* =========================================================     WOMEN'S OFF-SHOULDER FRINGE TOP     BLACK + BROWN \/ MODERN WESTERN STYLE  ========================================================= *\/  #western-fringe-top-page,  #western-fringe-top-page * {    box-sizing: border-box;  }  #western-fringe-top-page {    --black: #252321;    --black-soft: #3b3733;    --charcoal: #4a4541;    --brown-dark: #6d4b35;    --brown: #8d6245;    --brown-mid: #ad7d5d;    --brown-soft: #dcc5b2;    --cream: #fbf7f1;    --warm-cream: #f3ebe2;    --beige: #e8d9ca;    --white: #ffffff;    --text: #59514b;    --muted: #7b726b;    --border: rgba(109, 75, 53, .14);    width: 100%;    max-width: 900px;    margin: 0 auto;    color: var(--text);    font-family:      -apple-system,      BlinkMacSystemFont,      \"Segoe UI\",      Roboto,      Helvetica,      Arial,      sans-serif;    font-size: 16px;    line-height: 1.65;  }  #western-fringe-top-page h1,  #western-fringe-top-page h2,  #western-fringe-top-page h3,  #western-fringe-top-page p {    margin-top: 0;  }  #western-fringe-top-page img {    display: block;    max-width: 100%;    height: auto;  }  \/* =========================================================     HERO  ========================================================= *\/  #western-fringe-top-page .wf-hero {    position: relative;    overflow: hidden;    padding: 40px 24px 32px;    margin-bottom: 24px;    text-align: center;    background:      linear-gradient(        120deg,        #fcf8f3 0%,        #eee2d7 42%,        #d9bea8 72%,        #d8d2cd 100%      );    border:      1px solid      var(--border);    border-radius: 24px;    box-shadow:      0 13px 36px      rgba(56, 45, 37, .09);  }  #western-fringe-top-page  .wf-hero::before,  #western-fringe-top-page  .wf-hero::after {    content: \"\";    position: absolute;    border-radius: 50%;    pointer-events: none;  }  #western-fringe-top-page  .wf-hero::before {    top: -130px;    right: -85px;    width: 265px;    height: 265px;    background:      rgba(37, 35, 33, .08);  }  #western-fringe-top-page  .wf-hero::after {    left: -110px;    bottom: -155px;    width: 285px;    height: 285px;    background:      rgba(141, 98, 69, .12);  }  #western-fringe-top-page  .wf-hero-inner {    position: relative;    z-index: 2;  }  \/* =========================================================     HERO BADGE  ========================================================= *\/  #western-fringe-top-page  .wf-badge {    display: inline-flex;    align-items: center;    justify-content: center;    padding: 7px 13px;    margin-bottom: 14px;    color:      var(--brown-dark);    font-size: 10px;    font-weight: 800;    letter-spacing: .14em;    text-transform: uppercase;    background:      rgba(255,255,255,.84);    border:      1px solid      rgba(109,75,53,.16);    border-radius: 40px;  }  \/* =========================================================     HERO TITLE  ========================================================= *\/  #western-fringe-top-page  .wf-hero h1 {    max-width: 790px;    margin:      0 auto      10px;    color:      var(--black);    font-size:      clamp(30px, 5vw, 44px);    font-weight: 850;    line-height: 1.12;    letter-spacing: -.035em;  }  #western-fringe-top-page  .wf-opening {    max-width: 700px;    margin:      0 auto      20px;    color:      var(--brown-dark);    font-size: 15px;    font-weight: 600;    line-height: 1.6;  }  \/* =========================================================     HERO GIF  ========================================================= *\/  #western-fringe-top-page  .wf-gif {    display: flex;    justify-content: center;    margin:      0 auto      22px;  }  #western-fringe-top-page  .wf-gif img {    width: auto !important;    max-width: 100% !important;    height: auto !important;    border-radius: 17px;    box-shadow:      0 12px 30px      rgba(45, 37, 32, .17);  }  \/* =========================================================     HERO DESCRIPTION  ========================================================= *\/  #western-fringe-top-page  .wf-description {    max-width: 745px;    margin: 0 auto;    color:      var(--muted);    font-size: 15px;    line-height: 1.7;  }  #western-fringe-top-page  .wf-description strong {    color:      var(--black);  }  \/* =========================================================     HERO TAGS  ========================================================= *\/  #western-fringe-top-page  .wf-tags {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 7px;    padding: 0;    margin:      20px 0      0;    list-style: none;  }  #western-fringe-top-page  .wf-tags li {    padding:      6px 10px;    color:      var(--brown-dark);    font-size: 12px;    font-weight: 750;    background:      rgba(255,255,255,.90);    border:      1px solid      var(--border);    border-radius: 8px;  }  #western-fringe-top-page  .wf-tags li:nth-child(even) {    color:      var(--black);    background:      rgba(234,229,224,.93);  }  \/* =========================================================     SECTION TITLE  ========================================================= *\/  #western-fringe-top-page  .wf-section-heading {    margin:      38px 0      20px;    color:      var(--black);    text-align: center;    font-size:      clamp(24px, 4vw, 31px);    font-weight: 850;    line-height: 1.25;  }  #western-fringe-top-page  .wf-section-heading::after {    content: \"\";    display: block;    width: 62px;    height: 3px;    margin:      10px auto      0;    background:      linear-gradient(        90deg,        var(--black),        var(--brown),        var(--brown-mid)      );    border-radius: 10px;  }  \/* =========================================================     FEATURE CARDS  ========================================================= *\/  #western-fringe-top-page  .wf-feature {    position: relative;    overflow: hidden;    margin-bottom: 19px;    background:      var(--white);    border:      1px solid      var(--border);    border-radius: 18px;    box-shadow:      0 9px 27px      rgba(56,45,37,.07);    transition:      transform .25s ease,      box-shadow .25s ease;  }  #western-fringe-top-page  .wf-feature::before {    content: \"\";    position: absolute;    top: 0;    left: 0;    right: 0;    z-index: 2;    height: 3px;    background:      linear-gradient(        90deg,        var(--black),        var(--charcoal)      );  }  #western-fringe-top-page  .wf-feature:nth-of-type(even)::before {    background:      linear-gradient(        90deg,        var(--brown-dark),        var(--brown-mid)      );  }  \/* =========================================================     FEATURE IMAGE  ========================================================= *\/  #western-fringe-top-page  .wf-feature-image {    overflow: hidden;    background:      var(--cream);  }  #western-fringe-top-page  .wf-feature-image img {    width: 100%;    height: auto;  }  \/* =========================================================     FEATURE COPY  ========================================================= *\/  #western-fringe-top-page  .wf-feature-copy {    padding:      20px 22px      22px;    background:      linear-gradient(        90deg,        #ffffff 0%,        #faf6f1 100%      );  }  #western-fringe-top-page  .wf-feature-copy h2 {    margin:      0 0      7px;    color:      var(--black);    font-size: 21px;    font-weight: 820;    line-height: 1.32;  }  #western-fringe-top-page  .wf-feature:nth-of-type(even)  .wf-feature-copy h2 {    color:      var(--brown-dark);  }  #western-fringe-top-page  .wf-feature-copy p {    margin: 0;    color:      var(--muted);    font-size: 14px;    line-height: 1.65;  }  #western-fringe-top-page  .wf-feature-copy strong {    color:      var(--black);  }  \/* =========================================================     SIZE IMAGE  ========================================================= *\/  #western-fringe-top-page  .wf-size {    overflow: hidden;    margin-top: 24px;    padding: 6px;    background:      var(--white);    border:      1px solid      var(--border);    border-radius: 15px;    box-shadow:      0 7px 21px      rgba(56,45,37,.055);  }  #western-fringe-top-page  .wf-size img {    width: 100%;    height: auto;    object-fit: contain;  }  #western-fringe-top-page  .wf-size-note {    max-width: 700px;    margin:      10px auto      0;    padding:      0 14px;    color:      var(--muted);    font-size: 12px;    line-height: 1.55;    text-align: center;  }  \/* =========================================================     PRODUCT DETAIL  ========================================================= *\/  #western-fringe-top-page  .wf-details {    margin-top: 22px;    padding:      18px 20px;    background:      linear-gradient(        100deg,        #faf7f2 0%,        #eee2d7 52%,        #dfc8b6 100%      );    border:      1px solid      var(--border);    border-left:      4px solid      var(--brown-dark);    border-radius: 15px;  }  #western-fringe-top-page  .wf-details h2 {    margin:      0 0      9px;    color:      var(--black);    font-size: 21px;    font-weight: 850;  }  #western-fringe-top-page  .wf-detail-row {    display: grid;    grid-template-columns:      115px      minmax(0, 1fr);    gap: 8px;    padding:      7px 0;    color:      var(--muted);    font-size: 13px;    line-height: 1.45;    border-bottom:      1px solid      rgba(109,75,53,.10);  }  #western-fringe-top-page  .wf-detail-row:last-child {    border-bottom: 0;  }  #western-fringe-top-page  .wf-detail-label {    color:      var(--brown-dark);    font-weight: 800;  }  \/* =========================================================     TRUST  ========================================================= *\/  #western-fringe-top-page  .wf-trust {    margin-top: 20px;    overflow: hidden;    background:      linear-gradient(        105deg,        #faf7f2 0%,        #eee2d8 50%,        #dfc7b4 100%      );    border:      1px solid      var(--border);    border-radius: 18px;  }  #western-fringe-top-page  .wf-trust-heading {    padding:      21px 15px      7px;    text-align: center;  }  #western-fringe-top-page  .wf-trust-eyebrow {    margin: 0;    color:      var(--brown-dark);    font-size: 10px;    font-weight: 800;    letter-spacing: .14em;    text-transform: uppercase;  }  #western-fringe-top-page  .wf-trust-grid {    display: grid;    grid-template-columns:      repeat(3, minmax(0, 1fr));  }  #western-fringe-top-page  .wf-trust-item {    padding:      18px 13px;    text-align: center;  }  #western-fringe-top-page  .wf-trust-item +  .wf-trust-item {    border-left:      1px solid      var(--border);  }  #western-fringe-top-page  .wf-trust-icon {    display: flex;    align-items: center;    justify-content: center;    width: 43px;    height: 43px;    margin:      0 auto      8px;    color:      #ffffff;    font-size: 18px;    background:      var(--black);    border-radius: 50%;  }  #western-fringe-top-page  .wf-trust-item:nth-child(2)  .wf-trust-icon {    background:      var(--brown);  }  #western-fringe-top-page  .wf-trust-item:nth-child(3)  .wf-trust-icon {    background:      var(--brown-dark);  }  #western-fringe-top-page  .wf-trust-title {    margin-bottom: 3px;    color:      var(--black);    font-size: 13px;    font-weight: 800;  }  #western-fringe-top-page  .wf-trust-text {    color:      var(--muted);    font-size: 11px;    line-height: 1.4;  }  \/* =========================================================     BUY NOW  ========================================================= *\/  #western-fringe-top-page  .wf-buy {    padding:      21px 18px      18px;    text-align: center;    border-top:      1px solid      var(--border);  }  #western-fringe-top-page  .wf-buy-button {    display: inline-flex;    align-items: center;    justify-content: center;    width: 100%;    max-width: 500px;    min-height: 55px;    padding:      13px 26px;    color:      #ffffff !important;    font-size: 16px;    font-weight: 850;    letter-spacing: .045em;    text-decoration:      none !important;    text-transform: uppercase;    background:      linear-gradient(        90deg,        #8d6245 0%,        #5e402f 48%,        #252321 100%      );    border:      2px solid      #684834;    border-radius: 50px;    box-shadow:      0 8px 23px      rgba(75,50,34,.29);    cursor: pointer;    transition:      transform .25s ease,      box-shadow .25s ease;  }  #western-fringe-top-page  .wf-buy-button:hover {    color:      #ffffff !important;    transform:      translateY(-2px);    box-shadow:      0 12px 28px      rgba(75,50,34,.37);  }  #western-fringe-top-page  .wf-buy-note {    margin:      8px 0      0;    color:      var(--muted);    font-size: 11px;  }  \/* =========================================================     HOVER  ========================================================= *\/  @media    (hover:hover)    and (pointer:fine) {    #western-fringe-top-page    .wf-feature:hover {      transform:        translateY(-2px);      box-shadow:        0 14px 34px        rgba(56,45,37,.10);    }  }  \/* =========================================================     MOBILE  ========================================================= *\/  @media (max-width: 600px) {    #western-fringe-top-page {      font-size: 15px;    }    #western-fringe-top-page    .wf-hero {      padding:        28px 14px        24px;      border-radius: 17px;    }    #western-fringe-top-page    .wf-badge {      padding:        6px 10px;      font-size: 9px;    }    #western-fringe-top-page    .wf-hero h1 {      font-size: 28px;    }    #western-fringe-top-page    .wf-opening {      font-size: 14px;    }    #western-fringe-top-page    .wf-description {      font-size: 13px;    }    #western-fringe-top-page    .wf-tags {      gap: 5px;      margin-top: 16px;    }    #western-fringe-top-page    .wf-tags li {      padding:        5px 8px;      font-size: 11px;    }    #western-fringe-top-page    .wf-section-heading {      margin:        30px 0        17px;    }    #western-fringe-top-page    .wf-feature {      margin-bottom: 15px;      border-radius: 14px;    }    #western-fringe-top-page    .wf-feature-copy {      padding:        16px 14px        18px;    }    #western-fringe-top-page    .wf-feature-copy h2 {      font-size: 18px;    }    #western-fringe-top-page    .wf-feature-copy p {      font-size: 13px;    }    #western-fringe-top-page    .wf-size {      padding: 4px;      border-radius: 12px;    }    #western-fringe-top-page    .wf-details {      padding:        14px;      border-radius: 13px;    }    #western-fringe-top-page    .wf-details h2 {      font-size: 19px;    }    #western-fringe-top-page    .wf-detail-row {      grid-template-columns:        90px        minmax(0, 1fr);      gap: 6px;      padding:        6px 0;      font-size: 12px;    }    #western-fringe-top-page    .wf-trust-heading {      padding:        20px 12px        7px;    }    #western-fringe-top-page    .wf-trust-grid {      grid-template-columns: 1fr;    }    #western-fringe-top-page    .wf-trust-item {      display: grid;      grid-template-columns:        43px        1fr;      column-gap: 12px;      padding: 13px;      text-align: left;    }    #western-fringe-top-page    .wf-trust-item +    .wf-trust-item {      border-top:        1px solid        var(--border);      border-left: 0;    }    #western-fringe-top-page    .wf-trust-icon {      grid-row:        1 \/ 3;      margin: 0;    }    #western-fringe-top-page    .wf-trust-title,    #western-fringe-top-page    .wf-trust-text {      align-self: center;    }    #western-fringe-top-page    .wf-buy {      padding:        16px 13px;    }    #western-fringe-top-page    .wf-buy-button {      min-height: 52px;      font-size: 15px;    }  }\u003c\/style\u003e\u003cdiv id=\"western-fringe-top-page\"\u003e\n\u003c!-- HERO --\u003e\u003csection class=\"wf-hero\"\u003e\u003cdiv class=\"wf-hero-inner\"\u003e\n\u003cdiv class=\"wf-badge\"\u003e🤎 WESTERN • FRINGE • FEMININE GLAM\u003c\/div\u003e\n\u003ch1\u003e🤎 Western Glam Without the Costume Feel\u003c\/h1\u003e\n\u003cp class=\"wf-opening\"\u003eTurn a simple jeans-and-top outfit into a statement look.\u003c\/p\u003e\n\u003cdiv class=\"wf-gif\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/9_4_1_bf40e03a-5c61-48e2-bd49-c350f4c8429a.gif?v=1788512210\" alt=\"Women's Off Shoulder Western Fringe Top\"\u003e\u003c\/div\u003e\n\u003cp class=\"wf-description\"\u003eThis \u003cstrong\u003eoff-shoulder fringe top\u003c\/strong\u003e combines a curve-hugging fit with dramatic movement for an effortless Western-inspired style that feels feminine, bold, and easy to wear.\u003c\/p\u003e\n\u003cul class=\"wf-tags\"\u003e\n\u003cli\u003e✨ Off-Shoulder Neckline\u003c\/li\u003e\n\u003cli\u003e🌾 Statement Fringe\u003c\/li\u003e\n\u003cli\u003e🔥 Slim Feminine Fit\u003c\/li\u003e\n\u003cli\u003e🤸 Comfortable Stretch\u003c\/li\u003e\n\u003cli\u003e🤎 Western Styling\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SECTION TITLE --\u003e\u003ch2 class=\"wf-section-heading\"\u003eModern Cowgirl Style, Made Easy\u003c\/h2\u003e\n\u003c!-- FEATURE 1 --\u003e\u003carticle class=\"wf-feature\"\u003e\u003cdiv class=\"wf-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/592484ae-fa9d-463a-82e4-6b995f2ea1b9.webp?v=1788516888\" alt=\"Off Shoulder Western Fringe Top\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wf-feature-copy\"\u003e\n\u003ch2\u003e✨ Flattering Off-Shoulder Neckline\u003c\/h2\u003e\n\u003cp\u003eThe wide neckline sits beautifully across the shoulders, highlighting the collarbone and creating a feminine silhouette that instantly feels more elevated than an ordinary long-sleeve top.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003c!-- FEATURE 2 --\u003e\u003carticle class=\"wf-feature\"\u003e\u003cdiv class=\"wf-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/fbde116d-c6da-4c0e-8063-11e04fd84f07.webp?v=1788516887\" alt=\"Western Fringe Sleeve Top\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wf-feature-copy\"\u003e\n\u003ch2\u003e🌾 Statement Fringe Sleeves\u003c\/h2\u003e\n\u003cp\u003eLong cascading fringe along the sleeves moves naturally with every step and gesture, giving the top its signature \u003cstrong\u003eWestern-inspired movement and personality\u003c\/strong\u003e without overwhelming the outfit.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003c!-- FEATURE 3 --\u003e\u003carticle class=\"wf-feature\"\u003e\u003cdiv class=\"wf-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/6ca76b8c-204b-4aed-af98-ee69ddb07750.webp?v=1788516887\" alt=\"Slim Fit Fringe Western Top\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wf-feature-copy\"\u003e\n\u003ch2\u003e🔥 Curve-Hugging Slim Fit\u003c\/h2\u003e\n\u003cp\u003eThe fitted silhouette follows your natural shape through the bust and waist, creating a sleek, defined look that pairs especially well with high-waisted jeans and statement belts.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003c!-- FEATURE 4 --\u003e\u003carticle class=\"wf-feature\"\u003e\u003cdiv class=\"wf-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/eb9588fb-7707-4cf4-9e20-802dfad9afe0.webp?v=1788516886\" alt=\"Stretchy Women's Western Fringe Top\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wf-feature-copy\"\u003e\n\u003ch2\u003e🤸 Comfortable Stretch\u003c\/h2\u003e\n\u003cp\u003eThe flexible fabric stretches with your body for easier movement while helping the top maintain its close, flattering shape—ideal for wearing from daytime plans into the evening.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003c!-- FEATURE 5 --\u003e\u003carticle class=\"wf-feature\"\u003e\u003cdiv class=\"wf-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/b2e43a64-5cf7-421f-875a-0e5fa93d2378.webp?v=1788516888\" alt=\"Modern Cowgirl Fringe Top Styling\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wf-feature-copy\"\u003e\n\u003ch2\u003e🤎 Effortless Western Styling\u003c\/h2\u003e\n\u003cp\u003ePair it with denim, cowboy boots, a statement buckle belt, or layered jewelry for an instant \u003cstrong\u003emodern cowgirl look\u003c\/strong\u003e that feels stylish rather than costume-like.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003c!-- FEATURE 6 --\u003e\u003carticle class=\"wf-feature\"\u003e\u003cdiv class=\"wf-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/fc5898e2-102c-4afb-bd55-df145f15b915.webp?v=1788516887\" alt=\"Spring Fall Western Fringe Top\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wf-feature-copy\"\u003e\n\u003ch2\u003e🍂 Easy Spring-to-Fall Statement Piece\u003c\/h2\u003e\n\u003cp\u003eLong sleeves provide comfortable coverage while the open neckline keeps the look light and feminine—perfect for transitional seasons and cool evenings.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003c!-- FEATURE 7 --\u003e\u003carticle class=\"wf-feature\"\u003e\u003cdiv class=\"wf-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/3d264751-3bd6-463b-8972-75c77d9764b5.webp?v=1788516888\" alt=\"Western Fringe Top Country Night Styling\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wf-feature-copy\"\u003e\n\u003ch2\u003e🌟 From Casual Days to Country Nights\u003c\/h2\u003e\n\u003cp\u003ePerfect for \u003cstrong\u003econcerts, festivals, rodeos, country bars, date nights, outdoor events, weekend outings, and everyday Western-inspired styling\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003c!-- SIZE IMAGE --\u003e\u003csection class=\"wf-size\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/17885172378508.webp?v=1788517318\" alt=\"\"\u003e\u003c\/section\u003e\u003cp class=\"wf-size-note\"\u003ePlease check the size chart before ordering to find your preferred fitted look.\u003c\/p\u003e\n\u003c!-- PRODUCT DETAIL --\u003e\u003csection class=\"wf-details\"\u003e\u003ch2\u003eProduct Detail\u003c\/h2\u003e\n\u003cdiv class=\"wf-detail-row\"\u003e\n\u003cdiv class=\"wf-detail-label\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv\u003eWomen’s Fringe Long-Sleeve Top\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wf-detail-row\"\u003e\n\u003cdiv class=\"wf-detail-label\"\u003eNeckline\u003c\/div\u003e\n\u003cdiv\u003eOff-Shoulder \/ Wide Neckline\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wf-detail-row\"\u003e\n\u003cdiv class=\"wf-detail-label\"\u003eSleeves\u003c\/div\u003e\n\u003cdiv\u003eLong Sleeve\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wf-detail-row\"\u003e\n\u003cdiv class=\"wf-detail-label\"\u003eDetail\u003c\/div\u003e\n\u003cdiv\u003eCascading Fringe Sleeve Trim\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wf-detail-row\"\u003e\n\u003cdiv class=\"wf-detail-label\"\u003eFit\u003c\/div\u003e\n\u003cdiv\u003eSlim \/ Body-Contouring Fit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wf-detail-row\"\u003e\n\u003cdiv class=\"wf-detail-label\"\u003eFeel\u003c\/div\u003e\n\u003cdiv\u003eStretchy \u0026amp; Flexible\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wf-detail-row\"\u003e\n\u003cdiv class=\"wf-detail-label\"\u003eStyle\u003c\/div\u003e\n\u003cdiv\u003eWestern \/ Cowgirl \/ Casual Chic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wf-detail-row\"\u003e\n\u003cdiv class=\"wf-detail-label\"\u003eBest For\u003c\/div\u003e\n\u003cdiv\u003eConcerts \/ Festivals \/ Rodeos \/ Country Nights \/ Date Nights \/ Casual Outings \/ Spring \u0026amp; Fall Wear\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- TRUST + BUY NOW --\u003e\u003csection class=\"wf-trust\"\u003e\u003cdiv class=\"wf-trust-heading\"\u003e\u003cp class=\"wf-trust-eyebrow\"\u003eSHOP WITH CONFIDENCE\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"wf-trust-grid\"\u003e\n\u003cdiv class=\"wf-trust-item\"\u003e\n\u003cdiv class=\"wf-trust-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"wf-trust-title\"\u003eTracked Shipping\u003c\/div\u003e\n\u003cdiv class=\"wf-trust-text\"\u003eFollow your order through final delivery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wf-trust-item\"\u003e\n\u003cdiv class=\"wf-trust-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"wf-trust-title\"\u003eQuality Checked\u003c\/div\u003e\n\u003cdiv class=\"wf-trust-text\"\u003eCarefully inspected before shipping.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wf-trust-item\"\u003e\n\u003cdiv class=\"wf-trust-icon\"\u003e♡\u003c\/div\u003e\n\u003cdiv class=\"wf-trust-title\"\u003eHelpful Support\u003c\/div\u003e\n\u003cdiv class=\"wf-trust-text\"\u003eFriendly help with sizing and orders.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BUY NOW --\u003e\u003cdiv class=\"wf-buy\"\u003e\u003cp class=\"wf-buy-note\"\u003eChoose your preferred color and size above.\u003c\/p\u003e\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LYLY","offers":[{"title":"Brown \/ S","offer_id":48401605787837,"sku":"B02894-A-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ M","offer_id":48401605820605,"sku":"B02894-A-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ L","offer_id":48401605853373,"sku":"B02894-A-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XL","offer_id":48401605886141,"sku":"B02894-A-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Brown \/ XXL","offer_id":48401605918909,"sku":"B02894-A-2XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":48401605951677,"sku":"B02894-B-S","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":48401605984445,"sku":"B02894-B-M","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":48401606017213,"sku":"B02894-B-L","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":48401606049981,"sku":"B02894-B-XL","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ XXL","offer_id":48401606082749,"sku":"B02894-B-2XL","price":29.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/a48aa949-e98e-4de7-99f7-f20858fae437.webp?v=1788853512","url":"https:\/\/valorsnet.us\/products\/women-s-off-shoulder-fringe-western-top","provider":"Valors-net","version":"1.0","type":"link"}