{"product_id":"summer-set-estiluxa-minimal-luxury","title":"Summer Set ESTILUXA MINIMAL LUXURY","description":"\u003cstyle\u003e\n\/* =======================================================\n   ESTILUXA MINIMAL LUXURY (SUMMER 26 EDITION)\n   COMPLETE ARCHITECTURE \u0026 SALES CONVERSION CODE\n   ======================================================= *\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@500;600;700\u0026display=swap');\n\n.lx-wrapper * {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n.lx-wrapper {\n  background: #ffffff;\n  color: #111111;\n  overflow: hidden;\n  font-family: 'Montserrat', sans-serif;\n}\n\n\/* CONTAINER *\/\n.lx-container {\n  width: 100%;\n  max-width: 1300px;\n  margin: auto;\n  padding: 0 5%;\n}\n\n\/* HERO SECTION *\/\n.lx-hero {\n  padding: 120px 0 80px;\n}\n\n.lx-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 80px;\n  align-items: center;\n}\n\n.lx-badge {\n  display: inline-block;\n  font-size: 11px;\n  vertical-align: middle;\n  font-weight: 600;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 25px;\n  color: #111111;\n  background: #f4f4f4;\n  border: 1px solid #e7e7e7;\n  padding: 10px 18px;\n  border-radius: 50px;\n}\n\n.lx-title {\n  font-family: 'Playfair Display', serif;\n  font-size: 68px;\n  line-height: 1.1;\n  font-weight: 600;\n  margin-bottom: 25px;\n  letter-spacing: -2px;\n}\n\n.lx-desc {\n  font-size: 16px;\n  line-height: 1.8;\n  color: #555555;\n  margin-bottom: 35px;\n  max-width: 550px;\n}\n\n.lx-buttons {\n  display: flex;\n  gap: 18px;\n  flex-wrap: wrap;\n}\n\n.lx-btn {\n  padding: 18px 34px;\n  border-radius: 100px;\n  text-decoration: none;\n  font-size: 13px;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  transition: .4s cubic-bezier(0.25, 1, 0.5, 1);\n  font-weight: 700;\n}\n\n.lx-btn-dark {\n  background: #111;\n  color: #fff;\n  border: 1px solid #111;\n}\n\n.lx-btn-dark:hover {\n  background: #000;\n  transform: translateY(-3px);\n  box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n}\n\n.lx-btn-light {\n  border: 1px solid #dcdcdc;\n  color: #fff;\n}\n\n.lx-btn-light:hover {\n  background: #fcfcfc;\n  transform: translateY(-2px);\n}\n\n\/* HERO FLOATING GRAPHICS *\/\n.lx-image {\n  position: relative;\n}\n\n.lx-image img {\n  width: 100%;\n  border-radius: 20px;\n  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);\n  display: block;\n}\n\n.lx-image:hover img {\n  transform: scale(1.015);\n}\n\n.lx-floating {\n  position: absolute;\n  background: rgba(255, 255, 255, 0.95);\n  backdrop-filter: blur(10px);\n  -webkit-backdrop-filter: blur(10px);\n  padding: 14px 22px;\n  border-radius: 50px;\n  box-shadow: 0 10px 35px rgba(0,0,0,0.05);\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n  color: #111111;\n  border: 1px solid rgba(0,0,0,0.03);\n}\n\n.lx-float-1 {\n  top: 40px;\n  left: -20px;\n}\n\n.lx-float-2 {\n  bottom: 40px;\n  right: -20px;\n}\n\n\/* TICKER \/ MARQUEE *\/\n.lx-marquee {\n  border-top: 1px solid #efefef;\n  border-bottom: 1px solid #efefef;\n  overflow: hidden;\n  white-space: nowrap;\n  padding: 20px 0;\n  background: #fafafa;\n}\n\n.lx-track {\n  display: inline-block;\n  animation: lxScroll 25s linear infinite;\n}\n\n.lx-track span {\n  margin: 0 35px;\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 2px;\n  color: #222222;\n  text-transform: uppercase;\n}\n\n@keyframes lxScroll {\n  0% { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n\n\/* CORE SECTIONS *\/\n.lx-section {\n  padding: 100px 0;\n}\n\n.lx-section-title {\n  text-align: center;\n  margin-bottom: 65px;\n}\n\n.lx-section-title h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: 48px;\n  margin-bottom: 18px;\n  font-weight: 600;\n  letter-spacing: -1px;\n}\n\n.lx-section-title p {\n  color: #666;\n  font-size: 16px;\n  line-height: 1.8;\n  max-width: 650px;\n  margin: auto;\n}\n\n\/* PRODUCT FEATURES *\/\n.lx-features {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n}\n\n.lx-feature {\n  padding: 50px 40px;\n  border: 1px solid #efefef;\n  border-radius: 20px;\n  transition: .4s cubic-bezier(0.25, 1, 0.5, 1);\n  background: #fff;\n}\n\n.lx-feature:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 20px 40px rgba(0,0,0,0.04);\n  border-color: #dcdcdc;\n}\n\n.lx-feature-number {\n  font-size: 12px;\n  font-weight: 700;\n  color: #aaa;\n  margin-bottom: 24px;\n  letter-spacing: 2px;\n}\n\n.lx-feature h3 {\n  font-family: 'Playfair Display', serif;\n  font-size: 28px;\n  margin-bottom: 16px;\n  font-weight: 600;\n}\n\n.lx-feature p {\n  color: #555;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* GRID GALLERY *\/\n.lx-gallery {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n  gap: 25px;\n}\n\n.lx-gallery-item {\n  overflow: hidden;\n  border-radius: 20px;\n  background: #f4f4f4;\n  position: relative;\n  aspect-ratio: 4 \/ 5;\n  border: 1px solid #efefef;\n}\n\n.lx-gallery-item img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);\n}\n\n.lx-gallery-item:hover img {\n  transform: scale(1.03);\n}\n\n\/* TEXT TESTIMONIALS *\/\n.lx-testimonials {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 25px;\n}\n\n.lx-testimonial {\n  border: 1px solid #efefef;\n  border-radius: 20px;\n  padding: 45px 35px;\n  background: #fff;\n}\n\n.lx-stars {\n  margin-bottom: 20px;\n  color: #111;\n  font-size: 14px;\n  letter-spacing: 4px;\n}\n\n.lx-testimonial p {\n  font-size: 15px;\n  line-height: 1.7;\n  color: #444;\n  margin-bottom: 24px;\n  font-style: italic;\n}\n\n.lx-testimonial strong {\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: #222;\n}\n\n\/* ACCORDION FAQ *\/\n.lx-faq {\n  max-width: 800px;\n  margin: auto;\n}\n\n.lx-faq-item {\n  border-bottom: 1px solid #ececec;\n}\n\n.lx-faq-question {\n  padding: 26px 0;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: -0.2px;\n  transition: .3s;\n}\n\n.lx-faq-question span {\n  font-size: 18px;\n  color: #999;\n  transition: transform .3s ease;\n}\n\n.lx-faq-item.active .lx-faq-question span {\n  transform: rotate(45deg);\n}\n\n.lx-faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height .4s cubic-bezier(0.25, 1, 0.5, 1);\n  color: #555;\n  font-size: 15px;\n  line-height: 1.8;\n}\n\n.lx-faq-item.active .lx-faq-answer {\n  max-height: 300px;\n  padding-bottom: 25px;\n}\n\n\/* CONVERSION CALL TO ACTION *\/\n.lx-cta {\n  text-align: center;\n  background: #fafafa;\n  border: 1px solid #efefef;\n  border-radius: 30px;\n  padding: 90px 8%;\n}\n\n.lx-cta h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: 54px;\n  font-weight: 600;\n  margin-bottom: 20px;\n  letter-spacing: -1px;\n}\n\n.lx-cta p {\n  max-width: 600px;\n  margin: auto;\n  color: #555;\n  font-size: 16px;\n  line-height: 1.8;\n  margin-bottom: 35px;\n}\n\n\/* LIVE SOCIAL PROOF POPUP *\/\n.lx-popup {\n  position: fixed;\n  left: 20px;\n  bottom: 20px;\n  background: rgba(255, 255, 255, 0.95);\n  backdrop-filter: blur(10px);\n  -webkit-backdrop-filter: blur(10px);\n  border: 1px solid rgba(0,0,0,0.06);\n  padding: 16px 24px;\n  border-radius: 50px;\n  font-size: 12px;\n  font-weight: 500;\n  box-shadow: 0 15px 40px rgba(0,0,0,0.08);\n  z-index: 999;\n  display: none;\n  color: #111;\n  animation: popupFade 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n}\n\n\/* PREMIUM VERTICAL VIDEO CAROUSEL (VCS) *\/\n.video-carousel-section {\n  padding: 100px 0;\n  background-color: #ffffff;\n}\n\n.vcs-container {\n  width: 100%;\n  max-width: 1300px;\n  margin: 0 auto;\n  padding: 0 5%;\n  position: relative;\n}\n\n.vcs-header {\n  text-align: center;\n  margin-bottom: 50px;\n}\n\n.vcs-title {\n  font-family: 'Playfair Display', serif;\n  font-size: 48px;\n  font-weight: 600;\n  letter-spacing: -1px;\n  color: #111111;\n  margin-bottom: 12px;\n}\n\n.vcs-stars-container {\n  display: flex;\n  justify-content: center;\n  gap: 5px;\n}\n\n.vcs-star-box {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  background: #00b67a; \/* Verified Trustpilot Green *\/\n  color: #ffffff;\n  font-size: 13px;\n  width: 22px;\n  height: 22px;\n  border-radius: 3px;\n}\n\n.vcs-carousel-wrapper {\n  position: relative;\n  display: flex;\n  align-items: center;\n}\n\n.vcs-carousel-track-container {\n  overflow: hidden;\n  width: 100%;\n}\n\n.vcs-carousel-track {\n  display: flex;\n  gap: 20px;\n  padding: 10px 0;\n  margin: 0;\n  list-style: none;\n  overflow-x: auto;\n  scroll-behavior: smooth;\n  scrollbar-width: none;\n  snap-type: x mandatory;\n}\n\n.vcs-carousel-track::-webkit-scrollbar {\n  display: none;\n}\n\n.vcs-carousel-slide {\n  flex: 0 0 calc(20% - 16px); \/* 5 cards visible on ultra widescreen *\/\n  min-width: 230px;\n  scroll-snap-align: start;\n  border-radius: 16px;\n  overflow: hidden;\n  background: #000000;\n  position: relative;\n  aspect-ratio: 9 \/ 16;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n}\n\n.vcs-video-wrapper {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 1;\n}\n\n.vcs-video-wrapper video {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.vcs-play-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: rgba(0, 0, 0, 0.15);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  cursor: pointer;\n  transition: background 0.3s ease;\n  z-index: 2;\n}\n\n.vcs-carousel-slide.is-playing .vcs-play-overlay {\n  background: rgba(0,0,0,0);\n}\n\n.vcs-play-btn {\n  width: 46px;\n  height: 46px;\n  background: rgba(255, 255, 255, 0.95);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: transform 0.2s ease, opacity 0.2s ease;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n}\n\n.vcs-play-btn::after {\n  content: '';\n  display: block;\n  width: 0;\n  height: 0;\n  border-style: solid;\n  border-width: 7px 0 7px 12px;\n  border-color: transparent transparent transparent #111111;\n  margin-left: 3px;\n}\n\n.vcs-carousel-slide.is-playing .vcs-play-btn {\n  opacity: 0;\n  transform: scale(0.8);\n}\n\n.vcs-slide-info {\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 100%;\n  padding: 25px 18px;\n  background: linear-gradient(transparent, rgba(0,0,0,0.85));\n  color: #ffffff;\n  z-index: 3;\n  pointer-events: none;\n  text-align: left;\n}\n\n.vcs-slide-info h3 {\n  font-size: 15px;\n  font-weight: 600;\n  margin-bottom: 2px;\n  letter-spacing: 0.3px;\n  color: #fff;\n}\n\n.vcs-slide-info p {\n  font-size: 11px;\n  opacity: 0.85;\n}\n\n.vcs-arrow {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  background: #ffffff;\n  border: none;\n  width: 44px;\n  height: 44px;\n  cursor: pointer;\n  border-radius: 50%;\n  z-index: 10;\n  transition: .3s cubic-bezier(0.25, 1, 0.5, 1);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n}\n\n.vcs-arrow svg {\n  width: 20px;\n  height: 20px;\n  fill: #111111;\n}\n\n.vcs-arrow:hover {\n  background: #f7f7f7;\n  transform: translateY(-50%) scale(1.05);\n}\n\n.vcs-prev { left: -22px; }\n.vcs-next { right: -22px; }\n\n@keyframes popupFade {\n  from { opacity: 0; transform: translateY(10px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* RESPONSIVE LAYOUT RESPONSIVIDADE *\/\n@media(max-width:1100px){\n  .vcs-carousel-slide { flex: 0 0 calc(33.333% - 14px); }\n}\n\n@media(max-width:980px){\n  .lx-grid { grid-template-columns:1fr; gap:50px; }\n  .lx-title { font-size:52px; }\n  .lx-section-title h2, .vcs-title { font-size:38px; }\n  .lx-float-1 { left: 0; }\n  .lx-float-2 { right: 0; }\n  .vcs-prev { left: -10px; }\n  .vcs-next { right: -10px; }\n}\n\n@media(max-width:680px) {\n  .vcs-carousel-slide { flex: 0 0 calc(50% - 10px); min-width: 155px; }\n  .vcs-arrow { display: none; } \/* Native touch swipe on mobile *\/\n}\n\n@media(max-width:600px){\n  .lx-hero { padding: 80px 0 50px; }\n  .lx-title { font-size:40px; }\n  .lx-buttons { flex-direction:column; gap:12px; }\n  .lx-btn { width:100%; text-align:center; padding: 16px 24px; }\n  .lx-section, .video-carousel-section { padding: 70px 0; }\n  .lx-section-title h2, .vcs-title { font-size:32px; }\n  .lx-feature { padding: 40px 30px; }\n  .lx-cta h2 { font-size:34px; }\n  .lx-cta { padding: 60px 20px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lx-wrapper\"\u003e\n\u003csection class=\"lx-hero\"\u003e\n\u003cdiv class=\"lx-container\"\u003e\n\u003cdiv class=\"lx-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lx-badge\"\u003eLimited Summer 2026 Release\u003c\/div\u003e\n\u003cblockquote\u003e\n\u003ch4 style=\"text-align: center;\" class=\"lx-title\"\u003eWake up, dress up, show up. Instantly.\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cp class=\"lx-desc\"\u003eStop wasting time matching outfits. The \u003cstrong\u003eEffortless Set\u003c\/strong\u003e delivers a sharp, tailored silhouette combined with an advanced micro-waffle structure to guarantee absolute coolness on hot city days.\u003c\/p\u003e\n\u003cp class=\"lx-desc\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/0502\/1037\/files\/David_Gandy_2.png?v=1779450486\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"lx-buttons\"\u003e\n\u003ca class=\"lx-btn lx-btn-dark\" href=\"#buy\"\u003eClaim Free Shorts Offer\u003c\/a\u003e \u003ca class=\"lx-btn lx-btn-light\" href=\"#details\"\u003eExplore Architecture\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-image\"\u003e\n\u003cdiv class=\"lx-floating lx-float-1\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/0502\/1037\/files\/Gemini_Generated_Image_v5tzkyv5tzkyv5tz_-_2026-03-28T012048.045.jpg?v=1779438707\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-floating lx-float-2\"\u003eQuarter-Zip Architecture\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"lx-marquee\"\u003e\n\u003cdiv class=\"lx-track\"\u003e\n\u003cspan\u003eQUIET LUXURY AESTHETIC\u003c\/span\u003e \u003cspan\u003e•\u003c\/span\u003e \u003cspan\u003eBUY 1 POLO GET MATCHING SHORTS COMPLETELY FREE\u003c\/span\u003e \u003cspan\u003e•\u003c\/span\u003e \u003cspan\u003eMINIMALIST WAFFLE TEXTURE\u003c\/span\u003e \u003cspan\u003e•\u003c\/span\u003e \u003cspan\u003eFREE UK NEXT-DAY DELIVERY UPGRADE\u003c\/span\u003e \u003cspan\u003e•\u003c\/span\u003e \u003cspan\u003eESTILUXA EDITION\u003c\/span\u003e \u003cspan\u003e•\u003c\/span\u003e \u003cspan\u003eQUIET LUXURY AESTHETIC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection id=\"details\" class=\"lx-section\"\u003e\n\u003cdiv class=\"lx-container\"\u003e\n\u003cdiv class=\"lx-section-title\"\u003e\n\u003ch2\u003eEngineered for Ultimate Summer Performance\u003c\/h2\u003e\n\u003cp\u003eWe stripped away the excess formality of modern casual wear to design a harmonious, architectural uniform that respects your time and elevates your presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-features\"\u003e\n\u003cdiv class=\"lx-feature\"\u003e\n\u003cdiv class=\"lx-feature-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eLuxury Presence\u003c\/h3\u003e\n\u003cp\u003eAn elegant, effortless drape that instantly enhances your posture and visual presence without the need for heavy layers.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/0502\/1037\/files\/ChatGPT_Image_22_de_mai._de_2026_12_31_16.png?v=1779449494\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-feature\"\u003e\n\u003cdiv class=\"lx-feature-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eMicro-Waffle Coolness\u003c\/h3\u003e\n\u003cp\u003eAdvanced texture engineering woven to build microscopic internal air channels, preventing fabric cling and maintaining intense airflow.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/0502\/1037\/files\/ChatGPT_Image_22_de_mai._de_2026_12_57_41.png?v=1779451089\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-feature\"\u003e\n\u003cdiv class=\"lx-feature-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eTailored Versatility\u003c\/h3\u003e\n\u003cp\u003eTransition seamlessly between mid-day resort lounges and high-end city spots at night, eliminating the need for wardrobe adjustments.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/0502\/1037\/files\/Gemini_Generated_Image_v5tzkyv5tzkyv5tz_-_2026-03-28T010824.300.jpg?v=1779438709\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lx-section\"\u003e\n\u003cdiv class=\"lx-container\"\u003e\n\u003cdiv class=\"lx-section-title\"\u003e\n\u003ch2\u003eVisual Configurations\u003c\/h2\u003e\n\u003cp\u003eA detailed structural analysis of the premium weave pattern, internal hardware, and clean aesthetic lines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-gallery\"\u003e\n\u003cdiv class=\"lx-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/0502\/1037\/files\/1_b95e0a24-6257-4688-8709-714bca69f965.webp?v=1779438710\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-gallery-item\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/0502\/1037\/files\/S61d85ca4fddc4e79ad3445e6b3b51d89D.webp?v=1779399758\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/0502\/1037\/files\/Gemini_Generated_Image_v5tzkyv5tzkyv5tz_-_2026-03-28T012738.739.jpg?v=1779438709\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Estiluxa","offers":[{"title":"Khaki \/ M","offer_id":45220477960301,"sku":"14:200001438;200007763:201336100;5:361386","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ L","offer_id":45220477993069,"sku":"14:200001438;200007763:201336100;5:361385","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ XXXL","offer_id":45220478025837,"sku":"14:691;200007763:201336100;5:4183","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ S","offer_id":45220478058605,"sku":"14:200001438;200007763:201336100;5:100014064","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ XXXL","offer_id":45220478091373,"sku":"14:200001438;200007763:201336100;5:4183","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"White \/ S","offer_id":45220478124141,"sku":"14:29;200007763:201336100;5:100014064","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ XL","offer_id":45220478156909,"sku":"14:200001438;200007763:201336100;5:100014065","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ XXL","offer_id":45220478189677,"sku":"14:200001438;200007763:201336100;5:4182","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"White \/ XL","offer_id":45220478222445,"sku":"14:29;200007763:201336100;5:100014065","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"White \/ XXL","offer_id":45220478255213,"sku":"14:29;200007763:201336100;5:4182","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"White \/ M","offer_id":45220478287981,"sku":"14:29;200007763:201336100;5:361386","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"White \/ L","offer_id":45220478320749,"sku":"14:29;200007763:201336100;5:361385","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"White \/ XXXL","offer_id":45220478353517,"sku":"14:29;200007763:201336100;5:4183","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L","offer_id":45220478386285,"sku":"14:173;200007763:201336100;5:361385","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ M","offer_id":45220478419053,"sku":"14:173;200007763:201336100;5:361386","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ S","offer_id":45220478451821,"sku":"14:173;200007763:201336100;5:100014064","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ XXXL","offer_id":45220478517357,"sku":"14:173;200007763:201336100;5:4183","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ XXL","offer_id":45220478550125,"sku":"14:173;200007763:201336100;5:4182","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ XL","offer_id":45220478582893,"sku":"14:173;200007763:201336100;5:100014065","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ M","offer_id":45220480548973,"sku":"14:193;200007763:201336100;5:361386","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ L","offer_id":45220480581741,"sku":"14:193;200007763:201336100;5:361385","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ S","offer_id":45220480614509,"sku":"14:193;200007763:201336100;5:100014064","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ XXXL","offer_id":45220480647277,"sku":"14:193;200007763:201336100;5:4183","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ S","offer_id":45220480680045,"sku":"14:691;200007763:201336100;5:100014064","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ XL","offer_id":45220480712813,"sku":"14:193;200007763:201336100;5:100014065","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Black \/ XXL","offer_id":45220480745581,"sku":"14:193;200007763:201336100;5:4182","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ XL","offer_id":45220480778349,"sku":"14:691;200007763:201336100;5:100014065","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ XXL","offer_id":45220480811117,"sku":"14:691;200007763:201336100;5:4182","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ M","offer_id":45220480843885,"sku":"14:691;200007763:201336100;5:361386","price":52.9,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ L","offer_id":45220480876653,"sku":"14:691;200007763:201336100;5:361385","price":52.9,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/0502\/1037\/files\/The_rock.png?v=1779449188","url":"https:\/\/estiluxa.com\/products\/summer-set-estiluxa-minimal-luxury","provider":"Estiluxa","version":"1.0","type":"link"}