:root{--bn-dark: #3A3A59;--bn-teal: #009099;--bn-navy: #334591;--bn-purple: #5B2F99;--bn-light-grey: #EEF1FA;--bn-bright-teal: #4AF7E9;--bn-light-blue: #9ED8FF;--bn-pink: #FFABC6;--bn-near-black: #171726;--bn-dark-teal: #003D47;--bn-dark-navy: #151F47;--bn-dark-purple: #200C4A;--bn-gradient-teal: linear-gradient(180deg, #4AF7E9 0%, #00BCC8 50%, #003D47 100%);--bn-gradient-blue: linear-gradient(180deg, #9ED8FF 0%, #151F47 100%);--bn-gradient-pink: linear-gradient(180deg, #FFABC6 0%, #200C4A 100%);--bn-gradient-teal-horizontal: linear-gradient(90deg, #4AF7E9 0%, #009099 100%);--bn-shadow-sm: 0 1px 3px rgba(23, 23, 38, .08);--bn-shadow-md: 0 4px 12px rgba(23, 23, 38, .12);--bn-shadow-lg: 0 8px 30px rgba(23, 23, 38, .16);--bn-radius-sm: 6px;--bn-radius-md: 10px;--bn-radius-lg: 16px;--bn-radius-xl: 24px;--bn-radius-pill: 100px}body,.button,input,select,textarea{font-family:"Rubik",var(--font-body-family),sans-serif!important}h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3,.h4,.h5{font-family:"Rubik",var(--font-heading-family),sans-serif!important;font-weight:300;color:var(--bn-dark)}.button,.button:before,.button:after,.shopify-payment-button__button,.quick-add__submit,.card__badge .button,.collection-product-card .button{border:none!important;outline:none!important;box-shadow:none;border-radius:var(--bn-radius-pill)!important}.button--primary,.shopify-challenge__button,.customer button,button.shopify-payment-button__button--unbranded{background:var(--bn-gradient-teal-horizontal)!important;color:#fff!important;border:none!important;border-radius:var(--bn-radius-pill)!important;font-weight:600;letter-spacing:.02em;transition:box-shadow .25s ease,transform .2s ease;padding:12px 32px}.button--primary:hover,.shopify-challenge__button:hover{box-shadow:0 6px 20px #00909959;transform:translateY(-1px)}.button--secondary{background:transparent!important;color:var(--bn-teal)!important;border:2px solid var(--bn-teal)!important;border-radius:var(--bn-radius-pill)!important;font-weight:600;transition:all .25s ease}.button--secondary:hover{background:var(--bn-teal)!important;color:#fff!important}.button--tertiary,.link--text{color:var(--bn-teal)!important;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:gap .2s ease}.button--tertiary:hover,.link--text:hover{gap:10px}a{color:var(--bn-teal);transition:color .2s ease}a:hover{color:var(--bn-dark-teal)}.marketplace-hero{background:var(--bn-gradient-teal);padding:80px 0 60px;position:relative;overflow:hidden}.marketplace-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(74,247,233,.15) 0%,transparent 70%);border-radius:50%}.marketplace-hero__inner{max-width:var(--page-width);margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.marketplace-hero__title{font-size:3.2rem;font-weight:300;color:#fff!important;margin-bottom:16px;line-height:1.15}@media screen and (min-width:750px){.marketplace-hero__title{font-size:4.8rem}}.marketplace-hero__subtitle{font-size:1.6rem;color:#ffffffd9;margin-bottom:36px;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}@media screen and (min-width:750px){.marketplace-hero__subtitle{font-size:1.8rem}}.marketplace-hero__stats{display:flex;justify-content:center;gap:40px;margin-top:40px;flex-wrap:wrap}.marketplace-hero__stat{text-align:center}.marketplace-hero__stat-number{font-size:2.8rem;font-weight:600;color:#fff;display:block}.marketplace-hero__stat-label{font-size:1.3rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em}.marketplace-search{max-width:640px;margin:0 auto;position:relative}.marketplace-search__form{display:flex;background:#fff;border-radius:var(--bn-radius-pill);overflow:hidden;box-shadow:var(--bn-shadow-lg)}.marketplace-search__input{flex:1;border:none!important;padding:16px 24px!important;font-size:1.6rem!important;outline:none;background:transparent;color:var(--bn-dark);font-family:Rubik,sans-serif!important;border-radius:0!important}.marketplace-search__input::placeholder{color:#999}.marketplace-search__button{background:var(--bn-gradient-teal-horizontal);border:none;color:#fff;padding:16px 28px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:600;font-family:Rubik,sans-serif;font-size:1.5rem;white-space:nowrap;transition:opacity .2s ease}.marketplace-search__button:hover{opacity:.9}.marketplace-search__button svg{width:20px;height:20px}.marketplace-categories{padding:60px 0;background:#fff}.marketplace-categories__inner{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.marketplace-categories__title{font-size:2.8rem;text-align:center;margin-bottom:40px;color:var(--bn-dark)}.marketplace-categories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (min-width:750px){.marketplace-categories__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (min-width:990px){.marketplace-categories__grid{grid-template-columns:repeat(4,1fr);gap:24px}}.marketplace-category-card{position:relative;border-radius:var(--bn-radius-lg);overflow:hidden;aspect-ratio:4/3;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.marketplace-category-card:hover{transform:translateY(-4px);box-shadow:var(--bn-shadow-lg)}.marketplace-category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.marketplace-category-card:hover .marketplace-category-card__image{transform:scale(1.05)}.marketplace-category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(23,23,38,.75) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.marketplace-category-card__name{color:#fff;font-size:1.6rem;font-weight:600;margin:0 0 4px}.marketplace-category-card__count{color:var(--bn-bright-teal);font-size:1.3rem;font-weight:400}.seller-badge{display:inline-flex;align-items:center;gap:5px;font-size:1.3rem;color:var(--bn-teal);font-weight:500}.seller-badge__icon{width:16px;height:16px;background:var(--bn-teal);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.seller-badge__icon svg{width:10px;height:10px;fill:#fff}.seller-mini{display:flex;align-items:center;gap:6px;padding:6px 0 2px;font-size:1.2rem}.seller-mini__name{color:var(--bn-teal);font-weight:500;text-decoration:none;transition:color .2s ease}.seller-mini__name:hover{color:var(--bn-dark-teal);text-decoration:underline}.seller-info-card{background:var(--bn-light-grey);border-radius:var(--bn-radius-md);padding:20px;margin:16px 0}.seller-info-card__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.seller-info-card__avatar{width:48px;height:48px;border-radius:50%;background:var(--bn-gradient-teal-horizontal);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.8rem;flex-shrink:0}.seller-info-card__details{flex:1}.seller-info-card__name{font-size:1.5rem;font-weight:600;color:var(--bn-dark);margin:0 0 2px}.seller-info-card__link{display:inline-flex;align-items:center;gap:4px;color:var(--bn-teal);font-size:1.3rem;text-decoration:none;font-weight:500;margin-top:10px}.seller-info-card__link:hover{text-decoration:underline}.seller-directory{padding:60px 0}.seller-directory__inner{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.seller-directory__title{font-size:2.8rem;text-align:center;margin-bottom:12px;color:var(--bn-dark)}.seller-directory__subtitle{text-align:center;color:#666;margin-bottom:40px;font-size:1.6rem}.seller-directory__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}@media screen and (min-width:750px){.seller-directory__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.seller-directory__grid{grid-template-columns:repeat(3,1fr)}}.seller-dir-card{background:#fff;border:1px solid #eee;border-radius:var(--bn-radius-lg);padding:24px;transition:box-shadow .3s ease,transform .3s ease;text-decoration:none;display:block}.seller-dir-card:hover{box-shadow:var(--bn-shadow-md);transform:translateY(-2px)}.seller-dir-card__header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.seller-dir-card__avatar{width:56px;height:56px;border-radius:50%;background:var(--bn-gradient-teal-horizontal);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:2rem;flex-shrink:0}.seller-dir-card__info{flex:1}.seller-dir-card__name{font-size:1.6rem;font-weight:600;color:var(--bn-dark);margin:0 0 4px}.seller-dir-card__product-count{font-size:1.3rem;color:#888}.seller-dir-card__cta{display:inline-flex;align-items:center;gap:4px;color:var(--bn-teal);font-size:1.4rem;font-weight:600;text-decoration:none}.marketplace-trust{background:var(--bn-near-black);padding:60px 0}.marketplace-trust__inner{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.marketplace-trust__title{font-size:2.8rem;text-align:center;margin-bottom:48px;color:#fff!important}.marketplace-trust__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:32px}@media screen and (min-width:750px){.marketplace-trust__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.marketplace-trust__grid{grid-template-columns:repeat(4,1fr)}}.trust-feature{text-align:center;padding:24px}.trust-feature__icon{width:64px;height:64px;margin:0 auto 20px;background:#4af7e91a;border-radius:var(--bn-radius-md);display:flex;align-items:center;justify-content:center}.trust-feature__icon svg{width:32px;height:32px;stroke:var(--bn-bright-teal);fill:none;stroke-width:1.5}.trust-feature__title{font-size:1.6rem;font-weight:600;color:#fff!important;margin-bottom:8px}.trust-feature__text{font-size:1.4rem;color:#fff9;line-height:1.5}.header{background:#fff!important;border-bottom:1px solid #eee}.header__heading-link{display:flex;align-items:center}.header__sell-cta{background:var(--bn-gradient-teal-horizontal);color:#fff;border:none;border-radius:var(--bn-radius-pill);padding:8px 20px;font-size:1.3rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:box-shadow .25s ease;font-family:Rubik,sans-serif}.header__sell-cta:hover{box-shadow:0 4px 14px #0090994d;color:#fff}.marketplace-footer{background:var(--bn-near-black);color:#ffffffa6;padding:60px 0 24px}.marketplace-footer__inner{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.marketplace-footer__grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:40px}@media screen and (min-width:750px){.marketplace-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}}.marketplace-footer__brand-col p{font-size:1.4rem;line-height:1.6;margin-top:16px;color:#ffffff80}.marketplace-footer__heading{color:#fff;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.marketplace-footer__links{list-style:none;padding:0;margin:0}.marketplace-footer__links li{margin-bottom:10px}.marketplace-footer__links a{color:#fff9;text-decoration:none;font-size:1.4rem;transition:color .2s ease}.marketplace-footer__links a:hover{color:var(--bn-bright-teal)}.marketplace-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:1.3rem}.marketplace-footer__copyright{color:#fff6}.marketplace-footer__payment-icons{display:flex;gap:8px;align-items:center}.marketplace-footer__payment-icons svg{width:38px;height:24px;opacity:.5}.card-wrapper.product-card-wrapper{border-radius:var(--bn-radius-lg);overflow:hidden;transition:box-shadow .35s ease,transform .35s ease;background:#fff;box-shadow:0 1px 4px #1717260f}.card-wrapper.product-card-wrapper:hover{box-shadow:0 8px 28px #00909926;transform:translateY(-4px)}.card__media .media--hover-effect>img+img{transition:opacity .4s ease!important}.card__information .seller-mini{margin-top:2px}.card__content .card__information{padding:4px 0}.card__heading.h5{font-size:1.35rem;font-weight:500;line-height:1.35;margin-bottom:2px}.card__heading.h5 a{color:var(--bn-dark)}.card__heading.h5 a:hover{color:var(--bn-teal)}.card-information .price .price-item--regular,.card-information .price .price-item--sale{font-weight:600;font-size:1.5rem;color:var(--bn-dark)}.card-information .price .price-item--regular.price-item--last{color:var(--bn-dark)}.card-information .price--on-sale .price-item--regular{color:#999;font-weight:400;font-size:1.3rem}.card-information .price--on-sale .price-item--sale{color:#c0392b}.quick-add__submit.button--secondary{font-size:1.3rem;padding:10px 16px;font-weight:600;letter-spacing:.01em}.card__badge .badge{font-size:1.1rem;padding:4px 12px}.collection-hero{background:#fff;padding:40px 0 0;border-bottom:none}.collection-hero__title{font-size:2.8rem!important;font-weight:600!important;color:var(--bn-dark)!important;margin-bottom:12px}.collection-hero__description{font-size:1.5rem;color:#666;max-width:720px;line-height:1.6}.collection-hero__meta{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:1.35rem;color:#888}.collection-hero__meta-item{display:inline-flex;align-items:center;gap:5px}.collection-hero__meta-item svg{color:var(--bn-teal);flex-shrink:0}.collection-hero__meta-divider{color:#ccc;font-size:1.2rem}.collection-trust-strip{background:var(--bn-light-grey);padding:14px 0;margin-top:28px}.collection-trust-strip__inner{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.collection-trust-strip__item{display:inline-flex;align-items:center;gap:6px;font-size:1.3rem;font-weight:500;color:var(--bn-dark);white-space:nowrap}.collection-trust-strip__item svg{color:var(--bn-teal);flex-shrink:0}.collection-trust-strip__divider{width:4px;height:4px;background:#ccc;border-radius:50%;flex-shrink:0}@media screen and (max-width:749px){.collection-trust-strip__inner{gap:8px 16px}.collection-trust-strip__divider{display:none}.collection-trust-strip__item{font-size:1.2rem}}.facets-container{border-bottom:1px solid #eee;padding-bottom:16px;margin-bottom:24px}.facet-checkbox input:checked+.icon-checkmark{background:var(--bn-teal);border-color:var(--bn-teal)}.facets__heading{font-weight:600;font-size:1.4rem;color:var(--bn-dark)}.active-facets .active-facets__button{background:var(--bn-light-grey);border:1px solid var(--bn-teal);color:var(--bn-teal);border-radius:var(--bn-radius-pill);padding:4px 14px;font-size:1.2rem}.facet-filters__sort.select__select{border-radius:var(--bn-radius-sm);border-color:#ddd;font-size:1.35rem;color:var(--bn-dark)}.product-count__text{font-size:1.35rem;color:#888}.product-grid{gap:20px!important}@media screen and (min-width:990px){.product-grid{gap:24px!important}}.featured-sellers{padding:60px 0;background:var(--bn-light-grey)}.featured-sellers__inner{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.featured-sellers__title{font-size:2.8rem;text-align:center;margin-bottom:12px;color:var(--bn-dark)}.featured-sellers__subtitle{text-align:center;color:#666;margin-bottom:40px;font-size:1.5rem}.featured-sellers__scroll{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:16px;scrollbar-width:none}.featured-sellers__scroll::-webkit-scrollbar{display:none}.featured-seller-card{min-width:220px;max-width:220px;background:#fff;border-radius:var(--bn-radius-lg);padding:24px 20px;text-align:center;scroll-snap-align:start;text-decoration:none;transition:box-shadow .3s ease,transform .3s ease;flex-shrink:0}.featured-seller-card:hover{box-shadow:var(--bn-shadow-md);transform:translateY(-3px)}.featured-seller-card__avatar{width:64px;height:64px;border-radius:50%;background:var(--bn-gradient-teal-horizontal);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:2.4rem;margin:0 auto 14px}.featured-seller-card__name{font-size:1.5rem;font-weight:600;color:var(--bn-dark);margin-bottom:4px}.featured-seller-card__count{font-size:1.2rem;color:#888;margin-bottom:12px}.featured-seller-card__link{font-size:1.3rem;color:var(--bn-teal);font-weight:600}.product__seller-section{border-top:1px solid #eee;padding-top:20px;margin-top:12px}.product__sold-by{font-size:1.3rem;color:#666;margin-bottom:4px}.product__sold-by a{color:var(--bn-teal);font-weight:600;text-decoration:none}.product__sold-by a:hover{text-decoration:underline}.more-from-seller{padding:40px 0;background:var(--bn-light-grey)}.more-from-seller__inner{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.more-from-seller__title{font-size:2rem;margin-bottom:24px;color:var(--bn-dark)}.marketplace-topbar{background:var(--bn-near-black);color:#fffc;padding:8px 0;font-size:1.3rem;text-align:center}.marketplace-topbar a{color:var(--bn-bright-teal);text-decoration:underline}@media screen and (max-width:749px){.marketplace-hero{padding:48px 0 40px}.marketplace-hero__title{font-size:2.6rem}.marketplace-search__button span{display:none}.marketplace-hero__stats{gap:24px}.marketplace-hero__stat-number{font-size:2.2rem}}@media screen and (min-width:990px){.header--has-menu .header__inline-menu{flex-wrap:nowrap;overflow:hidden;max-height:4.5rem}}.mega-menu__content{background:#fff;border-top:3px solid var(--bn-teal);box-shadow:var(--bn-shadow-lg);padding:32px 0}.mega-menu__list{display:grid!important;grid-template-columns:repeat(4,1fr);gap:8px 16px;max-width:var(--page-width);margin:0 auto;padding:0 2rem}.mega-menu__list .mega-menu__link{font-size:1.4rem;color:var(--bn-dark);transition:color .2s ease;padding:8px 12px;border-radius:var(--bn-radius-sm)}.mega-menu__list .mega-menu__link:hover{color:var(--bn-teal);background:var(--bn-light-grey)}@media screen and (min-width:990px){.header__inline-menu .list-menu--inline>.list-menu__item{padding:0}.header__inline-menu .list-menu--inline>.list-menu__item>.header__menu-item{font-size:1.35rem;padding:.6rem 1rem;font-weight:500;color:var(--bn-dark);white-space:nowrap}.header__inline-menu .list-menu--inline>.list-menu__item>.header__menu-item:hover{color:var(--bn-teal)}}.color-scheme-1{--color-button: 0, 144, 153;--color-link: 0, 144, 153}.badge{border-radius:var(--bn-radius-pill);font-weight:600;font-size:1.1rem;letter-spacing:.04em}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate--fade-in-up{animation:fadeInUp .6s ease forwards}
/*# sourceMappingURL=/cdn/shop/t/7/assets/bidnamic-marketplace.css.map */
