.popular-devices-section{background-color:#fff;padding:var(--popular-devices-padding-top, 64px) 0 var(--popular-devices-padding-bottom, 64px) 0}.popular-devices-section .pwa-product-card{background:var(--popular-devices-card-bg, #ffffff)}.popular-devices-section .pwa-product-image{background:var(--popular-devices-image-bg, #ffffff)}.popular-devices-section .pwa-product-title,.popular-devices-section .pwa-price-current{color:var(--popular-devices-text-color, #000000)}.popular-devices-section .pwa-btn-primary{background:var(--popular-devices-button-primary, #f59e0b);border-color:var(--popular-devices-button-primary, #f59e0b)}.popular-devices-section .pwa-btn-secondary{background:var(--popular-devices-button-secondary, #e5e7eb);border-color:var(--popular-devices-button-secondary, #e5e7eb)}.popular-devices-section[data-show-add-to-cart=false] .pwa-add-to-cart-btn,.popular-devices-section[data-show-add-to-cart=false] .pwa-cart-form,.popular-devices-section[data-show-buy-now=false] .pwa-buy-now-btn{display:none!important}.popular-devices-section[data-custom-typography=true] .pwa-section-title{color:var(--popular-devices-text-color, #111827)}.popular-devices-section[data-custom-container=true] .pwa-container{max-width:var(--popular-devices-custom-container-width, 80rem)}.popular-devices-view-more{display:flex;align-items:center;gap:.5rem;color:var(--popular-devices-primary-color);text-decoration:none;font-weight:500;font-size:.875rem;transition:color .2s ease}.popular-devices-view-more:hover{color:#1e40af}.popular-devices-chevron{transition:transform .2s ease}.popular-devices-view-more:hover .popular-devices-chevron{transform:translate(2px)}.popular-devices-tabs{display:flex;gap:2rem;border-bottom:1px solid #e5e7eb;margin-bottom:2rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.popular-devices-tabs::-webkit-scrollbar{display:none}.popular-devices-tab{background:none;border:none;padding:1rem 0;font-size:var(--popular-devices-tab-font-size);font-weight:500;color:#6b7280;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;transition:all .2s ease}.popular-devices-tab:hover{color:#374151}.popular-devices-tab.active{color:var(--popular-devices-primary-color);border-bottom-color:var(--popular-devices-primary-color)}.popular-devices-loading{margin-bottom:2rem}.popular-devices-skeleton{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.skeleton-image{width:100%;height:200px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-title,.skeleton-price,.skeleton-button{height:1rem;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin:.75rem 1rem;border-radius:.25rem}.skeleton-button{height:2.5rem;margin-top:1rem;margin-bottom:1rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.popular-devices-carousel-wrapper{position:relative;margin:0 -1rem}.popular-devices-carousel{overflow:hidden;position:relative;width:100%;height:auto;min-height:450px}.popular-devices-carousel-track{display:flex;gap:var(--popular-devices-gap, 20px);width:max-content;will-change:transform;transition:none}.popular-devices-carousel-track.manual-control{transition:transform .4s cubic-bezier(.4,0,.2,1)}.popular-devices-carousel-track.manual-control.no-transition{transition:none!important}.popular-devices-card-wrapper{flex:0 0 auto;width:280px;height:auto}@media (max-width: 640px){.popular-devices-card-wrapper{width:260px}}@media (min-width: 641px) and (max-width: 768px){.popular-devices-card-wrapper{width:280px}}@media (min-width: 769px){.popular-devices-card-wrapper{width:300px}}.popular-devices-empty{text-align:center;padding:3rem;color:#6b7280}.popular-devices-grid{display:grid;gap:var(--popular-devices-gap, 20px);grid-template-columns:repeat(var(--popular-devices-columns-mobile, 1),1fr)}@media (min-width: 768px){.popular-devices-grid{grid-template-columns:repeat(var(--popular-devices-columns-tablet),1fr)}.popular-devices-product-title{font-size:1rem}}@media (min-width: 1024px){.popular-devices-grid{grid-template-columns:repeat(var(--popular-devices-columns-desktop),1fr)}.popular-devices-tabs{gap:3rem}}.popular-devices-content{transition:opacity .3s ease}.popular-devices-product{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.popular-devices-product:nth-child(2){animation-delay:.1s}.popular-devices-product:nth-child(3){animation-delay:.2s}.popular-devices-product:nth-child(4){animation-delay:.3s}.popular-devices-product:nth-child(5){animation-delay:.4s}.popular-devices-product:nth-child(6){animation-delay:.5s}.popular-devices-product:nth-child(7){animation-delay:.6s}.popular-devices-product:nth-child(8){animation-delay:.7s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.popular-devices-carousel-track.paused{animation-play-state:paused}.popular-devices-nav-arrows{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;opacity:0;transition:opacity .3s ease}.popular-devices-carousel-wrapper:hover .popular-devices-nav-arrows{opacity:1}.popular-devices-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;box-shadow:0 4px 12px #00000026;pointer-events:auto}.popular-devices-nav-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0003}.popular-devices-nav-arrow.prev{left:1rem}.popular-devices-nav-arrow.next{right:1rem}.popular-devices-nav-arrow svg{color:#374151;transition:color .2s ease}.popular-devices-nav-arrow:hover svg{color:#000}@media (max-width: 640px){.popular-devices-carousel{height:auto;min-height:400px}.popular-devices-card-wrapper{width:260px}.popular-devices-carousel-track{gap:15px}.popular-devices-nav-arrows{display:none!important}}@media (min-width: 641px) and (max-width: 768px){.popular-devices-carousel{height:auto;min-height:420px}.popular-devices-card-wrapper{width:280px}}@media (min-width: 1200px){.popular-devices-card-wrapper{width:300px}.popular-devices-carousel-track{gap:25px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/most-popular-devices-pwa.css.map */
