UA™ Performance Hooded Jacket By Qerioo
/* ========================================== QERIOO — PERFORMANCE HOODED JACKET Compact Premium Shopify Description ========================================== */ .qphj { --qphj-bl ack: #111111; --qphj-white: #ffffff; --qphj-blue: #315d82; --qphj-blue-soft: #edf5fa; --qphj-green: #49634a; --qphj-green-soft: #edf4ea; --qphj-orange: #d5783c; --qphj-orange-soft: #fff1e7; --qphj-cream: #fffaf2; --qphj-border: #e7e3da; width: 100%; max-width: 900px; margin: 0 auto; padding: 24px 14px 54px; color: var(--qphj-black); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; } .qphj, .qphj * { box-sizing: border-box; } .qphj h2, .qphj h3, .qphj p, .qphj ul { margin: 0; } .qphj-section { margin-top: 48px; } .qphj-label { display: inline-block; margin-bottom: 13px; color: var(--qphj-blue); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; } .qphj-title { max-width: 700px; color: var(--qphj-black); font-size: clamp(35px, 6vw, 57px); font-weight: 850; line-height: 1.03; letter-spacing: -0.05em; } .qphj-heading { color: var(--qphj-black); font-size: clamp(24px, 4vw, 35px); font-weight: 850; line-height: 1.14; letter-spacing: -0.035em; } .qphj-text { max-width: 710px; margin-top: 15px !important; color: var(--qphj-black); font-size: 15px; line-height: 1.75; } .qphj-text strong { color: var(--qphj-black); font-weight: 850; } /* HERO */ .qphj-hero { position: relative; overflow: hidden; padding: clamp(32px, 7vw, 68px); border: 1px solid var(--qphj-border); border-radius: 30px; background: radial-gradient( circle at 90% 15%, rgba(49, 93, 130, 0.22), transparent 32% ), linear-gradient( 145deg, var(--qphj-cream) 0%, #edf5fa 100% ); } .qphj-hero::before, .qphj-hero::after { position: absolute; border: 1px solid rgba(17, 17, 17, 0.07); border-radius: 50%; content: ""; } .qphj-hero::before { top: -110px; right: -90px; width: 290px; height: 290px; } .qphj-hero::after { right: 100px; bottom: -125px; width: 220px; height: 220px; } .qphj-hero-content { position: relative; z-index: 2; } .qphj-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; } .qphj-pill { padding: 9px 13px; border: 1px solid rgba(17, 17, 17, 0.1); border-radius: 999px; color: var(--qphj-black); background: rgba(255, 255, 255, 0.82); font-size: 11px; font-weight: 850; } /* BENEFITS */ .qphj-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; } .qphj-benefit { padding: 22px; border: 1px solid var(--qphj-border); border-radius: 18px; } .qphj-benefit:nth-child(1) { background: var(--qphj-blue-soft); } .qphj-benefit:nth-child(2) { background: var(--qphj-green-soft); } .qphj-benefit:nth-child(3) { background: var(--qphj-orange-soft); } .qphj-benefit-number { display: block; margin-bottom: 25px; color: var(--qphj-blue); font-size: 11px; font-weight: 900; } .qphj-benefit h3 { color: var(--qphj-black); font-size: 16px; font-weight: 850; line-height: 1.3; } .qphj-benefit p { margin-top: 8px; color: var(--qphj-black); font-size: 13px; line-height: 1.65; } .qphj-benefit p strong { font-weight: 850; } /* DARK DETAILS */ .qphj-details { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 34px; padding: clamp(28px, 5vw, 46px); border-radius: 26px; background: radial-gradient( circle at 100% 0%, rgba(67, 118, 158, 0.38), transparent 32% ), var(--qphj-black); } .qphj-details .qphj-label { color: #9fd0ee; } .qphj-details .qphj-heading { color: var(--qphj-white); } .qphj-list { list-style: none; padding: 0; } .qphj-list li { position: relative; padding: 13px 0 13px 25px; border-bottom: 1px solid rgba(255, 255, 255, 0.13); color: var(--qphj-white); font-size: 13px; line-height: 1.55; } .qphj-list li:last-child { border-bottom: 0; } .qphj-list li::before { position: absolute; top: 15px; left: 0; width: 14px; height: 14px; border-radius: 50%; color: var(--qphj-black); background: #9fd0ee; content: "✓"; font-size: 9px; font-weight: 900; line-height: 14px; text-align: center; } .qphj-list strong { color: var(--qphj-white); font-weight: 850; } /* WEATHER SECTION */ .qphj-weather { padding: clamp(28px, 5vw, 46px); border: 1px solid var(--qphj-border); border-radius: 25px; background: radial-gradient( circle at 92% 10%, rgba(73, 99, 74, 0.15), transparent 32% ), var(--qphj-cream); } .qphj-weather-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; } .qphj-weather-card { padding: 23px; border-radius: 17px; color: var(--qphj-black); } .qphj-weather-card:first-child { background: var(--qphj-blue-soft); } .qphj-weather-card:last-child { background: var(--qphj-green-soft); } .qphj-weather-card span { display: block; margin-bottom: 9px; color: var(--qphj-black); font-size: 11px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; } .qphj-weather-card h3 { color: var(--qphj-black); font-size: 17px; font-weight: 850; } .qphj-weather-card p { margin-top: 8px; color: var(--qphj-black); font-size: 13px; line-height: 1.65; } .qphj-weather-card strong { font-weight: 850; } /* USE CASES */ .qphj-uses { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 23px; } .qphj-use { padding: 20px 10px; border-radius: 15px; color: var(--qphj-black); text-align: center; font-size: 11px; font-weight: 850; } .qphj-use:nth-child(1) { background: var(--qphj-blue-soft); } .qphj-use:nth-child(2) { background: var(--qphj-green-soft); } .qphj-use:nth-child(3) { background: var(--qphj-orange-soft); } .qphj-use:nth-child(4) { background: #f3edf8; } /* FIT */ .qphj-fit { padding: clamp(27px, 5vw, 44px); border: 1px solid var(--qphj-border); border-radius: 24px; background: linear-gradient( 135deg, rgba(49, 93, 130, 0.11), transparent 58% ), var(--qphj-white); } .qphj-fit-note { margin-top: 20px !important; padding: 16px 18px; border-left: 4px solid var(--qphj-orange); border-radius: 11px; color: var(--qphj-black); background: var(--qphj-orange-soft); font-size: 13px; line-height: 1.65; } .qphj-fit-note strong { font-weight: 850; } /* CARE */ .qphj-care { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 22px; } .qphj-care-item { padding: 18px 10px; border-radius: 15px; color: var(--qphj-black); text-align: center; font-size: 11px; font-weight: 850; } .qphj-care-item:nth-child(1) { background: var(--qphj-blue-soft); } .qphj-care-item:nth-child(2) { background: var(--qphj-green-soft); } .qphj-care-item:nth-child(3) { background: var(--qphj-orange-soft); } .qphj-care-item:nth-child(4) { background: #f5ecec; } /* CTA */ .qphj-cta { margin-top: 48px; padding: clamp(35px, 7vw, 64px) 24px; border-radius: 28px; text-align: center; background: radial-gradient( circle at 20% 20%, rgba(100, 167, 208, 0.27), transparent 32% ), linear-gradient(135deg, #111111, #20384b); } .qphj-cta h2 { color: var(--qphj-white); font-size: clamp(28px, 5vw, 43px); font-weight: 850; line-height: 1.1; letter-spacing: -0.04em; } .qphj-cta p { max-width: 580px; margin: 14px auto 0; color: var(--qphj-white); font-size: 14px; line-height: 1.7; } .qphj-cta p strong { color: #a9d8f3; font-weight: 850; } /* MOBILE */ @media (max-width: 760px) { .qphj-benefits, .qphj-details, .qphj-weather-grid { grid-template-columns: 1fr; } .qphj-details { gap: 25px; } .qphj-uses, .qphj-care { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 440px) { .qphj-hero { padding: 31px 21px; border-radius: 24px; } .qphj-title { font-size: 38px; } .qphj-section, .qphj-cta { margin-top: 40px; } .qphj-details, .qphj-weather, .qphj-fit { padding: 27px 21px; border-radius: 22px; } } Performance Hooded Jacket Built to move.Ready for changing conditions. The Performance Hooded Jacket combines lightweight comfort, flexible movement, and practical weather protection in one clean everyday layer. Ideal for commuting, travelling, training, and outdoor activity. Lightweight comfort Water-resistant finish Flexible performance fit Why you’ll love it Performance without unnecessary bulk. Lightweight comfort The breathable construction provides comfortable coverage without making the jacket feel heavy or restrictive. Freedom of movement Its flexible ergonomic fit moves naturally with your body during training, walking, travel, or daily activity. Weather-ready design A water-resistant and wind-blocking outer layer helps protect you during light rain and breezy conditions. Product details Designed for life in motion. Lightweight and breathable fabric Water-resistant outer layer for light weather protection Wind-blocking design for breezy conditions Protective hood with a clean athletic profile Smooth full-length front zipper Flexible fit designed for comfortable movement Everyday protection Comfortable when the weather changes. Made for transitional seasons and unpredictable days, this jacket offers practical coverage while maintaining a light and comfortable feel. Light rain Water-resistant outer finish Helps protect against light rain and moisture during commuting, walking, or outdoor plans. Cool breeze Wind-blocking construction Provides an extra protective layer during breezy and cooler conditions. Made for every routine One jacket. More ways to wear it. Pair it with joggers and trainers for an athletic outfit, wear it with cargos for travel, or style it with jeans for a clean everyday city look. Training Travel Outdoor activity Everyday wear Fit guide Flexible comfort with a clean profile. The jacket is designed with a comfortable performance silhouette that supports movement without feeling bulky. Select your usual size for the intended fit. Choose the larger option when between sizes or when planning to wear thicker clothing underneath. Please check the product size chart before ordering. Ready when the day changes. Lightweight, flexible, and weather-ready the Performance Hooded Jacket is built to move naturally between training, travel, and everyday life.
More you might like
Related
UA™ Performance Hooded Jacket
Related
UA™ Performance Hooded Jacket
Ladies UA Hooded Jacket
Related