.seal-helpdesk{--seal-helpdesk-max-width: 1180px;--seal-helpdesk-narrow-width: 860px;--seal-helpdesk-accent: var(--color-primary);--seal-helpdesk-accent-rgb: var(--color-primary-rgb);--seal-helpdesk-text: var(--color-foreground);--seal-helpdesk-heading: var(--color-foreground-heading);--seal-helpdesk-muted: var(--color-foreground-muted);--seal-helpdesk-border: var(--color-border);--seal-helpdesk-border-strong: rgb(var(--color-border-rgb) / var(--opacity-35-55));--seal-helpdesk-hover-line: rgb(var(--seal-helpdesk-accent-rgb) / .72);--seal-helpdesk-hover-path: 2000;--seal-helpdesk-soft: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));--seal-helpdesk-soft-strong: rgb(var(--seal-helpdesk-accent-rgb) / var(--opacity-10-25));--seal-helpdesk-shadow-sm: 0 2px 8px rgb(var(--color-shadow-rgb, var(--color-foreground-rgb)) / .05);--seal-helpdesk-shadow-md: 0 5px 16px rgb(var(--color-shadow-rgb, var(--color-foreground-rgb)) / .1);position:relative;padding-block:var(--seal-helpdesk-padding-top, 64px) var(--seal-helpdesk-padding-bottom, 64px);font-family:var(--font-body--family);font-style:var(--font-body--style)}.seal-helpdesk__shell{width:min(calc(100% - (var(--page-margin) * 2)),var(--seal-helpdesk-max-width));margin-inline:auto}.seal-helpdesk__shell:has(.seal-helpdesk__content:not(.is-hidden)){width:min(calc(100% - clamp(24px,4vw,56px)),var(--seal-helpdesk-max-width))}.seal-helpdesk__shell--narrow{width:min(calc(100% - (var(--page-margin) * 2)),var(--seal-helpdesk-narrow-width))}.seal-helpdesk__header{max-width:780px;margin:0 auto var(--padding-3xl);text-align:center}.seal-helpdesk__title{margin-block:0 var(--padding-sm);color:var(--seal-helpdesk-heading);font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:720;line-height:1.12}.seal-helpdesk__title.h0{font-size:3rem}.seal-helpdesk__title.h1{font-size:2.5rem}.seal-helpdesk__title.h2{font-size:2rem}.seal-helpdesk__subheading{max-width:680px;margin:0 auto;color:var(--seal-helpdesk-muted);font-size:var(--seal-helpdesk-text-size, 1.05rem);line-height:1.55}.seal-helpdesk__main{position:relative;min-height:500px;margin-block-end:var(--padding-sm)}.seal-helpdesk__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;min-height:1.5rem;margin-block-end:var(--padding-sm);padding-inline-start:5px;color:var(--seal-helpdesk-muted);font-size:.92rem}.seal-helpdesk__breadcrumbs a{color:inherit;text-decoration:none;text-underline-offset:.18em;transition:color .16s ease}.seal-helpdesk__breadcrumbs a:hover{color:var(--seal-helpdesk-accent);text-decoration:underline}.seal-helpdesk__breadcrumb-current{color:var(--seal-helpdesk-text);font-weight:600}.seal-helpdesk__page-header{display:none;margin-block:var(--padding-2xs, .25rem) var(--padding-lg)}.seal-helpdesk__back{display:inline-flex;align-items:center;gap:.45rem;-webkit-appearance:none;appearance:none;width:auto;min-height:0;padding:0;border:0;background:transparent;color:var(--seal-helpdesk-muted);cursor:pointer;font-family:inherit;font-size:.92rem;font-weight:600;line-height:1.2;text-decoration:none;transition:color .16s ease,transform .16s ease}.seal-helpdesk__back:hover{color:var(--seal-helpdesk-text);transform:translate(-2px)}.seal-helpdesk__back:focus-visible{outline:2px solid var(--card-border-focus);outline-offset:.2rem}.seal-helpdesk__back-icon{display:inline-flex;width:.95rem;height:.95rem;flex:0 0 auto}.seal-helpdesk__back-icon svg{width:100%;height:100%}.seal-helpdesk__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:var(--padding-xl);margin-block-end:var(--padding-3xl);transition:opacity .26s ease,transform .26s ease}.seal-helpdesk__grid.is-hidden,.seal-helpdesk__content.is-hidden,.seal-helpdesk__card.is-hidden{display:none}.seal-helpdesk__card{-webkit-appearance:none;appearance:none;position:relative;display:flex;width:100%;min-height:210px;padding:0;border:1px solid var(--seal-helpdesk-border);border-radius:var(--style-border-radius-sm);background:var(--color-background);box-shadow:var(--seal-helpdesk-shadow-sm);color:inherit;font-family:inherit;font-style:inherit;text-align:start;text-decoration:none;cursor:pointer;overflow:hidden;transition:background var(--hover-transition-duration) var(--hover-transition-timing),box-shadow var(--hover-transition-duration) var(--hover-transition-timing),transform var(--hover-transition-duration) var(--hover-transition-timing)}.seal-helpdesk__card:before{content:none}.seal-helpdesk__card:after{content:none}.seal-helpdesk__card-border{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;color:var(--seal-helpdesk-hover-line);opacity:0;pointer-events:none;transition:opacity 90ms ease}.seal-helpdesk__card-border-svg{display:block;width:100%;height:100%;overflow:visible}.seal-helpdesk__card-border-path{fill:none;stroke:currentColor;stroke-width:1;vector-effect:non-scaling-stroke;stroke-dasharray:var(--seal-helpdesk-hover-path);stroke-dashoffset:var(--seal-helpdesk-hover-path)}.seal-helpdesk__card:hover,.seal-helpdesk__card:focus-visible{border-color:transparent;background:var(--color-background);box-shadow:var(--seal-helpdesk-shadow-md);transform:translateY(-3px)}.seal-helpdesk__card:hover .seal-helpdesk__card-border,.seal-helpdesk__card:focus-visible .seal-helpdesk__card-border{opacity:1}.seal-helpdesk__card:hover .seal-helpdesk__card-border-path,.seal-helpdesk__card:focus-visible .seal-helpdesk__card-border-path{animation:seal-helpdesk-border-draw .46s cubic-bezier(.4,0,.2,1) both}.seal-helpdesk__card:focus-visible{outline:2px solid var(--card-border-focus);outline-offset:2px}.seal-helpdesk__card-content{display:flex;flex-direction:column;flex-grow:1;position:relative;z-index:1;width:100%;padding:clamp(var(--padding-lg),2.6vw,var(--padding-2xl))}.seal-helpdesk__icon{display:inline-flex;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;margin-block-end:var(--padding-md);border-radius:50%;background:var(--seal-helpdesk-soft);color:var(--seal-helpdesk-text);transition:background var(--hover-transition-duration) var(--hover-transition-timing),transform var(--hover-transition-duration) var(--hover-transition-timing)}.seal-helpdesk__icon svg{width:1.85rem;height:1.85rem;color:currentcolor}.seal-helpdesk__card:hover .seal-helpdesk__icon,.seal-helpdesk__card:focus-visible .seal-helpdesk__icon{background:var(--seal-helpdesk-soft-strong);transform:scale(1.04)}.seal-helpdesk__icon-svg{display:block;fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round}.seal-helpdesk__icon-svg *{vector-effect:non-scaling-stroke}.seal-helpdesk__card-title{min-width:0;margin:0 0 .5rem;color:var(--seal-helpdesk-text);font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-size:clamp(1.22rem,var(--seal-helpdesk-card-title-size, 1.4rem),1.6rem);font-weight:700;line-height:1.18;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;word-break:normal}.seal-helpdesk__card-description{min-width:0;margin:0 0 var(--padding-md);color:var(--seal-helpdesk-text);font-size:clamp(.96rem,var(--seal-helpdesk-text-size, 1.05rem),1.05rem);line-height:1.55;overflow-wrap:break-word;flex-grow:1}.seal-helpdesk__card-time{display:inline-flex;align-items:center;width:fit-content;margin-block-start:auto;border-radius:999px;color:var(--seal-helpdesk-muted);padding:0;font-size:.86rem;font-weight:600}.seal-helpdesk__content{transition:opacity .26s ease,transform .26s ease}.seal-helpdesk__embedded,.seal-helpdesk__rich-text{width:100%}.seal-helpdesk__embedded>*{max-width:100%}.seal-helpdesk__embedded :is(main,#MainContent,.shopify-section,.section,.section--page-width,.page-width,.page-width-content){width:100%;max-width:none;margin-inline:0}.seal-helpdesk__embedded :is(.section,.section--page-width,.page-width,.page-width-content){--page-margin: 0px}.seal-helpdesk__loading,.seal-helpdesk__message{border:1px solid var(--seal-helpdesk-border);border-radius:8px;background:var(--seal-helpdesk-soft);padding:var(--padding-xl);color:var(--seal-helpdesk-muted)}.seal-helpdesk__rich-content{max-width:820px;margin-inline:auto;line-height:1.65}.seal-helpdesk__rich-content h2{margin-block:0 var(--padding-md);color:var(--seal-helpdesk-text);font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:680}.seal-helpdesk__rich-content .rte{color:var(--seal-helpdesk-muted);line-height:1.7}.seal-helpdesk__rich-content .rte strong{color:var(--seal-helpdesk-text)}.seal-helpdesk__rich-action{margin-block-start:var(--padding-lg)}.seal-helpdesk__contact{position:relative;max-width:900px;margin:var(--padding-md) auto 0;border:1px solid var(--seal-helpdesk-border);border-radius:8px;background:var(--color-background);padding:var(--padding-2xl) var(--padding-xl);text-align:center;box-shadow:var(--seal-helpdesk-shadow-sm);overflow:hidden}.seal-helpdesk__contact h2{position:relative;display:inline-block;margin-block:0 var(--padding-md);padding-block-end:12px;color:var(--seal-helpdesk-text);font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-size:clamp(1.55rem,2.2vw,2rem);font-weight:680;line-height:1.18}.seal-helpdesk__contact h2:after{content:"";position:absolute;inset-inline:50%;inset-block-end:0;width:42px;height:2px;background:var(--seal-helpdesk-accent);transform:translate(-50%)}.seal-helpdesk__contact p{max-width:660px;margin:0 auto var(--padding-lg);color:var(--seal-helpdesk-muted);line-height:1.7}.seal-helpdesk__embedded .section-background,.seal-helpdesk__embedded .shopify-section-header,.seal-helpdesk__embedded main>header:not(.seal-it-faqs-section__header),.seal-helpdesk__embedded #MainContent>header:not(.seal-it-faqs-section__header),.seal-helpdesk__embedded main>footer,.seal-helpdesk__embedded #MainContent>footer{display:none}.seal-helpdesk__embedded .seal-it-faqs-section__inner{gap:20px}.seal-helpdesk__embedded .seal-it-faqs-section__heading{font-size:2.35rem;line-height:1}.seal-helpdesk__embedded main[data-template="page.help_milk_it"] .media-with-content--medium{gap:clamp(28px,4vw,56px)}.seal-helpdesk__embedded main[data-template="page.help_milk_it"] .media-with-content>.media-block{inline-size:100%!important;width:100%!important}.seal-helpdesk__embedded main[data-template="page.help_milk_it"] :is(.media-block,.media-block__media,deferred-media){max-width:100%;min-width:0}.seal-helpdesk__embedded main[data-template="page.help_milk_it"] :is(.media-block,.media-block__media){width:100%}.seal-helpdesk__embedded main[data-template="page.help_milk_it"] .media-block__media--video{display:block;overflow:hidden}.seal-helpdesk__embedded main[data-template="page.help_milk_it"] :is(.deferred-media__poster-button,.deferred-media__poster-image,.deferred-media__poster-button~video){max-width:100%}@media(prefers-reduced-motion:no-preference){.seal-helpdesk__header,.seal-helpdesk__contact{animation:seal-helpdesk-rise .42s ease both}.seal-helpdesk__card{animation:seal-helpdesk-card-in .42s ease both}.seal-helpdesk__card:nth-child(2){animation-delay:45ms}.seal-helpdesk__card:nth-child(3){animation-delay:90ms}.seal-helpdesk__card:nth-child(4){animation-delay:135ms}.seal-helpdesk__card:nth-child(5){animation-delay:.18s}.seal-helpdesk__card:nth-child(n+6){animation-delay:.22s}.seal-helpdesk__contact{animation-delay:.14s}}@media(prefers-reduced-motion:reduce){.seal-helpdesk__card-border{transition:none}.seal-helpdesk__card:hover .seal-helpdesk__card-border-path,.seal-helpdesk__card:focus-visible .seal-helpdesk__card-border-path{animation:none;stroke-dashoffset:0}}@keyframes seal-helpdesk-border-draw{to{stroke-dashoffset:0}}@keyframes seal-helpdesk-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes seal-helpdesk-card-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:749px){.seal-helpdesk{padding-block:var(--seal-helpdesk-padding-top-mobile, 40px) var(--seal-helpdesk-padding-bottom-mobile, 44px)}.seal-helpdesk__embedded main[data-template="page.help_milk_it"] .media-with-content{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"media" "content";overflow-x:clip}.seal-helpdesk__embedded main[data-template="page.help_milk_it"] .media-with-content>*{min-width:0}.seal-helpdesk__header{margin-block-end:var(--padding-2xl);text-align:center}.seal-helpdesk__title.h0{font-size:2.2rem}.seal-helpdesk__title.h1{font-size:1.8rem}.seal-helpdesk__title.h2{font-size:1.5rem}.seal-helpdesk__main{min-height:0}.seal-helpdesk__grid{gap:var(--padding-md);margin-block-end:var(--padding-xl)}.seal-helpdesk__card{min-height:0}.seal-helpdesk__card-content{display:grid;grid-template-columns:3.4rem minmax(0,1fr);align-items:center;column-gap:var(--padding-md);padding:var(--padding-lg)}.seal-helpdesk__icon{width:3.25rem;height:3.25rem;margin:0}.seal-helpdesk__icon svg{width:1.65rem;height:1.65rem}.seal-helpdesk__card-title{font-size:clamp(1.22rem,calc(var(--seal-helpdesk-card-title-size, 1.35rem) * .92),1.36rem);line-height:1.16;margin-block-end:.4rem}.seal-helpdesk__card-description{grid-column:1 / -1;margin-block:var(--padding-sm) 0}.seal-helpdesk__card-time{grid-column:1 / -1;justify-self:start;margin-block-start:var(--padding-sm)}.seal-helpdesk__contact{margin-block-start:var(--padding-sm);padding:var(--padding-xl) var(--padding-lg)}}
/*# sourceMappingURL=/cdn/shop/t/95/assets/seal-helpdesk.css.map */
