{"product_id":"white-oudh","title":"WHTE OUDH | Unisex Solid Perfume","description":"\u003ch1 class=\"dmf-whiteoudh-image\"\u003eWhite Oudh Solid Perfume\u003c\/h1\u003e\n\u003cp class=\"dmf-whiteoudh-image\"\u003e\u003cimg alt=\"White Oudh Solid Perfume\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0984\/5876\/3582\/files\/final.jpg?v=1779204786\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n\/* IMAGE CONTAINER *\/\n.dmf-whiteoudh-image {\n  width: 100%;\n\n  display: flex;\n  justify-content: center;\n  align-items: center;\n\n  overflow: hidden;\n\n  margin-top: 70px;\n  margin-bottom: 70px;\n}\n\n\/* IMAGE *\/\n.dmf-whiteoudh-image img {\n  width: 100%;\n  max-width: 980px; \/* MORE BIG *\/\n\n  height: auto;\n\n  transition: transform 0.7s ease;\n\n  animation:\n    floatOudh 5s ease-in-out infinite,\n    fadeOudh 1.8s ease;\n}\n\n\/* HOVER EFFECT *\/\n.dmf-whiteoudh-image img:hover {\n  transform: scale(1.08) rotate(-1deg);\n}\n\n\/* FLOAT EFFECT *\/\n@keyframes floatOudh {\n\n  0% {\n    transform: translateY(0px);\n  }\n\n  50% {\n    transform: translateY(-18px);\n  }\n\n  100% {\n    transform: translateY(0px);\n  }\n\n}\n\n\/* FADE EFFECT *\/\n@keyframes fadeOudh {\n\n  from {\n    opacity: 0;\n    transform: scale(0.85);\n  }\n\n  to {\n    opacity: 1;\n    transform: scale(1);\n  }\n\n}\n\n\/* TABLET *\/\n@media screen and (max-width: 1024px) {\n\n  .dmf-whiteoudh-image img {\n    max-width: 760px;\n  }\n\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 768px) {\n\n  .dmf-whiteoudh-image {\n    margin-top: 45px;\n    margin-bottom: 45px;\n  }\n\n  .dmf-whiteoudh-image img {\n    max-width: 520px;\n  }\n\n}\n\n\/* SMALL MOBILE *\/\n@media screen and (max-width: 480px) {\n\n  .dmf-whiteoudh-image img {\n    max-width: 380px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"dmf-whiteoudh-content\"\u003e\n\u003ch2 class=\"dmf-whiteoudh-heading\" style=\"text-align: center;\"\u003eWHITE OUDH\u003c\/h2\u003e\n\u003cp class=\"dmf-whiteoudh-subtitle\" style=\"text-align: center;\"\u003eUnisex Solid Perfume\u003c\/p\u003e\n\u003cdiv class=\"dmf-whiteoudh-line\" style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cul class=\"dmf-whiteoudh-points\"\u003e\n\u003cli style=\"text-align: center;\"\u003eRich woody and smoky fragrance with a premium oud experience\u003c\/li\u003e\n\u003cli style=\"text-align: center;\"\u003eMade with natural ingredients like beeswax, shea butter \u0026amp; jojoba oil\u003c\/li\u003e\n\u003cli style=\"text-align: center;\"\u003eEnriched with multiple natural extracts for a smooth and long-lasting scent\u003c\/li\u003e\n\u003cli style=\"text-align: center;\"\u003ePocket-friendly and easy to carry anywhere\u003c\/li\u003e\n\u003cli style=\"text-align: center;\"\u003eUnisex solid perfume suitable for both men \u0026amp; women\u003c\/li\u003e\n\u003cli style=\"text-align: center;\"\u003ePerfect for daily use, travel, office, rides \u0026amp; special occasions\u003c\/li\u003e\n\u003cli style=\"text-align: center;\"\u003ePremium feel with a compact and stylish design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n\/* MAIN CONTENT *\/\n.dmf-whiteoudh-content {\n  width: 100%;\n  max-width: 950px;\n\n  margin: auto;\n\n  padding: 50px 25px;\n\n  text-align: center;\n\n  animation: fadeLuxury 1.5s ease;\n}\n\n\/* HEADING *\/\n.dmf-whiteoudh-heading {\n  font-size: 58px;\n\n  font-weight: 400;\n\n  color: #000;\n\n  letter-spacing: 4px;\n\n  margin-bottom: 10px;\n\n  font-family: \"Times New Roman\", serif;\n\n  animation:\n    headingReveal 1.5s ease,\n    floatHeading 5s ease-in-out infinite;\n}\n\n\/* SUBTITLE *\/\n.dmf-whiteoudh-subtitle {\n  font-size: 15px;\n\n  letter-spacing: 5px;\n\n  text-transform: uppercase;\n\n  color: #777;\n\n  margin-bottom: 28px;\n\n  font-family: Arial, sans-serif;\n\n  animation: fadeSubtitle 2s ease;\n}\n\n\/* LINE *\/\n.dmf-whiteoudh-line {\n  width: 90px;\n  height: 1px;\n\n  background: #000;\n\n  margin: 0 auto 45px;\n\n  animation: lineGrow 2s ease;\n}\n\n\/* POINTS *\/\n.dmf-whiteoudh-points {\n  list-style: none;\n\n  padding: 0;\n  margin: 0;\n}\n\n\/* EACH POINT *\/\n.dmf-whiteoudh-points li {\n  position: relative;\n\n  margin-bottom: 24px;\n\n  font-size: 17px;\n  line-height: 2;\n\n  color: #555;\n\n  font-family: Arial, sans-serif;\n\n  animation: fadeUp 1.5s ease;\n}\n\n\/* PREMIUM STAR *\/\n.dmf-whiteoudh-points li::before {\n  content: \"✦\";\n\n  color: #000;\n\n  margin-right: 12px;\n\n  font-size: 14px;\n}\n\n\/* ANIMATIONS *\/\n@keyframes fadeLuxury {\n\n  from {\n    opacity: 0;\n  }\n\n  to {\n    opacity: 1;\n  }\n\n}\n\n@keyframes headingReveal {\n\n  from {\n    opacity: 0;\n    letter-spacing: 12px;\n    transform: translateY(20px);\n  }\n\n  to {\n    opacity: 1;\n    letter-spacing: 4px;\n    transform: translateY(0px);\n  }\n\n}\n\n@keyframes floatHeading {\n\n  0% {\n    transform: translateY(0px);\n  }\n\n  50% {\n    transform: translateY(-5px);\n  }\n\n  100% {\n    transform: translateY(0px);\n  }\n\n}\n\n@keyframes fadeSubtitle {\n\n  from {\n    opacity: 0;\n  }\n\n  to {\n    opacity: 1;\n  }\n\n}\n\n@keyframes lineGrow {\n\n  from {\n    width: 0px;\n  }\n\n  to {\n    width: 90px;\n  }\n\n}\n\n@keyframes fadeUp {\n\n  from {\n    opacity: 0;\n    transform: translateY(15px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0px);\n  }\n\n}\n\n\/* TABLET *\/\n@media screen and (max-width: 1024px) {\n\n  .dmf-whiteoudh-heading {\n    font-size: 46px;\n  }\n\n}\n\n\/* MOBILE *\/\n@media screen and (max-width: 768px) {\n\n  .dmf-whiteoudh-content {\n    padding: 35px 18px;\n  }\n\n  .dmf-whiteoudh-heading {\n    font-size: 32px;\n    line-height: 1.3;\n  }\n\n  .dmf-whiteoudh-subtitle {\n    font-size: 11px;\n    letter-spacing: 3px;\n  }\n\n  .dmf-whiteoudh-points li {\n    font-size: 14px;\n    line-height: 1.9;\n  }\n\n}\n\n\u003c\/style\u003e","brand":"DMF","offers":[{"title":"Default Title","offer_id":53504093094206,"sku":null,"price":149.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0984\/5876\/3582\/files\/IMG_3980.jpg?v=1779129589","url":"https:\/\/thedmf.shop\/products\/white-oudh","provider":"DMF","version":"1.0","type":"link"}