:root{--gryft-black:#0a0a0a;--gryft-white:#ffffff;--gryft-muted:#777;--gryft-line:#d8d8d8}html{scroll-behavior:smooth}body{background:var(--gryft-white);color:var(--gryft-black)}body,button,input,select,textarea{font-family:Arial,Helvetica,sans-serif}.header-section{transition:background .25s ease,color .25s ease}.shopify-section-group-header-group .header-section{min-height:52px;padding-inline:18px;background:#fffffff5;border:0}.template-index .shopify-section-group-header-group{position:absolute;inset:0 0 auto;z-index:20}.template-index .shopify-section-group-header-group .header-section{background:transparent;color:#fff}.template-index .shopify-section-group-header-group a,.template-index .shopify-section-group-header-group button,.template-index .shopify-section-group-header-group svg{color:#fff;fill:currentColor}.shopify-section-group-header-group .header__heading-logo{max-height:34px;width:auto}.shopify-section-group-header-group .header__heading-link{letter-spacing:.16em;font-size:12px;font-weight:700}.shopify-section-group-header-group nav a{font-size:10px;text-transform:uppercase;letter-spacing:.02em;font-weight:700}.gryft-hero{position:relative;min-height:100vh;overflow:hidden;background:#111;color:#fff}.gryft-hero__media,.gryft-hero__media img,.gryft-hero__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gryft-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#2a2a2a,#0b0b0b)}.gryft-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay-opacity,.22))}.gryft-hero__content{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;padding:80px 24px 32px}.gryft-hero__title{margin:0 0 10px;font-size:clamp(25px,2vw,40px);line-height:1;text-transform:uppercase;letter-spacing:-.035em;font-weight:800}.gryft-hero__link{color:inherit;font-size:11px;text-transform:lowercase;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px}.gryft-arrivals{padding:30px 16px 80px}.gryft-arrivals__heading{margin:0 0 38px;font-size:22px;line-height:1;text-transform:uppercase;letter-spacing:-.04em;font-weight:800}.gryft-arrivals__grid{display:grid;grid-template-columns:repeat(var(--columns,3),minmax(0,1fr));column-gap:42px;row-gap:90px}.gryft-card{text-align:center;min-width:0}.gryft-card__image-wrap{display:block;aspect-ratio:1/1.05;overflow:hidden;background:#fff}.gryft-card__image{width:100%;height:100%;object-fit:contain;transition:transform .45s ease}.gryft-card:hover .gryft-card__image{transform:scale(1.025)}.gryft-card__meta{padding-top:22px;font-size:11px;line-height:1.45}.gryft-card__title{color:#111;text-decoration:none;font-weight:700;text-transform:uppercase}.gryft-card__price{margin-top:5px}.gryft-card__compare{color:#666;text-decoration:line-through;margin-left:8px}.gryft-card__sale{color:#e02929}.gryft-card__sold{color:#666}.gryft-product{min-height:calc(100vh - 52px);padding:80px 4vw 42px;display:grid;grid-template-columns:minmax(250px,1fr) minmax(420px,1.9fr) minmax(250px,1fr);align-items:center;gap:30px}.gryft-product__info{align-self:center;max-width:420px}.gryft-product__title{margin:0 0 12px;font-size:21px;text-transform:uppercase;letter-spacing:-.035em;font-weight:800}.gryft-product__price{font-size:12px;margin-bottom:22px}.gryft-product__price .compare{color:#777;text-decoration:line-through;margin-left:8px}.gryft-product__description{font-size:12px;line-height:1.45;margin-bottom:16px}.gryft-product__accordion{border-top:1px solid #aaa}.gryft-product__accordion details{border-bottom:1px solid #aaa}.gryft-product__accordion summary{cursor:pointer;list-style:none;padding:12px 5px;font-size:11px;display:flex;justify-content:space-between}.gryft-product__accordion summary::-webkit-details-marker{display:none}.gryft-product__accordion summary:after{content:"+";font-size:16px;line-height:.8}.gryft-product__accordion details[open] summary:after{content:"\2212"}.gryft-product__accordion-content{padding:0 5px 12px;font-size:11px;line-height:1.45}.gryft-product__media{width:100%}.gryft-product__media img{display:block;width:100%;max-height:72vh;object-fit:contain}.gryft-product__purchase{align-self:center}.gryft-product__variants{display:flex;flex-wrap:wrap;gap:5px 19px;margin-bottom:18px}.gryft-product__variants input{position:absolute;opacity:0;pointer-events:none}.gryft-product__variants label{font-size:11px;cursor:pointer;padding:7px 2px;min-width:24px;text-align:center}.gryft-product__variants input:checked+label{border:1px solid #111}.gryft-product__button{border:0;background:#050505;color:#fff;min-height:42px;padding:0 17px;text-transform:uppercase;font-size:11px;font-weight:700;cursor:pointer}.gryft-product__button[disabled]{opacity:.45;cursor:not-allowed}.gryft-product__thumbs{display:flex;justify-content:center;gap:8px;margin-top:16px}.gryft-product__thumbs button{background:none;border:1px solid transparent;padding:0;width:44px;height:52px;cursor:pointer}.gryft-product__thumbs button.is-active{border-color:#111}.gryft-product__thumbs img{width:100%;height:100%;object-fit:contain}@media(max-width:900px){.gryft-arrivals__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:54px}.gryft-product{grid-template-columns:1fr;padding:86px 18px 35px;gap:28px}.gryft-product__media{order:-1}.gryft-product__media img{max-height:55vh}.gryft-product__purchase,.gryft-product__button{width:100%}}@media(max-width:520px){.gryft-arrivals{padding-inline:10px}.gryft-arrivals__heading{font-size:18px;margin-bottom:26px}.gryft-card__meta{font-size:10px;padding-top:14px}}.gryft-card__image-wrap{position:relative}.gryft-card__image{position:absolute;top:0;right:0;bottom:0;left:0}.gryft-card__image--secondary{opacity:0;transform:scale(1.015);transition:opacity .28s ease,transform .45s ease}.gryft-card:hover .gryft-card__image--primary{opacity:0}.gryft-card:hover .gryft-card__image--secondary{opacity:1;transform:scale(1.025)}.gryft-product{grid-template-columns:minmax(220px,.85fr) minmax(460px,1.65fr) minmax(280px,.8fr);max-width:1700px;margin:0 auto}.gryft-product__main-image-wrap{position:relative;aspect-ratio:1/1.03;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.gryft-product__main-image{width:100%;height:100%;max-height:none!important;object-fit:contain;transition:opacity .2s ease}.gryft-product__thumbs{max-width:100%;overflow-x:auto;justify-content:flex-start;padding:4px 2px 8px;scrollbar-width:thin}.gryft-product__thumbs button{flex:0 0 58px;width:58px;height:68px;border:1px solid #e5e5e5;border-radius:2px;opacity:.65;transition:opacity .2s,border-color .2s}.gryft-product__thumbs button:hover,.gryft-product__thumbs button.is-active{opacity:1;border-color:#111}.gryft-product__thumbs button[hidden]{display:none!important}.gryft-product__purchase{width:100%;max-width:390px}.gryft-product__options{display:grid;gap:20px;margin-bottom:22px}.gryft-product__option{border:0;padding:0;margin:0;min-width:0}.gryft-product__option legend{width:100%;display:flex;justify-content:space-between;gap:16px;margin-bottom:10px;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.09em;font-weight:700}.gryft-product__option legend strong{color:#777;font-weight:500;text-transform:none;letter-spacing:0}.gryft-product__option-values{display:flex;flex-wrap:wrap;gap:8px}.gryft-product__option-values input{position:absolute;opacity:0;pointer-events:none}.gryft-product__option-values label{min-width:48px;min-height:42px;padding:0 14px;border:1px solid #d8d8d8;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:11px;transition:background .2s,color .2s,border-color .2s,transform .2s;-webkit-user-select:none;user-select:none}.gryft-product__option-values label:hover{border-color:#111;transform:translateY(-1px)}.gryft-product__option-values input:focus-visible+label{outline:2px solid #111;outline-offset:2px}.gryft-product__option-values input:checked+label{background:#111;color:#fff;border-color:#111}.gryft-product__option-values.is-color label{min-width:88px;justify-content:flex-start}.gryft-product__color-dot{width:13px;height:13px;border-radius:50%;background:var(--swatch,#ddd);border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 0 0 1px #ffffff59}.gryft-product__option-values input:checked+label .gryft-product__color-dot{border-color:#fff9}.gryft-product__button{width:100%;min-height:54px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #050505;background:#050505;letter-spacing:.04em;transition:background .2s,color .2s,transform .15s}.gryft-product__button:hover:not([disabled]){background:#fff;color:#050505}.gryft-product__button:active:not([disabled]){transform:translateY(1px)}.gryft-product__button-price{padding-left:18px;border-left:1px solid currentColor;white-space:nowrap}.gryft-product__status{min-height:16px;margin:8px 0 0;font-size:10px;color:#777}@media(max-width:1100px)and (min-width:901px){.gryft-product{grid-template-columns:minmax(180px,.7fr) minmax(390px,1.4fr) minmax(260px,.8fr);gap:20px;padding-inline:24px}}@media(max-width:900px){.gryft-product{max-width:720px}.gryft-product__purchase{max-width:none}.gryft-product__main-image-wrap{aspect-ratio:1/1.08}}.gryft-product{grid-template-columns:minmax(250px,.82fr) minmax(520px,1.75fr) minmax(300px,.88fr);grid-template-areas:"info media purchase" ". accordion .";align-items:center;column-gap:clamp(24px,3vw,64px);row-gap:26px;padding:72px clamp(24px,4vw,72px) 48px}.gryft-product__info{grid-area:info}.gryft-product__media{grid-area:media;min-width:0;width:100%;justify-self:center}.gryft-product__purchase{grid-area:purchase}.gryft-product__accordion--bottom{grid-area:accordion;width:min(100%,620px);justify-self:center;margin-top:2px}.gryft-product__main-image-wrap{width:100%;max-width:780px;margin:0 auto;aspect-ratio:1/1;overflow:visible}.gryft-product__main-image{display:block;width:100%;height:100%;object-fit:contain}.gryft-product__thumbs{display:none!important}.gryft-product__gallery-arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:46px;height:46px;border:1px solid #d7d7d7;border-radius:50%;background:#fffffff0;color:#111;display:grid;place-items:center;font-size:22px;line-height:1;cursor:pointer;transition:border-color .2s,transform .2s,background .2s}.gryft-product__gallery-arrow:hover{border-color:#111;background:#fff;transform:translateY(-50%) scale(1.04)}.gryft-product__gallery-arrow--prev{left:8px}.gryft-product__gallery-arrow--next{right:8px}.gryft-product__gallery-dots{display:flex;align-items:center;justify-content:center;gap:10px;min-height:20px;margin-top:10px}.gryft-product__gallery-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#c5c5c5;cursor:pointer}.gryft-product__gallery-dot.is-active{background:#111}@media(max-width:1200px){.gryft-product{grid-template-columns:minmax(220px,.8fr) minmax(430px,1.55fr) minmax(270px,.85fr);padding-inline:24px;column-gap:24px}}@media(max-width:900px){.gryft-product{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"media" "info" "purchase" "accordion";width:100%;max-width:680px;min-height:auto;margin:0 auto;padding:76px 18px 42px;gap:24px;overflow:hidden}.gryft-product__media,.gryft-product__info,.gryft-product__purchase,.gryft-product__accordion--bottom{width:100%;max-width:none;min-width:0}.gryft-product__main-image-wrap{width:100%;max-width:580px;aspect-ratio:1/1.04;overflow:visible}.gryft-product__main-image{max-height:none!important}.gryft-product__gallery-arrow{width:40px;height:40px;font-size:19px}.gryft-product__gallery-arrow--prev{left:4px}.gryft-product__gallery-arrow--next{right:4px}.gryft-product__title{font-size:22px;line-height:1.05;overflow-wrap:anywhere}.gryft-product__price{font-size:14px}.gryft-product__description{font-size:13px;line-height:1.5}.gryft-product__option-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.gryft-product__option-values label,.gryft-product__option-values.is-color label{width:100%;min-width:0;min-height:44px;padding:0 10px;justify-content:center}.gryft-product__button{min-height:56px}.gryft-product__accordion--bottom{margin-top:0}}@media(max-width:480px){.gryft-product{padding:68px 14px 34px;gap:20px}.gryft-product__main-image-wrap{aspect-ratio:1/1.12}.gryft-product__gallery-arrow{width:36px;height:36px;font-size:17px}.gryft-product__gallery-arrow--prev{left:0}.gryft-product__gallery-arrow--next{right:0}.gryft-product__option-values{grid-template-columns:repeat(2,minmax(0,1fr))}.gryft-product__option-values.is-color{grid-template-columns:repeat(3,minmax(0,1fr))}.gryft-product__option-values.is-color label{font-size:10px;padding:0 6px}.gryft-product__button{padding:0 14px;font-size:10px}.gryft-product__button-price{padding-left:12px}.gryft-product__accordion summary{padding:15px 4px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/gryft-editorial.css.map */
