@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#161616;--orange:#dd6008;--line:#dededb;--paper:#fff;--soft:#f3f3f0}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px 'DM Sans',sans-serif}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #dd6008;outline-offset:4px}.preview{text-align:center;background:#191919;color:#fff;font-size:12px;letter-spacing:1.3px;padding:10px 15px}header{height:101px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line);background:#fff;gap:20px}.logo{width:118px;height:80px;display:block;overflow:hidden;position:relative}.logo img{position:absolute;width:142px;height:142px;max-width:none;left:-12px;top:-30px}nav{display:flex;gap:32px;font-size:14px}nav a:hover{color:var(--orange)}.bag{background:none;border:0;display:flex;align-items:center;gap:13px;font-size:14px}.bag span{border:1px solid #ccc;width:29px;height:29px;border-radius:50%;display:grid;place-items:center}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:550px}.hero-copy{padding:65px 9% 28px 10%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;letter-spacing:2.4px;font-weight:600;margin:0 0 25px}.hero h1{font-family:'Manrope',sans-serif;font-size:clamp(40px,4.25vw,74px);font-weight:500;line-height:1.16;letter-spacing:-3px;margin:0 0 22px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--orange)}.hero-copy>p:not(.eyebrow){color:#656565;line-height:1.8;margin:0 0 30px}.primary{background:var(--ink);border:1px solid var(--ink);color:white;display:flex;justify-content:space-between;align-items:center;gap:42px;padding:17px 22px;font-size:14px}.primary:hover{background:#333}.hero-foot{margin-top:auto;padding-top:52px;font-size:11px;letter-spacing:1.4px;display:flex;gap:25px;color:#666}.hero-photo{position:relative;background:#d8d4cd;min-height:550px;overflow:hidden}.hero-photo>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 40%}.photo-label{position:absolute;bottom:28px;left:30px;right:30px;color:white;font-size:13px;letter-spacing:2px;display:flex;justify-content:space-between;text-shadow:0 1px 10px #000}.photo-label span{font-size:12px;letter-spacing:0}.brand-line{display:flex;justify-content:space-between;gap:20px;border-block:1px solid var(--line);padding:25px 5%;font-size:12px;letter-spacing:2px}.brand-line span:first-child{font-size:14px;letter-spacing:0;color:#6c6c6c}.catalog{padding:76px 5% 65px}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end}.section-head .eyebrow{color:var(--orange);margin-bottom:14px}h2{font-family:Manrope,sans-serif;font-size:36px;line-height:1.2;font-weight:500;letter-spacing:-1.3px;margin:0}.section-head>p{font-size:14px;color:#727272;line-height:1.7;margin:0}.toolbar{display:flex;justify-content:space-between;gap:20px;margin:36px 0 28px;align-items:center}.tabs{display:flex;gap:7px}.tabs button{border:1px solid var(--line);background:white;border-radius:40px;padding:11px 23px;font-size:14px}.tabs button.active{background:var(--ink);border-color:var(--ink);color:white}.search-sort{display:flex;gap:14px}input,select{border:1px solid var(--line);background:white;padding:12px;font-size:14px;min-width:0}input{width:170px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-image{width:100%;height:235px;object-fit:cover;display:block;transition:transform .4s}.product-visual{position:relative;overflow:hidden;background:var(--soft)}.product-open{border:0;background:none;width:100%;padding:0;text-align:left}.product-open:hover img{transform:scale(1.035)}.tag{position:absolute;left:13px;top:13px;background:#fff;padding:6px 9px;font-size:10px;letter-spacing:1px}.product-info{padding-top:18px}.product-info small{font-size:11px;color:#777;letter-spacing:1.5px}.product-info h3{font-size:17px;font-weight:500;margin:8px 0}.price-line{display:flex;align-items:center;justify-content:space-between}.price-line p{font-size:14px;margin:6px 0}.add{width:34px;height:34px;border:1px solid #ccc;border-radius:50%;background:white;font-size:21px}.add:hover{color:white;background:var(--ink)}.result{font-size:13px;color:#777;margin-top:24px}.visit{background:#191919;color:white;padding:60px 8%;display:grid;grid-template-columns:1fr 1fr;gap:70px}.visit .eyebrow{color:#ee8a43}.visit h2{font-size:42px}.visit>div:last-child{max-width:440px;align-self:center}.visit p{line-height:1.8;color:#c7c7c7}.text-link{display:inline-block;border-bottom:1px solid #888;padding:10px 0;margin-top:10px;font-size:14px}footer{padding:45px 5% 20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:25px}.footer-title{font-size:18px;letter-spacing:2px}footer p{font-size:13px;color:#666;line-height:1.8}.footer-bottom{width:100%;border-top:1px solid var(--line);padding-top:20px;font-size:12px;color:#777;display:flex;justify-content:space-between;gap:20px}dialog{border:0;padding:40px;max-width:700px;width:calc(100% - 28px);max-height:90vh;overflow:auto;color:var(--ink)}dialog::backdrop{background:#0008;backdrop-filter:blur(3px)}dialog h2{margin-bottom:23px}dialog p{line-height:1.7;color:#666}.close{position:absolute;right:12px;top:9px;border:0;background:white;font-size:29px;line-height:1;width:34px;height:34px}#detail img{width:100%;max-height:290px;object-fit:cover}#detail h2{margin-top:20px;margin-bottom:12px}.field{display:flex;flex-direction:column;gap:9px;margin:20px 0;font-size:14px}.cart-row{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.cart-row img{width:82px;height:74px;object-fit:cover}.cart-row>div{flex:1}.cart-row h3{font-size:15px;margin:0 0 6px}.cart-row p{font-size:13px;margin:0}.quantity{display:flex;align-items:center;gap:12px;margin-top:8px}.quantity button{background:white;border:1px solid #ddd;width:29px;height:29px}.remove{background:none;border:0;text-decoration:underline;font-size:12px;color:#666}.total{display:flex;justify-content:space-between;padding:22px 0;font-size:18px}.payment-note{background:#f7f0e8;padding:18px;margin:23px 0;font-size:14px}.payment-note p{margin-bottom:0}.disabled{opacity:.5;cursor:not-allowed;width:100%;justify-content:center}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#171717;color:white;padding:14px 24px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10;font-size:14px}#toast.show{opacity:1}.empty{grid-column:1/-1;padding:50px;text-align:center;border:1px solid var(--line)}
@media(min-width:1500px){.hero-copy{padding-left:15%}.hero{min-height:670px}.hero-photo{min-height:670px}.product-image{height:300px}}@media(max-width:1000px){nav{gap:18px}.hero-copy{padding:45px 8% 25px}.hero h1{font-size:45px;letter-spacing:-2px}.hero-foot{flex-direction:column;gap:8px}.products{grid-template-columns:repeat(2,1fr)}.toolbar{align-items:flex-start;flex-direction:column}.product-image{height:280px}}@media(max-width:600px){.preview{font-size:10px;letter-spacing:.4px}header{height:85px;padding:0 5%;flex-wrap:wrap;gap:0}.logo{width:94px;height:70px}.logo img{width:120px;height:120px;top:-25px}nav{display:none}.bag{font-size:12px}.hero{grid-template-columns:1fr}.hero-copy{padding:35px 6% 28px}.hero h1{font-size:44px;letter-spacing:-1.8px}.hero-copy>.eyebrow{margin-bottom:20px}.hero-copy>p:not(.eyebrow){font-size:14px;margin-bottom:22px}.hero-foot{display:none}.hero-photo{min-height:330px}.photo-label{bottom:20px;left:20px;right:20px;font-size:11px}.brand-line{padding:20px 6%;gap:15px}.brand-line span:first-child{flex:1;font-size:12px}.brand-line span:last-child,.brand-line span:nth-child(3){display:none}.catalog{padding:45px 5%}.section-head{display:block}h2{font-size:29px}.section-head>p{margin-top:15px;font-size:12px}.toolbar{margin-top:24px;gap:17px}.search-sort{width:100%;gap:8px}.search-sort input{width:45%}.search-sort select{width:55%;font-size:12px}.tabs button{padding:9px 19px}.products{gap:24px 13px}.product-image{height:170px}.product-info h3{font-size:15px}.tag{font-size:9px;left:8px;top:8px}.product-info small{font-size:10px}.price-line p{font-size:13px}.visit{padding:40px 6%;grid-template-columns:1fr;gap:20px}.visit h2{font-size:34px}.visit p{font-size:14px}.footer-bottom{flex-direction:column;gap:8px}dialog{padding:32px 22px}dialog h2{font-size:27px}.cart-row{gap:10px}.cart-row img{width:60px;height:60px}}
.product-image{object-fit:contain;background:#fafafa;padding:28px}.hero-photo{background:#f3f4f1}.hero-photo>img{object-fit:contain;padding:55px 45px 75px}.photo-label{color:#202020;text-shadow:none}.products{grid-template-columns:repeat(3,1fr)}.product-visual{background:#fafafa}.price-note{font-size:12px;color:#777;font-weight:400}.specs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 0;border-block:1px solid #ddd;font-size:13px}.specs strong{display:block;margin-top:7px;font-size:15px}.product-preview-note{font-size:13px}.cart-row img{object-fit:contain}#detail img{object-fit:contain;background:#fafafa;padding:20px}.hero h1{font-size:clamp(42px,4.5vw,72px)}@media(max-width:1000px){.products{grid-template-columns:repeat(2,1fr)}.hero-photo>img{padding:35px}}@media(max-width:600px){.tabs{flex-wrap:wrap}.tabs button{font-size:13px;padding:9px 15px}.product-image{padding:20px 10px}.hero-photo{min-height:300px}.hero-photo>img{padding:25px 35px 50px}.hero h1{font-size:45px}.price-line{align-items:flex-start}.price-note{display:block}.tag{font-size:10px}.specs{grid-template-columns:1fr}.photo-label{font-size:10px}}
.products{grid-template-columns:repeat(4,1fr)}.product-image{padding:12px}.product-image[src*=clearlab]{padding:28px}.hero-photo>img{padding:35px}.hero-photo{background:#f2f5f5}@media(max-width:1000px){.products{grid-template-columns:repeat(2,1fr)}}
.toolbar{flex-wrap:wrap}.tabs{flex-wrap:wrap}.spec-table{font-size:14px;margin:20px 0}.spec-table>div{display:grid;grid-template-columns:1fr 1.3fr;gap:20px;padding:12px 0;border-bottom:1px solid #e5e5e5}.spec-table dt{color:#666}.spec-table dd{margin:0}.source-link{display:inline-block;margin-top:20px;font-size:13px;text-decoration:underline}textarea{font:inherit;border:1px solid #ccc;padding:12px;resize:vertical;min-height:75px;width:100%;font-size:14px}.checkout-line{padding:14px 0;border-bottom:1px solid #ddd}.checkout-line p{white-space:pre-wrap;margin:6px 0}.product-info h3{min-height:44px;line-height:1.45}.product-image{padding:0;object-fit:contain}.hero-photo>img{padding:0;object-fit:cover}.photo-label{background:#ffffffdf;padding:12px;bottom:18px}.cart-row{align-items:flex-start}.cart-row>.remove{margin-top:8px}.hero-photo{background:#f1f1ef}@media(max-width:600px){.cart-row{flex-wrap:wrap}.product-info h3{min-height:64px}.spec-table>div{gap:12px}.hero-photo>img{object-fit:contain}.hero-photo{min-height:340px}.tabs button{padding:9px 12px}}

/* Genuine product photography */
.product-visual{background:#fff}.product-image{object-fit:contain;padding:12px;background:#fff}.hero-photo{background:#fff}.hero-photo>img{object-fit:contain;padding:42px 30px 100px}.image-caption{font-size:12px;line-height:1.5;color:#666;margin:8px 0 0}@media(max-width:600px){.hero-photo>img{padding:24px 18px 90px}}

/* IRIS lifestyle header */
.hero-photo>img#hero-image{padding:0;object-fit:cover;object-position:center 43%}.photo-label.iris-hero-brand{display:flex;align-items:center;justify-content:space-between;gap:16px;background:rgba(255,255,255,.94);padding:8px 18px}.iris-hero-brand img{width:96px;height:86px;object-fit:contain}.iris-hero-brand span{font-size:10px;letter-spacing:.15em;color:#292929}@media(max-width:600px){.hero-photo>img#hero-image{object-position:center 42%}.photo-label.iris-hero-brand{padding:5px 12px}.iris-hero-brand img{width:80px;height:72px}}

/* Per-eye prescription selection */
.rx-eye{min-width:0;border:1px solid #d7d4cd;border-radius:10px;padding:16px;margin:18px 0;background:#faf9f6}.rx-eye legend{font-weight:600;padding:0 8px}.rx-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px}.rx-fields .field{min-width:0}.rx-eye select{width:100%;min-height:44px;background:white;color:#222;border:1px solid #bcb8b0;border-radius:5px;padding:10px;font:inherit}.rx-eye select:disabled{opacity:.45}.rx-total{font-weight:600}#lens-error,#bag-error{color:#a12e20}.cart-row>div{min-width:0}@media(max-width:600px){.rx-fields{grid-template-columns:1fr}.rx-eye{padding:12px}}
/* Minimal product cards */
.products{gap:24px;align-items:stretch}
.products>article{min-width:0;display:flex;flex-direction:column;border:1px solid #e4e1dc;border-radius:14px;background:#fff;padding:10px;box-shadow:0 2px 8px rgba(28,24,19,.025);transition:border-color .2s,box-shadow .2s}
.products .product-open{flex:1;border-radius:9px}
.products .product-visual{border-radius:9px;border-bottom:1px solid #f0eeea}
.products .product-info{padding:18px 10px 12px}
.products .product-info h3{margin-bottom:0}
.products .price-line{margin:0 10px;padding:14px 0 6px;border-top:1px solid #efede8;align-items:center}
.products .price-line p{font-weight:600;letter-spacing:.1px}
.products .tag{border:1px solid #efede8;border-radius:5px;background:rgba(255,255,255,.96)}
.products .add{width:40px;height:40px;border-color:#dedad3}
.products>article:focus-within{border-color:#c6b4a2;box-shadow:0 4px 16px rgba(28,24,19,.06)}
@media(hover:hover){.products>article:hover{border-color:#c9c2b8;box-shadow:0 6px 20px rgba(28,24,19,.055)}}
@media(max-width:600px){.products{gap:14px 12px}.products>article{padding:6px;border-radius:11px}.products .product-info{padding:13px 6px 10px}.products .price-line{margin:0 6px;padding:12px 0 4px}.products .product-info small{letter-spacing:.8px}.products .add{width:36px;height:36px}}
@media(prefers-reduced-motion:reduce){.products>article,.products .product-image{transition:none}.product-open:hover img{transform:none}}

/* Product-specific WhatsApp enquiry */
.seller-chat{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 10px;border:1px solid #d6dfd8;border-radius:7px;background:#f8fbf8;color:#285b3d;font-size:13px;font-weight:500;text-align:center}.products .seller-chat{margin:10px 10px 6px}.seller-chat svg{flex:none}.seller-chat:hover{background:#edf5ef;border-color:#a3b9a9}#detail>.seller-chat{margin-top:14px}@media(max-width:600px){.products .seller-chat{margin:8px 6px 4px;padding:10px 5px;font-size:12px;gap:6px}}

/* Abstract IRIS hero, rendered sharply at every screen size */
.iris-abstract{position:absolute;inset:0;overflow:hidden;background:radial-gradient(ellipse at 85% 10%,#fffdf8 0,transparent 52%),linear-gradient(145deg,#ede6da,#faf8f2 52%,#dbeaea)}
.abstract-disc{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;left:24%;top:8%;background:radial-gradient(circle at 30% 26%,#ffe0b5,#df8845 44%,#a84d1c 78%,#873b20);box-shadow:inset -20px -26px 55px #703a2826,0 30px 65px #aa724229}
.abstract-orbit{position:absolute;width:105%;height:53%;border:1px solid #ffffffa6;border-radius:50%;left:-10%;top:21%;transform:rotate(-38deg);box-shadow:0 1px 0 #967c591f}
.orbit-two{width:115%;height:65%;left:-13%;top:16%;border-color:#967c5945}
.orbit-three{width:128%;height:78%;left:-19%;top:10%;border-color:#ffffffb8}
.abstract-glow{position:absolute;width:64%;aspect-ratio:1;left:-21%;bottom:7%;border-radius:50%;background:radial-gradient(circle at 65% 32%,#d0eff0cc,#8abfc1aa 52%,#4f929777);backdrop-filter:blur(14px);border:1px solid #ffffff90;box-shadow:inset 12px 10px 35px #ffffff60}
.hero-photo .iris-hero-brand{z-index:1;background:#ffffffeb;border:1px solid #ffffffb3;border-radius:8px;box-shadow:0 8px 24px #51432d08}
@media(max-width:600px){.abstract-disc{width:65%;left:36%;top:-9%}.abstract-glow{width:49%;left:-12%;bottom:6%}.abstract-orbit{top:3%;height:72%}.orbit-two{top:-8%;height:95%}.orbit-three{top:-20%;height:118%}}
/* Keep the complete official header logo visible */
header .logo{width:142px;height:88px;display:flex;align-items:center;justify-content:center;overflow:visible;flex-shrink:0}
header .logo img{position:static;display:block;width:100%;height:100%;max-width:100%;object-fit:contain}
@media(max-width:600px){header .logo{width:116px;height:76px}header .logo img{width:100%;height:100%}}

.hero-photo.hero-blank{background:#fff}
/* IRIS turquoise and orange button palette */
:root{--iris-turquoise:#087f83;--iris-turquoise-hover:#066b6e;--iris-orange:#c24b05}
.primary{background:var(--iris-turquoise);border-color:var(--iris-turquoise);border-radius:7px;color:#fff;transition:background .18s,border-color .18s}
.primary:hover{background:var(--iris-orange);border-color:var(--iris-orange)}
.tabs button{color:#12696d;border-color:#c6dedd;background:#fff}
.tabs button.active{background:var(--iris-turquoise);border-color:var(--iris-turquoise);color:#fff}
.tabs button:hover{border-color:var(--iris-orange);color:var(--iris-orange);background:#fff6ef}
.tabs button.active:hover{background:var(--iris-turquoise-hover);border-color:var(--iris-turquoise-hover);color:#fff}
.products .add{border-color:#9fcfce;color:var(--iris-turquoise);background:#edf8f7}
.products .add:hover{background:var(--iris-orange);border-color:var(--iris-orange);color:#fff}
.bag{color:#086f73}.bag span{border-color:#afd5d4;background:#edf8f7;color:#086f73}
.seller-chat{color:#086f73;border-color:#b9d9d8;background:#f0f9f8}.seller-chat:hover{background:#e1f2f1;border-color:var(--iris-turquoise)}
.close{color:var(--iris-turquoise)}.close:hover{color:var(--iris-orange)}
.quantity button{color:var(--iris-turquoise);border-color:#b9d9d8}
@media(prefers-reduced-motion:reduce){.primary{transition:none}}

/* IRIS announcement strip */
.preview{background:var(--iris-orange);color:#fff}

/* Subtle product interactions */
.products>article{transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.products .product-image{transition:transform .5s ease}
.products .add,.seller-chat,.tabs button,.primary{transition:background-color .3s ease,border-color .3s ease,color .3s ease}
@media(hover:hover) and (pointer:fine){
.products>article:hover{transform:translateY(-4px);border-color:var(--iris-turquoise);box-shadow:0 10px 26px rgba(8,127,131,.09)}
.products>article:hover .product-image{transform:scale(1.035)}
.products .seller-chat:hover{background:var(--iris-orange);border-color:var(--iris-orange);color:#fff}
}
.products>article:focus-within{border-color:var(--iris-turquoise);box-shadow:0 6px 20px rgba(8,127,131,.08)}
@media(prefers-reduced-motion:reduce){
.products>article,.products .product-image,.products .add,.seller-chat,.tabs button,.primary{transition:none}
.products>article:hover,.products>article:hover .product-image,.product-open:hover img{transform:none}
}
/* Quiet, compact store footer. */
footer.simple-footer{display:grid;grid-template-columns:1fr auto;gap:20px 36px;padding:30px 5% 18px;background:#f6faf9;border-top:1px solid #dce9e7;color:#456360}
.simple-footer strong{font-size:13px;letter-spacing:1.5px;color:#086e73;font-weight:600}
.simple-footer p{font-size:12px;line-height:1.7;color:#617571;margin:8px 0 0}
.simple-footer .footer-links{display:flex;gap:18px;align-items:start;flex-wrap:wrap;font-size:12px}
.simple-footer a{color:#087f83}.simple-footer a:hover{color:#c24b05}
.simple-footer .footer-bottom{grid-column:1/-1;border-top:1px solid #dce9e7;padding-top:14px;font-size:11px;color:#748580}
@media(max-width:600px){footer.simple-footer{grid-template-columns:1fr;gap:18px;padding:26px 6% 18px}.simple-footer .footer-links{gap:18px}}

/* Compact centered introduction replaces the split hero. */
.hero.hero-centered{display:block;min-height:0;background:#fff;border-bottom:1px solid #e4eceb}
.hero-centered .hero-copy{max-width:1200px;margin:0 auto;padding:44px 5% 30px;align-items:center;text-align:center}
.hero-centered .eyebrow{margin:0 0 16px}
.hero-centered h1{font-size:clamp(32px,3.6vw,56px);line-height:1.2;letter-spacing:-1.7px;margin:0 0 16px}
.hero-centered .hero-copy>p:not(.eyebrow){font-size:14px;line-height:1.7;margin:0}
.hero-centered .hero-foot{margin-top:0;padding-top:22px;justify-content:center;flex-wrap:wrap;gap:8px 20px;font-size:10px}
.hero-centered+.catalog{padding-top:38px}
@media(max-width:600px){.hero-centered .hero-copy{padding:32px 6% 25px}.hero-centered h1{max-width:350px;font-size:34px}.hero-centered+.catalog{padding-top:30px}}

#order-form [aria-invalid="true"]{border:2px solid #b42318;background:#fff4f2}#order-form .field-error{color:#b42318;font-size:13px;line-height:1.4}#checkout-error{color:#b42318}#shipping-rates{font-weight:600;color:#007c87;margin:12px 0}

.colour-picker{border:0;padding:0;margin:20px 0 28px;min-width:0}.colour-picker legend{font-size:20px;font-weight:600}.colour-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.colour-option{position:relative;cursor:pointer}.colour-option input{position:absolute;top:10px;left:10px;accent-color:#008b96;z-index:1}.colour-tile{display:flex;flex-direction:column;align-items:center;gap:5px;border:1px solid #d2e2e1;border-radius:12px;padding:22px 6px 10px;text-align:center;background:white;height:100%;box-sizing:border-box}.colour-tile svg{width:min(100%,94px);aspect-ratio:1;border-radius:50%;overflow:hidden}.colour-tile strong{font-size:13px;line-height:1.35}.colour-tile small{font-size:11px;color:#617571}.colour-option input:checked+.colour-tile{border:2px solid #008b96;background:#eef9f8;padding:21px 5px 9px}.colour-option input:focus-visible+.colour-tile{outline:3px solid #ed7622;outline-offset:2px}.colour-selected{font-size:14px;color:#007c87}.price-line .add{width:auto;min-width:42px;padding:0 14px;font-size:14px}.cart-row .colour-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:380px){.colour-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

.colour-option input{width:16px;height:16px;margin:0;padding:0}
