:root{--sb-primary: #c62828;--sb-primary-hover: #a91d1d;--sb-red: #c62828;--sb-red-dark: #a91d1d;--sb-accent: #1565c0;--sb-accent-dark: #0d47a1;--sb-page-bg: #f5f5f5;--sb-gray-100: #f5f5f5;--sb-nav-bg: #1a1a1a;--sb-nav-bg-dark: #111111}body.template-index,body.template-collection,body.template-product,body.template-search,body.template-cart{background:#fff!important;font-family:Roboto,Arial,sans-serif!important;font-size:16px!important}html[data-sb-theme=dark] body.template-index,html[data-sb-theme=dark] body.template-collection,html[data-sb-theme=dark] body.template-product,html[data-sb-theme=dark] body.template-search,html[data-sb-theme=dark] body.template-cart{background:var(--sb-page-bg, #0f1115)!important}.sb-home-promos{padding:16px 0;background:#fff;border-bottom:1px solid var(--sb-gray-200)}.sb-home-promos__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;max-width:100%;margin:0 auto;justify-content:center}@media(min-width:768px){.sb-home-promos__grid{gap:12px}}.sb-home-promos__card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px;padding:12px 10px;min-width:0;height:100%;background:var(--sb-gray-100);border:1px solid var(--sb-gray-200);border-radius:var(--sb-radius-lg, 8px);text-decoration:none;color:var(--sb-black);transition:border-color .2s,box-shadow .2s}@media(min-width:768px){.sb-home-promos__card{flex-direction:row;align-items:center;gap:14px;padding:16px 18px}}.sb-home-promos__card:hover{border-color:var(--sb-primary);box-shadow:0 4px 12px #0000000f}.sb-home-promos__media{width:56px;height:56px;flex-shrink:0;border-radius:50%;overflow:hidden;background:#fff}.sb-home-promos__media img{width:100%;height:100%;object-fit:cover}.sb-home-promos__eyebrow{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--sb-primary);margin-bottom:2px}.sb-home-promos__title{font-size:.8125rem;font-weight:800;margin:0 0 2px;line-height:1.25}@media(min-width:768px){.sb-home-promos__title{font-size:1.125rem;margin:0 0 4px}}.sb-home-promos__text{font-size:.6875rem;color:var(--sb-gray-500);margin:0;line-height:1.35}@media(min-width:768px){.sb-home-promos__text{font-size:.9375rem;line-height:1.4}}.sb-category-tiles{padding:20px 0 28px;background:#fff}.sb-category-tiles__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:640px){.sb-category-tiles__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:992px){.sb-category-tiles__grid{grid-template-columns:repeat(var(--sb-tile-cols, 6),minmax(0,1fr));gap:14px}}.sb-category-tiles__tile{display:flex;flex-direction:column;text-decoration:none;color:var(--sb-black);border:1px solid var(--sb-gray-200);border-radius:var(--sb-radius-lg, 8px);overflow:hidden;background:#fff;transition:border-color .2s,transform .15s}.sb-category-tiles__tile:hover{border-color:var(--sb-accent);transform:translateY(-2px)}.sb-category-tiles__media{aspect-ratio:1;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px}.sb-category-tiles__img{width:100%;height:100%;object-fit:contain}.sb-category-tiles__placeholder{width:48px;height:48px;border-radius:50%;background:var(--sb-primary);color:#fff;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center}.sb-category-tiles__label{padding:12px 10px;font-size:1rem;font-weight:700;text-align:center;line-height:1.3;border-top:1px solid var(--sb-gray-200);background:#fff}@media(min-width:768px){.sb-category-tiles__label{font-size:.875rem;padding:12px 10px}}.sb-dual-banner{padding:24px 0;background:var(--sb-page-bg)}.sb-dual-banner__grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.sb-dual-banner__grid{grid-template-columns:1fr 1fr}}.sb-dual-banner__card{position:relative;min-height:200px;border-radius:var(--sb-radius-lg, 8px);overflow:hidden;text-decoration:none;display:block}.sb-dual-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.sb-dual-banner__media img{width:100%;height:100%;object-fit:cover}.sb-dual-banner__card--hardware{background:linear-gradient(135deg,var(--sb-accent) 0%,var(--sb-accent-dark) 100%)}.sb-dual-banner__card--gaming{background:linear-gradient(135deg,#263238,#111)}.sb-dual-banner__overlay{position:relative;z-index:1;padding:28px 24px;color:#fff;min-height:200px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 60%)}.sb-dual-banner__title{font-size:1.375rem;font-weight:800;margin:0 0 8px}.sb-dual-banner__text{font-size:.9375rem;margin:0 0 12px;opacity:.9;line-height:1.45;max-width:320px}.sb-dual-banner__cta{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.sb-product-card--osjo{border:1px solid var(--sb-gray-200);border-radius:var(--sb-radius-lg, 8px);background:#fff;overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:none;transition:border-color .2s,box-shadow .2s}.sb-product-card--osjo:hover{border-color:#ccc;box-shadow:0 4px 16px #00000014}.sb-product-card--osjo .sb-product-card__media{aspect-ratio:1;padding:16px;background:#fff;border-bottom:1px solid var(--sb-gray-200)}.sb-product-card--osjo .sb-product-card__media img{object-fit:contain}.shelbaya-product-badges,.sb-product-card__badges{position:absolute;top:12px;left:12px;z-index:10;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:6px;max-width:calc(100% - 16px);pointer-events:none}.shelbaya-product-badges--inline{position:static;top:auto;left:auto;max-width:none;pointer-events:auto}.shelbaya-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 11px;border-radius:999px;font-size:14.4px;line-height:1;font-weight:700;white-space:nowrap}.shelbaya-badge--condition{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.shelbaya-badge--used{background:#c62828;color:#fff;border:1px solid #c62828}.shelbaya-badge--grade{background:#fff;color:#16a34a;border:1px solid #86efac}.shelbaya-badge--scratch-free{background:#ecfeff;color:#0e7490;border:1px solid #67e8f9}.shelbaya-badge--new-state{position:relative;overflow:hidden;padding:7px 12px;border-radius:8px;background:linear-gradient(145deg,#22c55e,#16a34a 55%,#15803d);color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:0 1px #fff3 inset,0 6px 14px #16a34a47;font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shelbaya-badge--new-state:before{content:"";position:absolute;top:0;left:-40%;width:35%;height:100%;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.08) 60%,transparent 100%);transform:skew(-18deg);pointer-events:none;animation:sb-new-badge-shine 4.5s ease-in-out infinite}@keyframes sb-new-badge-shine{0%,70%{left:-45%}to{left:130%}}@media(prefers-reduced-motion:reduce){.shelbaya-badge--new-state:before{animation:none;display:none}}.shelbaya-badge--sale{background:#c62828;color:#fff;border:1px solid #c62828}.shelbaya-badge--oos{background:#fff;color:#374151;border:1px solid #e5e7eb}.sb-product-meta__row--badges{display:flex;flex-wrap:wrap;gap:6px}.sb-product-meta__row--badges .shelbaya-product-badges--inline{padding:0}@media(max-width:767px){.sb-product-card .shelbaya-product-badges,.sb-product-card .sb-product-card__badges{top:6px;left:6px;gap:4px;max-width:calc(100% - 10px);flex-direction:row;flex-wrap:nowrap;align-items:center}.sb-product-card .shelbaya-badge:not(.shelbaya-badge--oos-by-price){position:relative!important;top:auto!important;left:auto!important;font-size:9px!important;padding:3px 6px!important;line-height:1.15;white-space:nowrap;flex:0 0 auto}}.sb-product-card--osjo .sb-product-card__body{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column;gap:8px}.sb-product-card--osjo .sb-product-card__title{font-size:1rem;font-weight:600;line-height:1.4;margin:0;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sb-product-card--osjo .sb-product-card__title a{color:var(--sb-black);text-decoration:none}.sb-product-card--osjo .sb-product-card__title a:hover{color:var(--sb-primary)}.sb-product-card__subtitle{font-size:.8125rem;color:var(--sb-gray-500, #6b7280);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sb-product-card__spec-box{margin:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 2px #1118270a;flex-shrink:0}.sb-product-card__spec-box--pc{position:relative;border-color:#ebe7e7;background:radial-gradient(circle at top right,rgba(198,40,40,.05),transparent 32%),linear-gradient(180deg,#fff,#fdfbfb 52%,#f8fafc);min-height:148px;border-radius:14px;box-shadow:0 1px #fffffff2 inset,0 8px 20px #1118270d}.sb-product-card__spec-box--pc:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.45),transparent 28%)}.sb-product-card__spec-box--pc:after{content:"";position:absolute;top:0;left:14px;right:14px;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(198,40,40,.7),rgba(198,40,40,.08) 55%,transparent 100%)}.sb-product-card__spec-head{position:relative;padding:12px 14px 10px;font-size:.6rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#991b1b;background:linear-gradient(90deg,#fff5f5ad,#fffffffa);border-bottom:1px solid #f1e6e6}.sb-product-card__spec-list{display:flex;flex-direction:column}.sb-product-card__spec-list--pc{display:grid;grid-template-columns:1fr 1fr;gap:0}.sb-product-card__spec-row{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:6px;min-height:30px;padding:7px 10px;border-bottom:1px solid #eef0f3}.sb-product-card__spec-list--pc .sb-product-card__spec-row{grid-template-columns:1fr;gap:5px;min-height:56px;padding:12px 12px 11px;border-bottom:1px solid #edf0f4;border-right:1px solid #edf0f4}.sb-product-card__spec-list--pc .sb-product-card__spec-row:nth-child(2n){border-right:0}.sb-product-card__spec-list--pc .sb-product-card__spec-row:nth-last-child(-n+2){border-bottom:0}.sb-product-card__spec-row:last-child{border-bottom:0}.sb-product-card__spec-row:nth-child(odd){background:#fff}.sb-product-card__spec-row:nth-child(2n){background:#f7f8fa}.sb-product-card__spec-list--pc .sb-product-card__spec-row:nth-child(1),.sb-product-card__spec-list--pc .sb-product-card__spec-row:nth-child(4){background:linear-gradient(180deg,#fffffffc,#fffffff2)}.sb-product-card__spec-list--pc .sb-product-card__spec-row:nth-child(2),.sb-product-card__spec-list--pc .sb-product-card__spec-row:nth-child(3){background:linear-gradient(180deg,#fbfcfd,#f6f8fb)}.sb-product-card__spec-label{font-size:.625rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-product-card__spec-list--pc .sb-product-card__spec-label{display:inline-flex;align-items:center;width:fit-content;padding:3px 8px;border-radius:999px;color:#b42318;letter-spacing:.12em;background:linear-gradient(180deg,#fffffffa,#fff5f5f2);border:1px solid rgba(198,40,40,.12);box-shadow:0 1px #ffffffe6 inset}.sb-product-card__spec-value{font-size:.75rem;font-weight:700;line-height:1.3;color:#111827;text-align:left;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sb-product-card__spec-list:not(.sb-product-card__spec-list--pc) .sb-product-card__spec-value{font-size:.6875rem;-webkit-line-clamp:2}.sb-product-card__spec-list--pc .sb-product-card__spec-value{font-size:.8rem;font-weight:800;line-height:1.4;color:#161f2d;text-wrap:balance}.sb-product-card--osjo .sb-product-card__price-row{margin-top:auto;padding-top:4px;align-items:center;gap:8px}.sb-product-card .shelbaya-badge--oos-by-price{position:relative;overflow:hidden;flex:1 1 100%;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;padding:12px 16px;min-height:44px;border-radius:10px;font-size:.9375rem;line-height:1.1;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;color:#fff;background:linear-gradient(145deg,#4b5563,#374151 48%,#1f2937);border:1px solid rgba(255,255,255,.18);box-shadow:0 1px #ffffff29 inset,0 8px 18px #1118274d}.sb-product-card .shelbaya-badge--oos-by-price:before{content:"";position:absolute;top:0;left:-40%;width:35%;height:100%;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.08) 60%,transparent 100%);transform:skew(-18deg);pointer-events:none;animation:sb-new-badge-shine 4.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.sb-product-card .shelbaya-badge--oos-by-price:before{animation:none;display:none}}@media(min-width:768px){.sb-product-card .shelbaya-badge--oos-on-image{display:none!important}}@media(max-width:767px){.sb-product-card .shelbaya-badge--oos-on-image{display:none!important}.sb-product-card .shelbaya-badge--oos-by-price{display:inline-flex!important;padding:11px 14px;min-height:42px;font-size:.875rem;letter-spacing:.08em}}.sb-product-card--osjo .sb-product-card__price{font-size:1.125rem;font-weight:800;color:var(--sb-black)}.sb-product-card--osjo .sb-product-card__price--sale{color:var(--sb-primary)}.sb-product-card--osjo .sb-product-card__compare{font-size:.875rem;color:var(--sb-gray-500);text-decoration:line-through;margin-right:8px}.sb-product-card__add-btn{width:100%;margin-top:8px;padding:12px 14px;border:1px solid var(--sb-gray-200);border-radius:var(--sb-radius, 6px);background:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;color:var(--sb-black);transition:background .15s,border-color .15s,color .15s}.sb-product-card .sb-product-card__cta-row .sb-product-card__add-btn{width:100%;margin-top:0}.sb-product-card__add-btn:hover{background:var(--sb-primary);border-color:var(--sb-primary);color:#fff}.template-index .sb-section--product-row{background:#fff;border-top:1px solid var(--sb-gray-200)}.template-index .sb-section--product-row .sb-section__title{font-size:1.25rem;font-weight:800;text-transform:none;letter-spacing:0;color:var(--sb-black);border-left:4px solid var(--sb-primary);padding-left:12px}.template-index .sb-section--product-row .sb-section__head{border-bottom:none;margin-bottom:12px}.template-index .sb-show-more{text-align:center;margin-top:16px}.template-index .sb-show-more .sb-link{font-size:.9375rem;font-weight:700;color:var(--sb-black, #111)}.sb-carousel__track .sb-product-card--osjo{flex:0 0 calc(50% - 6px);scroll-snap-align:start;min-width:0}@media(max-width:767px){.sb-carousel__track .sb-product-card--osjo .sb-product-card__body{padding:10px 10px 12px;gap:4px}.sb-carousel__track .sb-product-card--osjo .sb-product-card__title{font-size:.8125rem!important;line-height:1.35!important}.sb-carousel__track .sb-product-card--osjo .sb-product-card__subtitle{font-size:.75rem!important;-webkit-line-clamp:1}.sb-carousel__track .sb-product-card--osjo .sb-product-card__price{font-size:.9375rem!important}.sb-carousel__track .sb-product-card--osjo .sb-product-card__media{padding:10px}}@media(min-width:640px){.sb-carousel__track .sb-product-card--osjo{flex:0 0 calc(33.333% - 8px)}}@media(min-width:1024px){.sb-carousel__track .sb-product-card--osjo{flex:0 0 calc(20% - 10px)}}.template-index .sb-product-card--osjo .sb-product-card__cta-row{display:flex;flex-direction:row;gap:6px;margin-top:8px}.template-index .sb-product-card--osjo .sb-product-card__cta-row .sb-product-card__form--inline{flex:1;min-width:0;margin:0;display:flex}.template-index .sb-product-card--osjo .sb-product-card__quickview-btn,.template-index .sb-product-card--osjo .sb-product-card__add-btn{flex:1;min-width:0;width:auto;margin-top:0;padding:8px 6px;font-size:.625rem;min-height:34px;white-space:nowrap;letter-spacing:.02em}@media(min-width:768px){.template-index .sb-product-card--osjo .sb-product-card__quickview-btn,.template-index .sb-product-card--osjo .sb-product-card__add-btn{font-size:.6875rem;padding:9px 8px;min-height:36px}}.template-index .sb-product-card--osjo .sb-product-card__quickview-btn--solo{width:100%;margin-top:8px}.sb-header{box-shadow:0 1px 0 var(--sb-gray-200)}@media(max-width:991px){.sb-header__nav{background:var(--sb-nav-bg)!important}.sb-header__menu-btn,.sb-header__menu-btn--mega{background:var(--sb-nav-bg-dark)!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important}.sb-header__nav-link,.sb-mega-nav__link{font-weight:600!important;text-transform:none!important;letter-spacing:0!important}.sb-header__nav-link.is-highlight,.sb-mega-nav__link.is-highlight{background:var(--sb-primary)!important;color:#fff!important}.sb-header__nav-link:hover,.sb-mega-nav__link:hover{color:#fff!important;background:#ffffff14}.sb-header__nav-link.is-highlight:hover,.sb-mega-nav__link.is-highlight:hover{background:var(--sb-primary-hover, #a91d1d)!important;color:#fff!important}}.sb-announcement{background:var(--sb-primary)!important;color:#fff!important;border-bottom:none!important;font-size:.8125rem!important}.sb-announcement__viewport,.sb-announcement__track,.sb-announcement__item{color:#fff!important}.sb-announcement__item:before{content:none!important}.sb-announcement__item:not(:last-child):after{content:"|"!important;margin-left:40px!important;opacity:.55!important;color:#fff!important}.sb-announcement__meta{border-left-color:#ffffff40!important}.sb-announcement__contact-link{color:#fff!important;font-size:.8125rem!important;text-transform:none!important;letter-spacing:0!important}.sb-header__search-form{border-color:var(--sb-gray-200)!important}.sb-header__search-input{font-size:.9375rem!important}.sb-header__action--whatsapp .sb-header__action-icon svg{color:#25d366}.sb-section--brands{background:#fff;border-top:1px solid var(--sb-gray-200)}.sb-section--brands .sb-section__title{text-transform:none;font-size:1.25rem}.template-index .sb-hero-grid,.template-index .sb-pc-builder-section,.template-index .sb-section--top-selling{display:none}.sb-section__head--plain{border:none;padding:0;margin-bottom:16px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/sb-jordan-retail.css.map */
