:root{--inkland-primary: #0D1C3F;--inkland-primary-dark: #1f4bc4;--inkland-accent: #0b1c3d;--inkland-bg: #ffffff;--inkland-surface: #f7f9fc;--inkland-border: #e4e8f0;--inkland-text-primary: #0b1c3d;--inkland-text-secondary: #5b6b8c;--inkland-font-body: var(--font-body--family, system-ui, sans-serif);--inkland-font-heading: var(--font-heading--family, system-ui, sans-serif);--inkland-radius: 14px;--inkland-radius-sm: 10px;--inkland-shadow-soft: 0 6px 18px rgba(0,0,0,.06);--inkland-max-width: 1280px;--inkland-gutter: 24px}html[data-theme=dark]{--inkland-bg: #0b1c3d;--inkland-surface: #102a5e;--inkland-border: rgba(255,255,255,.12);--inkland-text-primary: #ffffff;--inkland-text-secondary: rgba(255,255,255,.75);--inkland-primary: #4d7dff;--inkland-primary-dark: #2a64f6}html,body{margin:0;padding:0;background:var(--inkland-bg);font-family:var(--inkland-font-body);color:#0f172a}*,*:before,*:after{box-sizing:border-box}.inkland-container{max-width:var(--inkland-max-width);margin:0 auto;padding:0 var(--inkland-gutter)}.inkland-header{background:#fff;border-bottom:1px solid var(--inkland-border);position:sticky;top:0;z-index:1000}.inkland-header__utility{font-size:13px;background:#f3f6fb;border-bottom:1px solid var(--inkland-border)}.inkland-header__utility-inner{display:flex;justify-content:flex-end;gap:18px;height:38px;align-items:center}.inkland-header__utility a{text-decoration:none;color:#334155}.inkland-header__main{padding:14px 0}.inkland-header__row{display:grid;grid-template-columns:auto auto 1fr auto;gap:24px;align-items:center}.inkland-logo{font-weight:800;font-size:22px;color:var(--inkland-accent);text-decoration:none}.inkland-header__nav{display:flex;gap:18px}.inkland-header__nav a{font-weight:600;font-size:14px;color:var(--inkland-accent);text-decoration:none;transition:color .25s ease,opacity .2s ease;position:relative;padding:6px 2px}.inkland-header__nav a:hover{color:var(--inkland-primary);opacity:1}.inkland-header__nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:var(--inkland-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease;border-radius:2px}.inkland-header__nav a:hover:after{transform:scaleX(1)}.inkland-search{position:relative}.inkland-search input{width:100%;height:44px;padding:0 42px 0 16px;border-radius:10px;border:1px solid var(--inkland-border);font-size:15px}.inkland-search-submit{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;padding:6px;cursor:pointer;color:var(--inkland-primary);display:flex;align-items:center;justify-content:center}.inkland-search-submit:hover{opacity:.85}.inkland-predictive-search{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;z-index:50;overflow:hidden}.inkland-predictive-list{list-style:none;margin:0;padding:8px 0}.inkland-predictive-list li a{display:flex;align-items:center;gap:12px;padding:8px 16px;text-decoration:none;color:inherit}.inkland-predictive-list li a:hover{background:#f3f6ff}.inkland-predictive-list img{width:40px;height:40px;object-fit:contain;background:#fff}.inkland-header__icons{display:flex;gap:14px}.inkland-header__finder{background:linear-gradient(180deg,var(--inkland-primary),var(--inkland-primary-dark));padding:8px 0}.inkland-header__finder-inner{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.inkland-finder-intro{color:#fff;font-size:14px;white-space:nowrap}.inkland-finder-step{font-weight:700;margin-right:6px}.inkland-finder{background:transparent;border:none}.inkland-finder__inner{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:12px}.inkland-finder select{height:42px;border-radius:10px;border:none;padding:0 44px 0 14px;font-size:14px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%2364748b' d='M5.5 7.5L10 12l4.5-4.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px}.inkland-finder select:hover,.inkland-finder select:focus{background-color:#fff;outline:none;box-shadow:none}.inkland-finder select option{line-height:1.4}.inkland-finder button{height:42px;padding:0 22px;border-radius:10px;background:#fff;color:var(--inkland-primary);font-weight:700;border:none;cursor:pointer}.inkland-finder button:hover{background:#f0f4ff}.inkland-hero-finder .inkland-finder__button{background:linear-gradient(135deg,#0d1c3f,#0d1c3f)!important;color:#fff!important;opacity:1!important;border:none!important}.inkland-hero-finder .inkland-finder__button:disabled{background:linear-gradient(135deg,#0d1c3f,#0d1c3f)!important;opacity:.7!important;color:#fff!important;cursor:not-allowed}.inkland-hero-finder .inkland-finder__button:not(:disabled):hover{filter:brightness(1.05)}.inkland-hero-finder .inkland-finder__button:focus,.inkland-hero-finder .inkland-finder__button:active{background:linear-gradient(135deg,#0d1c3f,#0d1c3f)!important;color:#fff!important;outline:none}.inkland-benefits{padding:56px 0;background:#fff}.inkland-benefits__inner{max-width:1200px;margin:0 auto;padding:0 24px}.inkland-benefits__heading{text-align:center;font-size:28px;font-weight:600;margin-bottom:36px}.inkland-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.inkland-benefit{display:flex;align-items:center;gap:16px;padding:20px 18px;border-radius:14px;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.inkland-benefit:hover{transform:translateY(-4px);background-color:#f6f8ff;box-shadow:0 10px 24px #2a64f61f}.inkland-benefit img,.inkland-benefit svg{transition:transform .25s ease,filter .25s ease}.inkland-benefit:hover img,.inkland-benefit:hover svg{transform:scale(1.05)}.inkland-benefit__icon{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.inkland-benefit__icon img{max-width:100%;max-height:100%;display:block}.inkland-benefit__title{font-size:16px;font-weight:600;margin-bottom:4px}.inkland-benefit__text{font-size:14px;line-height:1.4;color:#555}.inkland-hero{width:100%;position:relative}.inkland-hero__wrapper{overflow:hidden}.inkland-hero__single,.inkland-hero__slide{position:relative;min-height:420px;background-size:cover;background-position:center;display:flex;align-items:center}.inkland-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay-opacity, .35));z-index:1}.inkland-hero__content{position:relative;z-index:2;max-width:1200px;padding:0 24px;margin:0 auto;color:#fff}.inkland-hero__heading{font-size:42px;font-weight:700;max-width:700px;margin-bottom:12px}.inkland-hero__subheading{font-size:18px;max-width:520px;line-height:1.4;opacity:.95}.inkland-promo-grid{padding:48px 0}.inkland-promo-grid__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:3fr 2fr;gap:24px;height:var(--promo-h, 520px)}.inkland-promo-grid__left,.inkland-promo-grid__right{height:100%}.inkland-promo-grid__right{display:grid;grid-template-rows:1fr 1fr;gap:24px}.inkland-promo-slider{height:100%;position:relative}.inkland-promo-slide,.inkland-promo-static{position:relative;height:100%;width:100%;background-size:cover;background-position:center;border-radius:14px;overflow:hidden}.inkland-promo-slide{display:none}.inkland-promo-slide.is-active{display:block}.inkland-promo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.inkland-promo-content{position:absolute;bottom:24px;left:24px;right:24px;color:#fff;max-width:80%}.inkland-promo-content h2,.inkland-promo-content h3{margin:0 0 6px}.inkland-promo-content p{margin:0;opacity:.95}.inkland-promo-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.inkland-promo-dots{position:absolute;left:18px;bottom:18px;display:flex;gap:8px;z-index:4}.inkland-promo-dot{width:10px;height:10px;border-radius:999px;border:0;background:#ffffff73;cursor:pointer}.inkland-promo-dot.is-active{background:#fffffff2}.inkland-category-blocks{padding:64px 0;background:#fff}.inkland-category-blocks__inner{max-width:1200px;margin:0 auto;padding:0 24px}.inkland-category-blocks__heading{text-align:center;font-size:28px;font-weight:600;margin-bottom:40px}.inkland-category-blocks__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.inkland-category-block{position:relative;height:220px;border-radius:14px;overflow:hidden;background-size:cover;background-position:center;text-decoration:none;color:#fff}.inkland-category-block__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.inkland-category-block__content{position:absolute;bottom:20px;left:20px;right:20px;z-index:2}.inkland-category-block__title{font-size:18px;font-weight:600;margin-bottom:4px}.inkland-category-block__text{font-size:14px;opacity:.9}.inkland-category-block:hover .inkland-category-block__overlay{background:#00000073}.inkland-featured-products{padding:64px 0;background:#fff}.inkland-featured-products__inner{max-width:1200px;margin:0 auto;padding:0 24px}.inkland-featured-products__heading{text-align:center;font-size:28px;font-weight:600;margin-bottom:8px}.inkland-featured-products__subheading{text-align:center;font-size:15px;color:#555;margin-bottom:40px}.inkland-featured-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}#inkland-finder-heading{display:none;text-align:center;margin:48px auto 32px;max-width:100%}.inkland-finder-title{font-size:clamp(28px,3vw,40px);font-weight:700;margin:0 0 6px}.inkland-finder-subtitle{font-size:30px;color:#171718}#inkland-scroll-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:#0d1c3f;color:#fff;border:none;font-size:18px;font-weight:600;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:all .25s ease;z-index:9999;box-shadow:0 8px 20px #2a64f659}#inkland-scroll-top:hover{background:#1f4bc4;transform:translateY(0) scale(1.05)}#inkland-scroll-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}@media(max-width:990px){.inkland-benefits__grid,.inkland-category-blocks__grid,.inkland-featured-products__grid{grid-template-columns:repeat(2,1fr)}.inkland-hero__heading{font-size:34px}}@media(max-width:900px){.inkland-header__row{grid-template-columns:1fr auto}.inkland-header__finder-inner,.inkland-finder__inner{grid-template-columns:1fr}.inkland-finder-intro{text-align:center}.inkland-promo-grid__inner{grid-template-columns:1fr;height:auto}.inkland-promo-grid__left{height:320px}.inkland-promo-grid__right{grid-template-rows:none}.inkland-promo-static{height:200px}}@media(max-width:520px){.inkland-benefits{padding:44px 0}.inkland-benefits__grid{grid-template-columns:1fr;gap:24px}.inkland-category-blocks{padding:48px 0}.inkland-category-blocks__grid{grid-template-columns:1fr}.inkland-category-block{height:200px}.inkland-featured-products{padding:48px 0}.inkland-featured-products__grid{grid-template-columns:1fr}.inkland-hero__single,.inkland-hero__slide{min-height:340px}.inkland-hero__heading{font-size:26px}.inkland-hero__subheading{font-size:15px}#inkland-scroll-top{bottom:16px;right:16px}}.inkland-collection-heading{text-align:center;margin:40px auto 32px;max-width:900px}.inkland-collection-title{font-size:clamp(32px,4vw,44px);font-weight:700;margin-bottom:8px}.inkland-collection-subtitle{font-size:16px;color:#5a6b85}.inkland-search--compact{max-width:360px}.inkland-header__actions{display:flex;align-items:center;gap:12px}.inkland-header__icons{display:flex;align-items:center;gap:10px}.inkland-footer{background:#f7f9fc;border-top:1px solid var(--inkland-border);margin-top:96px}.inkland-footer__trust{background:#fff;border-bottom:1px solid var(--inkland-border)}.inkland-footer__trust-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;padding:24px 0}.inkland-footer__trust-item{display:flex;align-items:center;gap:10px;font-weight:500}.inkland-footer__trust-icon{color:var(--inkland-primary);font-size:18px}.inkland-footer__main{padding:56px 0}.inkland-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px}@media(max-width:900px){.inkland-footer__grid{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:600px){.inkland-footer__grid{grid-template-columns:1fr}}.inkland-footer__brand{font-size:22px;font-weight:800;letter-spacing:.02em}.inkland-footer__tagline{margin-top:10px;color:var(--inkland-text-secondary);max-width:320px}.inkland-footer__heading{font-size:15px;font-weight:700;margin-bottom:14px}.inkland-footer__links{list-style:none;padding:0;margin:0}.inkland-footer__links li+li{margin-top:8px}.inkland-footer__links a{color:var(--inkland-text-secondary);text-decoration:none}.inkland-footer__links a:hover{color:var(--inkland-primary)}.inkland-footer__bottom{border-top:1px solid var(--inkland-border);padding:20px 0;font-size:13px}.inkland-footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.inkland-footer__payments svg{height:26px;opacity:.85}.inkland-footer__bottom{background:linear-gradient(180deg,#4a76ff,#2a64f6 40%,#163a9f);border-top:none}.inkland-footer__bottom-inner,.inkland-footer__bottom a{color:#fff}.inkland-footer__bottom a:hover{text-decoration:underline}.inkland-footer__payments svg{filter:brightness(0) invert(1);opacity:.9}.shopify-section--inkland-footer{margin:0!important;padding:0!important}.shopify-section--inkland-footer .inkland-footer{margin-top:0}.inkland-cart__toggle{background:none;border:none;cursor:pointer;font-size:18px;position:relative}.inkland-cart__title{font-weight:600;margin-top:0;margin-bottom:12px;color:#111827}.inkland-cart__actions{display:flex;flex-direction:column;gap:10px}.inkland-cart{position:relative}.inkland-cart__dropdown{position:absolute;right:0;top:calc(100% + 10px);width:340px;background:#fff;border-radius:14px;box-shadow:0 16px 40px #00000026;padding:16px;display:none;z-index:1000;box-sizing:border-box}.inkland-cart.is-open .inkland-cart__dropdown{display:block}.inkland-cart__items{max-height:280px;overflow-y:auto;overflow-x:hidden!important;margin-bottom:12px}.inkland-cart__item{display:grid;grid-template-columns:48px 1fr 24px;gap:12px;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f3f4f6;position:relative;width:100%;box-sizing:border-box}.inkland-cart__item img{width:48px;height:48px;object-fit:contain;border-radius:6px;background:#f9fafb}.inkland-cart__item-info{display:flex;flex-direction:column;min-width:0}.inkland-cart__item-title{font-size:13px;font-weight:600;line-height:1.4;white-space:normal!important;word-break:break-word!important;color:#111827}.inkland-cart__item-meta{font-size:12px;color:#666;margin-top:2px}.inkland-cart__footer{border-top:1px solid #eee;padding-top:12px}.inkland-cart__total{display:flex;justify-content:space-between;margin-bottom:10px}.inkland-cart__btn{display:block;text-align:center;padding:10px;border-radius:10px;font-weight:600;text-decoration:none;margin-top:8px}.inkland-cart__btn--primary{background:#00328d;color:#fff}.inkland-cart__btn--secondary{background:#f1f3f8;color:#0b1c3d}.inkland-cart__toggle{position:relative}.inkland-cart__count{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 5px;background:#00328d;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;border-radius:999px;box-shadow:0 2px 6px #0003}.inkland-cart__remove{grid-column:3;width:20px;height:20px;min-width:20px;min-height:20px;border-radius:50%;border:none;background:#ff3b3b;color:#fff;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin:0 0 0 auto;transition:all .15s ease}.inkland-cart__remove:hover{background:#e11d48;transform:scale(1.05)}#inkland-scroll-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;border-radius:50%;background:#0d1c3f;color:#fff;font-size:18px;border:none;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:99999}#inkland-scroll-top.show{display:flex}.inkland-centered-title{text-align:center;margin-left:auto;margin-right:auto}.inkland-centered-title h1,.inkland-centered-title p{text-align:center}.collection-title,.inkland-finder-title{font-size:32px;font-weight:700;line-height:1.2;margin:24px 0 12px}.inkland-finder-subtitle{font-size:32px;color:#1f2020;margin-bottom:24px}.inkland-header__finder{margin-bottom:32px}.collection-title,.inkland-finder-title{margin-top:0}.inkland-header__finder,.inkland-finder,.inkland-finder-wrapper,.inkland-desktop-finder-panel{overflow:visible}.inkland-finder{transition:box-shadow .35s ease}@media(hover:hover){.inkland-finder:hover{transform:none!important;box-shadow:0 12px 30px #00000014!important}}.inkland-header__finder .inkland-finder,.inkland-desktop-finder-panel,.inkland-desktop-finder-panel .inkland-finder{transform:none!important;box-shadow:0 10px 25px #0000000f!important}@media(hover:hover){.inkland-header__finder .inkland-finder:hover,.inkland-desktop-finder-panel:hover,.inkland-desktop-finder-panel .inkland-finder:hover{transform:none!important;box-shadow:0 10px 25px #0000000f!important}}.inkland-add-to-cart{position:relative;transition:background .2s ease,transform .15s ease}.inkland-add-to-cart:active{transform:scale(.97)}.inkland-add-to-cart.is-loading{background:#9ca3af;pointer-events:none}.inkland-add-to-cart.is-added{background:#16a34a}.inkland-inline-buy{margin-top:10px}.inkland-inline-buy__row{display:flex;align-items:center;gap:10px}.inkland-stepper{display:flex;align-items:center;border:1px solid var(--inkland-border, #e5e7eb);border-radius:12px;overflow:hidden;height:44px}.inkland-stepper__btn{width:36px;height:44px;border:0;background:#f5f7fb;cursor:pointer;font-size:18px}.inkland-stepper__input{width:44px;height:44px;border:0;text-align:center;font-size:14px}.inkland-stepper__input::-webkit-outer-spin-button,.inkland-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inkland-stepper__input{-moz-appearance:textfield}.inkland-inline-buy__button{flex:1;height:44px;border-radius:12px;font-weight:600;white-space:nowrap}.collection-title,.inkland-finder-heading{text-align:center;margin:40px auto 32px;max-width:900px}.inkland-finder-title{margin:0 auto 12px;font-weight:700}.inkland-finder-subtitle{margin:0 auto;max-width:720px;color:var(--inkland-text-secondary, #5b6b8c)}@media(min-width:750px){.product-information__grid,.product__info-container,.product__content,.product__main{max-width:1300px;margin:0 auto!important;padding-left:32px;padding-right:32px}.product-information__grid{display:grid;grid-template-columns:1500px 1fr;column-gap:32px;align-items:start}}.returns-form__form{display:flex;flex-direction:column;gap:16px;max-width:600px}.returns-form__input{width:100%;padding:14px 16px;border-radius:12px;border:1px solid var(--inkland-border)}.returns-form__textarea{resize:vertical}.returns-form__submit{background:var(--inkland-primary);color:#fff;border-radius:12px;padding:14px;font-weight:600}.returns-form{max-width:720px;margin:0 auto}.template-page .rte,.template-page .page-width,.template-policy .shopify-policy__container,.template-policy .shopify-policy__body{max-width:1200px;margin-left:auto;margin-right:auto}.template-page .rte>*,.template-policy .shopify-policy__body>*{max-width:100%}@media screen and (max-width:749px){.inkland-cart,.inkland-cart__toggle,[class*=cart-toggle]{position:relative!important;display:inline-flex!important;overflow:visible!important}.inkland-cart__count{position:absolute!important;top:-8px!important;right:-10px!important;background-color:#00328d!important;color:#fff!important;font-size:10px!important;font-weight:700!important;line-height:16px!important;min-width:16px!important;height:16px!important;padding:0 4px!important;border-radius:50%!important;text-align:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;box-shadow:0 2px 5px #0003!important}}.inkland-desktop-finder-panel,div#inklandDesktopFinderPanel,#inklandDesktopFinderPanel:hover,#inklandDesktopFinderPanel:focus,#inklandDesktopFinderPanel:active{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;filter:none!important;-webkit-filter:none!important}#inklandDesktopFinderPanel .inkland-desktop-finder-inner,#inklandDesktopFinderPanel .inkland-finder__fields,#inklandDesktopFinderPanel .inkland-finder{box-shadow:none!important;-webkit-box-shadow:none!important;filter:none!important;-webkit-filter:none!important;background:#fff!important;background-color:#fff!important}#inklandDesktopFinderPanel select,#inklandDesktopFinderPanel .inkland-finder-field-group,#inklandDesktopFinderPanel select:disabled,#inklandDesktopFinderPanel button.inkland-finder__button{box-shadow:none!important;-webkit-box-shadow:none!important;text-shadow:none!important}#inklandDesktopFinderPanel:before,#inklandDesktopFinderPanel:after,#inklandDesktopFinderPanel *:before,#inklandDesktopFinderPanel *:after{box-shadow:none!important;-webkit-box-shadow:none!important;filter:none!important;content:none!important;display:none!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/inkland-theme.css.map */
