{"id":27,"date":"2026-06-18T18:44:42","date_gmt":"2026-06-18T11:44:42","guid":{"rendered":"https:\/\/modernoptical.store\/?page_id=27"},"modified":"2026-08-18T21:43:26","modified_gmt":"2026-08-18T14:43:26","slug":"home","status":"publish","type":"page","link":"https:\/\/modernoptical.store\/es\/","title":{"rendered":"Home"},"content":{"rendered":"<p><!-- ==================== IMAGE SLIDER (3 photos) ==================== --><\/p>\n<style>\n.mo-hero-slider{position:relative;width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;background:#0A0A0A;line-height:0;}\n.mo-slider-inner{display:flex;transition:transform .7s cubic-bezier(.4,0,.2,1);}\n.mo-slide{min-width:100%;height:520px;object-fit:cover;object-position:center;display:block;}\n.mo-arr{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.4);color:#fff;border:none;width:44px;height:44px;border-radius:50%;font-size:22px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;}\n.mo-arr.prev{left:16px;}.mo-arr.next{right:16px;}\n.mo-dots-wrap{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10;}\n.mo-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;border:2px solid rgba(255,255,255,.55);transition:background .3s;padding:0;}\n.mo-dot.active{background:#fff;}\n@media(max-width:600px){.mo-slide{height:240px;}.mo-arr{display:none;}}\n<\/style>\n<div class=\"mo-hero-slider\" id=\"moSlider\">\n<div class=\"mo-slider-inner\" id=\"moInner\">\n    <img decoding=\"async\" class=\"mo-slide\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/469106953_567187849493548_1861858286536226940_n.jpg\" alt=\"Modern Optical\"><br \/>\n    <img decoding=\"async\" class=\"mo-slide\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/cc465622-5561-4107-9675-78a2fadd7fa8.jpg\" alt=\"Modern Optical Collection\"><br \/>\n    <img decoding=\"async\" class=\"mo-slide\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/d0da0e5f-ff66-497b-8c48-f72c900258bd.jpg\" alt=\"Modern Optical Store\">\n  <\/div>\n<p>  <button class=\"mo-arr prev\" onclick=\"moMove(-1)\">&#10094;<\/button><br \/>\n  <button class=\"mo-arr next\" onclick=\"moMove(1)\">&#10095;<\/button><\/p>\n<div class=\"mo-dots-wrap\" id=\"moDots\"><\/div>\n<\/div>\n<p><script>\n(function(){\n  var cur=0,total=3,timer;\n  var inner=document.getElementById('moInner');\n  var dotsWrap=document.getElementById('moDots');\n  for(var i=0;i<total;i++){\n    var d=document.createElement('button');\n    d.className='mo-dot'+(i===0?' active':'');\n    d.setAttribute('data-idx',i);\n    d.onclick=function(){moGo(+this.getAttribute('data-idx'));};\n    dotsWrap.appendChild(d);\n  }\n  function moGo(n){\n    cur=(n+total)%total;\n    inner.style.transform='translateX(-'+cur*100+'%)';\n    var dots=document.querySelectorAll('.mo-dot');\n    for(var j=0;j<dots.length;j++){dots[j].className='mo-dot'+(j===cur?' active':'');}\n    clearInterval(timer);timer=setInterval(function(){moGo(cur+1);},4500);\n  }\n  window.moMove=function(dir){moGo(cur+dir);};\n  timer=setInterval(function(){moGo(cur+1);},4500);\n})();\n<\/script><\/p>\n<p><!-- ==================== PROMO BANNER ==================== --><\/p>\n<style>\n.promo-wrap{width:100vw;margin-left:calc(-50vw + 50%);display:flex;overflow:hidden;}\n.promo-panel{flex:1;position:relative;padding:52px 56px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;min-height:340px;}\n.promo-left{background:#C8102E;}\n.promo-right{background:#0A0A0A;}\n.promo-panel::before{content:'';position:absolute;width:280px;height:280px;border-radius:50%;top:-60px;right:-60px;opacity:.1;pointer-events:none;}\n.promo-left::before{background:#fff;}\n.promo-right::before{background:#C8102E;}\n.promo-divider{width:4px;background:#0A0A0A;flex-shrink:0;position:relative;z-index:2;}\n.promo-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:#0A0A0A;border:2px solid rgba(255,255,255,.15);border-radius:50%;width:72px;height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1;}\n.promo-piece{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:4px 11px;border-radius:2px;width:fit-content;}\n.promo-left .promo-piece{background:rgba(0,0,0,.2);color:rgba(255,255,255,.8);}\n.promo-right .promo-piece{background:#C8102E;color:#fff;}\n.promo-pct{font-size:clamp(72px,9vw,110px);font-weight:900;line-height:.9;letter-spacing:-3px;font-variant-numeric:tabular-nums;margin:16px 0 6px;}\n.promo-left .promo-pct{color:#fff;}\n.promo-right .promo-pct{color:#C9A24A;}\n.promo-off{font-size:17px;font-weight:700;letter-spacing:4px;text-transform:uppercase;}\n.promo-left .promo-off{color:rgba(255,255,255,.65);}\n.promo-right .promo-off{color:rgba(255,255,255,.4);}\n.promo-desc{font-size:13px;line-height:1.7;margin:20px 0 22px;}\n.promo-left .promo-desc{color:rgba(255,255,255,.7);}\n.promo-right .promo-desc{color:rgba(255,255,255,.45);}\n.promo-btn{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;padding:11px 24px;border-radius:2px;}\n.promo-left .promo-btn{background:#fff;color:#C8102E;}\n.promo-right .promo-btn{background:#C9A24A;color:#fff;}\n.promo-bottom-bar{width:100vw;margin-left:calc(-50vw + 50%);background:#C8102E;padding:12px 56px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}\n.promo-bottom-bar span{font-size:12px;color:rgba(255,255,255,.85);font-weight:500;}\n.promo-bottom-bar em{font-size:11px;color:rgba(255,255,255,.5);font-style:normal;letter-spacing:1.5px;text-transform:uppercase;}\n@media(max-width:600px){\n  .promo-panel{padding:28px 20px;min-height:auto;}\n  .promo-pct{font-size:60px;}\n  .promo-desc,.promo-btn{display:none;}\n  .promo-bottom-bar{padding:10px 20px;}\n}\n<\/style>\n<div class=\"promo-wrap\">\n<div class=\"promo-panel promo-left\">\n<div><span class=\"promo-piece\">\u0e0a\u0e34\u0e49\u0e19\u0e17\u0e35\u0e48 1 \u00b7 First Piece<\/span><\/div>\n<div>\n<div class=\"promo-pct\">35<span style=\"font-size:.42em;letter-spacing:0\">%<\/span><\/div>\n<div class=\"promo-off\">Discount<\/div>\n<\/p>\n<\/div>\n<div>\n<p class=\"promo-desc\">\u0e25\u0e14\u0e17\u0e31\u0e19\u0e17\u0e35 35% \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e27\u0e48\u0e19\u0e0a\u0e34\u0e49\u0e19\u0e41\u0e23\u0e01<br \/>\u0e17\u0e38\u0e01\u0e23\u0e38\u0e48\u0e19 \u0e17\u0e38\u0e01\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\u0e43\u0e19\u0e23\u0e49\u0e32\u0e19<\/p>\n<p>      <a href=\"\/glasses\" class=\"promo-btn\">\u0e14\u0e39\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e01\u0e0a\u0e31\u0e19<\/a>\n    <\/div>\n<\/p>\n<\/div>\n<div class=\"promo-divider\"><\/div>\n<div style=\"position:relative;width:0;overflow:visible;z-index:10;\">\n<div class=\"promo-badge\" style=\"left:0;\">\n      <span style=\"font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.4);\">Buy<\/span><br \/>\n      <span style=\"font-size:16px;font-weight:900;color:#C9A24A;\">+<\/span><br \/>\n      <span style=\"font-size:8px;letter-spacing:1px;color:rgba(255,255,255,.3);text-transform:uppercase;\">Save<\/span>\n    <\/div>\n<\/p>\n<\/div>\n<div class=\"promo-panel promo-right\">\n<div><span class=\"promo-piece\">\u0e0a\u0e34\u0e49\u0e19\u0e17\u0e35\u0e48 2 \u00b7 Second Piece<\/span><\/div>\n<div>\n<div class=\"promo-pct\">50<span style=\"font-size:.42em;letter-spacing:0\">%<\/span><\/div>\n<div class=\"promo-off\">Discount<\/div>\n<\/p>\n<\/div>\n<div>\n<p class=\"promo-desc\">\u0e23\u0e31\u0e1a\u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21 50% \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e27\u0e48\u0e19\u0e0a\u0e34\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07<br \/>\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e0b\u0e37\u0e49\u0e2d\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e31\u0e19<\/p>\n<p>      <a href=\"https:\/\/line.me\/R\/ti\/p\/@modernoptical\" target=\"_blank\" class=\"promo-btn\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21 Line OA<\/a>\n    <\/div>\n<\/p>\n<\/div>\n<\/div>\n<div class=\"promo-bottom-bar\">\n  <span>\ud83d\udd50 &nbsp;Limited Time Offer &nbsp;\u00b7&nbsp; \u0e17\u0e38\u0e01\u0e2a\u0e32\u0e02\u0e32 8 \u0e41\u0e2b\u0e48\u0e07\u0e17\u0e31\u0e48\u0e27\u0e01\u0e23\u0e38\u0e07\u0e40\u0e17\u0e1e\u0e2f<\/span><br \/>\n  <em>Modern Optical \u00b7 Since 1972<\/em>\n<\/div>\n<p><!-- ==================== PRODUCT CAROUSEL ==================== --><br \/>\n<!--\n  HOW TO UPDATE PRODUCTS:\n  \u0e41\u0e01\u0e49\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e41\u0e15\u0e48\u0e25\u0e30\u0e0a\u0e34\u0e49\u0e19\u0e43\u0e19\u0e1a\u0e25\u0e47\u0e2d\u0e01 \n\n\n\n\n\n\n\n<div class=\"pc-card\"> \u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\n  - \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e39\u0e1b: \u0e41\u0e01\u0e49 src=\"URL_\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e\"\n  - \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c: \u0e41\u0e01\u0e49\u0e43\u0e19 <span class=\"pc-brand\">\n  - \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e23\u0e38\u0e48\u0e19: \u0e41\u0e01\u0e49\u0e43\u0e19 \n\n\n\n\n\n\n\n<p class=\"pc-model\">\n  - \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e32\u0e04\u0e32: \u0e41\u0e01\u0e49\u0e43\u0e19 \n\n\n\n\n\n\n\n<p class=\"pc-price\">\n  - \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e32\u0e23\u0e4c\u0e14\u0e43\u0e2b\u0e21\u0e48: copy \u0e17\u0e31\u0e49\u0e07 \n\n\n\n\n\n\n\n<div class=\"pc-card\">...<\/div>\n\n\n\n\n\n\n\n \u0e41\u0e25\u0e49\u0e27 paste \u0e15\u0e48\u0e2d\u0e17\u0e49\u0e32\u0e22\n--><\/p>\n<style>\n.pc-section{background:#fff;padding:8px 0 28px;width:100vw;margin-left:calc(-50vw + 50%);position:relative;}\n.pc-head{padding:0 60px;display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;}\n.pc-title{font-size:30px;font-weight:900;letter-spacing:2px;text-transform:uppercase;color:#0A0A0A;}\n.pc-viewall{font-size:15px;font-weight:700;color:#C8102E;text-decoration:none;letter-spacing:1px;white-space:nowrap;}\n.pc-track-wrap{position:relative;}\n.pc-track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 60px 24px;}\n.pc-track::-webkit-scrollbar{display:none;}\n.pc-card{\n  flex:0 0 300px;scroll-snap-align:start;\n  border-right:1px solid #ebebeb;\n  padding:0 28px 0 0;margin-right:28px;\n  cursor:pointer;\n}\n.pc-card:last-child{border-right:none;margin-right:0;padding-right:60px;}\n.pc-img-wrap{width:100%;height:220px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;background:#f7f7f7;border-radius:4px;overflow:hidden;}\n.pc-img-wrap img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .35s;}\n.pc-card:hover .pc-img-wrap img{transform:scale(1.06);}\n.pc-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:13px;letter-spacing:1px;text-transform:uppercase;}\n.pc-brand{font-size:22px;font-weight:900;letter-spacing:2px;text-transform:uppercase;color:#0A0A0A;margin:0 0 4px;}\n.pc-sku{font-size:18px;color:#C8102E;letter-spacing:.5px;margin:0 0 6px;font-weight:600;}\n.pc-model{font-size:14px;font-weight:700;color:#0A0A0A;margin:0 0 8px;line-height:1.4;}\n.pc-price{font-size:18px;font-weight:900;color:#C8102E;margin:0 0 12px;font-variant-numeric:tabular-nums;}\n.pc-price-orig{font-size:13px;color:#0A0A0A;font-weight:500;text-decoration:line-through;margin-left:6px;font-variant-numeric:tabular-nums;}\n.pc-cta{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#888;text-decoration:none;border-bottom:2px solid #e0e0e0;padding-bottom:3px;transition:color .2s,border-color .2s;}\n.pc-card:hover .pc-cta{color:#C8102E;border-color:#C8102E;}<\/p>\n<p>\/* scroll arrows \u2014 \u0e0b\u0e49\u0e32\u0e22\u0e2a\u0e38\u0e14\u0e41\u0e25\u0e30\u0e02\u0e27\u0e32\u0e2a\u0e38\u0e14 \u0e01\u0e36\u0e48\u0e07\u0e01\u0e25\u0e32\u0e07\u0e41\u0e19\u0e27\u0e15\u0e31\u0e49\u0e07 *\/\n.pc-nav{position:absolute;top:110px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#fff;border:1px solid #ddd;cursor:pointer;z-index:10;font-size:24px;color:#0A0A0A;transition:background .2s;box-shadow:0 2px 12px rgba(0,0,0,.12);}\n.pc-nav:hover{background:#0A0A0A;color:#fff;border-color:#0A0A0A;}\n.pc-nav-l{left:0;}\n.pc-nav-r{right:0;}<\/p>\n<p>\/* scrollbar track *\/\n.pc-scrollbar{height:2px;background:#f0f0f0;margin:0 80px;position:relative;border-radius:2px;}\n.pc-scrollthumb{height:100%;background:#0A0A0A;border-radius:2px;width:30%;transition:left .15s;}\n<\/style>\n<div class=\"pc-section\">\n<div class=\"pc-head\">\n    <span class=\"pc-title\">This Month's Trend<\/span><br \/>\n    <a href=\"\/glasses\" class=\"pc-viewall\">View All &rarr;<\/a>\n  <\/div>\n<div class=\"pc-track-wrap\">\n    <button class=\"pc-nav pc-nav-l\" onclick=\"pcScroll(-1)\">&#10094;<\/button><br \/>\n    <button class=\"pc-nav pc-nav-r\" onclick=\"pcScroll(1)\">&#10095;<\/button><\/p>\n<div class=\"pc-track\" id=\"pcTrack\">\n<p>      <!-- CARD 1 \u2014 Mujosh MJ12FM1111 --><\/p>\n<div class=\"pc-card\" onclick=\"window.open('https:\/\/line.me\/R\/ti\/p\/@modernoptical','_blank')\">\n<div class=\"pc-img-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/MJ12FM1111_front.png\" alt=\"Mujosh MJ12FM1111\" style=\"width:100%;height:160px;object-fit:contain;object-position:center;display:block;\">\n        <\/div>\n<p>        <span class=\"pc-brand\">Mujosh<\/span><\/p>\n<p class=\"pc-sku\">SKU : MJ12FM1111<\/p>\n<p class=\"pc-model\">\u0e01\u0e23\u0e2d\u0e1a\u0e44\u0e02\u0e48 \u00b7 Silver SLC11 \u00b7 55-19-145<\/p>\n<p class=\"pc-price\">\u0e3f 6,699<\/p>\n<p>        <a href=\"https:\/\/line.me\/R\/ti\/p\/@modernoptical\" target=\"_blank\" class=\"pc-cta\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e23\u0e32\u0e04\u0e32<\/a>\n      <\/div>\n<p>      <!-- CARD 2 \u2014 Mujosh MJ12FM1104 --><\/p>\n<div class=\"pc-card\" onclick=\"window.open('https:\/\/line.me\/R\/ti\/p\/@modernoptical','_blank')\">\n<div class=\"pc-img-wrap\">\n<div class=\"pc-img-placeholder\">[ \u0e23\u0e39\u0e1b\u0e41\u0e27\u0e48\u0e19 ]<\/div>\n<\/div>\n<p>        <span class=\"pc-brand\">Mujosh<\/span><\/p>\n<p class=\"pc-sku\">SKU : MJ12FM1104<\/p>\n<p class=\"pc-model\">\u0e01\u0e23\u0e2d\u0e1a\u0e41\u0e27\u0e48\u0e19\u0e2a\u0e32\u0e22\u0e15\u0e32 \u00b7 Cat-Eye<\/p>\n<p class=\"pc-price\">\u0e3f 5,299<\/p>\n<p>        <a href=\"https:\/\/line.me\/R\/ti\/p\/@modernoptical\" target=\"_blank\" class=\"pc-cta\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e23\u0e32\u0e04\u0e32<\/a>\n      <\/div>\n<p>      <!-- CARD 3 \u2014 Mujosh MJ12FM1105 --><\/p>\n<div class=\"pc-card\" onclick=\"window.open('https:\/\/line.me\/R\/ti\/p\/@modernoptical','_blank')\">\n<div class=\"pc-img-wrap\">\n<div class=\"pc-img-placeholder\">[ \u0e23\u0e39\u0e1b\u0e41\u0e27\u0e48\u0e19 ]<\/div>\n<\/div>\n<p>        <span class=\"pc-brand\">Mujosh<\/span><\/p>\n<p class=\"pc-sku\">SKU : MJ12FM1105<\/p>\n<p class=\"pc-model\">\u0e01\u0e23\u0e2d\u0e1a\u0e41\u0e27\u0e48\u0e19\u0e2a\u0e32\u0e22\u0e15\u0e32 \u00b7 Square<\/p>\n<p class=\"pc-price\">\u0e3f 5,299<\/p>\n<p>        <a href=\"https:\/\/line.me\/R\/ti\/p\/@modernoptical\" target=\"_blank\" class=\"pc-cta\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e23\u0e32\u0e04\u0e32<\/a>\n      <\/div>\n<p>      <!-- CARD 4 \u2014 Gucci GG14180 -20% --><\/p>\n<div class=\"pc-card\" onclick=\"window.open('https:\/\/line.me\/R\/ti\/p\/@modernoptical','_blank')\">\n<div class=\"pc-img-wrap\" style=\"position:relative;\">\n          <span style=\"position:absolute;top:8px;left:8px;background:#C8102E;color:#fff;font-size:10px;font-weight:700;padding:3px 7px;border-radius:2px;z-index:2;\">-20%<\/span><\/p>\n<div class=\"pc-img-placeholder\">[ \u0e23\u0e39\u0e1b\u0e41\u0e27\u0e48\u0e19 ]<\/div>\n<\/p>\n<\/div>\n<p>        <span class=\"pc-brand\">Gucci<\/span><\/p>\n<p class=\"pc-sku\">SKU : GG14180<\/p>\n<p class=\"pc-model\">Oval \u00b7 Metal \u00b7 Unisex \u00b7 55mm<\/p>\n<p class=\"pc-price\">\u0e3f 18,400 <span class=\"pc-price-orig\">\u0e3f 23,000<\/span><\/p>\n<p>        <a href=\"https:\/\/line.me\/R\/ti\/p\/@modernoptical\" target=\"_blank\" class=\"pc-cta\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e23\u0e32\u0e04\u0e32<\/a>\n      <\/div>\n<p>      <!-- CARD 5 \u2014 Porsche Design P8145 -30% --><\/p>\n<div class=\"pc-card\" onclick=\"window.open('https:\/\/line.me\/R\/ti\/p\/@modernoptical','_blank')\">\n<div class=\"pc-img-wrap\" style=\"position:relative;\">\n          <span style=\"position:absolute;top:8px;left:8px;background:#C8102E;color:#fff;font-size:10px;font-weight:700;padding:3px 7px;border-radius:2px;z-index:2;\">-30%<\/span><\/p>\n<div class=\"pc-img-placeholder\">[ \u0e23\u0e39\u0e1b\u0e41\u0e27\u0e48\u0e19 ]<\/div>\n<\/p>\n<\/div>\n<p>        <span class=\"pc-brand\">Porsche Design<\/span><\/p>\n<p class=\"pc-sku\">SKU : P8145<\/p>\n<p class=\"pc-model\">Square \u00b7 Titanium \u00b7 Unisex<\/p>\n<p class=\"pc-price\">\u0e3f 10,850 <span class=\"pc-price-orig\">\u0e3f 15,500<\/span><\/p>\n<p>        <a href=\"https:\/\/line.me\/R\/ti\/p\/@modernoptical\" target=\"_blank\" class=\"pc-cta\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e23\u0e32\u0e04\u0e32<\/a>\n      <\/div>\n<\/p>\n<\/div>\n<p><!-- \/pc-track --><\/p>\n<div class=\"pc-scrollbar\" id=\"pcScrollbar\">\n<div class=\"pc-scrollthumb\" id=\"pcThumb\"><\/div>\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><script>\n(function(){\n  var track=document.getElementById('pcTrack');\n  var thumb=document.getElementById('pcThumb');\n  function updateThumb(){\n    var ratio=track.scrollLeft\/(track.scrollWidth-track.clientWidth);\n    var maxLeft=100-parseFloat(thumb.style.width||30);\n    thumb.style.left=(ratio*maxLeft)+'%';\n  }\n  \/\/ thumb width = visible \/ total\n  function setThumbW(){\n    var w=(track.clientWidth\/track.scrollWidth*100).toFixed(1)+'%';\n    thumb.style.width=w;\n  }\n  track.addEventListener('scroll',updateThumb);\n  window.addEventListener('resize',function(){setThumbW();updateThumb();});\n  setThumbW();\n  window.pcScroll=function(dir){\n    track.scrollBy({left:dir*280,behavior:'smooth'});\n  };\n  \/\/ Fix nav button positioning\n  var style=document.createElement('style');\n  style.textContent='.pc-nav{position:absolute!important;top:110px!important;transform:translateY(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;width:52px!important;height:52px!important;border-radius:50%!important;background:#fff!important;border:1px solid #ddd!important;cursor:pointer!important;z-index:10!important;font-size:24px!important;color:#0A0A0A!important;box-shadow:0 2px 12px rgba(0,0,0,.12)!important;}.pc-nav:hover{background:#0A0A0A!important;color:#fff!important;}.pc-nav-l{left:0!important;}.pc-nav-r{right:0!important;}';\n  document.head.appendChild(style);\n})();\n<\/script><\/p>\n<p><!-- ==================== STATS ==================== --><\/p>\n<div style=\"background:#0A0A0A;padding:60px 20px;\">\n<div style=\"max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;gap:32px;justify-content:center;text-align:center;\">\n<div style=\"flex:1;min-width:200px;\">\n<p style=\"font-size:36px;font-weight:900;color:#C8102E;margin:0 0 8px;\">Since 1972<\/p>\n<p style=\"color:#aaa;font-size:14px;margin:0;line-height:1.6;\">50+ \u0e1b\u0e35\u0e43\u0e19\u0e27\u0e07\u0e01\u0e32\u0e23\u0e41\u0e27\u0e48\u0e19\u0e15\u0e32<br \/>\u0e04\u0e27\u0e32\u0e21\u0e44\u0e27\u0e49\u0e27\u0e32\u0e07\u0e43\u0e08\u0e08\u0e32\u0e01\u0e23\u0e38\u0e48\u0e19\u0e2a\u0e39\u0e48\u0e23\u0e38\u0e48\u0e19<\/p>\n<\/p>\n<\/div>\n<div style=\"flex:1;min-width:200px;\">\n<p style=\"font-size:36px;font-weight:900;color:#C8102E;margin:0 0 8px;\">Exclusive Mujosh<\/p>\n<p style=\"color:#aaa;font-size:14px;margin:0;line-height:1.6;\">\u0e15\u0e31\u0e27\u0e41\u0e17\u0e19\u0e08\u0e33\u0e2b\u0e19\u0e48\u0e32\u0e22\u0e41\u0e15\u0e48\u0e40\u0e1e\u0e35\u0e22\u0e07<br \/>\u0e1c\u0e39\u0e49\u0e40\u0e14\u0e35\u0e22\u0e27\u0e43\u0e19\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22<\/p>\n<\/p>\n<\/div>\n<div style=\"flex:1;min-width:200px;\">\n<p style=\"font-size:36px;font-weight:900;color:#C8102E;margin:0 0 8px;\">Premium Curated<\/p>\n<p style=\"color:#aaa;font-size:14px;margin:0;line-height:1.6;\">\u0e04\u0e31\u0e14\u0e2a\u0e23\u0e23\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e41\u0e27\u0e48\u0e19\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e39\u0e07<br \/>\u0e42\u0e14\u0e22\u0e1c\u0e39\u0e49\u0e40\u0e0a\u0e35\u0e48\u0e22\u0e27\u0e0a\u0e32\u0e0d<\/p>\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- ==================== MUJOSH ==================== --><\/p>\n<div style=\"background:#fff;padding:80px 20px;text-align:center;;max-width:740px;margin-left:auto;margin-right:auto\">\n<p style=\"color:#C8102E;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin:0 0 12px;\">Exclusive Import<\/p>\n<p>  <img decoding=\"async\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/mujosh-logo.png\" alt=\"Mujosh\" style=\"max-height:60px;margin:0 auto 20px;display:block;\"><\/p>\n<h2 style=\"font-size:clamp(24px,4vw,42px);font-weight:900;color:#0A0A0A;margin:0 0 16px;\">Mujosh &mdash; Exclusive in Thailand<\/h2>\n<p style=\"color:#555;font-size:16px;max-width:560px;margin:0 auto 32px;line-height:1.7;\">\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\u0e41\u0e27\u0e48\u0e19\u0e15\u0e32\u0e1e\u0e23\u0e35\u0e40\u0e21\u0e35\u0e22\u0e21\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e42\u0e25\u0e01 &nbsp;\u00b7&nbsp; \u0e14\u0e35\u0e44\u0e0b\u0e19\u0e4c\u0e17\u0e31\u0e19\u0e2a\u0e21\u0e31\u0e22 &nbsp;\u00b7&nbsp; \u0e27\u0e31\u0e2a\u0e14\u0e38\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e39\u0e07<br \/>\u0e0b\u0e37\u0e49\u0e2d\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48 Modern Optical \u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e43\u0e19\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22<\/p>\n<p>  <a href=\"\/mujosh\" style=\"background:#0A0A0A;color:#fff;padding:14px 36px;border-radius:4px;font-weight:700;font-size:15px;text-decoration:none;display:inline-block;\">\u0e14\u0e39 Mujosh Collection<\/a>\n<\/div>\n<p><!-- ==================== PEOPLE WITH MODERN OPTICAL ==================== --><br \/>\n<!--\n  HOW TO ADD CUSTOMER PHOTOS:\n  \u0e41\u0e01\u0e49\u0e44\u0e02\u0e41\u0e15\u0e48\u0e25\u0e30 \n\n\n\n\n\n\n\n<div class=\"pw-item\"> \u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\n  - \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e39\u0e1b: \u0e41\u0e17\u0e19\u0e17\u0e35\u0e48 \n\n\n\n\n\n\n\n<div class=\"pw-placeholder\"> \u0e14\u0e49\u0e27\u0e22 <img decoding=\"async\" src=\"URL\" alt=\"\">\n  - \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e32\u0e23\u0e4c\u0e14\u0e43\u0e2b\u0e21\u0e48: copy \n\n\n\n\n\n\n\n<div class=\"pw-item\">...<\/div>\n\n\n\n\n\n\n\n \u0e27\u0e32\u0e07 \u0e01\u0e48\u0e2d\u0e19 pw-seemore\n--><\/p>\n<style>\n.pw-section{background:#ffffff;padding:56px 0 48px;width:100vw;margin-left:calc(-50vw + 50%);}\n.pw-head{padding:0 48px;display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;}\n.pw-title{font-size:36px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:#0A0A0A;}\n.pw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;padding:0 48px;}\n.pw-item{position:relative;aspect-ratio:1;overflow:hidden;background:#1a1a1a;cursor:pointer;}\n.pw-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}\n.pw-item:hover img{transform:scale(1.08);}\n.pw-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#333;}\n.pw-placeholder svg{opacity:.3;}\n.pw-placeholder span{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#444;}\n\/* overlay on hover *\/\n.pw-item::after{content:'';position:absolute;inset:0;background:rgba(200,16,46,.0);transition:background .3s;}\n.pw-item:hover::after{background:rgba(200,16,46,.25);}\n\/* SEE MORE tile *\/\n.pw-seemore{background:#C8102E;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-decoration:none;aspect-ratio:1;}\n.pw-seemore::after{display:none;}\n.pw-seemore:hover{background:#a50d25;}\n.pw-seemore svg{width:32px;height:32px;fill:none;stroke:#fff;stroke-width:2;}\n.pw-seemore span{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fff;}\n@media(max-width:768px){\n  .pw-grid{grid-template-columns:repeat(3,1fr);padding:0 16px;}\n  .pw-head{padding:0 16px;}\n  .pw-title{font-size:22px;}\n}\n<\/style>\n<div class=\"pw-section\">\n<div class=\"pw-head\">\n<h2 class=\"pw-title\">People with Modern Optical<\/h2>\n<\/p>\n<\/div>\n<div class=\"pw-grid\">\n<div class=\"pw-item\"><img decoding=\"async\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/customer_1.webp\" alt=\"\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 1\" loading=\"lazy\"><\/div>\n<div class=\"pw-item\"><img decoding=\"async\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/customer_2.webp\" alt=\"\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 2\" loading=\"lazy\"><\/div>\n<div class=\"pw-item\"><img decoding=\"async\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/customer_3.webp\" alt=\"\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 3\" loading=\"lazy\"><\/div>\n<div class=\"pw-item\"><img decoding=\"async\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/customer_4.webp\" alt=\"\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 4\" loading=\"lazy\"><\/div>\n<div class=\"pw-item\"><img decoding=\"async\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/customer_5-2.webp\" alt=\"\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 5\" loading=\"lazy\"><\/div>\n<div class=\"pw-item\"><img decoding=\"async\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/customer_6.webp\" alt=\"\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 6\" loading=\"lazy\"><\/div>\n<div class=\"pw-item\"><img decoding=\"async\" src=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/customer_7.webp\" alt=\"\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 7\" loading=\"lazy\"><\/div>\n<p><a class=\"pw-item pw-seemore\" href=\"https:\/\/modernoptical.store\/\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"\/><\/svg><span>SEE MORE<\/span><\/a>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&#10094; &#10095; \u0e0a\u0e34\u0e49\u0e19\u0e17\u0e35\u0e48 1 \u00b7 First Piece 35% Discount \u0e25\u0e14\u0e17\u0e31\u0e19\u0e17\u0e35 35% \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e27\u0e48\u0e19\u0e0a\u0e34\u0e49\u0e19\u0e41\u0e23\u0e01\u0e17\u0e38\u0e01\u0e23\u0e38\u0e48\u0e19 \u0e17\u0e38\u0e01\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\u0e43\u0e19\u0e23\u0e49\u0e32\u0e19 \u0e14\u0e39\u0e04\u0e2d\u0e25\u0e40\u0e25\u0e01\u0e0a\u0e31\u0e19 Buy + Save \u0e0a\u0e34\u0e49\u0e19\u0e17\u0e35\u0e48 2 \u00b7 Second Piece 50% Discount \u0e23\u0e31\u0e1a\u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14\u0e40\u0e1e\u0e34\u0e48\u0e21 50% \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e41\u0e27\u0e48\u0e19\u0e0a\u0e34\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e2d\u0e07\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e0b\u0e37\u0e49\u0e2d\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e31\u0e19 \u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21 Line OA \ud83d\udd50 &nbsp;Limited Time Offer &nbsp;\u00b7&nbsp; \u0e17\u0e38\u0e01\u0e2a\u0e32\u0e02\u0e32 8 \u0e41\u0e2b\u0e48\u0e07\u0e17\u0e31\u0e48\u0e27\u0e01\u0e23\u0e38\u0e07\u0e40\u0e17\u0e1e\u0e2f Modern Optical \u00b7 Since 1972 This Month&#8217;s Trend View All &rarr; &#10094; &#10095; Mujosh SKU : MJ12FM1111&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"es","enabled_languages":["en","es","de","fr","ru"],"languages":{"en":{"title":true,"content":true,"excerpt":false},"es":{"title":false,"content":false,"excerpt":false},"de":{"title":false,"content":false,"excerpt":false},"fr":{"title":false,"content":false,"excerpt":false},"ru":{"title":false,"content":false,"excerpt":false}}},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Modern Optical<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/modernoptical.store\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Modern Optical\" \/>\n<meta property=\"og:url\" content=\"https:\/\/modernoptical.store\/\" \/>\n<meta property=\"og:site_name\" content=\"Modern Optical\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-18T14:43:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/469106953_567187849493548_1861858286536226940_n.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/modernoptical.store\\\/\",\"url\":\"https:\\\/\\\/modernoptical.store\\\/\",\"name\":\"Home - Modern Optical\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/modernoptical.store\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/469106953_567187849493548_1861858286536226940_n.jpg\",\"datePublished\":\"2026-06-18T11:44:42+00:00\",\"dateModified\":\"2026-08-18T14:43:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#breadcrumb\"},\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/modernoptical.store\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#primaryimage\",\"url\":\"https:\\\/\\\/modernoptical.store\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/469106953_567187849493548_1861858286536226940_n.jpg\",\"contentUrl\":\"https:\\\/\\\/modernoptical.store\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/469106953_567187849493548_1861858286536226940_n.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/modernoptical.store\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#website\",\"url\":\"https:\\\/\\\/modernoptical.store\\\/\",\"name\":\"Modern Optical\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/modernoptical.store\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-ES\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#organization\",\"name\":\"Modern Optical\",\"url\":\"https:\\\/\\\/modernoptical.store\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/modernoptical.store\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-68996569_405464833436178_424096843312398336_n-1.png\",\"contentUrl\":\"https:\\\/\\\/modernoptical.store\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-68996569_405464833436178_424096843312398336_n-1.png\",\"width\":200,\"height\":145,\"caption\":\"Modern Optical\"},\"image\":{\"@id\":\"https:\\\/\\\/modernoptical.store\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Modern Optical","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/modernoptical.store\/","og_locale":"es_ES","og_type":"article","og_title":"Home - Modern Optical","og_url":"https:\/\/modernoptical.store\/","og_site_name":"Modern Optical","article_modified_time":"2026-08-18T14:43:26+00:00","og_image":[{"url":"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/469106953_567187849493548_1861858286536226940_n.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/modernoptical.store\/","url":"https:\/\/modernoptical.store\/","name":"Home - Modern Optical","isPartOf":{"@id":"https:\/\/modernoptical.store\/#website"},"primaryImageOfPage":{"@id":"https:\/\/modernoptical.store\/#primaryimage"},"image":{"@id":"https:\/\/modernoptical.store\/#primaryimage"},"thumbnailUrl":"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/469106953_567187849493548_1861858286536226940_n.jpg","datePublished":"2026-06-18T11:44:42+00:00","dateModified":"2026-08-18T14:43:26+00:00","breadcrumb":{"@id":"https:\/\/modernoptical.store\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/modernoptical.store\/"]}]},{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/modernoptical.store\/#primaryimage","url":"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/469106953_567187849493548_1861858286536226940_n.jpg","contentUrl":"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/08\/469106953_567187849493548_1861858286536226940_n.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/modernoptical.store\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/modernoptical.store\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/modernoptical.store\/#website","url":"https:\/\/modernoptical.store\/","name":"Modern Optical","description":"","publisher":{"@id":"https:\/\/modernoptical.store\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/modernoptical.store\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-ES"},{"@type":"Organization","@id":"https:\/\/modernoptical.store\/#organization","name":"Modern Optical","url":"https:\/\/modernoptical.store\/","logo":{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/modernoptical.store\/#\/schema\/logo\/image\/","url":"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/06\/cropped-68996569_405464833436178_424096843312398336_n-1.png","contentUrl":"https:\/\/modernoptical.store\/wp-content\/uploads\/2026\/06\/cropped-68996569_405464833436178_424096843312398336_n-1.png","width":200,"height":145,"caption":"Modern Optical"},"image":{"@id":"https:\/\/modernoptical.store\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/modernoptical.store\/es\/wp-json\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modernoptical.store\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/modernoptical.store\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/modernoptical.store\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/modernoptical.store\/es\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":31,"href":"https:\/\/modernoptical.store\/es\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":305,"href":"https:\/\/modernoptical.store\/es\/wp-json\/wp\/v2\/pages\/27\/revisions\/305"}],"wp:attachment":[{"href":"https:\/\/modernoptical.store\/es\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}