.shop-page{background-color:#fff;font-family:Arial,Helvetica,sans-serif;position:relative}.shop-nav ul{display:flex;gap:30px;list-style:none;margin:0;padding:0}.shop-nav a{text-decoration:none;font-weight:500;color:#414a4f;font-size:14px;margin-left:0;position:relative;cursor:pointer}.shop-nav a:hover{color:#0070f2}.shop-icon-button{background:none;border:none;cursor:pointer;padding:5px;color:#414a4f;transition:all .2s ease}.shop-icon-button.active,.shop-icon-button:hover{color:#0070f2}.shop-country-icon{height:20px;width:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px 4px;position:relative}.shop-country-icon img{height:100%;width:100%;object-fit:cover;transition:opacity .2s ease-in-out}.shop-country-icon:after{content:"";position:absolute;top:8px;left:4px;right:4px;bottom:8px;background-image:url(/_next/static/media/globe2.d40caf4f.svg);background-size:cover;background-position:50%;opacity:0;transition:opacity .2s ease-in-out}.shop-country-icon:hover:after{opacity:1}.shop-hero-section{margin-top:60px;position:relative;height:350px;overflow:hidden}.shop-hero-content{position:relative;width:100%;height:100%}.shop-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.shop-hero-image img{width:100%;height:100%;object-fit:cover}.shop-main-hero{position:relative;height:290px;background:linear-gradient(135deg,#0836ce,#0b36ac)}.shop-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center}.shop-hero-text{text-align:center;color:#fff;padding:0}.shop-hero-text h1{font-size:3.5rem;font-weight:300;line-height:1.2;position:absolute;left:80px;bottom:80px}.shop-search-container{width:100%;max-width:700px}.shop-search-form,.shop-search-input-wrapper{display:flex;justify-content:center}.shop-search-input-wrapper{position:absolute;align-items:center;background:#fff;border-radius:30px;padding:0 12px;box-shadow:0 4px 20px rgba(0,0,0,.1);min-width:700px;bottom:35px}.shop-search-input{border:none;outline:none;padding:16px;font-size:16px;border-radius:30px;background:transparent;max-width:700px;width:100%}.shop-search-input::placeholder{color:#999}.shop-search-button{background:none;border:none;padding:12px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.shop-search-button:hover{background-color:#f5f5f5}.featured-products-top{padding:60px 20px;background-color:#fff}.featured-products-container,.featured-products-grid{max-width:1400px;margin:0 auto}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px}.featured-product-card{background:#f1f4f7;border-radius:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative;min-height:400px;cursor:pointer}.featured-product-card:hover .featured-product-image{transform:scale(1.15);transition:transform .3s ease}.featured-product-content{padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.featured-product-image{width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .4s ease}.featured-product-image img{max-width:100%;max-height:100%;object-fit:contain}.featured-product-info{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:8px}.featured-product-name{font-size:1.5rem;font-weight:600;color:#333;margin:0}.featured-product-category{font-size:.9rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.featured-product-brand,.featured-product-color{font-size:.9rem;color:#999}.new-badge{position:absolute;top:16px;left:16px;background:#0f5edc;color:#fff;padding:4px 12px;border-radius:2px;font-size:12px;font-weight:500;z-index:2;text-transform:uppercase}.ai-monitors-section{padding:80px 20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.ai-monitors-container{max-width:1400px;margin:0 auto}.ai-monitors-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;background:#fff;border-radius:0;padding:60px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.ai-monitors-text h2{font-size:3rem;font-weight:700;color:#333;line-height:1.2;margin-bottom:20px}.ai-monitors-text p{font-size:1.2rem;color:#666;margin-bottom:30px;line-height:1.6}.ai-monitors-buttons{display:flex;gap:16px;flex-wrap:wrap}.learn-more-btn{background:transparent;color:#1f4fd1;border:2px solid #1f4fd1;padding:12px 24px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.learn-more-btn:hover,.pre-order-btn{background:#1f4fd1;color:#fff}.pre-order-btn{border:2px solid #1f4fd1;padding:12px 24px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.pre-order-btn:hover{background:#1a43b8;border-color:#1a43b8}.ai-monitors-image{display:flex;align-items:center;justify-content:space-around}.ai-monitors-image img{max-width:100%;height:auto;max-height:350px}.bottom-products-section{padding:60px 20px;background-color:#fff}.bottom-product-card{background:#f1f4f7;border-radius:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative;min-height:350px;cursor:pointer}.bottom-product-card:hover .bottom-product-image{transform:scale(1.15);transition:transform .3s ease}.bottom-product-image{width:100%;height:150px;display:flex;align-items:center;justify-content:center;margin-top:40px;transition:transform .4s ease}.bottom-product-image img{max-width:100%;max-height:100%;object-fit:contain}.bottom-product-info{padding:20px;text-align:center}.bottom-product-name{font-size:1.2rem;font-weight:600;color:#333}.bottom-product-category{font-size:.9rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.search-results-hero{margin-top:62px;position:relative;height:230px;background:linear-gradient(135deg,#1f4fd1,#4169e1)}.search-hero-content{width:100%;height:100%;color:#fff;display:flex;align-items:center;justify-content:center}.search-hero-content h1{font-size:3.5rem;font-weight:300;line-height:1.2;position:absolute;left:80px;bottom:65px}.search-container{width:100%;max-width:600px;margin:0 auto}.search-input-wrapper{position:relative;display:flex;align-items:center;background:#fff;border-radius:30px;padding:4px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.search-input{flex:1 1;border:none;outline:none;padding:16px 24px;font-size:16px;border-radius:30px;background:transparent}.search-input::placeholder{color:#999}.search-icon{position:absolute;right:16px;color:#999;pointer-events:none}.search-results-container{max-width:1400px;margin:0 auto;padding:40px 20px}.search-results-header{margin-bottom:30px}.search-results-header h2{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:20px}.search-tabs{display:flex;gap:0;border-bottom:2px solid #e5e5e5}.search-tab{background:none;padding:12px 24px;font-size:1rem;font-weight:500;color:#666;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:all .3s ease}.search-tab.active{color:#1f4fd1;border-bottom-color:#1f4fd1}.search-tab:hover{color:#1f4fd1}.search-results-main{display:grid;grid-template-columns:300px 1fr;grid-gap:40px;gap:40px;margin-top:30px}.filters-sidebar{background:#fff;border-radius:0;padding:24px;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e5e5}.filters-title{font-size:1.1rem;font-weight:600;color:#333}.results-count{font-size:.9rem;color:#666}.filter-section{margin-bottom:24px}.filter-header-collapsible{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:12px 0;border-bottom:1px solid #e5e5e5}.filter-header-collapsible h3{font-size:.9rem;font-weight:600;color:#333;margin:0;letter-spacing:.5px}.filter-options{padding:16px 0}.filter-options label{display:flex;align-items:center;gap:12px;margin-bottom:12px;cursor:pointer;font-size:.9rem;color:#666}.filter-options input[type=checkbox]{width:16px;height:16px;accent-color:#1f4fd1}.filter-options span,.search-results-content{flex:1 1}.results-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:30px}.search-sort-container{display:flex;align-items:center;gap:12px;position:relative}.search-sort-container span{font-size:1rem;font-weight:500;color:#333}.shop-sort-button{padding:8px 16px;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.shop-sort-button,.shop-sort-dropdown{background:#fff;border:1px solid #e5e5e5;border-radius:0}.shop-sort-dropdown{position:absolute;top:100%;right:0;box-shadow:0 4px 20px rgba(0,0,0,.1);z-index:10;min-width:200px;margin-top:4px}.sort-option{background:none;border:none;padding:12px 16px;font-size:.9rem;cursor:pointer;width:100%;text-align:left;transition:background-color .3s ease}.sort-option,.sort-option.active{color:#212121}.search-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px}.search-product-card{background:#fff;border:1px solid #d3d9df;border-radius:0;overflow:hidden;transition:all .3s ease;position:relative;cursor:pointer}.product-image-container{width:100%;height:250px;display:flex;align-items:center;justify-content:center;background:#eef0f3}.product-image-container img{max-width:100%;max-height:100%;object-fit:contain}.product-details{padding:20px;display:flex;flex-direction:column}.product-name{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 12px}.product-rating{display:flex;gap:5px;margin-bottom:12px}.rating-count,.rating-value{font-size:.9rem;font-weight:600;color:#333}.product-color{margin-bottom:2px}.product-color span{font-size:.8rem;color:#666}.color-options{display:flex;gap:10px;margin-bottom:16px}.color-circle{width:20px;height:20px;border-radius:50%;cursor:pointer;transition:all .3s ease}.product-pricing{display:flex;align-items:center;gap:12px}.current-price{font-size:1.3rem;font-weight:700}.original-price{font-size:1rem}.product-actions{display:flex;flex-direction:column;gap:10px;width:100%}.search-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:#666}.search-breadcrumb span:first-child{color:#06c;cursor:pointer}.search-breadcrumb span:first-child:hover{text-decoration:underline}.buy-now-product-btn{background:#000;color:#efeded;padding:10px 20px;border-radius:24px;font-size:16px;font-weight:500;cursor:pointer;transition:all .1s ease;text-transform:none;width:100%;margin-top:15px;border:1.5px solid #000}.buy-now-product-btn:hover{background:#2c2d30;color:#fff;border:1.5px solid #313235}.learn-more-product-btn{color:#1a1a1a;background-color:#f9f9f9;border:1.5px solid #1a1a1a;padding:10px 20px;border-radius:24px;font-size:16px;font-weight:500;cursor:pointer;transition:all .1s ease;text-transform:none;width:100%}.learn-more-product-btn:hover{background:#e3e3e3;color:#070707;border:1.5px solid #070707}.product-detail-container{max-width:1200px;padding:20px;font-family:Arial,sans-serif;margin:62px auto 0}.product-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:10px 0}.product-page-back-button{background:none;border:none;color:#06c;cursor:pointer;padding:5px 10px;border-radius:4px;transition:background-color .2s}.breadcrumb-path,.product-page-back-button{display:flex;align-items:center;gap:5px;font-size:14px}.breadcrumb-path,.breadcrumb-path span{color:#666}.breadcrumb-path span:last-child{color:#333;font-weight:500}.product-detail-main{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;margin-bottom:60px}.product-images-section{display:flex;flex-direction:row;justify-content:center;align-items:center;max-height:550px;margin:0 auto;max-width:600px;padding:0 20px;transition:background-color .3s ease}.product-main-image{position:relative;width:100%;max-width:550px;min-width:530px;height:100%;max-height:500px;display:flex;flex-direction:column;justify-content:space-between}.main-product-image{width:100%;height:auto;object-fit:contain;margin-top:80px;max-height:300px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.product-images-section-icon{color:#6e7a86;cursor:pointer;padding:2px;background-color:#d6dade;border-radius:4px;transition:all .2s ease}.product-images-section-icon:hover{color:#23262a;background-color:#bcc3ca}.image-dots-container{display:flex;justify-content:center;gap:8px;margin-top:20px}.image-dot{width:48px;height:6px;border-radius:20px;background-color:#848690;cursor:pointer;transition:background-color .2s;border:none}.image-dot.active,.image-dot:hover{background-color:#0f61b9}.product-info-section{padding:0 20px;max-width:500px}.product-header{margin-bottom:30px}.product-title{font-size:24px;font-weight:600;color:#333;margin:0 0 10px;line-height:1.3}.product-rating-info{display:flex;align-items:center;gap:8px;margin-bottom:10px}.rating-stars{display:flex;gap:2px}.star-filled{color:#191919;fill:#191919}.star-empty{color:#ddd;fill:#ddd}.rating-text{font-weight:500;color:#333;font-size:14px}.product-description,.rating-count{color:#666;font-size:14px}.product-description{margin:10px 0 0;line-height:1.5}.storage-options{margin-bottom:30px}.storage-options h3{font-size:16px;font-weight:600;margin-bottom:15px;color:#333}.storage-buttons{display:flex;gap:10px}.storage-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 20px;border:1.5px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;min-width:100px;text-align:center}.storage-button:hover{border-color:#06c}.storage-button.selected{border-color:#06c;background-color:#f0f8ff}.storage-size{font-weight:600;font-size:14px;color:#333;margin-bottom:2px}.storage-price{font-size:14px;color:#333;display:flex;align-items:center;gap:5px}.storage-original-price{text-decoration:line-through;color:#999;font-size:12px}.color-options-section{margin-bottom:30px}.color-options-section h3{font-size:16px;font-weight:600;margin-bottom:8px;color:#333}.color-suggestion{font-size:14px;color:#666;margin-bottom:15px}.color-selection{display:flex;gap:15px}.color-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1.5px solid #ccd6de;border-radius:8px;background:none;cursor:pointer;transition:border-color .2s;width:120px;height:70px}.color-option:hover{border-color:#06c}.color-option.selected{border-color:#06c;background-color:#f0f8ff}.color-name{font-size:12px;color:#333;text-align:center;line-height:1.2}.purchase-options-section{margin-bottom:25px}.purchase-options-section h3{font-size:16px;font-weight:600;margin-bottom:15px;color:#333}.purchase-options{display:flex;gap:10px}.purchase-option{flex:1 1;display:flex;flex-direction:column;align-items:center;padding:15px 10px;border:1.5px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;text-align:center}.purchase-option:hover{border-color:#06c}.purchase-option.selected{border-color:#06c;background-color:#f0f8ff}.purchase-option-header{display:flex;flex-direction:column;align-items:center;gap:2px;margin-bottom:8px}.purchase-label{font-size:13px;color:#333;font-weight:500}.purchase-period{font-size:12px;color:#666}.purchase-price{font-size:16px;font-weight:600;color:#333;margin-bottom:5px}.purchase-subtext{font-size:11px;color:#666;line-height:1.3}.payment-method-section{margin-bottom:25px}.payment-method-selector{display:flex;align-items:flex-start;gap:10px;padding:15px;border:1.5px solid #ddd;border-radius:6px;background:#f9f9f9}.payment-method-selector input[type=radio]{margin-top:2px}.payment-method-selector label{font-weight:500;color:#333;margin-bottom:5px;display:block;font-size:14px}.payment-note{font-size:12px;color:#666;line-height:1.4}.whats-in-box-section{margin-bottom:25px}.whats-in-box-section h3{font-size:16px;font-weight:600;margin-bottom:15px;color:#333}.box-contents{display:flex;gap:15px;margin-bottom:15px}.box-item{width:60px;height:60px;border:1px solid #ddd;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#fff}.box-item-image{width:40px;height:40px}.box-item-image img{width:100%;height:100%;object-fit:contain}.box-details{font-size:13px;color:#666;line-height:1.4}.box-details p{margin:0 0 3px}.product-summary{background:#f9f9f9;padding:20px;border-radius:8px;margin-top:20px}.summary-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.summary-header h3{font-size:16px;font-weight:600;color:#333;margin:0}.summary-price{font-size:20px;font-weight:700;color:#333}.summary-details{margin-bottom:20px}.summary-details p{font-size:13px;color:#666;margin:0}.delivery-options{margin-bottom:20px}.delivery-option{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #eee}.delivery-option:last-child{border-bottom:none}.delivery-icon{color:#007bff}.delivery-info{display:flex;flex-direction:column;gap:2px}.delivery-info span{font-size:13px;color:#333}.delivery-date{font-weight:500;color:#06c;font-size:13px}.select-store-btn{background:none;border:none;color:#06c;font-size:13px;cursor:pointer;text-decoration:underline;padding:0}.instant-savings{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee;margin-bottom:15px}.instant-savings span{font-size:14px;color:#333}.savings-amount{font-weight:500;color:#007bff}.total-section{border-top:2px solid #333;padding-top:15px;margin-bottom:20px}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.total-row span:first-child{font-size:16px;font-weight:600;color:#333}.total-price{font-size:20px;font-weight:700;color:#333}.original-price-row{display:flex;justify-content:flex-end;margin-bottom:8px}.original-price-text{font-size:14px;color:#999;text-decoration:line-through}.tax-note{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#666;margin-bottom:8px}.tax-amount{font-weight:500;color:#333}.financing-note{font-size:12px;color:#666;text-align:center;margin-bottom:15px;line-height:1.4}.add-to-cart-btn,.checkout-continue-btn{width:100%;background:#06c;color:#fff;border:none;padding:15px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-bottom:15px}.add-to-cart-btn:hover,.checkout-continue-btn:hover{background:#0052a3}.buying-guide{text-align:center;font-size:12px;color:#666;line-height:1.4}.buying-guide-link{color:#06c;text-decoration:underline}.related-products-section{margin-top:60px;padding:40px 0;background:#f9f9f9}.related-products-section h3{text-align:center;font-size:24px;font-weight:600;color:#333;margin-bottom:30px}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;max-width:1200px;margin:0 auto;padding:0 20px}.related-product-card{background:#fff;border-radius:8px;padding:20px;text-align:center;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s}.related-product-card:hover{transform:translateY(-2px)}.save-badge{position:absolute;top:10px;left:10px;background:#007bff;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.related-product-image{width:100%;height:200px;margin-bottom:15px;display:flex;align-items:center;justify-content:center}.related-product-image img{max-width:100%;max-height:100%;object-fit:contain}.related-product-info h4{font-size:16px;font-weight:600;color:#333;margin:0 0 10px}.related-product-price{margin-bottom:15px}.current-price{font-size:18px;font-weight:600;color:#333;margin-right:10px}.original-price{font-size:14px;color:#999;text-decoration:line-through}.related-product-actions{display:flex;justify-content:space-between;align-items:center}.brand-name{font-size:12px;color:#666;font-weight:500}.shop-view-btn{background:none;border:2px solid #06c;color:#06c;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.shop-view-btn:hover{background:#06c;color:#fff}.dual-range-slider{position:relative;height:4px;margin:30px 0 40px;background:#e0e0e0;border-radius:3px}.dual-range-slider:before{content:"";position:absolute;height:4px;background:#333;border-radius:3px;left:calc(var(--min-percent) * 1%);right:calc((100 - var(--max-percent)) * 1%);top:0}.price-slider{position:absolute;width:100%;height:4px;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;top:0;margin:0}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:15px;width:15px;border-radius:50%;background:#333;cursor:pointer;pointer-events:all;border:none;position:relative;z-index:2;box-shadow:0 2px 4px rgba(0,0,0,.2)}.price-slider::-moz-range-thumb{height:15px;width:15px;border-radius:50%;background:#333;cursor:pointer;pointer-events:all;border:none;position:relative;z-index:2;box-shadow:0 2px 4px rgba(0,0,0,.2)}.price-slider::-webkit-slider-track{height:6px;background:transparent;border-radius:3px;border:none;outline:none}.price-slider::-moz-range-track{height:6px;background:transparent;border-radius:3px;border:none;outline:none}.price-slider::-moz-focus-outer{border:0}.price-slider:focus{outline:none}.price-slider::-ms-track{width:100%;height:6px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}.price-slider::-ms-fill-lower,.price-slider::-ms-fill-upper{background:transparent}.price-slider::-ms-thumb{height:20px;width:20px;border-radius:50%;background:#333;cursor:pointer;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.price-range-display{display:flex;justify-content:center;align-items:center;margin-top:20px;font-weight:500;color:#333;font-size:14px;padding:0 10px}.price-range-display span:nth-child(2){color:#666;font-weight:400}.price-range-display-span{background-color:#e8e8e8;padding:8px 16px;color:#000}.price-range-display-span,.price-range-display-span-dash{display:flex;flex-direction:column;justify-content:center;align-items:center}.price-range-container{position:relative}.cart-container-open-overlay{position:absolute;background-color:rgba(0,0,0,.5);width:100%;height:calc(100% - 62px);display:flex;justify-content:flex-end;padding-right:150px;pointer-events:auto;position:fixed;top:60px;right:0;left:0;z-index:1000;opacity:0;animation:fadeIn .2s ease-in-out forwards}.cart-container-open{background-color:#f7f9fa;overflow:hidden;border-top:1px solid #e2e4e4;box-sizing:border-box;display:flex;flex-direction:row;position:absolute;top:0;z-index:1000;max-width:100vw;width:100%;min-height:600px;padding:15px 0 10px 20px}.cart-container-open-p{text-align:center}.cart-container-open p{font-size:15px;font-weight:700;margin-bottom:15px;color:#333}.cart-container-open-left-header{text-align:center}.cart-container-open-right-header{background-color:#f7f9fa;border-bottom:1px solid #d1cdcd;text-align:center}.cart-container-open-header h3{font-size:15px;color:#3b404e}.cart-container-open-recently-viewed-content{flex:3 1;background-color:#f7f9fa;text-align:left;padding:0 40px}.cart-container-open-recently-viewed-content p{color:#2d2e2f;text-align:left}.cart-container-open-cart-content{flex:1 1;background-color:#f7f9fa;border-left:1px solid #d1cdcd;padding:0 20px}.cart-container-open-cart-content p{color:#2d2e2f;text-align:left;padding-left:5px}.open-cart-content-main{height:400px;display:flex;flex-direction:column;justify-content:center}.open-cart-content-header{text-align:center;font-size:18px;font-weight:600;color:#101010;margin-bottom:12px}.open-cart-content-text{text-align:center;font-size:13.5px;font-weight:500;color:#4c565b;margin-bottom:17px}.open-cart-content-btn-wrapper{display:flex;gap:10px;width:100%;align-items:center;flex-direction:column}.open-cart-content-signin-btn{padding:10px 12px;border:none;outline:none;background-color:#0070f2;color:#f0f7ff;cursor:pointer;max-width:200px;width:100%;border-radius:25px;transition:all .3s ease}.open-cart-content-signin-btn:hover{background-color:#014fa8}.open-cart-content-continue-btn{padding:8px 12px;border:none;outline:none;color:#0070f2;background-color:transparent;cursor:pointer;max-width:200px;width:100%;transition:all .1s ease}.open-cart-content-continue-btn:hover{color:#01346e}.checkout-continue-btn{padding:8px 10px;border-radius:24px;font-size:14px;font-weight:500;border:none;outline:none;background-color:#0070f2;color:#f0f7ff;cursor:pointer;width:100%;transition:all .3s ease;margin-bottom:10px}.recently-viewed-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-gap:10px;gap:10px;max-width:800px;padding-left:20px;padding-top:10px}.recently-viewed-product-cart{background:#fff;border:1px solid #d3d9df;border-radius:0;overflow:hidden;transition:all .3s ease;position:relative;cursor:pointer}.recently-viewed-product-image-container{width:100%;height:120px;display:flex;align-items:center;justify-content:center;background:#eef0f3}.recently-viewed-product-image-container img{max-width:100%;max-height:100%;object-fit:contain}.recently-viewed-product-details{padding:10px;display:flex;flex-direction:column}.recently-viewed-product-name{font-size:1rem;font-weight:600;color:#333;margin:0 0 10px}.recently-viewed-product-rating{display:flex;gap:5px;margin-bottom:10px}.recently-viewed-product-rating-value{font-size:.8rem;font-weight:600;color:#333}.recently-viewed-product-rating-count{font-size:.8rem;font-weight:500;color:#333}.recently-viewed-product-pricing{display:flex;align-items:center;gap:12px}.recently-viewed-product-current-price{font-size:.85rem;font-weight:700;color:#333}.recently-viewed-product-original-price{font-size:.7rem;color:#999;text-decoration:line-through}.recently-viewed-product-actions{display:flex;flex-direction:column;gap:10px;width:100%;align-items:center}.add-to-cart-btn{background:#000;color:#efeded;padding:8px 10px;border-radius:24px;font-size:14px;font-weight:500;cursor:pointer;transition:all .1s ease;text-transform:none;margin-top:15px;border:1.5px solid #000;max-width:120px;width:100%}.add-to-cart-btn:hover{background:#2c2d30;color:#fff;border:1.5px solid #313235}.recently-viewed-product-new-badge{position:absolute;top:7px;left:7px;background:#0f5edc;color:#fff;padding:3px 9px;border-radius:2px;font-size:11px;font-weight:500;z-index:2;text-transform:uppercase}@media (max-width:1200px){.shop-header-content-desktop{padding:0 20px}.ai-monitors-content{grid-template-columns:1fr;gap:40px;padding:40px}.search-results-main{grid-template-columns:1fr;gap:30px}.filters-sidebar{position:static}.shop-country-icon{display:none}}@media (max-width:768px){.search-hero-content h1,.shop-hero-text h1{font-size:2.5rem}.featured-products-grid{grid-template-columns:1fr}.bottom-products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.search-products-grid{grid-template-columns:1fr}.ai-monitors-content{padding:30px}.ai-monitors-text h2{font-size:2.5rem}.search-tabs{flex-wrap:wrap}.footer-bottom-content{flex-direction:column;text-align:center}.product-detail-container{padding:15px}.product-detail-main{grid-template-columns:1fr;gap:30px}.product-info-section{padding:0}.storage-buttons{flex-direction:column}.storage-button{min-width:auto}.purchase-options{flex-direction:column}.color-selection{flex-wrap:wrap}.related-products-grid{grid-template-columns:1fr;gap:15px}.breadcrumb-path,.product-page-back-button{font-size:12px}}@media (max-width:480px){.search-hero-content h1,.shop-hero-text h1{font-size:2rem}.featured-products-grid{gap:20px}.bottom-products-grid{grid-template-columns:1fr;gap:20px}.product-title{font-size:24px}.summary-price,.total-price{font-size:20px}.box-contents{flex-wrap:wrap}.box-item{width:60px;height:60px}.box-item-image{width:40px;height:40px}}