/* V3 PDP final parity calibration against the supplied current UNIQLO desktop/mobile references.
   This layer only adjusts the clean V3 PDP geometry; it does not affect V1/V2 or non-product routes. */
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-root{
  padding-top:8px;
}

body.recipe-store--uniqlo-v3.recipe-product-route .u3p-above{
  grid-template-columns:minmax(0,1fr) 448px;
  gap:72px;
}

/* UNIQLO's commerce panel moves directly from the product title into selectable attributes.
   Recipe's SKU remains available in the Description section below. */
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-summary > .u3p-code,
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-summary > .u3p-top-intro{
  display:none!important;
}

body.recipe-store--uniqlo-v3.recipe-product-route .u3p-title{
  margin-bottom:18px;
}

body.recipe-store--uniqlo-v3.recipe-product-route .u3p-summary{
  padding-top:4px;
}

body.recipe-store--uniqlo-v3.recipe-product-route .u3p-media-card,
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-media-card img{
  background:#f6f6f6;
}

/* Rating is deliberately made of three visual pieces by the V3 PDP JS: stars,
   average, review count. This mirrors the reference instead of styling one lump of text. */
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-rating{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:5px!important;
  white-space:nowrap!important;
  color:#000!important;
  text-decoration:none!important;
  line-height:1!important;
}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-rating-stars{
  display:inline-block!important;
  color:#000!important;
  font-size:17px!important;
  line-height:1!important;
  letter-spacing:-1.1px!important;
}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-rating-detail{
  display:inline-flex!important;
  align-items:center!important;
  gap:3px!important;
  margin:0!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:700!important;
}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-rating-average{color:#000!important;}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-rating-count{
  color:#005eb8!important;
  font-weight:400!important;
}

/* The variant helper is useful internally but UNIQLO does not show an extra stock
   explanation between the stock line and wishlist. Keep the live variant logic, hide
   only that presentation copy in V3. */
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-hint{display:none!important;}

/* Desktop commerce-panel calibration. */
@media (min-width:981px){
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-title{
    font-size:20px!important;
    line-height:1.25!important;
    letter-spacing:-.015em!important;
    margin-bottom:20px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-option-group{
    margin-bottom:19px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-option-group legend{
    margin-bottom:9px!important;
    font-size:14px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-option-values{
    gap:8px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-option{
    min-width:40px!important;
    min-height:40px!important;
    padding:0 8px!important;
    font-size:13px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-option:has(input:checked){
    padding:0 7px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-option-group:has(.u3p-size-guide){
    position:relative!important;
    padding-bottom:31px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-option-group:has(.u3p-size-guide) .u3p-size-guide{
    position:absolute!important;
    right:0!important;
    bottom:0!important;
    margin:0!important;
    font-size:13px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-rating-price{
    grid-template-columns:minmax(0,1fr) auto!important;
    margin:23px 0 8px!important;
    gap:14px!important;
    align-items:center!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-price-current{
    font-size:27px!important;
    line-height:1!important;
    letter-spacing:-.03em!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-price-compare{
    font-size:13px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-department{
    margin:0 0 20px!important;
    font-size:12px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-buy-row{
    grid-template-columns:156px 232px!important;
    justify-content:start!important;
    gap:16px!important;
    width:auto!important;
    max-width:404px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-qty{
    height:52px!important;
    grid-template-columns:44px 1fr 44px!important;
    border:0!important;
    border-radius:999px!important;
    background:#f5f5f5!important;
    overflow:hidden!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-qty button,
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-qty input{
    height:52px!important;
    background:transparent!important;
    border:0!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-qty button{
    font-size:18px!important;
    font-weight:300!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-qty input{
    font-size:15px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-add{
    width:232px!important;
    height:52px!important;
    padding:0 20px!important;
    border-radius:999px!important;
    font-size:14px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-stock{
    margin:8px 0 15px!important;
    font-size:11px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-actions-row{
    grid-template-columns:42px minmax(0,1fr)!important;
    gap:12px!important;
    max-width:404px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-share{
    width:42px!important;
    height:42px!important;
    font-size:16px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-wishlist{
    height:42px!important;
    font-size:12px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-shipping{
    max-width:404px!important;
    margin-top:18px!important;
    font-size:13px!important;
    line-height:1.45!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-availability{
    max-width:404px!important;
    margin-top:29px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-availability h2{
    font-size:26px!important;
    margin-bottom:10px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-availability p{
    font-size:13px!important;
  }
}

@media (max-width:980px){
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-root{
    padding-top:0;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-media-card{
    aspect-ratio:auto!important;
    height:calc(100vh - 96px);
    height:calc(100svh - 96px);
    min-height:560px;
    max-height:760px;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-media-card img{
    width:100%;
    height:100%;
    object-fit:contain!important;
    object-position:center;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-summary{
    padding-top:20px;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-title{
    margin-bottom:16px;
    font-size:20px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-option-group{
    margin-bottom:18px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-rating-price{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:10px!important;
    margin-top:18px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-price-current{
    font-size:26px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-rating-stars{
    font-size:15px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-rating-detail{
    font-size:12px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-buy-row{
    grid-template-columns:118px minmax(0,1fr)!important;
    gap:10px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-qty,
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-add{
    height:50px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-qty{
    border:0!important;
    border-radius:999px!important;
    background:#f5f5f5!important;
    grid-template-columns:36px 1fr 36px!important;
    overflow:hidden!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-qty button,
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-qty input{
    height:50px!important;
    border:0!important;
    background:transparent!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-add{
    border-radius:999px!important;
    font-size:12px!important;
  }

  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-actions-row{
    margin-top:13px!important;
  }
}

@media (max-width:420px) and (max-height:700px){
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-media-card{
    height:calc(100vh - 96px);
    height:calc(100svh - 96px);
    min-height:520px;
  }
}

/* Product-assigned reusable size charts. */
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart-body{padding:0!important}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart{padding:24px 0;border-top:1px solid #e5e5e5}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart:first-child{border-top:0}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__head{padding:0 0 16px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__head h3{margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.3}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__head p{margin:0;max-width:760px;color:#555;font-size:13px;line-height:1.55}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart table{width:100%;min-width:620px;border-collapse:collapse;border:1px solid #d9d9d9;background:#fff;font-size:13px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart th,
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart td{padding:12px 14px;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;text-align:center;white-space:nowrap}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart thead th{background:#f6f6f6;color:#111;font-weight:700}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart tbody th{background:#fafafa;text-align:left;font-weight:700}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart th small{display:block;margin-top:2px;color:#777;font-size:10px;font-weight:400;text-transform:none}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-guide{color:#005eb8!important;text-decoration:underline!important;text-underline-offset:3px}
@media(max-width:640px){
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart{padding:18px 0}
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart table{font-size:12px}
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart th,
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart td{padding:10px 12px}
}


/* UNIQLO-style size guide drawer. */
body.recipe-store--uniqlo-v3.u3p-size-drawer-open{overflow:hidden}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-guide{border:0;background:transparent;padding:0;font:inherit;cursor:pointer}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-guide-inline{border:0;border-bottom:1px solid #111;background:transparent;padding:0 0 2px;color:#111;font-size:14px;font-weight:700;cursor:pointer}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer-layer{position:fixed;inset:0;z-index:1800;visibility:hidden;pointer-events:none;transition:visibility 0s linear .28s}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer-layer.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.46);opacity:0;cursor:pointer;transition:opacity .28s ease}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer-layer.is-open .u3p-size-drawer-backdrop{opacity:1}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer{position:absolute;top:0;right:0;width:min(560px,100vw);height:100%;margin:0;background:#fff;color:#111;display:flex;flex-direction:column;box-shadow:-10px 0 30px rgba(0,0,0,.16);transform:translate3d(100%,0,0);transition:transform .28s cubic-bezier(.4,0,.2,1);outline:0}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer-layer.is-open .u3p-size-drawer{transform:translate3d(0,0,0)}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 28px;border-bottom:1px solid #d9d9d9;background:#fff;flex:0 0 auto}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__header h2{margin:0;font-size:20px;font-weight:700;line-height:1.2}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__close{width:44px;height:44px;border:0;background:transparent;color:#111;font-size:34px;font-weight:300;line-height:1;cursor:pointer}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__body{padding:24px 28px 40px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__intro{margin:0 0 20px;color:#555;font-size:13px;line-height:1.55}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer .u3p-size-chart{padding:22px 0}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer .u3p-size-chart:first-of-type{padding-top:0}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer .u3p-size-chart table{min-width:700px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__legacy{font-size:14px;line-height:1.65;white-space:normal}
@media(max-width:640px){
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer{width:100vw}
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__header{min-height:64px;padding:0 20px}
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__body{padding:20px 20px 32px}
}
@media(prefers-reduced-motion:reduce){
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer-layer,
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer-backdrop,
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer{transition:none}
}


/* Size chart drawer v2 - product measurements + UNIQLO-style guidance. */
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer{width:min(660px,100vw)}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__header{min-height:68px;padding:0 24px;border-bottom:1px solid #d7d7d7}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__header h2{font-size:22px;letter-spacing:-.01em}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__body{padding:0 24px 36px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer .u3p-size-chart{padding:24px 0 8px;border-top:0}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__head{padding:0 0 18px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__head h3{font-size:17px;line-height:1.35;margin-bottom:5px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__head p{font-size:12px;color:#6f6f6f;line-height:1.5}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__tabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dadada;border-bottom:0;background:#f2f2f2}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__tabs button{min-height:42px;border:0;border-right:1px solid #dadada;background:#f3f3f3;color:#555;font-size:13px;font-weight:600;cursor:pointer}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__tabs button:last-child{border-right:0}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__tabs button.is-active{background:#fff;color:#111;box-shadow:inset 0 -2px 0 #111}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__panel{border:1px solid #dadada;padding:18px 16px 16px;background:#fff}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__panel[hidden]{display:none!important}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__unit{display:flex;align-items:center;gap:24px;margin:0 0 16px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__unit label{display:inline-flex;align-items:center;gap:8px;color:#333;font-size:13px;cursor:pointer}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__unit input{appearance:none;width:20px;height:20px;margin:0;border:1.5px solid #777;border-radius:50%;background:#fff;display:grid;place-items:center}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__unit input::before{content:'';width:10px;height:10px;border-radius:50%;background:#111;transform:scale(0);transition:transform .12s ease}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__unit input:checked::before{transform:scale(1)}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__product-note{margin:0 0 16px;color:#444;font-size:12px;line-height:1.55}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__fit{margin:0 0 16px;padding:12px 14px;background:#f7f7f7}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__fit strong{display:block;margin-bottom:4px;font-size:12px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__fit p{margin:0;color:#444;font-size:12px;line-height:1.55}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__scroll{margin:0 -1px 4px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart table{min-width:720px;border:1px solid #d8d8d8;font-size:12px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart th,
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart td{padding:11px 12px;border-color:#dedede;text-align:left}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart thead th{background:#e9e9e9;color:#222;font-size:11px;font-weight:600;vertical-align:bottom}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart tbody th{background:#f6f6f6;font-weight:700}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart tbody tr:nth-child(even) td{background:#fafafa}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__measure-link{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:13px 0;border:0;border-top:1px solid #dedede;background:transparent;color:#111;font-size:13px;font-weight:600;text-align:left;cursor:pointer}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__measure-link span{font-size:22px;font-weight:300}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__diagram{margin:0 0 18px;padding:16px;background:#f7f7f7}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__diagram svg{display:block;width:100%;height:auto;max-height:180px}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__diagram path{fill:none;stroke:#777;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__diagram .u3p-diagram-arrow{stroke:#e60012;stroke-width:1.8}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__diagram text{fill:#333;font-size:12px;text-anchor:middle}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__guide-sections{display:grid;gap:0}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__guide-sections section{padding:16px 0;border-top:1px solid #e1e1e1}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__guide-sections section:first-child{border-top:0;padding-top:0}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__guide-sections h4{margin:0 0 7px;font-size:15px;line-height:1.35}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__guide-sections p{margin:0;color:#444;font-size:12px;line-height:1.65}
@media(max-width:640px){
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-drawer__body{padding:0 16px 28px}
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__head{padding-top:18px}
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart__panel{padding:16px 12px 14px}
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart table{min-width:680px;font-size:11px}
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart th,
  body.recipe-store--uniqlo-v3.recipe-product-route .u3p-size-chart td{padding:10px}
}


/* Standardized product care instructions. */
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-care-instructions h3{
  margin:0 0 10px;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-care-instructions ul{
  margin:0 0 20px;
  padding-left:20px;
}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-care-instructions li{
  margin:0 0 6px;
  color:#333;
  font-size:13px;
  line-height:1.55;
}
body.recipe-store--uniqlo-v3.recipe-product-route .u3p-care-instructions p{
  margin:0;
  color:#333;
  font-size:13px;
  line-height:1.55;
}
