/* CAP v0.3.0 modular extract: artist-storefront */
body.caps-front.caps-artist-storefront .caps-artist-hero,
body.caps-front.caps-artist-storefront .caps-artist-intro{
  width:min(1280px,calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}
body.caps-front.caps-artist-storefront .caps-artist-hero{
  position:relative;
  min-height:330px;
  margin-top:28px;
  overflow:hidden;
  background:linear-gradient(135deg,#314650 0%,#233640 100%);
  box-shadow:0 24px 60px rgba(21,45,57,.18);
}
.caps-artist-hero-media{
  position:absolute;inset:0;
  background-image:var(--caps-artist-hero);
  background-size:cover;
  background-position:center;
  transform:scale(1.015);
}
.caps-artist-hero-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(18,35,44,.86) 0%,rgba(18,35,44,.66) 44%,rgba(18,35,44,.22) 78%,rgba(18,35,44,.08) 100%);
}
.caps-artist-hero-inner{
  position:relative;z-index:2;
  min-height:330px;
  max-width:760px;
  padding:62px 64px 56px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.caps-artist-hero .caps-kicker{color:#e6bea8;}
.caps-artist-hero h1{
  margin:0!important;
  max-width:720px;
  color:#fff!important;
  font-size:clamp(42px,6vw,78px)!important;
  line-height:.97!important;
  letter-spacing:-.045em!important;
  font-weight:650!important;
  text-shadow:0 4px 22px rgba(0,0,0,.18);
}
.caps-collection-name{margin:14px 0 0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.45;}
body.caps-front.caps-artist-storefront .caps-artist-intro{
  position:relative;
  z-index:3;
  margin-top:-30px;
  margin-bottom:50px;
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  background:#fff;
  border:1px solid #e1ddd6;
  box-shadow:0 22px 54px rgba(21,45,57,.13);
}
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-no-portrait{grid-template-columns:1fr;max-width:980px;}
.caps-artist-portrait{min-height:100%;background:#f2eee7;overflow:hidden;}
.caps-artist-portrait img{display:block;width:100%;height:100%;min-height:240px;object-fit:cover;}
.caps-artist-bio{padding:34px 40px 36px;}
.caps-artist-bio .caps-kicker{color:var(--caps-wine);}
.caps-artist-bio h2{
  margin:0 0 13px!important;
  color:var(--caps-ink)!important;
  font-size:clamp(27px,3vw,38px)!important;
  line-height:1.05!important;
  letter-spacing:-.03em!important;
  font-weight:650!important;
}
.caps-artist-copy{max-width:900px;color:#42545d;font-size:15px;line-height:1.68;}
.caps-artist-copy p{margin:0 0 12px;}
.caps-artist-copy p:last-child{margin-bottom:0;}
@media (max-width:760px){body.caps-front.caps-artist-storefront .caps-artist-hero,
  body.caps-front.caps-artist-storefront .caps-artist-intro{width:calc(100% - 28px);}
body.caps-front.caps-artist-storefront .caps-artist-hero{min-height:300px;margin-top:18px;}
.caps-artist-hero-inner{min-height:300px;padding:42px 28px 36px;}
.caps-artist-hero h1{font-size:44px!important;}
body.caps-front.caps-artist-storefront .caps-artist-intro{grid-template-columns:1fr;margin-top:-18px;margin-bottom:36px;}
.caps-artist-portrait{max-height:300px;}
.caps-artist-portrait img{height:300px;min-height:0;}
.caps-artist-bio{padding:28px 25px 30px;}}
.caps-artist-collections{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto 34px;
  padding:22px 24px 24px;
  background:#fff;
  border:1px solid rgba(21,45,57,.10);
  box-shadow:0 14px 36px rgba(21,45,57,.08);
}
.caps-artist-collections-head{display:flex;align-items:baseline;gap:14px;margin-bottom:16px;}
.caps-artist-collections-head strong{font-size:20px;color:var(--caps-ink);letter-spacing:-.02em;}
.caps-artist-collections-list{display:flex;flex-wrap:wrap;gap:10px;}
.caps-artist-collection-link{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-width:190px;padding:12px 15px;background:var(--caps-paper);border:1px solid #ddd8cf;color:var(--caps-ink)!important;text-decoration:none!important;font-size:14px;font-weight:700;box-shadow:0 5px 15px rgba(21,45,57,.05);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;}
.caps-artist-collection-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(21,45,57,.10);border-color:#c9c1b6;}
@media (max-width:700px){.caps-artist-collections{width:calc(100% - 28px);margin-bottom:28px;padding:19px 18px 20px;}
.caps-artist-collections-head{display:block;}
.caps-artist-collections-head .caps-kicker{display:block;margin-bottom:6px;}
.caps-artist-collections-list{display:grid;grid-template-columns:1fr;gap:9px;}
.caps-artist-collection-link{width:100%;min-width:0;}}
body.caps-front.caps-artist-storefront .caps-artist-hero{
  box-shadow:
    0 4px 10px rgba(21,45,57,.14),
    0 24px 54px rgba(21,45,57,.24),
    0 42px 88px rgba(21,45,57,.14);
}
body.caps-front.caps-artist-storefront .caps-artist-intro{
  border-color:#d6d0c7;
  box-shadow:
    0 3px 7px rgba(21,45,57,.10),
    0 18px 38px rgba(21,45,57,.16),
    0 34px 66px rgba(21,45,57,.11);
}
.caps-artist-portrait{
  box-shadow:inset -1px 0 0 rgba(21,45,57,.08);
}
.caps-artist-collections{
  border-color:#d4cdc2;
  box-shadow:
    0 2px 6px rgba(21,45,57,.07),
    0 14px 30px rgba(21,45,57,.11),
    0 26px 52px rgba(21,45,57,.07);
}
.caps-artist-collection-link{
  box-shadow:
    0 2px 4px rgba(21,45,57,.07),
    0 8px 18px rgba(21,45,57,.09);
}
.caps-artist-collection-link:hover{
  transform:translateY(-3px);
  box-shadow:
    0 4px 8px rgba(21,45,57,.10),
    0 14px 28px rgba(21,45,57,.16);
}
body.caps-front.caps-artist-storefront .product-grid-item .product-wrapper,
body.caps-front.caps-artist-storefront .wd-product .product-wrapper{
  background:#fff;
  border:1px solid rgba(209,202,192,.78);
  box-shadow:
    0 2px 5px rgba(21,45,57,.08),
    0 10px 22px rgba(21,45,57,.10),
    0 20px 38px rgba(21,45,57,.06);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.caps-front.caps-artist-storefront .product-grid-item:hover .product-wrapper,
body.caps-front.caps-artist-storefront .wd-product:hover .product-wrapper{
  transform:translateY(-3px);
  border-color:#c7beb1;
  box-shadow:
    0 4px 8px rgba(21,45,57,.10),
    0 16px 32px rgba(21,45,57,.15),
    0 30px 56px rgba(21,45,57,.09);
}
body.caps-front.caps-artist-storefront .product-grid-item .product-element-top,
body.caps-front.caps-artist-storefront .wd-product .product-element-top{
  box-shadow:inset 0 -1px 0 rgba(21,45,57,.05);
}
body.caps-front.caps-artist-storefront .product-grid-item .product-element-bottom,
body.caps-front.caps-artist-storefront .wd-product .product-element-bottom{
  padding-left:14px;
  padding-right:14px;
  padding-bottom:15px;
}
@media(max-width:760px){body.caps-front.caps-artist-storefront .caps-artist-hero{box-shadow:0 16px 34px rgba(21,45,57,.20),0 26px 48px rgba(21,45,57,.10);}
body.caps-front.caps-artist-storefront .product-grid-item .product-wrapper,
  body.caps-front.caps-artist-storefront .wd-product .product-wrapper{box-shadow:0 7px 18px rgba(21,45,57,.10),0 14px 28px rgba(21,45,57,.06);}
body.caps-front.caps-artist-storefront .product-grid-item:hover .product-wrapper,
  body.caps-front.caps-artist-storefront .wd-product:hover .product-wrapper{transform:none;}}
@media (min-width:761px){body.caps-front.caps-artist-storefront .caps-artist-hero{
    width:min(1360px,calc(100% - 56px));
    min-height:430px;
    margin-top:32px;
    box-shadow:
      0 3px 8px rgba(21,45,57,.10),
      0 24px 54px rgba(21,45,57,.20),
      0 44px 86px rgba(21,45,57,.12);
  }
.caps-artist-hero-inner{
    min-height:430px;
    max-width:800px;
    padding:74px 72px 70px;
  }
.caps-artist-hero h1{
    font-size:clamp(54px,6.4vw,88px)!important;
    max-width:760px;
  }
.caps-artist-hero-media{
    transform:scale(1.025);
  }
.caps-artist-hero-shade{
    background:
      linear-gradient(90deg,rgba(13,30,39,.90) 0%,rgba(18,35,44,.68) 42%,rgba(18,35,44,.28) 72%,rgba(18,35,44,.08) 100%),
      linear-gradient(0deg,rgba(11,28,36,.24),transparent 48%);
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-has-portrait{
    width:min(1240px,calc(100% - 88px));
    margin-top:-78px;
    margin-bottom:62px;
    grid-template-columns:300px minmax(0,1fr);
    gap:28px;
    align-items:start;
    background:transparent;
    border:0;
    box-shadow:none;
  }
.caps-has-portrait .caps-artist-portrait{
    position:relative;
    z-index:5;
    min-height:360px;
    margin-left:18px;
    border:10px solid #fff;
    background:#f2eee7;
    box-shadow:
      0 4px 10px rgba(21,45,57,.13),
      0 24px 48px rgba(21,45,57,.22),
      0 44px 74px rgba(21,45,57,.13);
    transform:translateY(-34px);
  }
.caps-has-portrait .caps-artist-portrait img{
    min-height:340px;
    height:340px;
    object-fit:cover;
  }
.caps-has-portrait .caps-artist-bio{
    position:relative;
    z-index:4;
    margin-top:70px;
    padding:38px 44px 40px;
    background:#fff;
    border:1px solid #d9d2c8;
    box-shadow:
      0 3px 8px rgba(21,45,57,.08),
      0 18px 38px rgba(21,45,57,.14),
      0 34px 60px rgba(21,45,57,.08);
  }
.caps-has-portrait .caps-artist-bio:before{
    content:"";
    position:absolute;
    left:-28px;
    top:42px;
    width:56px;
    height:3px;
    background:linear-gradient(90deg,#92734c,#6f7c62);
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-no-portrait{
    width:min(1040px,calc(100% - 96px));
    max-width:none;
    margin-top:-72px;
    margin-left:max(48px,calc((100% - min(1240px,calc(100% - 88px)))/2 + 88px));
    margin-right:auto;
    margin-bottom:62px;
    display:block;
    background:transparent;
    border:0;
    box-shadow:none;
  }
.caps-no-portrait .caps-artist-bio{
    position:relative;
    padding:42px 48px 44px;
    background:rgba(255,255,255,.98);
    border:1px solid #d8d1c6;
    border-left:4px solid #8a6c4b;
    box-shadow:
      0 3px 8px rgba(21,45,57,.09),
      0 22px 46px rgba(21,45,57,.17),
      0 40px 72px rgba(21,45,57,.10);
  }
.caps-hero-no-portrait .caps-artist-hero-inner{
    max-width:720px;
  }
.caps-hero-no-portrait .caps-artist-hero-inner:before{
    content:"";
    position:absolute;
    inset:46px 30px 44px 38px;
    z-index:-1;
    background:linear-gradient(135deg,rgba(18,35,44,.40),rgba(18,35,44,.08));
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 20px 46px rgba(0,0,0,.10);
    backdrop-filter:blur(2px);
  }}
@media (max-width:760px){body.caps-front.caps-artist-storefront .caps-artist-hero{
    width:calc(100% - 22px);
    min-height:350px;
    margin-top:12px;
    box-shadow:0 16px 34px rgba(21,45,57,.20),0 28px 48px rgba(21,45,57,.10);
  }
.caps-artist-hero-inner{
    min-height:350px;
    padding:46px 24px 38px;
  }
.caps-artist-hero h1{
    font-size:clamp(42px,13vw,58px)!important;
    line-height:.94!important;
  }
.caps-artist-hero-shade{
    background:linear-gradient(90deg,rgba(13,30,39,.90) 0%,rgba(18,35,44,.66) 58%,rgba(18,35,44,.18) 100%);
  }
body.caps-front.caps-artist-storefront .caps-artist-intro{
    width:calc(100% - 30px);
    margin-bottom:34px;
    background:transparent;
    border:0;
    box-shadow:none;
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-has-portrait{
    display:block;
    margin-top:-42px;
  }
.caps-has-portrait .caps-artist-portrait{
    position:relative;
    z-index:5;
    width:min(56vw,210px);
    height:auto;
    max-height:none;
    margin:0 0 -24px 18px;
    border:7px solid #fff;
    box-shadow:0 16px 34px rgba(21,45,57,.23),0 28px 48px rgba(21,45,57,.11);
  }
.caps-has-portrait .caps-artist-portrait img{
    height:auto;
    min-height:0;
    aspect-ratio:4/5;
    object-fit:cover;
  }
.caps-has-portrait .caps-artist-bio,
  .caps-no-portrait .caps-artist-bio{
    position:relative;
    z-index:4;
    padding:34px 24px 30px;
    background:#fff;
    border:1px solid #ddd6cc;
    box-shadow:0 12px 28px rgba(21,45,57,.13),0 22px 42px rgba(21,45,57,.07);
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-no-portrait{
    display:block;
    margin-top:-38px;
  }
.caps-no-portrait .caps-artist-bio{
    border-left:3px solid #8a6c4b;
  }}
@media (min-width:761px){body.caps-front.caps-artist-storefront .caps-artist-hero{
    min-height:470px;
  }
.caps-artist-hero-inner{
    min-height:470px;
    padding:74px 72px 118px;
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-has-portrait{
    margin-top:-58px;
  }
.caps-has-portrait .caps-artist-portrait{
    transform:translateY(-28px);
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-no-portrait{
    margin-top:-58px;
  }}
@media (max-width:760px){body.caps-front.caps-artist-storefront .caps-artist-hero{
    min-height:390px;
  }
.caps-artist-hero-inner{
    min-height:390px;
    padding:48px 24px 88px;
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-has-portrait,
  body.caps-front.caps-artist-storefront .caps-artist-intro.caps-no-portrait{
    margin-top:-28px;
  }}
body.caps-front.caps-artist-storefront .caps-artist-collections{
  width:min(1440px,calc(100% - 72px));
  margin:0 auto 24px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  gap:18px;
  background:#f7f3ed;
  border:1px solid #cfc7ba;
  box-shadow:0 2px 5px rgba(21,45,57,.06),0 11px 24px rgba(21,45,57,.10),0 20px 40px rgba(21,45,57,.05);
  overflow:visible;
}
body.caps-front.caps-artist-storefront .caps-artist-collections-head{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  padding-right:18px;
  border-right:1px solid #d8d1c6;
  white-space:nowrap;
}
body.caps-front.caps-artist-storefront .caps-artist-collections-head .caps-kicker{margin:0;}
body.caps-front.caps-artist-storefront .caps-collection-context{
  color:#65727a;
  font-size:12px;
  line-height:1.3;
  letter-spacing:.02em;
}
body.caps-front.caps-artist-storefront .caps-collection-context strong{color:var(--caps-ink);font-weight:700;}
body.caps-front.caps-artist-storefront .caps-artist-collections-list{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}
body.caps-front.caps-artist-storefront .caps-artist-collection-link{
  min-width:0;
  padding:10px 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  background:#fff;
  border:1px solid #d7d0c5;
  color:var(--caps-ink)!important;
  font-size:13px;
  line-height:1.1;
  font-weight:700;
  white-space:nowrap;
  box-shadow:0 2px 5px rgba(21,45,57,.05);
  transform:none;
}
body.caps-front.caps-artist-storefront .caps-artist-collection-link:hover{
  transform:translateY(-1px);
  border-color:#b9afa2;
  box-shadow:0 5px 12px rgba(21,45,57,.10);
}
body.caps-front.caps-artist-storefront .caps-artist-collection-link.is-active{
  background:#213943;
  border-color:#213943;
  color:#fff!important;
  box-shadow:inset 0 -2px 0 #b46a44,0 5px 14px rgba(21,45,57,.14);
}
body.caps-front.caps-artist-storefront.caps-artist-collection .caps-artist-hero{
  margin-bottom:22px;
}
body.caps-front.caps-artist-storefront.caps-artist-collection .caps-artist-collections{
  margin-top:0;
}
@media (max-width:760px){body.caps-front.caps-artist-storefront .caps-artist-collections{
    width:calc(100% - 28px);
    margin-bottom:18px;
    padding:12px 0 12px 14px;
    display:block;
    overflow:hidden;
  }
body.caps-front.caps-artist-storefront .caps-artist-collections-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin:0 14px 9px 0;
    padding:0 0 9px;
    border-right:0;
    border-bottom:1px solid #ddd6cb;
  }
body.caps-front.caps-artist-storefront .caps-collection-context{
    max-width:65%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
  }
body.caps-front.caps-artist-storefront .caps-artist-collections-list{
    display:flex;
    flex-wrap:nowrap;
    gap:7px;
    padding:0 14px 3px 0;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }
body.caps-front.caps-artist-storefront .caps-artist-collections-list::-webkit-scrollbar{display:none;}
body.caps-front.caps-artist-storefront .caps-artist-collection-link{
    flex:0 0 auto;
    width:auto;
    min-width:0;
    padding:10px 12px;
    scroll-snap-align:start;
  }}
.caps-artist-hero-shade{display:none!important;}
body.caps-front.caps-artist-storefront .caps-artist-hero{
  background:#243942!important;
  box-shadow:0 16px 42px rgba(21,45,57,.16)!important;
}
body.caps-front.caps-artist-storefront .caps-artist-hero-media{
  transform:none!important;
  filter:none!important;
  opacity:1!important;
}
body.caps-front.caps-artist-storefront .caps-artist-hero-inner{
  background:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body.caps-front.caps-artist-storefront .caps-artist-hero-inner:before,
body.caps-front.caps-artist-storefront .caps-artist-hero-inner:after{
  content:none!important;
  display:none!important;
}
body.caps-front.caps-artist-storefront .caps-artist-hero h1{
  text-shadow:0 2px 3px rgba(0,0,0,.68),0 8px 24px rgba(0,0,0,.34)!important;
}
body.caps-front.caps-artist-storefront .caps-hero-link{
  background:#fff!important;
  border:1px solid rgba(21,45,57,.18)!important;
  box-shadow:0 7px 18px rgba(0,0,0,.16)!important;
}
body.caps-front.caps-artist-storefront .caps-hero-link:hover{
  background:#fff!important;
  box-shadow:0 10px 24px rgba(0,0,0,.20)!important;
}
body.caps-front.caps-artist-storefront .caps-artist-intro{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.caps-artist-bio{
  background:#fff!important;
  border:1px solid #d8d2c8!important;
  box-shadow:0 12px 32px rgba(21,45,57,.10)!important;
}
.caps-artist-bio:before,
.caps-artist-bio:after{content:none!important;display:none!important;}
.caps-artist-bio-head{
  margin-bottom:24px;
  padding-bottom:19px;
  border-bottom:1px solid #e7e1d8;
}
.caps-artist-bio-head .caps-kicker{margin-bottom:9px!important;}
.caps-artist-bio-head h2{margin-bottom:0!important;}
.caps-artist-copy{
  max-width:760px!important;
  color:#3f5058!important;
  font-size:15.5px!important;
  line-height:1.78!important;
}
.caps-artist-copy p{margin:0 0 18px!important;}
.caps-artist-copy p:last-child{margin-bottom:0!important;}
.caps-artist-copy-long{max-width:none!important;}
.caps-has-portrait .caps-artist-portrait{
  background:#f1ede6!important;
  border:8px solid #fff!important;
  box-shadow:0 14px 34px rgba(21,45,57,.16)!important;
  filter:none!important;
}
.caps-has-portrait .caps-artist-portrait img{
  filter:none!important;
  opacity:1!important;
}
@media (min-width:761px){body.caps-front.caps-artist-storefront .caps-artist-hero{
    min-height:440px!important;
  }
body.caps-front.caps-artist-storefront .caps-artist-hero-inner{
    min-height:440px!important;
    max-width:860px!important;
    padding:68px 72px 64px!important;
    justify-content:flex-end!important;
  }
body.caps-front.caps-artist-storefront .caps-artist-hero h1{
    max-width:780px!important;
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-has-portrait{
    width:min(1180px,calc(100% - 88px))!important;
    margin-top:-44px!important;
    margin-bottom:58px!important;
    grid-template-columns:280px minmax(0,1fr)!important;
    gap:30px!important;
    align-items:start!important;
  }
.caps-has-portrait .caps-artist-portrait{
    min-height:0!important;
    margin:0!important;
    transform:none!important;
  }
.caps-has-portrait .caps-artist-portrait img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/5!important;
    object-fit:cover!important;
  }
.caps-has-portrait .caps-artist-bio{
    margin-top:48px!important;
    padding:38px 44px 42px!important;
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-no-portrait{
    width:min(1000px,calc(100% - 96px))!important;
    max-width:none!important;
    margin:34px auto 58px!important;
  }
.caps-no-portrait .caps-artist-bio{
    padding:42px 48px 46px!important;
    border-left:1px solid #d8d2c8!important;
  }
.caps-artist-copy-long{
    column-count:2;
    column-gap:44px;
    column-rule:1px solid #ece7df;
    column-fill:balance;
  }
.caps-artist-copy-long p{
    break-inside:avoid;
    -webkit-column-break-inside:avoid;
  }}
@media (max-width:760px){body.caps-front.caps-artist-storefront .caps-artist-hero{
    min-height:360px!important;
  }
body.caps-front.caps-artist-storefront .caps-artist-hero-inner{
    min-height:360px!important;
    padding:44px 24px 40px!important;
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-has-portrait,
  body.caps-front.caps-artist-storefront .caps-artist-intro.caps-no-portrait{
    width:calc(100% - 28px)!important;
    margin:22px auto 36px!important;
  }
.caps-has-portrait .caps-artist-portrait{
    width:min(52vw,190px)!important;
    margin:0 0 14px 12px!important;
    border-width:6px!important;
    box-shadow:0 10px 24px rgba(21,45,57,.14)!important;
  }
.caps-has-portrait .caps-artist-bio,
  .caps-no-portrait .caps-artist-bio{
    margin:0!important;
    padding:28px 24px 30px!important;
    border-left:1px solid #d8d2c8!important;
    box-shadow:0 9px 22px rgba(21,45,57,.09)!important;
  }
.caps-artist-bio-head{
    margin-bottom:20px;
    padding-bottom:16px;
  }
.caps-artist-copy,
  .caps-artist-copy-long{
    max-width:none!important;
    columns:auto!important;
    font-size:15px!important;
    line-height:1.72!important;
  }}
body.caps-front.caps-artist-storefront .caps-artist-intro{
  position:relative!important;
  z-index:4!important;
}
@media (min-width:761px){body.caps-front.caps-artist-storefront .caps-artist-intro.caps-has-portrait{
    margin-top:-54px!important;
  }
.caps-has-portrait .caps-artist-bio{
    margin-top:14px!important;
  }
body.caps-front.caps-artist-storefront .caps-artist-intro.caps-no-portrait{
    margin:-30px auto 58px!important;
  }}
@media (max-width:760px){body.caps-front.caps-artist-storefront .caps-artist-intro.caps-has-portrait,
  body.caps-front.caps-artist-storefront .caps-artist-intro.caps-no-portrait{
    margin:-14px auto 36px!important;
  }}
