.breadcrumb{background:rgb(var(--color-background));padding:1.6rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.breadcrumb__list{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;padding:0;margin:0;font-size:1.4rem}.breadcrumb__list li:not(:last-child):after{content:"\203a";margin-left:.8rem;color:rgba(var(--color-foreground),.5)}.breadcrumb__list a{color:rgba(var(--color-foreground),.7);text-decoration:none;transition:color .2s ease}.breadcrumb__list a:hover{color:rgb(var(--color-foreground))}.breadcrumb__list li:last-child span{color:rgb(var(--color-foreground));font-weight:500}.product-section{padding:4rem var(--page-width-margin) 8rem}.product-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media screen and (min-width: 990px){.product-grid{grid-template-columns:1fr 1fr;gap:6rem}}.product-media-wrapper{position:sticky;top:calc(var(--header-height) + 2rem);align-self:flex-start}.product-media-main{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:1.2rem;background:rgb(var(--color-background));box-shadow:0 .4rem 2.4rem rgba(var(--color-foreground),.08);margin-bottom:1.6rem}.product-media-main img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-media-main:hover img{transform:scale(1.05)}.product-media-thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:1.2rem}.product-media-thumbnail{position:relative;aspect-ratio:1 / 1;border:.2rem solid transparent;border-radius:.8rem;overflow:hidden;cursor:pointer;transition:all .2s ease;background:none;padding:0}.product-media-thumbnail:hover{border-color:rgba(var(--color-foreground),.2);transform:translateY(-.2rem)}.product-media-thumbnail.active{border-color:rgb(var(--color-foreground))}.product-media-thumbnail img{width:100%;height:100%;object-fit:cover}.product-trust-badges{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-top:2.4rem;padding:2rem;background:rgba(var(--color-foreground),.02);border-radius:1.2rem}@media screen and (min-width: 750px){.product-trust-badges{grid-template-columns:repeat(3,1fr)}}.trust-badge{display:flex;align-items:center;gap:1rem;font-size:1.4rem;color:rgb(var(--color-foreground))}.trust-badge svg{width:2.4rem;height:2.4rem;color:#16a34a;flex-shrink:0}.product-info-wrapper{display:flex;flex-direction:column;gap:2.4rem}.product-header{padding-bottom:2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.product-vendor{font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.1em}.product-title{margin:0 0 1.6rem;font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.2;font-weight:700}.product-rating{display:flex;align-items:center;gap:1.2rem;font-size:1.4rem}.rating-stars{display:flex;gap:.2rem;color:#fbbf24;font-size:1.8rem;line-height:1}.rating-stars .star{opacity:.3}.rating-stars .star.filled{opacity:1}.rating-value{color:rgba(var(--color-foreground),.7)}.product-price-wrapper{padding:2.4rem;background:rgba(var(--color-foreground),.02);border-radius:1.2rem}.price--large{display:flex;align-items:baseline;flex-wrap:wrap;gap:1.6rem;margin-bottom:1.2rem}.price__regular{font-size:3.6rem;font-weight:700;color:rgb(var(--color-foreground))}.price__compare{font-size:2.4rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.price__badge{display:inline-block;padding:.6rem 1.2rem;background:#dc2626;color:#fff;font-size:1.4rem;font-weight:600;border-radius:.6rem}.price-info{font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.price-info a{color:inherit;text-decoration:underline}.ebay-cta-wrapper{padding:2.4rem;background:linear-gradient(135deg,#0064d2,#0051a6);border-radius:1.2rem;box-shadow:0 .8rem 2.4rem #0064d240}.ebay-cta-button{display:flex;align-items:center;gap:1.6rem;padding:2rem;background:#fff;color:#0064d2;text-decoration:none;border-radius:.8rem;transition:all .3s ease;box-shadow:0 .4rem 1.2rem #00000014}.ebay-cta-button:hover{transform:translateY(-.2rem);box-shadow:0 .8rem 2.4rem #00000026}.ebay-cta-button svg{width:4rem;height:4rem;flex-shrink:0}.ebay-cta-text{display:flex;flex-direction:column;gap:.4rem}.ebay-cta-text strong{font-size:1.8rem;font-weight:700}.ebay-cta-text span{font-size:1.4rem;opacity:.8}.ebay-item-info{margin-top:1.2rem;font-size:1.3rem;color:#ffffffe6;text-align:center}.product-form{display:flex;flex-direction:column;gap:2rem}.product-variants{display:flex;flex-direction:column;gap:1.6rem}.product-option label{display:block;margin-bottom:.8rem;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.product-option-select{width:100%;padding:1.2rem 1.6rem;font-size:1.6rem;border:.2rem solid rgba(var(--color-foreground),.2);border-radius:.8rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease}.product-option-select:hover{border-color:rgba(var(--color-foreground),.4)}.product-option-select:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 .3rem rgba(var(--color-foreground),.1)}.product-form-actions{margin-top:1.6rem}.button--primary{width:100%;padding:1.8rem 3.2rem;font-size:1.8rem;font-weight:700;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:.8rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.button--primary:hover:not(:disabled){transform:translateY(-.2rem);box-shadow:0 .8rem 2.4rem rgba(var(--color-button),.3)}.button--primary:disabled{opacity:.5;cursor:not-allowed}.product-description{padding:2.4rem;background:rgba(var(--color-foreground),.02);border-radius:1.2rem;font-size:1.6rem;line-height:1.7}.product-description p{margin-bottom:1.6rem}.product-description p:last-child{margin-bottom:0}.product-description ul,.product-description ol{padding-left:2rem;margin-bottom:1.6rem}.product-description li{margin-bottom:.8rem}.product-accordion{display:flex;flex-direction:column;gap:1.2rem}.accordion-item{border:.1rem solid rgba(var(--color-foreground),.15);border-radius:.8rem;overflow:hidden;transition:all .3s ease}.accordion-item:hover{border-color:rgba(var(--color-foreground),.3);box-shadow:0 .4rem 1.2rem rgba(var(--color-foreground),.08)}.accordion-item[open]{border-color:rgb(var(--color-foreground))}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.8rem 2rem;font-size:1.6rem;font-weight:600;cursor:pointer;background:rgba(var(--color-foreground),.02);transition:background .2s ease;list-style:none}.accordion-header:hover{background:rgba(var(--color-foreground),.05)}.accordion-header::-webkit-details-marker{display:none}.accordion-header svg{transition:transform .3s ease;flex-shrink:0}.accordion-item[open] .accordion-header svg{transform:rotate(180deg)}.accordion-content{padding:2rem;font-size:1.5rem;line-height:1.7;color:rgba(var(--color-foreground),.8);animation:accordionSlide .3s ease}@keyframes accordionSlide{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.accordion-content p{margin-bottom:1.2rem}.accordion-content p:last-child{margin-bottom:0}.product-ebay-link{padding:2rem;background:#0064d20d;border:.2rem solid rgba(0,100,210,.2);border-radius:1.2rem}.ebay-store-promo{display:flex;align-items:flex-start;gap:1.2rem;font-size:1.5rem;line-height:1.6;color:rgb(var(--color-foreground));margin:0}.ebay-store-promo svg{width:2rem;height:2rem;color:#0064d2;flex-shrink:0;margin-top:.2rem}.ebay-store-promo a{color:#0064d2;text-decoration:none;transition:opacity .2s ease}.ebay-store-promo a:hover{opacity:.8;text-decoration:underline}@media screen and (max-width: 989px){.product-media-wrapper{position:relative;top:0}.product-section{padding:2rem var(--page-width-margin) 4rem}}@media screen and (max-width: 749px){.product-title{font-size:2.4rem}.price__regular{font-size:2.8rem}.price__compare{font-size:2rem}.ebay-cta-button{flex-direction:column;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-main-product-rebuild.css.map */
