.artist-notes__container{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media screen and (min-width: 750px){.artist-notes__container{grid-template-columns:1fr 1fr;gap:6rem;align-items:start}}.artist-notes__image-wrapper{position:relative;width:100%}.artist-notes__image-wrapper--full-width{display:none}.artist-notes--mobile-full{overflow-x:hidden;overflow-x:clip}.artist-notes__image{width:100%;height:auto;display:block}.artist-notes__image-wrapper--zoom{overflow:hidden}.artist-notes__image--zoomed{transform:scale(var(--zoom-scale, 1));transform-origin:var(--zoom-origin-x, 50%) var(--zoom-origin-y, 50%);will-change:transform}.artist-notes__content{width:100%}.artist-notes__quote{font-family:var(--font-heading-family);font-size:2rem;line-height:1.5;color:#000;margin:0 0 2rem;font-weight:400;quotes:none}@media screen and (min-width: 750px){.artist-notes__quote{font-size:2.4rem;line-height:1.4;margin-bottom:2.5rem}}.artist-notes--quote-style-statement .artist-notes__quote{position:relative;margin-left:0;padding-left:4rem;padding-top:2rem;border-left:none;padding-right:3rem;font-family:var(--font-body-family);font-style:italic;font-size:1.7rem;line-height:1.7;color:#000}.artist-notes--quote-style-statement .artist-notes__quote:before,.artist-notes--quote-style-statement .artist-notes__quote:after{content:none!important}.artist-notes__quote-decor{position:absolute;top:-.5rem;left:-.5rem;width:9rem;height:7.5rem;display:block}.artist-notes--quote-style-statement .artist-notes__author{text-align:right;font-style:italic;padding-right:4rem;color:#666;font-family:var(--font-body-family)}@media screen and (min-width: 750px){.artist-notes--quote-style-statement .artist-notes__author{padding-right:8rem}.artist-notes--quote-style-statement .artist-notes__quote{padding-top:1.5rem;font-size:1.85rem}.artist-notes__quote-decor{top:-.8rem;left:-.8rem;width:10rem;height:8.3rem}}.artist-notes__author{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.6;color:#333;margin:0 0 3rem;font-weight:400}@media screen and (min-width: 750px){.artist-notes__author{font-size:1.8rem;margin-bottom:3.5rem}}.artist-notes__accordion{margin-bottom:3rem}.artist-notes__accordion-trigger{display:flex;align-items:center;gap:1rem;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.artist-notes__accordion-trigger::-webkit-details-marker{display:none}.artist-notes__link-text{font-family:var(--font-body-family);font-size:1.5rem;color:#000;text-decoration:underline;font-weight:400;transition:color .2s ease}.artist-notes__accordion-trigger:hover .artist-notes__link-text{color:#666}@media screen and (min-width: 750px){.artist-notes__link-text{font-size:1.6rem}}.artist-notes__accordion-icon{flex-shrink:0;transition:transform .3s ease}.artist-notes__accordion[open] .artist-notes__accordion-icon{transform:rotate(180deg)}.artist-notes__description{font-family:var(--font-body-family);font-size:1.5rem;line-height:1.7;color:#444;margin-top:2rem}.artist-notes__description p{margin-bottom:1.5rem}.artist-notes__description p:last-child{margin-bottom:0}.artist-notes__description strong{font-weight:600}.artist-notes__description a{color:inherit;text-decoration:underline}.artist-notes__description a[href="#note-popup"]{font-family:var(--font-body-family)!important;color:#4a90e2!important;text-decoration:underline!important;font-weight:500;transition:color .2s ease;cursor:pointer!important;pointer-events:auto!important}.artist-notes__description a[href="#note-popup"]:hover{color:#357abd!important}@media screen and (min-width: 750px){.artist-notes__description{font-size:1.6rem;line-height:1.8}}.artist-notes__note-link{font-family:var(--font-body-family);font-size:inherit;color:#4a90e2;text-decoration:underline;background:none;border:none;padding:0;cursor:pointer;font-weight:500;transition:color .2s ease;display:inline}.artist-notes__note-link:hover{color:#357abd}.artist-notes__note-button{font-family:var(--font-body-family);font-size:1.5rem;color:#fff;text-decoration:none;background:#4a90e2;border:2px solid #4A90E2;padding:1.2rem 2.4rem;cursor:pointer;font-weight:400;transition:all .2s ease;margin-bottom:3rem;display:inline-block;border-radius:.4rem}.artist-notes__note-button:hover{background:#357abd;border-color:#357abd}@media screen and (min-width: 750px){.artist-notes__note-button{font-size:1.6rem}}.artist-notes__modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:none;align-items:center;justify-content:center;padding:0;margin:0}.artist-notes__modal.active{display:flex;background:#000000d6!important}.artist-notes__modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000f2;cursor:pointer}.artist-notes__modal-content{position:relative;max-width:90rem;max-height:90vh;width:100%;z-index:1;background:#fff;padding:3rem;border-radius:.8rem;box-shadow:0 .4rem 2rem #0000004d}.artist-notes__modal-image{width:100%;height:auto;max-height:calc(90vh - 6rem);object-fit:contain;display:block;border-radius:.4rem}.artist-notes__modal-close{position:absolute;top:1rem;right:1rem;background:#00000080;border:none;border-radius:50%;padding:0;cursor:pointer;color:#fff;transition:all .2s ease;z-index:2;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center}.artist-notes__modal-close:hover{background:#000c;transform:scale(1.1)}.artist-notes__modal-close svg{display:block;width:2rem;height:2rem}@media screen and (max-width: 749px){.artist-notes__modal-close{top:1rem;right:1rem;background:#00000080;width:3rem;height:3rem}.artist-notes__modal-close:hover{background:#000c}.artist-notes__modal-close svg{display:block;width:1.8rem;height:1.8rem}.artist-notes__modal{padding:2rem}.artist-notes__modal-content{max-height:90vh;padding:2rem}.artist-notes__modal-image{max-height:calc(90vh - 4rem)}}@media screen and (max-width: 749px){.artist-notes--mobile-full .artist-notes__image-wrapper--full-width{display:block;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:2rem}.artist-notes--mobile-full .page-width .artist-notes__image-wrapper{display:none}.artist-notes__container{gap:3rem}}@media screen and (min-width: 750px){.artist-notes--mobile-full .artist-notes__image-wrapper--full-width{display:none}.artist-notes--mobile-full .page-width .artist-notes__image-wrapper{display:block}}.artist-notes__below-content{margin-top:4rem;padding-top:0}@media screen and (min-width: 750px){.artist-notes__below-content{margin-top:5rem}}.artist-notes__below-description{font-family:var(--font-body-family);font-size:140%;line-height:1.7;color:#444;text-align:left}.artist-notes__below-description p{margin-bottom:1.5rem}.artist-notes__below-description p:last-child{margin-bottom:0}@media screen and (min-width: 750px){.artist-notes__below-description{line-height:1.8}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-artist-notes.css.map */
