:root{--apple-gray:#f5f5f7;--apple-text:#1d1d1f;--apple-text-secondary:#6e6e73;--apple-blue:#0071e3;--apple-blue-hover:#0077ed;--apple-orange:#bf4800;--apple-white:#ffffff;--apple-shadow:rgba(0,0,0,0.08);--apple-shadow-hover:rgba(0,0,0,0.12)}.bg-apple-gray{background-color:var(--apple-gray)}.iphone-catalog{padding:0 40px;max-width:1600px;margin:0 auto}.catalog-shop{max-width:640px;padding:80px 0 64px}.catalog-shop-title{font-size:48px;letter-spacing:-.003em;line-height:1.0834933333}.catalog-header h2,.catalog-shop-title{display:inline;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600}.catalog-header h2{font-size:28px;letter-spacing:.007em;line-height:1.1428571429}.catalog-header .subtitle{color:var(--apple-text-secondary);font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px;padding:20px 0}.product-card{background:var(--apple-white);border-radius:18px;padding:30px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;height:29.4117647059rem;width:23.5294117647rem;position:relative;cursor:pointer}.product-card:hover{transform:scale3d(1.01,1.01,1.01);box-shadow:2px 4px 16px rgba(0,0,0,.1607843137)}.badge-new{color:var(--apple-orange);font-size:12px}.badge-intelligence,.badge-new{font-weight:600;align-self:flex-start;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif}.badge-intelligence{background:var(--apple-text-secondary);color:var(--apple-white);font-size:11px;padding:4px 10px;border-radius:12px}.product-title{font-size:28px;font-weight:600;color:var(--apple-text);margin:10px 0 30px;text-align:center;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif}.product-image{width:100%;height:380px;position:relative;margin-bottom:25px}.color-selector{display:flex;gap:12px;margin-bottom:20px;justify-content:center;flex-wrap:wrap}.color-dot{width:16px;height:16px;border-radius:50%;border:2px solid rgba(0,0,0,0);padding:0;background-clip:content-box;position:relative;pointer-events:none}.price-buy-container{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto;gap:15px}.product-price{font-size:14px;color:var(--apple-text);margin:0;text-align:left;font-weight:400;flex:1}.btn-buy,.product-price{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif}.btn-buy{background:var(--apple-blue);color:var(--apple-white);border:none;border-radius:24px;padding:8px 15px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s ease,transform .2s ease;text-decoration:none;display:inline-block;min-width:auto;flex-shrink:0}.btn-buy:hover{background:var(--apple-blue-hover);transform:scale(1.02)}.btn-buy:active{transform:scale(.98)}@media(max-width:1024px){.iphone-catalog{padding:60px 30px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.product-card{min-height:600px;padding:35px 25px}.product-image{height:340px}.product-title{font-size:24px}}@media(max-width:768px){.iphone-catalog{padding:0 0 0 20px}.catalog-header h2{font-size:24px}.catalog-header .subtitle{display:block}.products-grid{grid-template-columns:1fr;gap:20px}.product-card{min-height:550px;padding:30px 20px}.product-image{height:300px}.product-title{font-size:22px;margin:10px 0 20px}.btn-buy{padding:10px 32px;font-size:15px}}@media(max-width:480px){.product-card{min-height:500px;padding:25px 15px}.product-image{height:260px}.product-title{font-size:20px}.color-selector{gap:10px}.color-dot{width:14px;height:14px}}