.reseller-resources__gate{padding-top:1rem;padding-bottom:1rem;color:rgb(var(--color-scheme-accent-2, 12 34 26))}.rrh{--rrh-green: #4d9e76;--rrh-blue: #6ea8c9;--rrh-purple: #a688c9;--rrh-yellow: #e8b93f;--rrh-pink: #d6597e;--rrh-radius: 1.25rem;display:block;color:rgb(var(--color-scheme-accent-2, 12 34 26))}.rrh-container{max-width:var(--max-site-width, 1400px);margin:0 auto;padding:0 var(--section-x-padding, 1.5rem)}.rrh-intro{max-width:34rem;margin:0 auto;padding:1.5rem var(--section-x-padding, 1.5rem) 1.25rem;text-align:center}.rrh-intro__welcome{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .7rem;border-radius:999px;background:rgba(var(--color-scheme-accent-1, 185 225 202),.6);color:rgb(var(--color-scheme-text, 12 34 26));margin-bottom:.6rem}.rrh-intro__title{font-family:var(--heading-font-stack);font-weight:800;font-size:clamp(1.625rem,2.6vw,2rem);line-height:1.1;margin:0 0 .4rem}.rrh-intro__subtitle{font-family:var(--main-font-stack);font-size:.9375rem;line-height:1.4;opacity:.75;margin:0}.rrh-cat-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:var(--max-site-width, 1400px);margin:0 auto;padding:.25rem var(--section-x-padding, 1.5rem) 3rem}@media(min-width:560px){.rrh-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.rrh-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.rrh-cat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.125rem}}.rrh-cat-card{display:flex;flex-direction:column;text-align:left;font-family:inherit;background:rgb(var(--color-scheme-card, 255 255 255));border:1.5px solid rgba(var(--color-scheme-text, 12 34 26),.7);border-radius:calc(var(--rrh-radius) * .75);overflow:hidden;cursor:pointer;padding:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.rrh-cat-card:hover,.rrh-cat-card:focus-visible{transform:translateY(-3px);border-color:var(--rrh-accent, var(--rrh-green));box-shadow:0 8px 18px #0c221a1f}.rrh-cat-card__image{position:relative;display:block;aspect-ratio:5 / 3;overflow:hidden;background:rgb(var(--color-scheme-accent-1, 185 225 202))}.rrh-cat-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.rrh-cat-card:hover .rrh-cat-card__image img{transform:scale(1.04)}.rrh-cat-card__arrow{position:absolute;right:.5rem;bottom:.5rem;width:26px;height:26px;border-radius:999px;background:#ffffffeb;color:rgb(var(--color-scheme-text, 12 34 26));display:flex;align-items:center;justify-content:center;transition:background-color .18s ease,color .18s ease,transform .18s ease}.rrh-cat-card__arrow svg{width:13px;height:13px}.rrh-cat-card:hover .rrh-cat-card__arrow{background:var(--rrh-accent, var(--rrh-green));color:#fff;transform:translate(2px)}.rrh-cat-card__body{display:flex;flex-direction:column;gap:.2rem;padding:.75rem .85rem .9rem;flex-grow:1}.rrh-cat-card__title{font-family:var(--heading-font-stack);font-weight:700;font-size:.9375rem;line-height:1.25}.rrh-cat-card__desc{font-family:var(--main-font-stack);font-size:.75rem;line-height:1.4;opacity:.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rrh-category-view{max-width:var(--max-site-width, 1400px);margin:0 auto;padding:2rem var(--section-x-padding, 1.5rem) 3.5rem}.rrh-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;font-family:var(--main-font-stack);font-size:.8125rem;font-weight:600;margin-bottom:1.5rem}.rrh-breadcrumb__link{display:inline-flex;align-items:center;gap:.3rem;border:none;background:none;cursor:pointer;font:inherit;color:inherit;opacity:.65;padding:0;transition:opacity .15s ease}.rrh-breadcrumb__link:hover,.rrh-breadcrumb__link:focus-visible{opacity:1}.rrh-breadcrumb__chevron{width:13px;height:13px}.rrh-breadcrumb__sep{opacity:.35}.rrh-breadcrumb__current{opacity:.95}.rrh-category-view__header{margin-bottom:1.5rem;max-width:42rem}.rrh-category-view__header h2{font-family:var(--heading-font-stack);font-weight:800;font-size:clamp(1.625rem,3vw,2.125rem);margin:0 0 .5rem}.rrh-category-view__header p{font-family:var(--main-font-stack);font-size:1rem;line-height:1.5;opacity:.8;margin:0}.rrh-collection-view__zip{margin-top:.75rem}.rrh-section-heading{font-family:var(--heading-font-stack);font-weight:700;font-size:1rem;margin:.5rem 0 .9rem;padding-top:1.25rem;border-top:1px solid rgba(var(--color-scheme-text, 12 34 26),.1)}.rrh-search{display:flex;align-items:center;gap:.5rem;width:100%;max-width:360px;border:1px solid rgba(var(--color-scheme-text, 12 34 26),.25);border-radius:999px;padding:.6rem 1rem;margin-bottom:2rem}.rrh-search svg{width:18px;height:18px;flex-shrink:0;opacity:.6}.rrh-search input{border:none;outline:none;background:none;width:100%;font-size:.9375rem;font-family:var(--main-font-stack)}.rrh-coll-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}@media(min-width:640px){.rrh-coll-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.rrh-coll-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.rrh-coll-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem}}.rrh-coll-tile{position:relative;background:rgb(var(--color-scheme-card, 255 255 255));border:1px solid rgba(var(--color-scheme-text, 12 34 26),.14);border-radius:calc(var(--rrh-radius) * .6);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.rrh-coll-tile:hover,.rrh-coll-tile:focus-within{border-color:var(--rrh-green);box-shadow:0 6px 14px #0c221a1a}.rrh-coll-tile__open{display:flex;flex-direction:column;width:100%;text-align:left;border:none;background:none;cursor:pointer;font:inherit;color:inherit;padding:0}.rrh-coll-tile__image{display:block;aspect-ratio:3 / 2;overflow:hidden;background:rgb(var(--color-scheme-accent-1, 185 225 202))}.rrh-coll-tile__image img{width:100%;height:100%;object-fit:cover;display:block}.rrh-coll-tile__body{display:flex;flex-direction:column;gap:.15rem;padding:.55rem .65rem .65rem}.rrh-coll-tile__title{font-family:var(--heading-font-stack);font-weight:700;font-size:.8125rem;line-height:1.25}.rrh-coll-tile__desc{font-family:var(--main-font-stack);font-size:.6875rem;line-height:1.35;opacity:.65;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.rrh-coll-tile__count{font-family:var(--main-font-stack);font-size:.6875rem;opacity:.5;margin-top:.1rem}.rrh-coll-tile__zip{position:absolute;top:.5rem;right:.5rem;display:inline-flex;align-items:center;gap:.2rem;font-family:var(--main-font-stack);font-size:.625rem;font-weight:700;letter-spacing:.02em;padding:.3rem .5rem;border-radius:999px;background:#fffffff0;color:rgb(var(--color-scheme-text, 12 34 26));text-decoration:none;transition:background-color .15s ease,color .15s ease}.rrh-coll-tile__zip svg{width:11px;height:11px}.rrh-coll-tile__zip:hover{background:var(--rrh-green);color:#fff}.rrh-asset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.rrh-asset-grid:empty{display:none}@media(min-width:640px){.rrh-asset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.rrh-asset-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1200px){.rrh-asset-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1500px){.rrh-asset-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}}.rrh-asset{position:relative;display:flex;flex-direction:column;gap:.35rem;text-decoration:none;color:inherit}.rrh-asset__thumb{position:relative;display:block;aspect-ratio:1 / 1;border-radius:calc(var(--rrh-radius) * .45);overflow:hidden;background:rgb(var(--color-scheme-accent-1, 185 225 202));border:1px solid rgba(var(--color-scheme-text, 12 34 26),.1);transition:border-color .15s ease,box-shadow .15s ease}.rrh-asset:hover .rrh-asset__thumb,.rrh-asset:focus-visible .rrh-asset__thumb{border-color:var(--rrh-green);box-shadow:0 6px 14px #0c221a24}.rrh-asset__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.rrh-asset:hover .rrh-asset__thumb img{transform:scale(1.04)}.rrh-asset__action{position:absolute;right:.4rem;bottom:.4rem;width:26px;height:26px;border-radius:999px;background:#fffffff0;color:rgb(var(--color-scheme-text, 12 34 26));display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}.rrh-asset__action svg{width:13px;height:13px}.rrh-asset:hover .rrh-asset__action{background:var(--rrh-green);color:#fff}.rrh-asset__title{font-family:var(--main-font-stack);font-size:.75rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rrh-file-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem}.rrh-file-list:empty{display:none;margin-top:0}.rrh-asset-grid:empty+.rrh-file-list{margin-top:0}.rrh-file-row{display:flex;align-items:center;gap:.85rem;padding:.65rem .85rem;border:1px solid rgba(var(--color-scheme-text, 12 34 26),.12);border-radius:calc(var(--rrh-radius) * .45);background:rgb(var(--color-scheme-card, 255 255 255));transition:border-color .15s ease}.rrh-file-row:hover{border-color:var(--rrh-green)}.rrh-file-row__icon{flex-shrink:0;width:40px;height:40px;border-radius:calc(var(--rrh-radius) * .3);display:flex;align-items:center;justify-content:center;font-family:var(--heading-font-stack);font-weight:800;font-size:.625rem;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:var(--rrh-blue)}.rrh-file-row__icon[data-type=zip]{background:var(--rrh-purple)}.rrh-file-row__icon[data-type=pdf]{background:var(--rrh-pink)}.rrh-file-row__icon[data-type=video]{background:#1a1a1a}.rrh-file-row__body{flex-grow:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.rrh-file-row__title{font-family:var(--heading-font-stack);font-weight:700;font-size:.875rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rrh-file-row__desc{font-family:var(--main-font-stack);font-size:.75rem;line-height:1.35;opacity:.65;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:640px){.rrh-file-row__desc{-webkit-line-clamp:2}}.rrh-file-row__action{flex-shrink:0;display:inline-flex;align-items:center;gap:.3rem;font-family:var(--main-font-stack);font-size:.8125rem;font-weight:700;color:rgb(var(--color-scheme-text, 12 34 26));text-decoration:none;padding:.4rem .7rem;border-radius:999px;border:1.5px solid rgba(var(--color-scheme-text, 12 34 26),.7);transition:background-color .15s ease,color .15s ease,border-color .15s ease}.rrh-file-row__action:hover{background:var(--rrh-green);border-color:var(--rrh-green);color:#fff}.rrh-file-row__action svg{width:12px;height:12px}.rrh-empty,.rrh-empty-state{text-align:center;opacity:.75;padding:2rem var(--section-x-padding, 1.5rem) 3rem}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-reseller-resources.css.map */
