:root{--deflock-ink: #141312;--deflock-ink-deep: #0e0d0c;--deflock-card-dark: #201e1b;--deflock-yellow: #ffc400;--deflock-yellow-hover: #ffce33;--deflock-paper: #e7e5df;--deflock-paper-alt: #d9d6cd;--deflock-red: #b6453a;--deflock-body-on-light: #4a463f;--deflock-muted-on-light: #6f6a61;--deflock-muted-2-on-light: #8a857c;--deflock-on-yellow-muted: #5a4d1e;--deflock-font-display: var(--font-heading--family, "Saira Condensed", sans-serif);--deflock-font-body: var(--font-body--family, "Archivo", sans-serif)}.deflock-logo-lockup{display:inline-flex;align-items:center;gap:12px;font-family:var(--deflock-font-display);font-weight:800;font-size:var(--deflock-logo-font-size, 26px);letter-spacing:1px;text-transform:uppercase;line-height:1;color:#fff;white-space:nowrap}.deflock-logo-lockup__accent{color:var(--deflock-yellow)}.header .deflock-logo-lockup{color:var(--color-foreground, #ffffff)}.header .menu-list__link,.header .menu-list__link-title{font-family:var(--deflock-font-body);font-weight:700;letter-spacing:.5px;text-transform:uppercase}.header .menu-list__link--active,.header .menu-list__link--active .menu-list__link-title{color:var(--deflock-yellow)}.header .cart-bubble,.header [ref=cartBubble]{background-color:var(--deflock-yellow);color:var(--deflock-ink)}.announcement-bar__text{font-weight:700}.deflock-container{max-width:1240px;margin-inline:auto}.deflock-eyebrow{font-family:var(--deflock-font-body);font-size:13px;font-weight:800;letter-spacing:3px;text-transform:uppercase}.deflock-display{font-family:var(--deflock-font-display);font-weight:700;text-transform:uppercase;margin:0}.deflock-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-family:var(--deflock-font-body);font-weight:800;font-size:18px;letter-spacing:.5px;line-height:1.2;color:var(--deflock-ink);background:var(--deflock-yellow);padding:20px 40px;border:none;border-radius:0;text-decoration:none;cursor:pointer;transition:background .15s ease}.deflock-btn:hover{background:var(--deflock-yellow-hover)}.deflock-product-card{background:var(--deflock-card-dark);border:1px solid rgba(255,255,255,.08);padding:22px;display:flex;flex-direction:column;gap:18px;transition:border-color .15s ease}.deflock-product-card:hover{border-color:var(--deflock-yellow)}.deflock-product-card__tile{position:relative;display:block;aspect-ratio:3 / 4;background:var(--deflock-ink);border:4px solid var(--deflock-yellow);overflow:hidden;text-decoration:none}.deflock-product-card__image{width:100%;height:100%;object-fit:cover;display:block}.deflock-product-card__artwork{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;padding:26px 20px 20px;gap:4px}.deflock-product-card__artwork-headline{flex:1 1 auto;display:flex;align-items:center;justify-content:center;font-family:var(--deflock-font-display);font-weight:700;text-transform:uppercase;font-size:30px;line-height:.94;letter-spacing:-.5px;text-align:center;color:#fff;text-wrap:balance}.deflock-product-card__artwork-bar{width:100%;background:var(--deflock-yellow);padding:8px;text-align:center;font-family:var(--deflock-font-body);font-weight:800;font-size:16px;color:var(--deflock-ink)}.deflock-product-card__info{display:flex;align-items:center;justify-content:space-between;gap:12px}.deflock-product-card__title{font-family:var(--deflock-font-body);font-weight:800;font-size:16px;color:#fff;text-decoration:none}.deflock-product-card__price{font-family:var(--deflock-font-display);font-weight:700;font-size:24px;color:var(--deflock-yellow);white-space:nowrap}#MainContent[data-template^=product] .product-information .product-details product-price [ref=priceContainer]{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:12px;row-gap:4px}#MainContent[data-template^=product] .product-information .product-details product-price .price__regular,#MainContent[data-template^=product] .product-information .product-details product-price .price__sale{line-height:1}#MainContent[data-template^=product] .product-information .product-details product-price .price{font-family:var(--deflock-font-body);font-weight:700;font-variant-numeric:tabular-nums}#MainContent[data-template^=product] .product-information .product-details product-price .price__sale:not(.price__hidden){display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px}#MainContent[data-template^=product] .product-information .product-details product-price .compare-at-price{font-family:var(--deflock-font-body);font-size:var(--font-size--sm);font-weight:500;line-height:1.3;letter-spacing:normal}@media screen and (max-width:749px){#MainContent[data-template^=product] .product-information .product-details product-price .price{font-size:var(--font-size--3xl)}}.deflock-product-card__form,.deflock-product-card__form form,.deflock-product-card__form add-to-cart-component{display:block;width:100%}.deflock-product-card .deflock-product-card__atc{width:100%;font-family:var(--deflock-font-body);font-weight:800;font-size:14px;letter-spacing:1px;text-transform:uppercase;color:var(--deflock-ink);background:var(--deflock-yellow);border:none;border-radius:0;padding:13px;text-align:center;justify-content:center;cursor:pointer;transition:background .15s ease;text-decoration:none}.deflock-product-card .deflock-product-card__atc:hover{background:var(--deflock-yellow-hover);color:var(--deflock-ink)}.deflock-product-card .deflock-product-card__atc[disabled]{opacity:.55;cursor:not-allowed}.deflock-text-link{font-family:var(--deflock-font-body);font-weight:700;font-size:16px;color:#fff;text-decoration:none;border-bottom:2px solid rgba(255,255,255,.4);padding-bottom:3px;transition:border-color .15s ease}.deflock-text-link:hover{border-bottom-color:#fff}.deflock-breadcrumbs{--page-margin: 24px;width:100%;background:var(--deflock-paper-alt);border-block:1px solid rgba(20,19,18,.12);color:var(--deflock-ink);font-family:var(--deflock-font-body);font-size:13px;line-height:1.4}.deflock-breadcrumbs__list{display:flex;align-items:center;min-width:0;margin:0;padding:13px 0;list-style:none}.deflock-breadcrumbs__item{display:flex;flex:0 0 auto;align-items:center;min-width:0}.deflock-breadcrumbs__item--current{flex:1 1 auto}.deflock-breadcrumbs__separator{flex:0 0 auto;width:12px;height:12px;margin-inline:10px;color:var(--deflock-muted-on-light);transform:rotate(-90deg)}.deflock-breadcrumbs__separator svg{width:12px;height:12px}.deflock-breadcrumbs__link,.deflock-breadcrumbs__back{color:var(--deflock-ink);font-weight:700;text-decoration:none;text-underline-offset:4px}.deflock-breadcrumbs__link:is(:hover,:focus-visible),.deflock-breadcrumbs__back:is(:hover,:focus-visible){text-decoration-line:underline;text-decoration-color:var(--deflock-yellow);text-decoration-thickness:2px}.deflock-breadcrumbs__current{display:block;min-width:0;overflow:hidden;color:var(--deflock-body-on-light);text-overflow:ellipsis;white-space:nowrap}.deflock-breadcrumbs__back{display:none}@media screen and (max-width:749px){.deflock-breadcrumbs__list{display:none}.deflock-breadcrumbs__back{display:flex;align-items:center;gap:8px;min-height:44px;font-size:14px}.deflock-breadcrumbs__back .svg-wrapper,.deflock-breadcrumbs__back .svg-wrapper svg{width:16px;height:16px}.deflock-breadcrumbs__back .svg-wrapper{transform:rotate(180deg)}}@media screen and (min-width:750px){.deflock-breadcrumbs{--page-margin: 40px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/deflock.css.map */
