{"product_id":"reading-owl-figurine","title":"Reading Owl Figurine","description":"\u003c!--   Reading Owl Figurine — Shopify Custom Liquid   Upload all 9 WebP files from the images folder to Shopify: Content \u003e Files.   Then paste this entire file into a Custom Liquid block. --\u003e \u003cstyle\u003e   #ro-landing,   #ro-landing * { box-sizing: border-box; }    #ro-landing {     --ro-cream: #f7f0e5;     --ro-paper: #fffaf2;     --ro-walnut: #4b2d1f;     --ro-ink: #322922;     --ro-rust: #8c3f2e;     --ro-green: #314b3b;     --ro-gold: #b48443;     --ro-line: #dcc8ab;     width: 100%;     overflow: hidden;     color: var(--ro-ink);     background:       radial-gradient(circle at 5% 4%, rgba(180,132,67,.12), transparent 22rem),       linear-gradient(180deg, #fffdf9 0%, var(--ro-cream) 48%, #fffaf3 100%);     font-family: Arial, Helvetica, sans-serif;     font-size: 22px !important;     line-height: 1.68 !important;     -webkit-font-smoothing: antialiased;   }    #ro-landing img {     display: block;     width: 100%;     height: auto;   }    #ro-landing .ro-wrap {     width: min(900px, calc(100% - 72px));     margin: 0 auto;   }    #ro-landing .ro-copy h2,   #ro-landing .ro-section-title {     margin: 0;     color: var(--ro-walnut);     font-family: Georgia, 'Times New Roman', serif;     font-weight: 700;     letter-spacing: -.02em;   }    #ro-landing .ro-feature {     display: flex;     flex-direction: column;     gap: 30px;     padding: 68px 0;     border-top: 1px solid rgba(140, 63, 46, .18);   }    #ro-landing .ro-feature:first-child {     padding-top: 76px;     border-top: 0;   }    #ro-landing .ro-copy {     width: min(820px, 100%);     margin: 0 auto;     padding: 0;     text-align: center;   }    #ro-landing .ro-copy h2 {     font-size: clamp(38px, 4.2vw, 52px) !important;     line-height: 1.12 !important;   }    #ro-landing .ro-copy h2::after {     content: '';     display: block;     width: 76px;     height: 3px;     margin: 22px auto;     background: linear-gradient(90deg, var(--ro-rust), var(--ro-gold));   }    #ro-landing .ro-copy p {     margin: 0;     color: #55463b;     font-size: 23px !important;     line-height: 1.68 !important;   }    #ro-landing .ro-picture {     width: 100%;     margin: 0;     overflow: hidden;     background: #eadfcf;   }    #ro-landing .ro-picture img {     aspect-ratio: 1 \/ 1;     object-fit: cover;   }    #ro-landing .ro-faq {     padding: 84px 0 72px;   }    #ro-landing .ro-section-title {     margin-bottom: 34px;     text-align: center;     font-size: clamp(40px, 4.5vw, 56px) !important;     line-height: 1.12 !important;   }    #ro-landing .ro-faq-list {     max-width: 930px;     margin: 0 auto;     border-top: 1px solid var(--ro-line);   }    #ro-landing details {     border-bottom: 1px solid var(--ro-line);     background: rgba(255, 250, 242, .62);   }    #ro-landing summary {     position: relative;     padding: 24px 58px 24px 22px;     color: var(--ro-walnut);     font-family: Georgia, 'Times New Roman', serif;     font-size: 23px !important;     font-weight: 700;     line-height: 1.42 !important;     cursor: pointer;     list-style: none;   }    #ro-landing summary::-webkit-details-marker { display: none; }   #ro-landing summary::after {     content: '+';     position: absolute;     top: 50%;     right: 22px;     transform: translateY(-50%);     color: var(--ro-rust);     font-family: Arial, sans-serif;     font-size: 32px;     font-weight: 400;   }   #ro-landing details[open] summary::after { content: '−'; }    #ro-landing .ro-answer {     padding: 0 58px 26px 22px;     color: #55463b;     font-size: 21px !important;     line-height: 1.65 !important;   }    #ro-landing .ro-reviews {     padding: 76px 0 92px;     border-top: 1px solid rgba(140, 63, 46, .18);     background: linear-gradient(180deg, rgba(255,255,255,.4), rgba(219,196,161,.22));   }    #ro-landing .ro-review-grid {     display: grid;     grid-template-columns: repeat(3, minmax(0, 1fr));     gap: 26px;   }    #ro-landing .ro-review {     overflow: hidden;     background: var(--ro-paper);   }    #ro-landing .ro-review img {     aspect-ratio: 1 \/ 1;     object-fit: cover;   }    #ro-landing .ro-review-body { padding: 30px 28px 26px; }   #ro-landing .ro-stars {     margin-bottom: 14px;     color: #a86919;     font-size: 25px !important;     line-height: 1 !important;     letter-spacing: 3px;   }    #ro-landing .ro-review blockquote {     margin: 0;     color: #4d4036;     font-size: 21px !important;     line-height: 1.62 !important;   }    #ro-landing .ro-review cite {     display: block;     margin-top: 18px;     color: var(--ro-green);     font-size: 20px !important;     font-style: normal;     font-weight: 700;   }    #ro-landing .ro-review-note {     margin: 28px auto 0;     color: #716257;     text-align: center;     font-size: 17px !important;     line-height: 1.55 !important;   }    @media (max-width: 900px) {     #ro-landing { font-size: 21px !important; }     #ro-landing .ro-wrap { width: min(100% - 34px, 720px); }      #ro-landing .ro-feature {       gap: 28px;       padding: 50px 0;     }      #ro-landing .ro-copy h2 { font-size: 37px !important; }     #ro-landing .ro-copy p { font-size: 22px !important; }     #ro-landing .ro-copy h2::after { margin: 18px auto; }     #ro-landing .ro-faq { padding: 64px 0 58px; }     #ro-landing .ro-section-title { font-size: 40px !important; }     #ro-landing summary { font-size: 22px !important; }     #ro-landing .ro-answer { font-size: 21px !important; }     #ro-landing .ro-review-grid { grid-template-columns: 1fr; gap: 30px; }     #ro-landing .ro-review blockquote { font-size: 21px !important; }     #ro-landing .ro-review cite { font-size: 20px !important; }   }    @media (max-width: 480px) {     #ro-landing .ro-wrap { width: min(100% - 28px, 520px); }     #ro-landing .ro-copy h2 { font-size: 34px !important; line-height: 1.15 !important; }     #ro-landing .ro-copy p { font-size: 21px !important; line-height: 1.62 !important; }     #ro-landing .ro-section-title { font-size: 35px !important; }     #ro-landing summary { padding: 22px 52px 22px 16px; font-size: 21px !important; }     #ro-landing summary::after { right: 16px; }     #ro-landing .ro-answer { padding: 0 18px 24px 16px; font-size: 20px !important; }     #ro-landing .ro-review-body { padding: 24px 22px 27px; }     #ro-landing .ro-review blockquote { font-size: 20px !important; }     #ro-landing .ro-review-note { font-size: 16px !important; }   } \u003c\/style\u003e \u003csection aria-label=\"Reading Owl Figurine details\" id=\"ro-landing\"\u003e \u003cdiv class=\"ro-wrap\"\u003e \u003carticle class=\"ro-feature\"\u003e \u003cdiv class=\"ro-copy\"\u003e \u003ch2\u003eA Little Friend for Every Quiet Chapter\u003c\/h2\u003e \u003cp\u003eWith round glasses, a favorite book and tiny dangling boots, this reading owl brings the gentle comfort of a well-loved story into your home.\u003c\/p\u003e \u003c\/div\u003e \u003cfigure class=\"ro-picture\"\u003e \u003cimg alt=\"Reading owl figurine with glasses, scarf, boots and an open book\" height=\"900\" loading=\"eager\" src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/01-reading-owl-story-companion.webp?v=9683962523940316619\" width=\"900\"\u003e \u003c\/figure\u003e \u003c\/article\u003e \u003carticle class=\"ro-feature\"\u003e \u003cdiv class=\"ro-copy\"\u003e \u003ch2\u003eMakes Quiet Corners Feel Like Home\u003c\/h2\u003e \u003cp\u003ePlace it beside a warm drink, a reading chair or your favorite shelf. Its soft woodland colors add calm character without making the room feel crowded.\u003c\/p\u003e \u003c\/div\u003e \u003cfigure class=\"ro-picture\"\u003e \u003cimg alt=\"Reading owl figurine in a bright and cozy coffee corner\" height=\"900\" loading=\"lazy\" src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/02-reading-owl-cozy-atmosphere.webp?v=16323132933158403333\" width=\"900\"\u003e \u003c\/figure\u003e \u003c\/article\u003e \u003carticle class=\"ro-feature\"\u003e \u003cdiv class=\"ro-copy\"\u003e \u003ch2\u003eA Gift That Says, “I Know You”\u003c\/h2\u003e \u003cp\u003eA heartfelt surprise for readers, teachers and owl lovers. Lovely for Christmas, birthdays, housewarmings or simply thanking someone who shared a good book.\u003c\/p\u003e \u003c\/div\u003e \u003cfigure class=\"ro-picture\"\u003e \u003cimg alt=\"Reading owl figurine displayed with wrapped gifts\" height=\"900\" loading=\"lazy\" src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/03-reading-owl-thoughtful-gift.webp?v=14143394617244001115\" width=\"900\"\u003e \u003c\/figure\u003e \u003c\/article\u003e \u003carticle class=\"ro-feature\"\u003e \u003cdiv class=\"ro-copy\"\u003e \u003ch2\u003eCharacter in Every Little Detail\u003c\/h2\u003e \u003cp\u003eLayered feathers, delicate glasses, a textured scarf and weathered little boots invite a closer look. Every detail adds to its warm, storybook personality.\u003c\/p\u003e \u003c\/div\u003e \u003cfigure class=\"ro-picture\"\u003e \u003cimg alt=\"Close-up view of the reading owl figurine\" s layered feathers glasses scarf and boots height=\"900\" loading=\"lazy\" src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/04-reading-owl-rustic-details.webp?v=15680111968387412052\" width=\"900\"\u003e \u003c\/figure\u003e \u003c\/article\u003e \u003carticle class=\"ro-feature\"\u003e \u003cdiv class=\"ro-copy\"\u003e \u003ch2\u003ePerfectly Sized for Cozy Spaces\u003c\/h2\u003e \u003cp\u003eAt approximately 7.5 inches high, 5.5 inches wide and 4 inches deep, it adds personality without taking over the shelf.\u003c\/p\u003e \u003c\/div\u003e \u003cfigure class=\"ro-picture\"\u003e \u003cimg alt=\"Reading owl figurine size guide showing 7.5 inches high, 5.5 inches wide and 4 inches deep\" height=\"900\" loading=\"lazy\" src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/05-reading-owl-size-guide.webp?v=7161705741483319388\" width=\"900\"\u003e \u003c\/figure\u003e \u003c\/article\u003e \u003carticle class=\"ro-feature\"\u003e \u003cdiv class=\"ro-copy\"\u003e \u003ch2\u003eEasy to Welcome Into Your Home\u003c\/h2\u003e \u003cp\u003eIts warm brown, cream and rust palette sits beautifully on mantels, bookcases, desks and tabletops. A charming accent for rustic, farmhouse and Christmas décor.\u003c\/p\u003e \u003c\/div\u003e \u003cfigure class=\"ro-picture\"\u003e \u003cimg alt=\"Reading owl figurine styled on a festive rustic mantel\" height=\"900\" loading=\"lazy\" src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/06-reading-owl-home-decor.webp?v=5680763168199108365\" width=\"900\"\u003e \u003c\/figure\u003e \u003c\/article\u003e \u003c\/div\u003e \u003csection aria-labelledby=\"ro-faq-title\" class=\"ro-faq\"\u003e \u003cdiv class=\"ro-wrap\"\u003e \u003ch2 class=\"ro-section-title\" id=\"ro-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e \u003cdiv class=\"ro-faq-list\"\u003e \u003cdetails\u003e \u003csummary\u003eWhat makes this owl special?\u003c\/summary\u003e \u003cdiv class=\"ro-answer\"\u003eIt combines a whimsical reading owl, round glasses, an open book, a cozy scarf and dangling little boots in one expressive display piece.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhere can I display it?\u003c\/summary\u003e \u003cdiv class=\"ro-answer\"\u003eIt looks lovely on a bookshelf, mantel, desk, side table, coffee corner or beside a favorite reading chair. Choose a stable, dry indoor surface.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWho would enjoy this as a gift?\u003c\/summary\u003e \u003cdiv class=\"ro-answer\"\u003eIt is especially suited to book lovers, teachers, librarians, owl collectors and anyone who enjoys warm rustic home décor.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eIs it only for Christmas?\u003c\/summary\u003e \u003cdiv class=\"ro-answer\"\u003eNo. The scarf and woodland colors feel festive at Christmas, while the neutral rustic palette also works beautifully throughout the year.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eCan the scarf, glasses or book be removed?\u003c\/summary\u003e \u003cdiv class=\"ro-answer\"\u003eThese details are intended as part of the figurine's decorative design. Please do not pull or bend them.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eHow large is the figurine?\u003c\/summary\u003e \u003cdiv class=\"ro-answer\"\u003eThe supplied size guide shows approximately 7.5 inches high, 5.5 inches wide and 4 inches deep. Please allow for small measurement differences.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eHow should I care for it?\u003c\/summary\u003e \u003cdiv class=\"ro-answer\"\u003eDust gently with a soft, dry cloth. Keep it indoors and away from moisture, strong heat and direct impact.\u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003csection aria-labelledby=\"ro-review-title\" class=\"ro-reviews\"\u003e \u003cdiv class=\"ro-wrap\"\u003e \u003ch2 class=\"ro-section-title\" id=\"ro-review-title\"\u003eWhat Customers Are Saying?\u003c\/h2\u003e \u003cdiv class=\"ro-review-grid\"\u003e \u003carticle class=\"ro-review\"\u003e \u003cdiv class=\"ro-review-body\"\u003e \u003cdiv aria-label=\"5 out of 5 stars\" class=\"ro-stars\"\u003e★★★★★\u003c\/div\u003e \u003cblockquote\u003e“I put this little owl beside my reading chair and it makes me smile every morning. The glasses and tiny boots are even sweeter up close.”\u003c\/blockquote\u003e \u003ccite\u003e— Susan M.\u003c\/cite\u003e \u003c\/div\u003e \u003cimg alt=\"Reading owl figurine styled on a warm wooden writing desk\" height=\"900\" loading=\"lazy\" src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/07-review-susan-reading-desk.webp?v=9417046660406994590\" width=\"900\"\u003e \u003c\/article\u003e \u003carticle class=\"ro-review\"\u003e \u003cdiv class=\"ro-review-body\"\u003e \u003cdiv aria-label=\"5 out of 5 stars\" class=\"ro-stars\"\u003e★★★★★\u003c\/div\u003e \u003cblockquote\u003e“My daughter gave this to me because we have always shared books. I keep it beside our family photo, and it feels wonderfully personal.”\u003c\/blockquote\u003e \u003ccite\u003e— Margaret L.\u003c\/cite\u003e \u003c\/div\u003e \u003cimg alt=\"Reading owl figurine displayed beside a framed family photograph\" height=\"900\" loading=\"lazy\" src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/08-review-margaret-family-corner.webp?v=13095242034731366883\" width=\"900\"\u003e \u003c\/article\u003e \u003carticle class=\"ro-review\"\u003e \u003cdiv class=\"ro-review-body\"\u003e \u003cdiv aria-label=\"5 out of 5 stars\" class=\"ro-stars\"\u003e★★★★★\u003c\/div\u003e \u003cblockquote\u003e“It fits perfectly on the shelf near my coffee things. There is enough detail to feel special, yet it still blends naturally with my home.”\u003c\/blockquote\u003e \u003ccite\u003e— Carol D.\u003c\/cite\u003e \u003c\/div\u003e \u003cimg alt=\"Reading owl figurine on a cozy kitchen shelf beside a coffee mug\" height=\"900\" loading=\"lazy\" src=\"https:\/\/ahlwoplus.com\/cdn\/shop\/files\/09-review-carol-kitchen-shelf.webp?v=3653208797279292972\" width=\"900\"\u003e \u003c\/article\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c\/section\u003e","brand":"ZB666","offers":[{"title":"Default Title","offer_id":54269359226991,"sku":"SZ06832609112527-猫头鹰","price":41.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/2654\/0399\/files\/13-166.png?v=1789099542","url":"https:\/\/suzvo.com\/products\/reading-owl-figurine","provider":"suzvo","version":"1.0","type":"link"}