.color-scheme-1,.color-background-1,body.arma .gradient{--color-background: 20, 20, 19;--gradient-background: #141413;--color-foreground: 237, 234, 225;--color-button: 237, 234, 225;--color-button-text: 20, 20, 19;--color-secondary-button: 20, 20, 19;--color-secondary-button-text: 237, 234, 225;--color-link: 237, 234, 225;--color-border: 237, 234, 225;--color-shadow: 0, 0, 0;--color-base-background-1: 20, 20, 19;--color-base-background-2: 30, 30, 27;--color-base-text: 237, 234, 225;--color-base-accent-1: 184, 147, 74}body.arma{background:var(--arma-bg);color:var(--arma-fg);font-family:var(--arma-font-body);-webkit-font-smoothing:antialiased}.arma-page{overflow-x:hidden}.arma-wrap{max-width:var(--arma-wrap);margin:0 auto;padding:0 var(--arma-sp-4)}.arma-eyebrow{font-family:var(--arma-font-mono);font-size:1.152rem;letter-spacing:.14em;text-transform:uppercase;color:var(--arma-muted)}.arma-code{font-family:var(--arma-font-mono);font-size:1.248rem;letter-spacing:.04em;color:var(--arma-accent)}.arma-h1,.arma-h2,.arma-h3{font-family:var(--arma-font-display);font-weight:700;line-height:1.02;letter-spacing:-.02em;text-transform:uppercase;color:var(--arma-fg)}.arma-ledger{border-top:var(--arma-line);border-bottom:var(--arma-line);background:var(--arma-surface);overflow:hidden;font-family:var(--arma-font-mono);font-size:1.12rem;letter-spacing:.04em;color:var(--arma-muted)}.arma-ledger__track{display:flex;gap:var(--arma-sp-6);white-space:nowrap;padding:var(--arma-sp-1) 0;width:max-content;animation:arma-ledger 46s linear infinite}.arma-ledger__entry{display:inline-flex;gap:var(--arma-sp-1);align-items:center}.arma-ledger__entry b{color:var(--arma-fg);font-weight:500}.arma-ledger__no{color:var(--arma-accent)}.arma-ledger__promo{display:inline-flex;align-items:center;color:var(--arma-accent);font-weight:600;letter-spacing:.05em}@keyframes arma-ledger{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.arma-ledger__track{animation:none}}.arma-btn[hidden]{display:none!important}.arma-btn{font-family:var(--arma-font-display);font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:1.28rem;padding:var(--arma-sp-2) var(--arma-sp-4);border:1px solid var(--arma-fg);border-radius:var(--arma-radius-input);background:var(--arma-fg);color:var(--arma-bg);cursor:pointer;display:inline-block;transition:opacity .18s var(--arma-ease),background .18s var(--arma-ease),color .18s var(--arma-ease)}.arma-btn:hover{opacity:.86}.arma-btn--ghost{background:transparent;color:var(--arma-fg);border-color:#edeae166}.arma-btn--ghost:hover{background:var(--arma-fg);color:var(--arma-bg);opacity:1}.arma-btn--block{display:block;width:100%;text-align:center;padding:var(--arma-sp-3)}.arma-hero__text .arma-btn:not(.arma-btn--block),.arma-story__text .arma-btn:not(.arma-btn--block){align-self:flex-start}.arma-section{padding:var(--arma-sp-12) 0;border-bottom:var(--arma-line)}.arma-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--arma-sp-4);margin-bottom:var(--arma-sp-8)}.arma-section__head .arma-h2{font-size:clamp(2.88rem,4vw,5.12rem)}.arma-divider{display:grid;place-items:center;padding:var(--arma-sp-6) 0}.arma-divider span{width:6px;height:6px;background:var(--arma-accent);transform:rotate(45deg)}.arma-hero{display:grid;grid-template-columns:1fr 1fr;border-bottom:var(--arma-line-strong);min-height:82vh}.arma-hero__text{padding:var(--arma-sp-12) var(--arma-sp-6);display:flex;flex-direction:column;justify-content:center;gap:var(--arma-sp-4);border-right:var(--arma-line)}.arma-hero__text .arma-h1{font-size:clamp(4.48rem,6.5vw,8.96rem)}.arma-hero__text .arma-h1 em{font-style:normal;color:var(--arma-accent)}.arma-hero__lede{max-width:44ch;color:var(--arma-muted);font-size:1.632rem;text-transform:none}.arma-hero__meta{display:flex;gap:var(--arma-sp-4);margin-top:var(--arma-sp-2);font-family:var(--arma-font-mono);font-size:1.152rem;letter-spacing:.06em;text-transform:uppercase;color:var(--arma-muted);flex-wrap:wrap}.arma-hero__art{background:var(--arma-panel);display:grid;place-items:center;padding:var(--arma-sp-8)}.arma-hero__art .arma-crest{width:min(78%,440px)}.arma-crest{color:var(--arma-fg);display:block}.arma-collections{display:grid;grid-template-columns:repeat(3,1fr);border-top:var(--arma-line)}.arma-collection-cell{padding:var(--arma-sp-6) var(--arma-sp-4);border-right:var(--arma-line);border-bottom:var(--arma-line);display:flex;flex-direction:column;gap:var(--arma-sp-2);min-height:240px;text-decoration:none;transition:background .2s var(--arma-ease)}.arma-collection-cell:hover{background:var(--arma-surface)}.arma-collection-cell:hover .arma-h3{text-decoration:underline;text-underline-offset:.15em}.arma-collection-cell__media{aspect-ratio:4 / 5;overflow:hidden;margin:calc(var(--arma-sp-6) * -1) calc(var(--arma-sp-4) * -1) 0}.arma-collection-cell__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s var(--arma-ease)}.arma-collection-cell:hover .arma-collection-cell__media img{transform:scale(1.03)}.arma-collection-cell .arma-h3{font-size:2.24rem;margin-top:var(--arma-sp-2)}.arma-collection-cell p{font-size:1.44rem;color:var(--arma-muted);flex:1;text-transform:none}.arma-collection-cell .arma-code{margin-top:auto}.arma-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#edeae11f;border:var(--arma-line)}.arma-card{background:var(--arma-bg);padding:var(--arma-sp-3);display:flex;flex-direction:column;gap:var(--arma-sp-2);position:relative}.arma-card__no{position:absolute;top:var(--arma-sp-3);right:var(--arma-sp-3);font-family:var(--arma-font-mono);font-size:1.12rem;color:var(--arma-accent);z-index:1}.arma-card__media{aspect-ratio:4 / 5;background:var(--arma-panel);display:grid;place-items:center;overflow:hidden}.arma-card__media img{width:100%;height:100%;object-fit:cover}.arma-card__media .arma-crest{width:68%}.arma-card__media--alt,.arma-card:hover .arma-card__media--front{display:none}.arma-card:hover .arma-card__media--alt{display:grid}.arma-card__row{display:flex;justify-content:space-between;align-items:baseline;gap:var(--arma-sp-2)}.arma-card__title{font-family:var(--arma-font-display);font-size:1.472rem;font-weight:600;letter-spacing:.02em;color:var(--arma-fg);text-decoration:none}.arma-card__price{font-family:var(--arma-font-mono);font-size:1.312rem;color:var(--arma-muted)}.arma-card__price s{opacity:.6;margin-right:4px}.arma-card__link{display:block}.arma-rte{text-transform:none}.arma-rte p{margin:0 0 var(--arma-sp-2);color:var(--arma-muted)}.arma-rte a{text-decoration:underline}.arma-review__text{font-size:1.376rem;color:var(--arma-muted);text-transform:none}.arma-review__noimg{background:var(--arma-panel)}.arma-review .arma-card__no{position:static;letter-spacing:.1em}.arma-review__empty{font-family:var(--arma-font-mono);font-size:1.3rem;color:var(--arma-muted);text-transform:none;padding:var(--arma-sp-4) 0}.arma-review-form{margin-top:var(--arma-sp-8);padding-top:var(--arma-sp-6);border-top:var(--arma-line);max-width:46rem}.arma-review-form__lead{font-size:1.35rem;color:var(--arma-fg);text-transform:none;margin:0 0 var(--arma-sp-3)}.arma-review-form__success{font-size:1.35rem;color:var(--arma-accent);text-transform:none}.arma-review-form__row{display:flex;gap:var(--arma-sp-3);margin-bottom:var(--arma-sp-3)}.arma-review-form input,.arma-review-form textarea{width:100%;background:var(--arma-surface);border:1px solid rgba(237,234,225,.18);border-radius:var(--arma-radius-input);color:var(--arma-fg);font-family:var(--arma-font-body);font-size:1.3rem;padding:var(--arma-sp-2) var(--arma-sp-3);margin-bottom:var(--arma-sp-3)}.arma-review-form__row input{margin-bottom:0}@media(max-width:749px){.arma-review-form__row{flex-direction:column;gap:0}}.product .rte h1,.product .rte h2,.product .rte h3,.product__description h1,.product__description h2,.product__description h3{font-family:var(--arma-font-display);font-weight:700;text-transform:uppercase;letter-spacing:-.01em}.product__text.caption-with-letter-spacing{font-family:var(--arma-font-mono);letter-spacing:.14em}.arma-story{display:grid;grid-template-columns:1fr 1fr;border-bottom:var(--arma-line)}.arma-story__text{padding:var(--arma-sp-12) var(--arma-sp-6);border-right:var(--arma-line);display:flex;flex-direction:column;gap:var(--arma-sp-3);justify-content:center}.arma-story__text p{max-width:46ch;color:var(--arma-muted);text-transform:none}.arma-story__aside{padding:var(--arma-sp-12) var(--arma-sp-6);font-family:var(--arma-font-mono);font-size:1.28rem;color:var(--arma-muted);display:flex;flex-direction:column;gap:var(--arma-sp-2);justify-content:center}.arma-story__aside div{display:flex;justify-content:space-between;border-bottom:var(--arma-line);padding-bottom:var(--arma-sp-1)}.arma-kutuk-kaydi{border:var(--arma-line);border-left:3px solid var(--arma-seal);background:var(--arma-surface);padding:var(--arma-sp-3);font-family:var(--arma-font-mono);font-size:1.216rem;color:var(--arma-muted)}.arma-kutuk-kaydi b{color:var(--arma-fg);font-weight:500}.field-label,.arma-xsell__label{display:block;font-family:var(--arma-font-mono);font-size:1.12rem;text-transform:uppercase;letter-spacing:.14em;color:var(--arma-muted);margin-bottom:var(--arma-sp-1)}.arma-xsell-wrap{display:block;margin:var(--arma-sp-3) 0}.arma-xsell{display:grid;gap:var(--arma-sp-1)}.arma-xsell__item{display:flex;gap:var(--arma-sp-2);align-items:center;border:var(--arma-line);padding:var(--arma-sp-2);cursor:pointer}.arma-xsell__item input{accent-color:var(--arma-seal);width:16px;height:16px;flex:none}.arma-xsell__thumb{width:46px;height:58px;background:var(--arma-panel);flex:none;object-fit:cover}.arma-xsell__meta{font-size:1.312rem}.arma-xsell__meta .arma-card__price{display:block;margin-top:2px}.arma-xsell-wrap .arma-btn--block{margin-top:var(--arma-sp-2)}.arma-seal{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:150px;height:150px;border:3px solid var(--arma-seal);border-radius:50%;color:var(--arma-seal);font-family:var(--arma-font-mono);font-size:1.152rem;display:grid;place-items:center;text-align:center;letter-spacing:.1em;background:#141413db;opacity:0;transform:scale(1.5) rotate(-12deg);pointer-events:none;z-index:60}.arma-seal.is-stamped{animation:arma-stamp 1.4s var(--arma-ease) forwards}@keyframes arma-stamp{0%{opacity:0;transform:scale(1.5) rotate(-12deg)}18%{opacity:1;transform:scale(.94) rotate(-6deg)}30%{transform:scale(1) rotate(-8deg)}80%{opacity:1}to{opacity:0;transform:scale(1) rotate(-8deg)}}@media(prefers-reduced-motion:reduce){.arma-seal.is-stamped{animation:none;opacity:0}}.utility-bar.utility-bar,.utility-bar.color-scheme-1,.utility-bar.gradient{background:var(--arma-fg)!important;border-bottom:0!important}.utility-bar .announcement-bar,.utility-bar .announcement-bar__announcement{background:transparent!important}.utility-bar,.utility-bar .announcement-bar,.utility-bar .announcement-bar__message,.utility-bar .announcement-bar__message *,.utility-bar a,.utility-bar .icon{color:var(--arma-bg)!important}.announcement-bar__message{font-family:var(--arma-font-mono);font-size:1.12rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500}.header-wrapper{background:var(--arma-bg);border-bottom:var(--arma-line)}.header{background:var(--arma-bg)}.arma-wordmark{font-family:var(--arma-font-display);font-weight:700;font-size:1.84rem;letter-spacing:.24em;text-indent:.24em;text-transform:uppercase;color:var(--arma-fg);white-space:nowrap}@media(max-width:749px){.arma-wordmark{font-size:1.52rem;letter-spacing:.16em;text-indent:.16em}}.header__heading-link:hover .arma-wordmark{color:var(--arma-accent)}.header__menu-item,.header__submenu .header__menu-item{font-family:var(--arma-font-display);font-weight:500;letter-spacing:.02em;font-size:1.248rem;color:var(--arma-fg)}.header__active-menu-item{text-underline-offset:6px;text-decoration-color:var(--arma-accent)}.header__icons .header__icon,.header__icons .header__icon .icon,.header__icons .header__icon svg{color:var(--arma-fg)}.header__icons{column-gap:.4rem}.menu-drawer{background:var(--arma-bg)}.menu-drawer__menu-item{font-family:var(--arma-font-display);letter-spacing:.02em}.footer{background:var(--arma-panel);color:var(--arma-fg);border-top:var(--arma-line)}.footer__content-top,.footer__content-bottom{border:0}.footer-block__heading{font-family:var(--arma-font-mono);font-size:1.12rem;text-transform:uppercase;letter-spacing:.16em;color:var(--arma-muted)}.footer a,.footer-block__details-content .list-menu__item,.copyright__content{color:var(--arma-fg);opacity:.8}.footer .newsletter-form__field-wrapper .field__input{background:transparent;border-color:#edeae14d;color:var(--arma-fg)}.collection .title-wrapper,.collection-hero__inner{text-align:left}.collection .title--primary,.collection-hero__title{font-family:var(--arma-font-display);font-weight:700;letter-spacing:-.02em}.collection .collection-hero__description,.collection .banner__text{color:var(--arma-muted)}.facets__form,.facets-container,.product-count,.facets__summary,.facet-filters__label,.facets__label{font-family:var(--arma-font-mono);font-size:1.152rem;letter-spacing:.06em}.mobile-facets__heading,.facets__heading,.mobile-facets__count{text-transform:uppercase}.facets-vertical .mobile-facets__open,.facets__disclosure,.facets .facets__display{border-radius:0}.card-wrapper .card,.card--standard .card__inner,.card__media,.card .media{border-radius:0!important}.card__inner .card__content{padding-top:var(--arma-sp-2)}.card__heading,.card__heading a{font-family:var(--arma-font-display);letter-spacing:.02em;font-weight:600;font-size:1.44rem;text-decoration:none}.card-information .price,.price__container .price-item{font-family:var(--arma-font-mono);font-size:1.36rem;letter-spacing:.02em}.price--on-sale .price-item--sale{color:var(--arma-seal)}.card__badge .badge{border-radius:0;font-family:var(--arma-font-mono);text-transform:uppercase;letter-spacing:.06em;background:var(--arma-fg);color:var(--arma-bg)}.product__title h1,.product__title h2,.product__info-container .product__title{font-family:var(--arma-font-display);font-weight:700;letter-spacing:-.02em;line-height:1.02}.product__info-container .price{font-family:var(--arma-font-mono)}.product-form__buttons .button,.product-form__submit,.shopify-payment-button__button--unbranded{border-radius:0!important;font-family:var(--arma-font-display);text-transform:uppercase;letter-spacing:.1em}.product-form__input .form__label{font-family:var(--arma-font-mono);text-transform:uppercase;letter-spacing:.12em;font-size:1.152rem}fieldset.product-form__input input[type=radio]+label,.variant-picker__option .product-form__input label{border-radius:0!important}.quantity,.quantity__input,.quantity__button,.product__media-item img,.product__modal-opener .product__media img{border-radius:0!important}.product__modal-opener,.product__modal-opener .product__media,.product__modal-opener .product__media img{cursor:zoom-in}.cart__heading,.cart-items thead th,.drawer__heading{font-family:var(--arma-font-mono);text-transform:uppercase;letter-spacing:.12em;font-size:1.12rem}.cart-item__name,.cart-item__name a{font-family:var(--arma-font-display);letter-spacing:.02em;font-weight:600;text-decoration:none}.cart-item__price-wrapper,.cart-item__totals,.totals__subtotal-value,.totals__subtotal{font-family:var(--arma-font-mono)}.cart__ctas button,.cart__dynamic-checkout-buttons,.drawer__footer .cart__checkout-button,.cart__ctas .cart__checkout-button{border-radius:0!important;background:var(--arma-fg);color:var(--arma-bg);font-family:var(--arma-font-display);text-transform:uppercase;letter-spacing:.12em}cart-drawer .drawer__inner,.cart-drawer .drawer__inner{background:var(--arma-bg)}.cart-item{border-bottom:var(--arma-line)}.cart-items .cart-item__media img,.cart-item__image{border-radius:0!important}.arma-cart-nudge{border:var(--arma-line);border-left:3px solid var(--arma-seal);background:var(--arma-surface);padding:var(--arma-sp-2) var(--arma-sp-3);font-family:var(--arma-font-mono);font-size:1.184rem;color:var(--arma-muted);margin:var(--arma-sp-3) 0}.arma-cart-nudge b{color:var(--arma-fg)}@media(max-width:1000px){.arma-hero,.arma-story{grid-template-columns:1fr}.arma-hero__text,.arma-story__text{border-right:0;border-bottom:var(--arma-line)}.arma-collections,.arma-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.arma-collections{grid-template-columns:1fr}.arma-collection-cell{padding:var(--arma-sp-4) var(--arma-sp-4);min-height:0}.arma-collection-cell__media{margin:calc(var(--arma-sp-4) * -1) calc(var(--arma-sp-4) * -1) 0}.arma-collection-cell p{flex:0 0 auto;margin-top:var(--arma-sp-1)}.arma-collection-cell .arma-code{margin-top:var(--arma-sp-2)}.arma-hero__text .arma-h1{font-size:4.16rem}}@media(max-width:749px){.arma-section__head{flex-direction:column;align-items:flex-start;gap:var(--arma-sp-3);margin-bottom:var(--arma-sp-6)}.arma-section__head .arma-h2{font-size:2rem;word-break:normal}.arma-section__head .arma-btn{align-self:flex-start}}.footer__content-bottom .disclosure~*,.shopify-powered-by,.footer__payment~.powered-by,small.powered-by,.powered-by,[class*=powered-by]{display:none!important}.announcement-bar__message{font-size:1.312rem!important;letter-spacing:.1em!important}@media(max-width:479px){.announcement-bar__message{font-size:1.15rem!important;letter-spacing:.06em!important;white-space:nowrap}}.arma-eyebrow{font-size:1.312rem;letter-spacing:.16em}.arma-eyebrow--wordmark{display:inline-flex}.arma-eyebrow--wordmark .arma-wm__type{font-size:1.1rem}.product__text--wordmark{margin-bottom:.4rem}.product__text--wordmark .arma-wm__type{font-size:1.15rem}.arma-code{font-size:1.376rem}.arma-ledger{font-size:1.312rem}.arma-card__title{font-size:1.632rem}.arma-card__price{font-size:1.52rem}.arma-review__text{font-size:1.568rem}.arma-xsell__meta{font-size:1.52rem}.product-form__input .form__label{font-size:1.312rem!important}.utility-bar .localization-form__select,.shopify-section-group-header-group .localization-form{font-size:1.36rem}.footer-block--brand .footer-block__heading,.footer__blocks-wrapper .footer-block:first-child h2{font-family:var(--arma-font-display);font-weight:800;font-size:2.56rem;letter-spacing:.14em;color:var(--arma-fg)}.footer-block__details-content p,.footer-block__details-content a{font-size:1.52rem}.footer-block__heading{font-size:1.52rem;letter-spacing:.12em}.header__icons--localization{margin-left:auto}.header-localization .localization-form__select{font-family:var(--arma-font-mono);letter-spacing:.08em;font-size:1.312rem}@media screen and (min-width:990px){.utility-bar__grid--3-col{grid-template-columns:minmax(0,3fr) minmax(0,4fr) minmax(0,3fr)!important}.utility-bar__grid--2-col{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}}.utility-bar__grid .announcement-bar,.utility-bar__grid .arma-ledger{min-width:0;overflow:hidden}.utility-bar .localization-wrapper{flex:none;min-width:max-content}@media(max-width:749px){.arma-bundle__grid{gap:.4rem}.arma-bundle__tier{padding:.7rem .5rem .6rem;min-height:8.5rem;gap:.2rem}.arma-bundle__tier-title{font-size:1.05rem;line-height:1.15}.arma-bundle__tier-price{flex-wrap:wrap}.arma-bundle__net{font-size:1.15rem}.arma-bundle__gross{font-size:.85rem}.arma-bundle__save,.arma-bundle__perk{font-size:.78rem;line-height:1.2}.arma-bundle__badge{padding:.15rem .35rem;font-size:.72rem;left:.5rem;white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/arma-theme.css.map */
