{"product_id":"peacock-in-udaipur-palace-new-for-motivational","title":"Peacock in Udaipur Palace\u2028 (NEW - FOR MOTIVATIONAL)","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eCanvo — Drop Edition\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@400;500;600;700\u0026amp;family=Inter:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\/* ============================================================\n   DESIGN TOKENS — Drop Edition\n   Palette: Off-white \/ True Black \/ Electric Yellow \/ Orange\n   Type: Space Grotesk (display) + Inter (body)\n   ============================================================ *\/\n:root {\n  --c-bg:      #FAFAFA;\n  --c-black:   #0D0D0D;\n  --c-yellow:  #F5D800;\n  --c-orange:  #FF5C35;\n  --c-gray:    #E8E8E8;\n  --c-mid:     #666;\n  --c-muted:   #999;\n  --c-green:   #16A34A;\n  --c-green2:  #EBF5EE;\n  --c-blue:    #2563EB;\n\n  --ff-display: 'Space Grotesk', sans-serif;\n  --ff-body:    'Inter', sans-serif;\n\n  --radius-sm:  6px;\n  --radius-md:  14px;\n  --radius-lg:  20px;\n  --radius-xl:  28px;\n\n  --section-gap: 44px;\n  --divider:     2px solid var(--c-black);\n}\n\n\/* ============================================================\n   BASE\n   ============================================================ *\/\n.cv2 *,\n.cv2 *::before,\n.cv2 *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n.cv2 {\n  font-family: var(--ff-body);\n  color: var(--c-black);\n  background: transparent;\n  line-height: 1.65;\n  font-size: 15px;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* ============================================================\n   SECTION RHYTHM\n   The signature: thick black top border + yellow accent dot\n   ============================================================ *\/\n.cv2-section {\n  border-top: var(--divider);\n  margin-top: var(--section-gap);\n  padding-top: var(--section-gap);\n  position: relative;\n}\n\n\/* Yellow accent square — signature element *\/\n.cv2-section::before {\n  content: '';\n  display: block;\n  width: 18px;\n  height: 18px;\n  background: var(--c-yellow);\n  border: 2px solid var(--c-black);\n  margin-bottom: 20px;\n  transform: rotate(12deg);\n  flex-shrink: 0;\n}\n\n.cv2-section--nobar::before { display: none; }\n\n\/* ============================================================\n   HEADINGS\n   ============================================================ *\/\n.cv2-label {\n  display: inline-block;\n  font-family: var(--ff-display);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  background: var(--c-yellow);\n  border: 2px solid var(--c-black);\n  padding: 3px 10px;\n  border-radius: 2px;\n  margin-bottom: 12px;\n}\n\n.cv2-heading {\n  font-family: var(--ff-display);\n  font-size: clamp(22px, 5vw, 30px);\n  font-weight: 700;\n  letter-spacing: -0.01em;\n  color: var(--c-black);\n  margin-bottom: 6px;\n  line-height: 1.15;\n  text-transform: uppercase;\n}\n\n.cv2-subtext {\n  font-size: 13.5px;\n  color: var(--c-muted);\n  font-weight: 400;\n  margin-bottom: 22px;\n}\n\n\/* ============================================================\n   TRUST BADGES\n   ============================================================ *\/\n.cv2-trust {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-start;\n  gap: 6px;\n  text-align: center;\n}\n\n.cv2-trust__item {\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n\n.cv2-trust__circle {\n  width: 76px;\n  height: 76px;\n  border: 2px solid var(--c-black);\n  border-radius: 50%;\n  background: var(--c-yellow);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n  flex-shrink: 0;\n  box-shadow: 3px 3px 0 var(--c-black);\n}\n\n.cv2-trust__item:hover .cv2-trust__circle {\n  transform: translate(-2px, -2px);\n  box-shadow: 5px 5px 0 var(--c-black);\n}\n\n.cv2-trust__circle img {\n  width: 40px;\n  height: 40px;\n  object-fit: contain;\n}\n\n.cv2-trust__label {\n  font-size: 10.5px;\n  font-weight: 600;\n  line-height: 1.35;\n  color: var(--c-black);\n  letter-spacing: 0.01em;\n}\n\n\/* ============================================================\n   DELIVERY TIMELINE\n   ============================================================ *\/\n.cv2-timeline {\n  background: var(--c-bg);\n  border: 2px solid var(--c-black);\n  border-radius: var(--radius-xl);\n  padding: 24px 20px 18px;\n  box-shadow: 5px 5px 0 var(--c-black);\n}\n\n.cv2-timeline__row {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n}\n\n.cv2-timeline__step {\n  flex: 1;\n  min-width: 0;\n}\n\n.cv2-timeline__icon {\n  width: 52px;\n  height: 52px;\n  margin: 0 auto 10px;\n  border-radius: 50%;\n  border: 2px solid var(--c-black);\n  background: var(--c-yellow);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 2px 2px 0 var(--c-black);\n}\n\n.cv2-timeline__icon img {\n  width: 28px;\n  height: 28px;\n  object-fit: contain;\n}\n\n.cv2-timeline__connector {\n  flex-shrink: 0;\n  width: 70px;\n  height: 2px;\n  background: var(--c-black);\n  position: relative;\n  margin-top: -34px;\n}\n\n.cv2-timeline__connector::before,\n.cv2-timeline__connector::after {\n  content: '';\n  position: absolute;\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  background: var(--c-black);\n  top: 50%;\n  transform: translateY(-50%);\n}\n\n.cv2-timeline__connector::before { left: -3px; }\n.cv2-timeline__connector::after  { right: -3px; }\n\n.cv2-timeline__small {\n  font-size: 10px;\n  color: var(--c-muted);\n  font-weight: 500;\n  letter-spacing: 0.04em;\n}\n\n.cv2-timeline__large {\n  font-family: var(--ff-display);\n  font-size: 15px;\n  font-weight: 700;\n  color: var(--c-black);\n  margin-top: 2px;\n  letter-spacing: -0.01em;\n}\n\n.cv2-timeline__shipping {\n  margin-top: 16px;\n  padding: 13px 15px;\n  background: var(--c-green2);\n  border: 2px solid var(--c-green);\n  border-radius: var(--radius-md);\n  font-size: 13px;\n  line-height: 1.6;\n  color: var(--c-black);\n}\n\n\/* ============================================================\n   SIZE GUIDE\n   ============================================================ *\/\n.cv2-size-card {\n  display: flex;\n  border: 2px solid var(--c-black);\n  border-radius: var(--radius-md);\n  overflow: hidden;\n  margin-bottom: 10px;\n  background: var(--c-bg);\n  position: relative;\n  box-shadow: 4px 4px 0 var(--c-black);\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n\n.cv2-size-card:hover {\n  transform: translate(-2px, -2px);\n  box-shadow: 6px 6px 0 var(--c-black);\n}\n\n.cv2-size-card img {\n  width: 58%;\n  display: block;\n  object-fit: cover;\n}\n\n.cv2-size-info {\n  width: 42%;\n  padding: 18px 14px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  text-align: center;\n  border-left: 2px solid var(--c-black);\n  background: white;\n}\n\n.cv2-size-info h3 {\n  font-family: var(--ff-display);\n  font-size: 40px;\n  font-weight: 700;\n  color: var(--c-black);\n  line-height: 1;\n  letter-spacing: -0.03em;\n}\n\n.cv2-size-info p {\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--c-black);\n  margin: 6px 0 4px;\n  letter-spacing: 0.03em;\n  text-transform: uppercase;\n}\n\n.cv2-size-info span {\n  font-size: 11.5px;\n  color: var(--c-muted);\n  font-weight: 400;\n  line-height: 1.4;\n}\n\n.cv2-size-badge {\n  position: absolute;\n  top: 10px;\n  right: 10px;\n  background: var(--c-orange);\n  color: white;\n  padding: 4px 10px;\n  border: 2px solid var(--c-black);\n  border-radius: 4px;\n  font-family: var(--ff-display);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  z-index: 2;\n  transform: rotate(-2deg);\n}\n\n\/* ============================================================\n   EXCLUSIVE OFFERS\n   ============================================================ *\/\n.cv2-offers {\n  background: var(--c-black);\n  border-radius: var(--radius-xl);\n  padding: 24px;\n  color: white;\n  border: 2px solid var(--c-black);\n}\n\n.cv2-offers__title {\n  font-family: var(--ff-display);\n  font-size: 20px;\n  font-weight: 700;\n  text-align: center;\n  margin-bottom: 18px;\n  letter-spacing: -0.01em;\n  text-transform: uppercase;\n}\n\n.cv2-offers__title span {\n  background: var(--c-yellow);\n  color: var(--c-black);\n  padding: 2px 8px;\n}\n\n.cv2-offers__grid {\n  display: flex;\n  gap: 10px;\n}\n\n.cv2-offer-pill {\n  flex: 1;\n  background: rgba(255,255,255,0.05);\n  border: 2px solid rgba(255,255,255,0.15);\n  border-radius: var(--radius-md);\n  padding: 16px 10px;\n  text-align: center;\n  transition: border-color 0.2s;\n}\n\n.cv2-offer-pill:hover {\n  border-color: var(--c-yellow);\n}\n\n.cv2-offer-pill__discount {\n  font-family: var(--ff-display);\n  font-size: 30px;\n  font-weight: 700;\n  color: var(--c-yellow);\n  line-height: 1;\n  letter-spacing: -0.02em;\n}\n\n.cv2-offer-pill__desc {\n  font-size: 12px;\n  color: rgba(255,255,255,0.6);\n  margin: 5px 0 12px;\n  font-weight: 500;\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n}\n\n.cv2-offer-pill__code {\n  display: inline-block;\n  background: var(--c-green);\n  color: white;\n  font-family: var(--ff-display);\n  font-weight: 700;\n  font-size: 12px;\n  padding: 7px 14px;\n  border-radius: var(--radius-sm);\n  letter-spacing: 0.04em;\n  cursor: pointer;\n  user-select: all;\n  -webkit-user-select: all;\n}\n\n.cv2-offer-pill__note {\n  font-size: 9.5px;\n  color: rgba(255,255,255,0.4);\n  margin-top: 7px;\n}\n\n.cv2-offers__footer {\n  text-align: center;\n  font-size: 10px;\n  color: rgba(255,255,255,0.4);\n  margin-top: 14px;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n}\n\n\/* ============================================================\n   BENEFITS DROPDOWN (Why Canvo)\n   ============================================================ *\/\n.cv2-details {\n  border: 2px solid var(--c-black);\n  border-radius: var(--radius-md);\n  background: var(--c-bg);\n  overflow: hidden;\n  box-shadow: 4px 4px 0 var(--c-black);\n  transition: box-shadow 0.2s ease;\n}\n\n.cv2-details[open] {\n  box-shadow: 4px 4px 0 var(--c-black);\n}\n\n.cv2-details summary {\n  padding: 16px 20px;\n  font-family: var(--ff-display);\n  font-size: 16px;\n  font-weight: 700;\n  letter-spacing: 0.01em;\n  text-transform: uppercase;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n  color: var(--c-black);\n  background: white;\n  transition: background 0.15s;\n}\n\n.cv2-details summary:hover { background: var(--c-yellow); }\n\n.cv2-details summary::-webkit-details-marker { display: none; }\n\n.cv2-details summary::after {\n  content: '+';\n  position: absolute;\n  right: 20px;\n  top: 50%;\n  transform: translateY(-50%);\n  font-family: var(--ff-display);\n  font-size: 22px;\n  font-weight: 400;\n  color: var(--c-black);\n}\n\n.cv2-details[open] summary::after { content: '−'; }\n\n.cv2-details__body {\n  padding: 4px 18px 18px;\n  background: var(--c-bg);\n}\n\n.cv2-details summary sup {\n  font-size: 10px;\n  font-weight: 700;\n  position: relative;\n  top: -8px;\n}\n\n\/* Benefits grid *\/\n.cv2-benefits {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n\n.cv2-benefit {\n  background: white;\n  border: 2px solid var(--c-black);\n  border-radius: var(--radius-sm);\n  padding: 16px;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n  box-shadow: 3px 3px 0 var(--c-black);\n}\n\n.cv2-benefit:hover {\n  transform: translate(-2px, -2px);\n  box-shadow: 5px 5px 0 var(--c-black);\n}\n\n.cv2-benefit img {\n  width: 40px;\n  height: 40px;\n  object-fit: contain;\n  margin-bottom: 10px;\n}\n\n.cv2-benefit__title {\n  font-family: var(--ff-display);\n  font-size: 13.5px;\n  font-weight: 700;\n  margin-bottom: 5px;\n  text-transform: uppercase;\n  letter-spacing: 0.01em;\n}\n\n.cv2-benefit__text {\n  font-size: 12.5px;\n  color: var(--c-mid);\n  line-height: 1.65;\n}\n\n\/* ============================================================\n   SPECIFICATIONS\n   ============================================================ *\/\n.cv2-specs {\n  display: flex;\n  overflow-x: auto;\n  gap: 8px;\n  padding-bottom: 12px;\n  scrollbar-width: thin;\n  scrollbar-color: var(--c-black) transparent;\n}\n\n.cv2-specs::-webkit-scrollbar { height: 3px; }\n.cv2-specs::-webkit-scrollbar-thumb { background: var(--c-black); border-radius: 10px; }\n.cv2-specs::-webkit-scrollbar-track { background: var(--c-gray); }\n\n.cv2-spec {\n  flex: 0 0 calc(20% - 6px);\n  min-width: 90px;\n  text-align: center;\n  padding: 0 4px;\n}\n\n.cv2-spec__circle {\n  width: 78px;\n  height: 78px;\n  border: 2px solid var(--c-black);\n  border-radius: 50%;\n  margin: 0 auto 10px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: white;\n  box-shadow: 3px 3px 0 var(--c-black);\n  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;\n}\n\n.cv2-spec:hover .cv2-spec__circle {\n  background: var(--c-yellow);\n  transform: translate(-1px, -1px);\n  box-shadow: 4px 4px 0 var(--c-black);\n}\n\n.cv2-spec__circle img {\n  width: 44px;\n  height: 44px;\n  object-fit: contain;\n}\n\n.cv2-spec__label {\n  font-size: 10.5px;\n  color: var(--c-black);\n  font-weight: 600;\n  line-height: 1.35;\n  text-transform: uppercase;\n  letter-spacing: 0.04em;\n}\n\n.cv2-specs-hint {\n  text-align: center;\n  font-size: 11px;\n  color: var(--c-muted);\n  margin-top: 8px;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  font-weight: 600;\n}\n\n\/* ============================================================\n   SPACES GRID\n   ============================================================ *\/\n.cv2-spaces {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n  margin-bottom: 14px;\n}\n\n.cv2-space {\n  background: white;\n  border: 2px solid var(--c-black);\n  border-radius: var(--radius-md);\n  padding: 16px 8px;\n  text-align: center;\n  box-shadow: 3px 3px 0 var(--c-black);\n  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s;\n}\n\n.cv2-space:hover {\n  background: var(--c-yellow);\n  transform: translate(-2px, -2px);\n  box-shadow: 5px 5px 0 var(--c-black);\n}\n\n.cv2-space img {\n  width: 36px;\n  height: 36px;\n  object-fit: contain;\n  margin-bottom: 8px;\n}\n\n.cv2-space span {\n  font-size: 11.5px;\n  font-weight: 700;\n  color: var(--c-black);\n  line-height: 1.3;\n  display: block;\n  text-transform: uppercase;\n  letter-spacing: 0.04em;\n}\n\n.cv2-gift {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  background: var(--c-yellow);\n  border: 2px solid var(--c-black);\n  border-radius: var(--radius-md);\n  padding: 18px 20px;\n  margin-top: 14px;\n  box-shadow: 4px 4px 0 var(--c-black);\n}\n\n.cv2-gift img {\n  width: 42px;\n  height: 42px;\n  object-fit: contain;\n  flex-shrink: 0;\n}\n\n.cv2-gift span {\n  font-family: var(--ff-display);\n  font-size: 15px;\n  font-weight: 700;\n  color: var(--c-black);\n  line-height: 1.4;\n  text-transform: uppercase;\n  letter-spacing: 0.01em;\n}\n\n\/* ============================================================\n   REVIEWS\n   ============================================================ *\/\n.cv2-reviews {\n  display: flex;\n  overflow-x: auto;\n  gap: 14px;\n  padding-bottom: 12px;\n  scrollbar-width: none;\n}\n\n.cv2-reviews::-webkit-scrollbar { display: none; }\n\n.cv2-review {\n  flex-shrink: 0;\n  width: 250px;\n  background: white;\n  border: 2px solid var(--c-black);\n  border-radius: var(--radius-md);\n  padding: 16px;\n  box-shadow: 4px 4px 0 var(--c-black);\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n\n.cv2-review:hover {\n  transform: translate(-2px, -2px);\n  box-shadow: 6px 6px 0 var(--c-black);\n}\n\n.cv2-review__product {\n  font-size: 11px;\n  color: var(--c-muted);\n  margin-bottom: 10px;\n  font-weight: 500;\n  text-transform: uppercase;\n  letter-spacing: 0.04em;\n}\n\n.cv2-review__product a {\n  color: var(--c-green);\n  text-decoration: none;\n  font-weight: 700;\n}\n\n.cv2-review img {\n  width: 100%;\n  border-radius: 8px;\n  border: 2px solid var(--c-black);\n  object-fit: cover;\n  margin-bottom: 12px;\n  display: block;\n}\n\n.cv2-review__stars {\n  font-size: 16px;\n  margin-bottom: 8px;\n  letter-spacing: 2px;\n  color: var(--c-orange);\n}\n\n.cv2-review__stars .empty { color: var(--c-gray); }\n\n.cv2-review__text {\n  font-size: 13px;\n  line-height: 1.65;\n  color: var(--c-mid);\n  margin-bottom: 12px;\n  font-weight: 400;\n}\n\n.cv2-review__name {\n  font-family: var(--ff-display);\n  font-weight: 700;\n  font-size: 12.5px;\n  color: var(--c-black);\n  text-transform: uppercase;\n  letter-spacing: 0.03em;\n}\n\n.cv2-review__verified {\n  font-size: 11px;\n  color: var(--c-green);\n  margin-top: 2px;\n  font-weight: 500;\n}\n\n\/* ============================================================\n   CUSTOMER CARE\n   ============================================================ *\/\n.cv2-care-banner {\n  background: var(--c-black);\n  border-radius: var(--radius-xl);\n  padding: 28px 22px;\n  text-align: center;\n  color: white;\n  border: 2px solid var(--c-black);\n  box-shadow: 6px 6px 0 var(--c-orange);\n}\n\n.cv2-care-banner__title {\n  font-family: var(--ff-display);\n  font-size: 20px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: -0.01em;\n  margin-bottom: 6px;\n  color: var(--c-yellow);\n}\n\n.cv2-care-banner__sub {\n  font-size: 13px;\n  color: rgba(255,255,255,0.6);\n  margin-bottom: 20px;\n}\n\n.cv2-care-banner__btns {\n  display: flex;\n  gap: 10px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n.cv2-care-banner__btns a {\n  display: inline-flex;\n  flex-direction: column;\n  align-items: center;\n  background: rgba(255,255,255,0.07);\n  border: 2px solid rgba(255,255,255,0.2);\n  color: white;\n  text-decoration: none;\n  padding: 14px 20px;\n  border-radius: var(--radius-md);\n  font-family: var(--ff-display);\n  font-weight: 700;\n  font-size: 14px;\n  line-height: 1.4;\n  min-width: 170px;\n  text-transform: uppercase;\n  letter-spacing: 0.02em;\n  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;\n}\n\n.cv2-care-banner__btns a:hover {\n  transform: translateY(-2px);\n}\n\n.cv2-care-banner__btns a span {\n  font-size: 11.5px;\n  font-weight: 400;\n  opacity: 0.7;\n  margin-top: 2px;\n  text-transform: none;\n  letter-spacing: 0;\n  font-family: var(--ff-body);\n}\n\n.cv2-care-banner__btns a.wapp { background: #1a7a3c; border-color: #1a7a3c; }\n.cv2-care-banner__btns a.mail { background: #1e3a8a; border-color: #1e3a8a; }\n\n\/* ============================================================\n   ARTWORK CARD \/ CARE CARD \/ RETURNS CARD \/ MANUFACTURER\n   ============================================================ *\/\n.cv2-card {\n  background: white;\n  border: 2px solid var(--c-black);\n  border-radius: var(--radius-sm);\n  padding: 18px;\n  line-height: 1.8;\n  margin-bottom: 10px;\n  box-shadow: 3px 3px 0 var(--c-black);\n}\n\n.cv2-card:last-child { margin-bottom: 0; }\n\n.cv2-card__title {\n  font-family: var(--ff-display);\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: 0.03em;\n  margin-bottom: 10px;\n  color: var(--c-black);\n  text-transform: uppercase;\n}\n\n.cv2-card__text {\n  font-size: 13.5px;\n  color: var(--c-mid);\n  font-weight: 400;\n  line-height: 1.8;\n}\n\n.cv2-card__item {\n  margin-bottom: 7px;\n  font-size: 13.5px;\n  color: var(--c-mid);\n  font-weight: 400;\n}\n\n.cv2-card__item:last-child { margin-bottom: 0; }\n\n.cv2-disclaimer {\n  margin-top: 14px;\n  padding: 12px 14px;\n  background: #FFF9F0;\n  border: 2px solid #F0C060;\n  border-radius: var(--radius-sm);\n  font-size: 12.5px;\n  line-height: 1.65;\n  color: var(--c-mid);\n}\n\n\/* ============================================================\n   REVIEW HEADING\n   ============================================================ *\/\n.cv2-review-heading {\n  margin-bottom: 18px;\n}\n\n.cv2-review-heading .stars {\n  font-size: 18px;\n  color: var(--c-orange);\n  letter-spacing: 3px;\n  display: block;\n  margin-top: 4px;\n}\n\n\/* ============================================================\n   BOUNCE ANIMATION — signature micro-interaction\n   ============================================================ *\/\n@keyframes cv2Bounce {\n  0%, 100% { transform: translateY(0); }\n  40%       { transform: translateY(-6px); }\n  70%       { transform: translateY(-3px); }\n}\n\n.cv2-trust__item:hover .cv2-trust__circle {\n  animation: none;\n}\n\n\/* ============================================================\n   SLIDE-IN for review cards\n   ============================================================ *\/\n@keyframes cv2SlideIn {\n  from { opacity: 0; transform: translateX(20px); }\n  to   { opacity: 1; transform: translateX(0); }\n}\n\n\/* ============================================================\n   MOBILE\n   ============================================================ *\/\n@media (max-width: 768px) {\n  :root {\n    --section-gap: 32px;\n  }\n\n  .cv2-trust__circle {\n    width: 54px;\n    height: 54px;\n    box-shadow: 2px 2px 0 var(--c-black);\n  }\n\n  .cv2-trust__circle img {\n    width: 28px;\n    height: 28px;\n  }\n\n  .cv2-trust__label { font-size: 9.5px; }\n\n  .cv2-timeline__icon { width: 42px; height: 42px; }\n  .cv2-timeline__icon img { width: 22px; height: 22px; }\n  .cv2-timeline__connector { width: 44px; margin-top: -28px; }\n  .cv2-timeline__small { font-size: 9px; }\n  .cv2-timeline__large { font-size: 12px; }\n\n  .cv2-benefits { grid-template-columns: 1fr 1fr; }\n\n  .cv2-spec { flex: 0 0 calc(20% - 4px); min-width: 82px; }\n  .cv2-spec__circle { width: 58px; height: 58px; box-shadow: 2px 2px 0 var(--c-black); }\n  .cv2-spec__circle img { width: 32px; height: 32px; }\n  .cv2-spec__label { font-size: 9.5px; }\n\n  .cv2-spaces { grid-template-columns: repeat(3, 1fr); }\n  .cv2-space { padding: 10px 4px; }\n  .cv2-space img { width: 30px; height: 30px; }\n  .cv2-space span { font-size: 10px; }\n\n  .cv2-review { width: 220px; }\n\n  .cv2-care-banner__btns a { min-width: 145px; }\n}\n\u003c\/style\u003e\n\n\u003c!-- ================================================================\n     CANVO — DROP EDITION  (Version 2: Motivational, Funny \u0026 Quirky)\n     ================================================================ --\u003e\n\u003cdiv class=\"cv2\"\u003e\n\n  \u003c!-- ===== TRUST BADGES ===== --\u003e\n  \u003cdiv class=\"cv2-trust\"\u003e\n    \u003cdiv class=\"cv2-trust__item\"\u003e\n      \u003cdiv class=\"cv2-trust__circle\"\u003e\n        \u003cimg alt=\"Partial COD\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Partial_COD_da2b750b-cf9d-4560-8e89-833435b58c92.png?v=1782398439\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-trust__label\"\u003ePartial\u003cbr\u003eCash on Delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cv2-trust__item\"\u003e\n      \u003cdiv class=\"cv2-trust__circle\"\u003e\n        \u003cimg alt=\"Free Delivery\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Dispatched_copy.png?v=1782371400\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-trust__label\"\u003eFree Delivery\u003cbr\u003eAcross India\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cv2-trust__item\"\u003e\n      \u003cdiv class=\"cv2-trust__circle\"\u003e\n        \u003cimg alt=\"Damage Protection\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/replacement_9760115_9c9e637a-00f4-4362-ae71-01c6268e597f.png?v=1782393969\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-trust__label\"\u003eIn-Transit Damage Protection\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cv2-trust__item\"\u003e\n      \u003cdiv class=\"cv2-trust__circle\"\u003e\n        \u003cimg alt=\"Secured Payments\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Secured.png?v=1782398693\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-trust__label\"\u003e100% Secured via Razorpay\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cv2-trust__item\"\u003e\n      \u003cdiv class=\"cv2-trust__circle\"\u003e\n        \u003cimg alt=\"Customer Support\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/nwhatsapp.png?v=1782398816\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-trust__label\"\u003eResponsive Customer Support\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== DELIVERY TIMELINE ===== --\u003e\n  \u003cdiv class=\"cv2-section cv2-section--nobar\"\u003e\n    \u003cdiv class=\"cv2-timeline\"\u003e\n      \u003cdiv class=\"cv2-timeline__row\"\u003e\n        \u003cdiv class=\"cv2-timeline__step\"\u003e\n          \u003cdiv class=\"cv2-timeline__icon\"\u003e\n            \u003cimg alt=\"Ordered\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/ordered_1_copy.png?v=1782371400\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cv2-timeline__small\"\u003eToday\u003c\/div\u003e\n          \u003cdiv class=\"cv2-timeline__large\"\u003eOrdered\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cv2-timeline__connector\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-timeline__step\"\u003e\n          \u003cdiv class=\"cv2-timeline__icon\"\u003e\n            \u003cimg alt=\"Dispatched\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Dispatched_copy.png?v=1782371400\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cv2-timeline__small\"\u003eWithin 1–2 Working Days\u003c\/div\u003e\n          \u003cdiv class=\"cv2-timeline__large\"\u003eDispatched\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cv2-timeline__connector\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-timeline__step\"\u003e\n          \u003cdiv class=\"cv2-timeline__icon\"\u003e\n            \u003cimg alt=\"Delivered\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Delivered_copy.png?v=1782371401\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cv2-timeline__small\"\u003eWithin 7–14 Working Days\u003c\/div\u003e\n          \u003cdiv class=\"cv2-timeline__large\"\u003eDelivered\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-timeline__shipping\"\u003e\n        🚚 \u003cstrong\u003eSpend ₹20,000+ \u0026amp; Get FREE Express Shipping\u003c\/strong\u003e\u003cbr\u003e\n        Choose prepaid at checkout to unlock this deal.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== SIZE GUIDE ===== --\u003e\n  \u003cdiv class=\"cv2-section\"\u003e\n    \u003cdiv class=\"cv2-label\"\u003ePick Your Size\u003c\/div\u003e\n    \u003ch2 class=\"cv2-heading\"\u003eSize Guide\u003c\/h2\u003e\n    \u003cp class=\"cv2-subtext\"\u003eChoose the perfect canvas for your wall\u003c\/p\u003e\n\n    \u003cdiv class=\"cv2-size-card\"\u003e\n      \u003cimg alt=\"M Size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/15x20_Portrait.jpg?v=1781531806\"\u003e\n      \u003cdiv class=\"cv2-size-info\"\u003e\n        \u003ch3\u003eM\u003c\/h3\u003e\n        \u003cp\u003e15 × 20 in\u003c\/p\u003e\n        \u003cspan\u003eBest for small walls \u0026amp; study areas\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cv2-size-card\"\u003e\n      \u003cimg alt=\"L Size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/22x30_Portrait.jpg?v=1781531806\"\u003e\n      \u003cdiv class=\"cv2-size-info\"\u003e\n        \u003ch3\u003eL\u003c\/h3\u003e\n        \u003cp\u003e22 × 30 in\u003c\/p\u003e\n        \u003cspan\u003ePerfect above console tables \u0026amp; shelves\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cv2-size-card\"\u003e\n      \u003cdiv class=\"cv2-size-badge\"\u003e🔥 Most Popular\u003c\/div\u003e\n      \u003cimg alt=\"XL Size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/30x40_Portrait.jpg?v=1781531806\"\u003e\n      \u003cdiv class=\"cv2-size-info\"\u003e\n        \u003ch3\u003eXL\u003c\/h3\u003e\n        \u003cp\u003e30 × 40 in\u003c\/p\u003e\n        \u003cspan\u003eIdeal above sofa or bed\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cv2-size-card\"\u003e\n      \u003cimg alt=\"XXL Size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/36x48_Portrait_7909c80b-098a-4c89-92dd-d77821324ec4.jpg?v=1781531806\"\u003e\n      \u003cdiv class=\"cv2-size-info\"\u003e\n        \u003ch3\u003eXXL\u003c\/h3\u003e\n        \u003cp\u003e36 × 48 in\u003c\/p\u003e\n        \u003cspan\u003eFor a bold statement wall\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== EXCLUSIVE OFFERS ===== --\u003e\n  \u003cdiv class=\"cv2-section cv2-section--nobar\"\u003e\n    \u003cdiv class=\"cv2-offers\"\u003e\n      \u003cdiv class=\"cv2-offers__title\"\u003e🎉 \u003cspan\u003eExclusive Offers\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cv2-offers__grid\"\u003e\n        \u003cdiv class=\"cv2-offer-pill\"\u003e\n          \u003cdiv class=\"cv2-offer-pill__discount\"\u003e10% Off\u003c\/div\u003e\n          \u003cdiv class=\"cv2-offer-pill__desc\"\u003eFirst Order\u003c\/div\u003e\n          \u003cdiv class=\"cv2-offer-pill__code\"\u003eHEYCANVO\u003c\/div\u003e\n          \u003cdiv class=\"cv2-offer-pill__note\"\u003eCopy \u0026amp; paste at checkout\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cv2-offer-pill\"\u003e\n          \u003cdiv class=\"cv2-offer-pill__discount\"\u003e15% Off\u003c\/div\u003e\n          \u003cdiv class=\"cv2-offer-pill__desc\"\u003e3+ Artworks\u003c\/div\u003e\n          \u003cdiv class=\"cv2-offer-pill__code\"\u003eCANVO15\u003c\/div\u003e\n          \u003cdiv class=\"cv2-offer-pill__note\"\u003eCopy \u0026amp; paste at checkout\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-offers__footer\"\u003eNot applicable on set products\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== WHY 10,000+ CUSTOMERS CHOSE CANVO ===== --\u003e\n  \u003cdiv class=\"cv2-section\"\u003e\n    \u003cdetails class=\"cv2-details\"\u003e\n      \u003csummary\u003eWhy 10,000+ Customers Chose Canvo.in\u003csup\u003e®\u003c\/sup\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"cv2-details__body\"\u003e\n        \u003cdiv class=\"cv2-benefits\"\u003e\n          \u003cdiv class=\"cv2-benefit\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/canvas_copy.png?v=1782393355\" alt=\"Gallery Quality\"\u003e\n            \u003cdiv class=\"cv2-benefit__title\"\u003eGallery-Quality IRL\u003c\/div\u003e\n            \u003cdiv class=\"cv2-benefit__text\"\u003eVibrant colours, razor-sharp details, and stunning depth — our prints transform your wall, full stop.\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cv2-benefit\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/A_Piece_Guests_Remember.png?v=1782462419\" alt=\"Conversation Starter\"\u003e\n            \u003cdiv class=\"cv2-benefit__title\"\u003eInstant Conversation Starter\u003c\/div\u003e\n            \u003cdiv class=\"cv2-benefit__text\"\u003eMore than décor — our artworks earn compliments from literally every person who walks through the door.\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cv2-benefit\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/expert_craftsmanship.png?v=1782421082\" alt=\"Expert Craftsmanship\"\u003e\n            \u003cdiv class=\"cv2-benefit__title\"\u003eExpert Craftsmanship\u003c\/div\u003e\n            \u003cdiv class=\"cv2-benefit__text\"\u003eHand-stretched, precision-framed, wrinkle-free and flawless from day one. No cap.\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cv2-benefit\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/quality_check.png?v=1782420560\" alt=\"QC Checked\"\u003e\n            \u003cdiv class=\"cv2-benefit__title\"\u003eQC'd Before Dispatch\u003c\/div\u003e\n            \u003cdiv class=\"cv2-benefit__text\"\u003eMulti-point inspection for frame alignment, colour accuracy \u0026amp; finish. Zero corners cut.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== PRODUCT SPECIFICATIONS ===== --\u003e\n  \u003cdiv class=\"cv2-section\"\u003e\n    \u003cdiv class=\"cv2-label\"\u003eWhat You Get\u003c\/div\u003e\n    \u003ch2 class=\"cv2-heading\"\u003eProduct Specs\u003c\/h2\u003e\n\n    \u003cdiv class=\"cv2-specs\"\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Ready to Hang\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/READY_TO_HANG_WITH_PRE-INSTALLED_SAWTOOTH_HANGERS.png?v=1782461632\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eReady to Hang\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Ultra HD Printing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Ultra_HD_Printing.png?v=1782475741\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eUltra HD Print\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Premium Canvas\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/280_gsm.png?v=1782460248\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003ePremium Canvas\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Water-based Inks\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/water_based_inks.png?v=1782460891\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eLatex Inks\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Wooden Frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Durable_Wooden_Frame.png?v=1782461125\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eWooden Frame\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Anti-Glare\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Matte_Anti-Glare_Finish.png?v=1782461203\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eMatte Finish\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Fade Resistant\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Fade-Resistant.png?v=1782476725\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eFade-Resistant\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Gallery Wrapped\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Gallery_Wrapped.png?v=1782477192\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eGallery Wrap\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Lightweight\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Lightweight_Artwork.png?v=1782477926\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eLightweight\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Eco-Friendly\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Eco-Friendly.png?v=1782477925\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eEco-Friendly\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"1 Inch Frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/1_inch_thick.png?v=1782478793\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003e1-Inch Frame\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-spec\"\u003e\n        \u003cdiv class=\"cv2-spec__circle\"\u003e\u003cimg alt=\"Odour Free\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Odour-Free.png?v=1782477925\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cv2-spec__label\"\u003eOdour-Free\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cv2-specs-hint\"\u003e← Swipe for all specs →\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== ABOUT THE ARTWORK ===== --\u003e\n  \u003cdiv class=\"cv2-section\"\u003e\n    \u003cdetails class=\"cv2-details\"\u003e\n      \u003csummary\u003eAbout the Artwork\u003c\/summary\u003e\n      \u003cdiv class=\"cv2-details__body\"\u003e\n        \u003cdiv class=\"cv2-card\"\u003e\n          \u003cp class=\"cv2-card__text\"\u003eTESTING\u003c\/p\u003e\n          \u003cdiv class=\"cv2-disclaimer\"\u003e🎨 \u003cstrong\u003eColour Disclaimer:\u003c\/strong\u003e\u003cbr\u003eActual colours may vary slightly from your device screen due to differences in screen settings, display tech and lighting conditions.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== PERFECT FOR THESE SPACES ===== --\u003e\n  \u003cdiv class=\"cv2-section\"\u003e\n    \u003cdiv class=\"cv2-label\"\u003eHang It Here\u003c\/div\u003e\n    \u003ch2 class=\"cv2-heading\"\u003ePerfect For These Spaces\u003c\/h2\u003e\n\n    \u003cdiv class=\"cv2-spaces\"\u003e\n      \u003cdiv class=\"cv2-space\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Living_Room.png?v=1782496819\" alt=\"Living Room\"\u003e\n        \u003cspan\u003eLiving Room\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-space\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Bedroom.png?v=1782496819\" alt=\"Bedroom\"\u003e\n        \u003cspan\u003eBedroom\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-space\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Hallway.png?v=1782496819\" alt=\"Hallway\"\u003e\n        \u003cspan\u003eEntryway\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-space\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Dining_Room.png?v=1782496820\" alt=\"Dining Area\"\u003e\n        \u003cspan\u003eDining Area\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-space\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/Office.png?v=1782496847\" alt=\"Office\"\u003e\n        \u003cspan\u003eHome \/ Office\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cv2-space\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/hotel.png?v=1782496820\" alt=\"Hotel \u0026amp; Cafe\"\u003e\n        \u003cspan\u003eHotel \u0026amp; Café\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cv2-gift\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/GIFT_9c4c594e-d1f1-4596-b8c4-0e3aa122a8e3.png?v=1782418842\" alt=\"Gift\"\u003e\n      \u003cspan\u003ePerfect Gift for Housewarmings, Weddings, Anniversaries \u0026amp; More\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== CUSTOMER REVIEWS ===== --\u003e\n  \u003cdiv class=\"cv2-section\"\u003e\n    \u003cdiv class=\"cv2-review-heading\"\u003e\n      \u003ch2 class=\"cv2-heading\"\u003eWhat Our Customers Say\u003c\/h2\u003e\n      \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cv2-reviews\"\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/money-never-sleeps-canvo\"\u003eMoney Never Sleeps\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/square_PHOTO-2024-05-18-17-26-53.jpg?v=1781182836\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eDamnn!! 🔥🔥 It was an amazing experience shopping with you.\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eShashank S., Kanpur UP\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/personalized-canvo\"\u003eCustom Canvas Wall Art\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/C344F531-C876-4973-86F2-7E519CACCD06.jpg?v=1781249159\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eWhat a crazy work man I love it 🔥🔥🔥❤️\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eZaad K., Hyderabad TG\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/collections\/all-canvos\/products\/formula-1-canvo\"\u003eFormula 1 Pit Stop\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/PHOTO-2022-08-21-09-42-46.jpg?v=1781338176\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eI do like it 👍\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eRaghav R., Chennai TN\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/collections\/all-canvos\/products\/expensive-success-canvo\"\u003eI Have To Be Successful...\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/crop_PHOTO-2024-04-22-14-16-16.jpg?v=1781423437\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eLoved it. Thank you 🤩\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eAmandeep S., Moradabad UP\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/it-all-starts-with-a-dream-canvo\"\u003eIt All Starts With A Dream\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/1by1_005c56b8-6c87-49d2-a949-0cc325102d9e.jpg?v=1781268353\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eAbsolutely love this piece. Instantly made my living room look more premium. Great print quality!\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eVishwas J., Mohali PB\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/it-all-starts-with-a-dream-canvo\"\u003eIt All Starts With A Dream\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eGod level quality man!\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eShariyar Y., Hyderabad TG\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/collections\/all-canvos\/products\/og-mickey-canvo\"\u003eOG Mickey x LV\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eNo cap, this OG Mickey artwork is straight fire 🔥. The colours pop, quality feels premium, instantly made my room way more aesthetic.\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eAshish S., Pitampura DL\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/collections\/all-canvos\/products\/money-calling-dollar-rain-canvo\"\u003eMoney Calling - Dollar Rain\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/PHOTO-2022-08-03-14-19-54.jpg?v=1781424023\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eHappy Customer 😇\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eKunal J., Kakinada AP\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/money-never-sleeps-canvo\"\u003eMoney Never Sleeps\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/1by1_PHOTO-2024-11-07-15-46-58_aa2a3b87-41ca-4f58-b89a-e5483ea3e598.jpg?v=1781428345\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eRequested fast delivery — arrived in 3 days for my flight to Dubai. I loved the art.\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eMonish J., Jaspur UT\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/red-supreme-dollar-canvo\"\u003eRed Supreme Dollar\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/258x179_IMG_7665.jpg?v=1781195762\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eNew buddy in the house ❤️\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eJaspreet D., Bengaluru KA\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/collections\/all-canvos\/products\/cassette-of-life-pause-but-never-stop-canvo\"\u003eCassette of Life\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/sq_IMG_7662.jpg?v=1781249577\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eThank you Canvo.in for this amazing frame ❤️\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eNishtha M., Mumbai MH\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/explore-gold-world-map-canvo\"\u003eGolden World Map\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/PHOTO-2022-11-22-13-47-34.jpg?v=1781338010\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eAmazing work brother. Loved it ❤️\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eAhamed A., Chennai TN\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/money-never-sleeps-canvo\"\u003eMoney Never Sleeps\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/1by1_WhatsApp_Image_2026-06-11_at_18.56.06.jpg?v=1781252713\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eIts looking superb ❤️❤️\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eUjjwal C., Meerut UP\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/collections\/all-canvos\/products\/cassette-of-life-pause-but-never-stop-canvo\"\u003eCassette of Life\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/1by1_PHOTO-2024-11-07-15-46-58.jpg?v=1781341841\" alt=\"Customer Photo\"\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eLoved it ❤️ It's on my Restaurant's counter wall now..\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eGarima J., Bhilai CT\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/personalized-canvo\"\u003eCustom Canvas Wall Art\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eHi, got the frame. Loved it.\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eSharad V., Gurugram HR\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cv2-review\"\u003e\n        \u003cdiv class=\"cv2-review__product\"\u003eOrdered: \u003ca href=\"https:\/\/www.canvo.in\/products\/personalized-canvo\"\u003eCustom Canvas Wall Art\u003c\/a\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__text\"\u003eReceived the 3 frames. It looks fab. Thank you for the wonderful work.\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__name\"\u003eNikita S., Mumbai MH\u003c\/div\u003e\n        \u003cdiv class=\"cv2-review__verified\"\u003e✔ Verified Customer\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== CUSTOMER CARE ===== --\u003e\n  \u003cdiv class=\"cv2-section cv2-section--nobar\"\u003e\n    \u003cdiv class=\"cv2-care-banner\"\u003e\n      \u003cdiv class=\"cv2-care-banner__title\"\u003eNeed Help? We Got You.\u003c\/div\u003e\n      \u003cdiv class=\"cv2-care-banner__sub\"\u003eSizing help, custom orders, bulk deals — just say the word.\u003c\/div\u003e\n      \u003cdiv class=\"cv2-care-banner__btns\"\u003e\n        \u003ca class=\"wapp\" href=\"https:\/\/wa.me\/917814924807\"\u003e\n          💬 Chat on WhatsApp\n          \u003cspan\u003e+91 78149 24807\u003c\/span\u003e\n        \u003c\/a\u003e\n        \u003ca class=\"mail\" href=\"mailto:info.canvo.in@gmail.com\"\u003e\n          📧 Email Us\n          \u003cspan\u003einfo.canvo.in@gmail.com\u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== CARE INSTRUCTIONS ===== --\u003e\n  \u003cdiv class=\"cv2-section\"\u003e\n    \u003cdetails class=\"cv2-details\"\u003e\n      \u003csummary\u003eCare Instructions\u003c\/summary\u003e\n      \u003cdiv class=\"cv2-details__body\"\u003e\n        \u003cdiv class=\"cv2-card\"\u003e\n          \u003cdiv class=\"cv2-card__item\"\u003e✓ Clean gently with a soft dry cloth\u003c\/div\u003e\n          \u003cdiv class=\"cv2-card__item\"\u003e✓ Indoor use only\u003c\/div\u003e\n          \u003cdiv class=\"cv2-card__item\"\u003e✓ Avoid water, sprays \u0026amp; chemicals\u003c\/div\u003e\n          \u003cdiv class=\"cv2-card__item\"\u003e✓ Do not rub or scratch the printed surface\u003c\/div\u003e\n          \u003cdiv class=\"cv2-card__item\"\u003e✓ Hang securely using appropriate wall fixtures\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== RETURNS \u0026 REPLACEMENTS ===== --\u003e\n  \u003cdiv class=\"cv2-section\"\u003e\n    \u003cdetails class=\"cv2-details\"\u003e\n      \u003csummary\u003eReturns \u0026amp; Replacements\u003c\/summary\u003e\n      \u003cdiv class=\"cv2-details__body\"\u003e\n        \u003cdiv class=\"cv2-card\"\u003e\n          \u003cdiv class=\"cv2-card__title\"\u003eReturn \u0026amp; Exchange\u003c\/div\u003e\n          \u003cdiv class=\"cv2-card__text\"\u003eAs each artwork is specially crafted on a made-to-order basis, we are unable to accommodate requests for returns, refunds, exchanges, or size modifications once an order has been processed or delivered.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cv2-card\"\u003e\n          \u003cdiv class=\"cv2-card__title\"\u003eDamaged During Transit?\u003c\/div\u003e\n          \u003cdiv class=\"cv2-card__text\"\u003eIf your artwork arrives damaged, share an unboxing video within 24 hours of delivery and we'll replace the damaged parcel with the exact same product and size.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cv2-card\"\u003e\n          \u003cdiv class=\"cv2-card__title\"\u003eOrder Cancellation\u003c\/div\u003e\n          \u003cdiv class=\"cv2-card__text\"\u003eOrders may be cancelled within 18 hours of placement. After this period, cancellation cannot be accommodated and all payments made will be non-refundable.\u003cbr\u003e\u003cbr\u003eOrders placed with express shipping are not eligible for cancellation, even within the 18-hour window.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== MANUFACTURED \u0026 MARKETED BY ===== --\u003e\n  \u003cdiv class=\"cv2-section\"\u003e\n    \u003cdetails class=\"cv2-details\"\u003e\n      \u003csummary\u003eManufactured \u0026amp; Marketed By\u003c\/summary\u003e\n      \u003cdiv class=\"cv2-details__body\"\u003e\n        \u003cdiv class=\"cv2-card\"\u003e\n          \u003cdiv class=\"cv2-card__text\"\u003e\n            \u003cstrong\u003eM\/S AVANT GS\u003c\/strong\u003e\u003cbr\u003e\n            (Under Brand Name – Canvo.in)\u003cbr\u003e\u003cbr\u003e\n            Plot No. 76, Industrial Area, Phase-9,\u003cbr\u003e\n            Mohali, SAS Nagar, Punjab – 160062\u003cbr\u003e\u003cbr\u003e\n            GSTIN: 03ABSFA3131D1ZY\u003cbr\u003e\u003cbr\u003e\n            GST Rate: 5%\u003cbr\u003e\n            (All website prices are inclusive of taxes)\u003cbr\u003e\u003cbr\u003e\n            Country of Origin: India\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- end .cv2 --\u003e\n","brand":"Canvo India","offers":[{"title":"Printed Framed Canvas (Ready to Hang) \/ M (15x20 Inches)","offer_id":51546216235303,"sku":null,"price":3290.0,"currency_code":"INR","in_stock":true},{"title":"Printed Framed Canvas (Ready to Hang) \/ L (22x30 Inches)","offer_id":51546216268071,"sku":null,"price":3990.0,"currency_code":"INR","in_stock":true},{"title":"Printed Framed Canvas (Ready to Hang) \/ XL (30x40 Inches)","offer_id":51546216300839,"sku":null,"price":7290.0,"currency_code":"INR","in_stock":true},{"title":"Printed Framed Canvas (Ready to Hang) \/ XXL (36x48 Inches)","offer_id":51546216333607,"sku":null,"price":10990.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/9031\/5298\/files\/for_website_ne.jpg?v=1780491900","url":"https:\/\/www.canvo.in\/products\/peacock-in-udaipur-palace-new-for-motivational","provider":"Canvo India","version":"1.0","type":"link"}