/* Fonts *//* poppins-regular - latin */@font-face{font-display:swap;/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */font-family:'Poppins';font-style:normal;font-weight:400;src:url('../../static/fonts/poppins-v22-latin-regular.woff2') format('woff2')/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}/* poppins-500 - latin */@font-face{font-display:swap;/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */font-family:'Poppins';font-style:normal;font-weight:500;src:url('../../static/fonts/poppins-v22-latin-500.woff2') format('woff2')/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}/* poppins-600 - latin */@font-face{font-display:swap;/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */font-family:'Poppins';font-style:normal;font-weight:600;src:url('../../static/fonts/poppins-v22-latin-600.woff2') format('woff2')/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}/* poppins-700 - latin */@font-face{font-display:swap;/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */font-family:'Poppins';font-style:normal;font-weight:700;src:url('../../static/fonts/poppins-v22-latin-700.woff2') format('woff2')/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}.seller-index-page *,.install-banner *{-webkit-font-smoothing:antialiased;font-family:'Poppins','Segoe UI','Open Sans',Arial,sans-serif}.secondary-button{font-weight:500;background:#dddddd !important;color:#363636 !important}.secondary-button:hover{background:#0c2f4b !important;color:white !important}h1{font-size:1.35em;font-weight:600;margin-bottom:1rem}.page-header-section{display:grid;grid-template-columns:4fr 2.5fr;margin:0 0 4em 0}.page-section{padding-top:4.5rem;position:relative}.page-header-search{width:100%;position:relative}.seller-hero-section{display:grid;grid-template-columns:4fr 2.5fr;margin:0 0 2em;gap:2rem/* 2rem */}.template-header{font-size:1.15rem;color:#383838;background:#feedc0;padding:0.7rem 1rem 0.75rem 1rem;display:inline-block;width:auto;margin:0;border-radius:0.9rem;position:absolute;top:0rem;font-weight:600;margin-bottom:1rem}.search input{background:#fff;padding:0.75em 1em;width:100%;font-size:0.94em;border-radius:0.5em;height:49px;font-weight:600}@media screen and (max-width: 1200px){.page-header-section{grid-template-columns:4fr 3.5fr}}@media screen and (max-width: 991px) and (min-width: 769px){.page-header-search{width:48%;position:absolute !important;right:0}.page-header-section{display:grid;grid-template-columns:4fr 4fr}}@media screen and (max-width: 768px){h1{padding:0}.page-header-section{display:flex;flex-direction:column}}@media screen and (max-width: 576px){.template-header{display:flex;flex-direction:column;left:-1rem;font-size:1.1rem;padding:0.9rem 1.4rem 0.9rem 2rem}h1{padding:0 1rem}}@media screen and (max-width: 768px) and (min-width: 577px){.template-header{padding:0.7rem 1.5rem 0.75rem !important;left:0;top:0em}}@media screen and (min-width: 767px){.template-header{padding:0.7rem 1.5rem 0.75rem;left:0;top:-1rem}}.seller-template-container{display:flex;flex-direction:column;gap:1rem}.seller-list{display:grid;/* The grid will automatically fill the available space with columns that are at least 200px wide, but can grow to fill the remaining space */grid-template-columns:repeat(auto-fill, minmax(190px, 1fr));gap:1rem;padding:0;margin-top:0.5rem;list-style:none;grid-auto-rows:max-content;@media (max-width: 768px) {
    grid-template-columns:repeat(2, 1fr)}@media (max-width: 576px){}}

.seller-text{margin-right:2em}@media screen and (max-width: 1200px){.seller-hero-section{grid-template-columns:4fr 3.5fr}}@media screen and (max-width: 768px){.seller-hero-section{display:flex;flex-direction:column}.routes-section{padding-top:4.5rem}}@media screen and (min-width: 1000px){.page-header-container{padding:0 2% 0 0}}.seller-index-description{grid-column:1/4;padding:0 2% 0 0}.seller-index-description p{font-weight:400}.seller-index-description p:first-of-type{font-weight:500}@media screen and (min-width: 1000px){.seller-index-description{grid-column:1/3;padding:0 2% 0 0}}@media screen and (max-width: 576px){.seller-index-description{padding:0 1rem}.seller-index-description p{font-size:0.95rem}}/* Utilities *//* Layout */.grid{display:grid}.grid-gap-1{gap:1rem}.grid-gap-2{gap:2rem}.grid-single-column{grid-template-columns:repeat(1, minmax(0, 1fr))}/* Typography */.text-aferry{color:var(--text-aferry)}.text-supplement{color:var(--text-supplement)}.text-highlight{color:var(--text-highlight)}/* Display */.rounded-xl{border-radius:1rem}.bordered-between-vertical > *:not(:last-child){padding-bottom:1.5rem;border-bottom:1px solid hsla(201, 20%, 20%, 0.2)}.useless-class{border:red solid 1px}