@-webkit-keyframes reveal{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@-moz-keyframes reveal{0%{-moz-transform:scaleX(1);transform:scaleX(1)}to{-moz-transform:scaleX(0);transform:scaleX(0)}}@-o-keyframes reveal{0%{-o-transform:scaleX(1);transform:scaleX(1)}to{-o-transform:scaleX(0);transform:scaleX(0)}}@keyframes reveal{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}}@keyframes zoomOut{0%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomOut{0%{-webkit-transform:scale(1.1)}to{-webkit-transform:scale(1)}}@-moz-keyframes zoomOut{0%{-moz-transform:scale(1.1)}to{-moz-transform:scale(1)}}@-o-keyframes zoomOut{0%{-o-transform:scale(1.1)}to{-o-transform:scale(1)}}@keyframes fadeOut{0%{opacity:.0001}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:.0001}to{opacity:1}}@-moz-keyframes fadeOut{0%{opacity:.0001}to{opacity:1}}@-o-keyframes fadeOut{0%{opacity:.0001}to{opacity:1}}.collapsible-content{min-height:50vw}@media screen and (min-width:750px){.collapsible-content{min-height:unset}}.collapsible-content .container{display:flex;padding:0;flex-wrap:wrap}@media screen and (min-width:990px){.collapsible-content .container{height:100%;min-height:inherit;flex-wrap:nowrap}}.collapsible-content--full{min-height:50vh}@media screen and (min-width:750px){.collapsible-content--full{min-height:100vh}}.collapsible-content--large{min-height:50vh}@media screen and (min-width:750px){.collapsible-content--large{min-height:70vh}}.collapsible-content--large .collapsible-content__gallery{min-height:50vh}@media screen and (min-width:750px){.collapsible-content--large .collapsible-content__gallery{min-height:70vh}}@media screen and (min-width:990px){.collapsible-content--large .collapsible-content__gallery{min-height:unset}}.collapsible-content--medium{min-height:50vh}@media screen and (min-width:750px){.collapsible-content--medium{min-height:65vh}}.collapsible-content--medium .collapsible-content__gallery{min-height:50vh}@media screen and (min-width:750px){.collapsible-content--medium .collapsible-content__gallery{min-height:65vh}}@media screen and (min-width:990px){.collapsible-content--medium .collapsible-content__gallery{min-height:unset}}.collapsible-content__content{display:grid;grid-template-columns:1fr auto;gap:2.4rem}.collapsible-content__gallery{position:relative;width:100%;min-height:50vh}@media screen and (min-width:750px){.collapsible-content__gallery{min-height:65vh}}@media screen and (min-width:990px){.collapsible-content__gallery{min-height:100vh}}.collapsible-content__gallery.observe-me{position:relative}.collapsible-content__gallery.observe-me .collapsible-content__animated-overlay{display:block;position:absolute;top:0;right:-1px;bottom:0;left:0;background:rgb(var(--color-background));z-index:1}.collapsible-content__gallery.observe-me.is-inview .collapsible-content__animated-overlay{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center;-webkit-animation:reveal .6s ease-in-out;-moz-animation:reveal .6s ease-in-out;-ms-animation:reveal .6s ease-in-out;-o-animation:reveal .6s ease-in-out;animation:reveal .6s ease-in-out}@media screen and (min-width:990px){.collapsible-content__gallery{width:50%;min-height:unset}}.collapsible-content__gallery+.collapsible-content__info{width:100%;display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:990px){.collapsible-content__gallery+.collapsible-content__info{width:50%}}.collapsible-content__gallery+.collapsible-content__info--wrapper{width:min(52rem,100%)}.collapsible-content__gallery--image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.collapsible-content__gallery--image-wrapper .placeholder-svg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.collapsible-content__info{padding:0 2rem;width:100%;display:flex;align-items:center;justify-content:center}.collapsible-content__info--wrapper{width:min(60.8rem,100%)}.collapsible-content__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.collapsible-content__top{align-self:center}.collapsible-content__button{grid-row:2;grid-column:span 2;margin-top:2.4rem;display:inline-block}@media screen and (min-width:576px){.collapsible-content__button{grid-row:unset;grid-column:2;margin-left:auto}}.collapsible-content__heading{margin:0}.collapsible-content__items{grid-column:span 2}.collapsible-content__item{border-bottom:.1rem solid rgba(var(--color-border));transition:opacity var(--duration-default)}.collapsible-content__item:first-child{border-top:.1rem solid rgba(var(--color-border))}.collapsible-content__item.active .collapsible-content__icon svg{transform:rotate(180deg)}@media screen and (min-width:1200px){.collapsible-content__item--opacity{opacity:.5}}@media screen and (max-width:575px){.collapsible-content__top+.collapsible-content__button{grid-row:3}}.collapsible-content__subheading{margin:0}.collapsible-content__subheading+.collapsible-content__content{margin-top:.8rem}.collapsible-content__toggle{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 0;cursor:pointer;transition:opacity var(--duration-default) ease}.collapsible-content__toggle:hover{opacity:.6}.collapsible-content__toggle-group{display:flex;align-items:center}.collapsible-content__question{margin:0;transition:var(--duration-default)}.collapsible-content__digit,.collapsible-content__icon{display:flex;align-items:center;justify-content:center;overflow:hidden}.collapsible-content__icon svg{width:1.2rem;height:1.2rem;transition:var(--duration-default);transform:rotate(0)}@media screen and (min-width:1200px){.collapsible-content__icon svg{width:1.4rem;height:1.4rem}}.collapsible-content__answer{display:none;padding:0;padding-bottom:1.6rem}.collapsible-content__answer-inner{color:rgb(var(--color-foreground-title))}.collapsible-content__answer-inner h1,.collapsible-content__answer-inner h2,.collapsible-content__answer-inner h3,.collapsible-content__answer-inner h4{margin-top:0;margin-bottom:2.4rem}.collapsible-content__answer-inner h5,.collapsible-content__answer-inner h6,.collapsible-content__answer-inner p{margin-top:0;margin-bottom:1.6rem}.collapsible-content__answer-inner *:first-child{margin-top:0}.collapsible-content__answer-inner *:last-child{margin-bottom:0}.shopify-section[id$=__collapsible_content_kaaWV3]{margin-top:0!important;margin-bottom:0!important;background:#050505}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content{min-height:0;padding:clamp(44px,6vw,92px) 0;background:#050505;color:#fff;font-family:var(--font-body-family),"Instrument Sans","Helvetica Neue",Arial,sans-serif;letter-spacing:0}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content .container{display:block;width:min(1560px,calc(100vw - 36px));max-width:1560px;height:auto;min-height:0;padding:0}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__info,.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__info--wrapper{display:block;width:100%;max-width:none;padding:0}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__content{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,.82fr);gap:clamp(34px,6vw,96px);align-items:start}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__top{display:grid;align-self:start;gap:clamp(14px,1.7vw,22px);max-width:760px}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__top:before{content:"Humbler standards";color:#ffffff9e;font-size:clamp(11px,.82vw,13px);font-weight:850;line-height:1;letter-spacing:.16em;text-transform:uppercase}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__top:after{content:"Gift-ready jewelry for the dad who wears meaning every day. Two free chains with every pendant, lifetime warranty coverage, and free shipping on orders $100+.";max-width:650px;color:#ffffffc2;font-size:clamp(14px,1.02vw,17px);font-weight:400;line-height:1.55}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__heading{max-width:690px;margin:0;color:#fff;font-family:var(--font-body-family),"Instrument Sans","Helvetica Neue",Arial,sans-serif;font-size:clamp(48px,5vw,82px);font-weight:900;line-height:.88;letter-spacing:-.015em;text-transform:uppercase}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__items{grid-column:auto;border-top:1px solid rgba(255,255,255,.18)}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__item,.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__item:first-child{border-top:0;border-bottom:1px solid rgba(255,255,255,.18)}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__toggle{padding:clamp(16px,1.35vw,21px) 0;color:#fff}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__toggle:hover{opacity:.78}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__question{color:#fff;font-size:clamp(13px,.92vw,16px);font-weight:850;line-height:1.18;letter-spacing:.04em;text-transform:uppercase}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__item.active .collapsible-content__question,.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__icon{color:#fff}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__icon svg path{fill:currentColor;stroke:currentColor}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__answer{padding-bottom:clamp(18px,1.6vw,24px)}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__answer-inner{max-width:640px;color:#ffffffbd!important;font-size:clamp(13px,.95vw,15px);line-height:1.55}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__answer-inner *,.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__answer-inner p,.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__answer-inner li,.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__answer-inner a{color:inherit!important}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__answer-inner strong{color:#fff!important;font-weight:800}@media screen and (max-width:989px)and (min-width:750px){.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content{padding:54px 0 60px}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content .container{width:min(100%,calc(100vw - 36px))}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__content{grid-template-columns:minmax(0,.82fr) minmax(360px,.9fr);gap:34px}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__heading{font-size:clamp(44px,6.6vw,58px);line-height:.9}}@media screen and (max-width:749px){.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content{padding:40px 0 46px}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content .container{width:min(100%,calc(100vw - 24px))}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__content{grid-template-columns:1fr;gap:28px}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__heading{font-size:clamp(38px,11vw,58px);line-height:.92}.shopify-section[id$=__collapsible_content_kaaWV3] .collapsible-content__question{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/section-collapsible-content.css.map */
