{"product_id":"garden-furniture-covers-custom-size-copy","title":"Testing","description":"\u003cstyle\u003e\n    \/* Ensuring no conflicts with other stylesheets by using specific class names *\/\n    .custom-layout {\n        display: flex;\n        width: 100%; \/* Full-width layout *\/\n        margin: 0; \/* Removes any unwanted margins *\/\n        padding: 0; \/* No padding on the container *\/\n        overflow: hidden; \/* Prevents unwanted spacing *\/\n    }\n    \n    .custom-text-area {\n        background: linear-gradient(to bottom, #f7f7f7, #fafafa); \/* Gradient background *\/\n        padding: 20px;\n        border-radius: 7px 0 0 0px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        flex: 1;\n        box-sizing: border-box;\n    }\n    \n    .custom-text-area h2 {\n        font-size: 30px;\n        font-weight: 500;\n        color: #575757;\n        line-height: 1.25em;\n    }\n    \n    \/* Gradient underline styling *\/\n    h2.gradient span {\n        background: linear-gradient(0deg, rgba(255,0,255,0) 0%, rgba(255,0,255,0) 16%, rgba(247,221,154,1) 16%, rgba(247,221,154,1) 40%, rgba(255,0,255,0) 40%);\n    }\n  \n    h2.gradient.padding span.no-padding {\n      padding-right: 0px;\n    }\n    \n    h2.padding span {\n        padding: 0 0.5em 0 0.1em;\n        box-decoration-break: clone;\n        -webkit-box-decoration-break: clone;\n    }\n    \n    .custom-text-area h2 .underline {\n        position: relative;\n        display: inline-block;\n        padding: 0 0.5em 0 0.1em;\n        box-decoration-break: clone;\n        -webkit-box-decoration-break: clone;\n    }\n    \n    .custom-text-area h2 .underline::after {\n        content: \"\";\n        position: absolute;\n        bottom: -5px;\n        left: 0;\n        width: 100%;\n        height: 20px;\n        background-color: #f7dd9a;\n        z-index: -1;\n    }\n    \n    .custom-image-area {\n        flex: 1;\n        border-radius: 0 7px 0 0;\n    }\n\n    .custom-image-area2 {\n        flex: 1;\n        border-radius: 0 7px 0 0;\n    }\n    \n    .custom-text-area p {\n        font-size: 22px;\n        line-height: 1.45em;\n        color: #969696;\n        font-weight: 400;\n    }\n    \n    .custom-image-area img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.5s ease-out;\n        will-change: transform;\n    }\n\n    .custom-image-area2 img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.5s ease-out;\n        will-change: transform;\n    }\n    \n    \/* New row styling *\/\n    .custom-row {\n        display: flex;\n        background-color: #006f6c;\n        color: white;\n        font-size: 20px;\n        font-weight: 400;\n        text-align: center;\n        padding: 20px;\n        border-radius: 0 0 7px 7px;\n        border-top: 4px solid #ce974c; \/* Added border *\/\n    }\n  \n    .custom-column {\n        flex: 1;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 0px;\n        gap: 10px; \/* Space between tick and text *\/\n        font-weight:500;\n    }\n  \n    .custom-column img {\n        width: 20px; \/* Tick size *\/\n        height: auto;\n    }\n  \n\/* Reverse the layout for the second block *\/\n.custom-layout.second-block {\n    flex-direction: row-reverse;\n}\n\n\/* Adjust the border-radius for the image area in the second block *\/\n.custom-layout.second-block .custom-image-area .custom-image-area2 {\n    border-radius: 7px 0 0 0;\n}\n\n\/* Ensure the text area in the second block aligns correctly *\/\n.custom-layout.second-block .custom-text-area {\n    border-radius: 0 7px 0 0;\n}\n\n\/* Ensure 50\/50 width split for both blocks *\/\n.custom-layout .custom-text-area,\n.custom-layout .custom-image-area .custom-image-area2 {\n    flex: 0 0 50%; \/* Set flex-grow to 0, flex-shrink to 0, and flex-basis to 50% *\/\n    box-sizing: border-box; \/* Include padding and border in the element's total width *\/\n}\n\n\/* Adjust padding and margins to ensure no overflow *\/\n.custom-text-area {\n    padding: 20px; \/* Adjust padding as needed *\/\n}\n\n.custom-image-area {\n    padding: 0; \/* Ensure no padding affects the image area *\/\n}\n\n.custom-image-area2 {\n    padding: 0; \/* Ensure no padding affects the image area *\/\n}\n\n    \/* Mobile styles *\/\n    @media (max-width: 768px) {\n        .custom-layout {\n            flex-direction: column-reverse;\n            width: 100%;\n        }\n    \n            \/* Ensure the second block also stacks correctly on mobile *\/\n    .custom-layout.second-block {\n        flex-direction: column-reverse; \/* Override row-reverse for mobile *\/\n    }\n        .custom-image-area {\n            width: 100%;\n            height: auto;\n            border-radius: 7px 7px 0 0;\n        }\n\n        .custom-image-area2 {\n            width: 100%;\n            height: auto;\n            border-radius: 7px 7px 0 0;\n        }\n    \n        .custom-image-area img {\n            border-radius: 7px 7px 0 0;\n        }\n\n        .custom-image-area2 img {\n            border-radius: 7px 7px 0 0;\n        }\n    \n        .custom-text-area {\n            width: 100%;\n            border-radius: 0 0 7px 7px;\n            text-align: left;\n            align-items: flex-start;\n        }\n  \n        .custom-row {\n            flex-direction: column;\n        }\n  \n        .custom-column {\n          justify-content: center;\n          text-align: center;\n          line-height: 2em;\n          flex-direction: row;\n          gap: 10px;\n      }\n  \n      .custom-column img {\n          margin-bottom: 0;\n          width: 20px;\n      }\n\n      .custom-layout.second-block .custom-image-area .custom-image-area2 {\n    border-radius: 7px 7px 0 0; \/* Ensures rounded corners on top left and right *\/\n}\n\n    }\n  \n    .custom-image-area {\n      overflow: hidden;\n      position: relative;\n    }\n\n    .custom-image-area2 {\n      overflow: hidden;\n      position: relative;\n    }\n\n\n\n\n    \/* NEW CSS FOR FEATURES *\/\n\n    .feature-container {\n  display: flex;\n  flex-wrap: wrap;\n  background: linear-gradient(#f7f7f7, #fafafa);\n  border-radius: 7px;\n  flex-direction: column;\n  align-items: center;\n  padding: 20px;\n}\n\n.feature-container h2 {\n  font-size: 30px;\n  font-weight: 500;\n  color: #575757;\n  line-height: 1.25em;\n  text-align: center;\n  margin-bottom: 20px;\n  width: 100%;\n}\n\n.feature-columns-wrapper {\n  display: flex;\n  width: 100%;\n  gap: 20px;\n}\n\n.feature-column {\n  flex: 1;\n  padding: 20px;\n  border-radius: 7px;\n}\n\n\/* Ensure feature-content-wrapper has a transparent background *\/\n.feature-content-wrapper {\n  display: flex;\n  align-items: center;\n  background: transparent; \/* Explicitly set to transparent *\/\n}\n\n.feature-image {\n  width: 20%;\n  height: auto;\n  flex-shrink: 0;\n  border-radius: 3px;\n  box-shadow: -4px 0 0 #ce974c; \/* Creates a left border effect without shifting *\/\n}\n\n\n.feature-text-wrapper {\n  width: 80%;\n  margin-left:15px;\n}\n\n.feature-title {\n  font-size: 22px;\n  font-weight: 500;\n  color: #575757;\n  margin: 0;\n  line-height:1.5;\n}\n\n.feature-description {\n  font-size: 18px;\n  font-weight: 400;\n  color: #969696;\n  line-height: 25px;\n  margin: 0 0;\n}\n\n\/* Ensure image remains to the left of text on mobile *\/\n@media (max-width: 768px) {\n  .feature-columns-wrapper {\n    flex-direction: column;\n    gap: 0px; \/* Reduce gap between stacked columns *\/\n  }\n\n  .feature-column {\n    flex: 0 0 100%;\n    padding: 10px 0px; \/* Reduce top and bottom padding to 10px *\/\n  }\n\n  .feature-content-wrapper {\n    flex-direction: row; \/* Keep image and text side by side *\/\n    align-items: center; \/* Align them properly *\/\n  }\n\n  .feature-image {\n    width: 30%; \/* Increase image width on mobile *\/\n  }\n\n  .feature-text-wrapper {\n    width: 70%;\n  }\n\n  .feature-title {\n    font-size: 18px; \/* Reduce title size on mobile *\/\n    line-height: 1.25;\n  }\n\n  .feature-description {\n    font-size: 15px; \/* Reduce description size on mobile *\/\n    line-height: 1.5;\n    margin: 0 0;\n  }\n}\n\n\n\n\n\n\/* lightbox settings *\/\n\/* Style for lightbox thumbnails *\/\n.lightbox-thumbnail {\n    width: 100%; \/* Forces image to fully fill wrapper *\/\n    height: auto;\n    border-radius: 3px;\n    box-shadow: -4px 0 0 #ce974c;\n    object-fit: cover; \/* Ensures image scales properly *\/\n}\n\n@media (max-width: 768px) {\n    .feature-image-wrapper {\n    width: 30% !important; \n    max-width: 30% !important; \n    flex-shrink: 0; \/* Ensures it doesn't shrink *\/\n  }\n\n    .lightbox-thumbnail {\n        width: 100%;\n    }\n}\n\n.feature-image-wrapper {\n    width: 20%; \/* Match .feature-image *\/\n    flex-shrink: 0;\n    display: flex; \/* Ensures the image stays centered *\/\n    align-items: center;\n}\n\n.fancybox-thumbs {\n    background: none !important;\n}\n\n.fancybox-thumbs__list a:before {\n    border: 2px solid #fff !important;\n}\n\n.fancybox-progress {\n    background: #fff !important; \/* Change to your desired color *\/\n}\n\n\n\n\n\/* slider settings *\/\n.fabric-slider-container {\n  position: relative;\n  max-width: 100%;\n  overflow: hidden;\n}\n\n.swiper-slide {\n  position: relative;\n  text-align: center;\n}\n\n.swiper-slide img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n.fabric-caption {\n  position: absolute;\n  bottom: 25px;\n  left: 25px;\n  background: rgba(0, 0, 0, 0.4);\n  color: white;\n  padding: 10px 15px;\n  font-size: 30px;\n  border-radius: 5px;\n  \n  display: flex; \/* Enables flexbox *\/\n  align-items: center; \/* Centers items vertically *\/\n  gap: 10px; \/* Adds space between icon and text *\/\n}\n\n.fabric-caption img {\n  width: 25px;\n  height: auto;\n}\n\n.slider-area {\n    border-radius:7px 0 0 7px !important;\n}\n\n@media (max-width: 768px) {\n    .slider-area {\n    border-radius:7px 7px 0 0 !important;\n}\n}\n\u003c\/style\u003e\n\n\n\u003c!-- Fancybox CSS --\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/fancybox\/3.5.7\/jquery.fancybox.min.css\"\u003e\n\n\u003c!-- Swiper.js CDN --\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"\u003e\u003c\/script\u003e\n\n\n\u003c!-- Features --\u003e\n\n\u003cdiv class=\"feature-container\"\u003e\n    \u003ch2 class=\"gradient padding\"\u003eCustom table covers \u003cspan class=\"no-padding\"\u003eproduct highlights\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cdiv class=\"feature-columns-wrapper\"\u003e\n          \u003cdiv class=\"feature-column\"\u003e\n            \u003cdiv class=\"feature-content-wrapper\"\u003e\n                \u003cdiv class=\"feature-image-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_fabric.jpg?v=1739796992\" data-fancybox=\"product-features\" data-caption=\"Customise your fabric\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_fabric.jpg?v=1739796992\" alt=\"Custom table cover customise your fabric\" class=\"lightbox-thumbnail\"\u003e\n                    \u003c\/a\u003e\n                 \u003c\/div\u003e\n              \u003cdiv class=\"feature-text-wrapper\"\u003e\n                \u003ch3 class=\"feature-title\"\u003eCustomise your fabric\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eChoose from three Kuvr® exclusive fabrics; PolyGuard, NylonSafe and PVCArmour. See our fabric guide.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature-column\"\u003e\n            \u003cdiv class=\"feature-content-wrapper\"\u003e\n                \u003cdiv class=\"feature-image-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_fixings_2.jpg?v=1739796970\" data-fancybox=\"product-features\" data-caption=\"Tie down fixings\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_fixings_2.jpg?v=1739796970\" alt=\"Custom table cover tie down fixings\" class=\"lightbox-thumbnail\"\u003e\n                    \u003c\/a\u003e\n                 \u003c\/div\u003e\n              \u003cdiv class=\"feature-text-wrapper\"\u003e\n                \u003ch3 class=\"feature-title\"\u003eTie down fixings\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eA range of fixings to keep your cover secure and provide dependable protection. See our fixings guide.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-columns-wrapper\"\u003e\n            \u003cdiv class=\"feature-column\"\u003e\n              \u003cdiv class=\"feature-content-wrapper\"\u003e\n                \u003cdiv class=\"feature-image-wrapper\"\u003e\n                 \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_zip.jpg?v=1739797010\" data-fancybox=\"product-features\" data-caption=\"Zip \u0026amp; velcro fastenings\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_zip.jpg?v=1739797010\" alt=\"Custom table cover zip \u0026amp; velcro fastenings\" class=\"lightbox-thumbnail\"\u003e\n                  \u003c\/a\u003e            \n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-text-wrapper\"\u003e\n                  \u003ch3 class=\"feature-title\"\u003eZip \u0026amp; velcro fastenings\u003c\/h3\u003e\n                  \u003cp class=\"feature-description\"\u003eAdd zips or velcro for easier fitting, to create doorways or access hatches. See our fastener guide.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-column\"\u003e\n              \u003cdiv class=\"feature-content-wrapper\"\u003e\n                \u003cdiv class=\"feature-image-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_fixings_2.jpg?v=1739796970\" data-fancybox=\"product-features\" data-caption=\"Dirt repellant fabric\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_fixings_2.jpg?v=1739796970\" alt=\"Custom table cover dirt repellant fabric\" class=\"lightbox-thumbnail\"\u003e\n                    \u003c\/a\u003e\n                 \u003c\/div\u003e\n                \u003cdiv class=\"feature-text-wrapper\"\u003e\n                  \u003ch3 class=\"feature-title\"\u003eDirt repellant fabric\u003c\/h3\u003e\n                  \u003cp class=\"feature-description\"\u003eAll our fabrics are designed to repel dust and dirt and can be cleaned down easily. See our cover care guide.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature-columns-wrapper\"\u003e\n            \u003cdiv class=\"feature-column\"\u003e\n              \u003cdiv class=\"feature-content-wrapper\"\u003e\n                \u003cdiv class=\"feature-image-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_sealed_seams.jpg?v=1739796993\" data-fancybox=\"product-features\" data-caption=\"Heat sealed seams\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_sealed_seams.jpg?v=1739796993\" alt=\"Custom table cover heat sealed seams\" class=\"lightbox-thumbnail\"\u003e\n                    \u003c\/a\u003e\n                 \u003c\/div\u003e\n                \u003cdiv class=\"feature-text-wrapper\"\u003e\n                  \u003ch3 class=\"feature-title\"\u003eHeat sealed seams\u003c\/h3\u003e\n                  \u003cp class=\"feature-description\"\u003ePrevents water leakage through stitched seams. Covered items stay dry and damage-free.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-column\"\u003e\n              \u003cdiv class=\"feature-content-wrapper\"\u003e\n                \u003cdiv class=\"feature-image-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_air_vent.jpg?v=1739796992\" data-fancybox=\"product-features\" data-caption=\"Air flow vents\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_air_vent.jpg?v=1739796992\" alt=\"Custom table cover air flow vents\" class=\"lightbox-thumbnail\"\u003e\n                    \u003c\/a\u003e\n                 \u003c\/div\u003e\n                \u003cdiv class=\"feature-text-wrapper\"\u003e\n                  \u003ch3 class=\"feature-title\"\u003eAir flow vents\u003c\/h3\u003e\n                  \u003cp class=\"feature-description\"\u003eEvery cover includes vents to help with air circulation, release trapped condensation and prevent mildew.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature-columns-wrapper\"\u003e\n            \u003cdiv class=\"feature-column\"\u003e\n              \u003cdiv class=\"feature-content-wrapper\"\u003e\n                \u003cdiv class=\"feature-image-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_handle_2.jpg?v=1739796970\" data-fancybox=\"product-features\" data-caption=\"Pull down handles\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_handle_2.jpg?v=1739796970\" alt=\"Custom table cover pull down handles\" class=\"lightbox-thumbnail\"\u003e\n                    \u003c\/a\u003e\n                 \u003c\/div\u003e\n                \u003cdiv class=\"feature-text-wrapper\"\u003e\n                  \u003ch3 class=\"feature-title\"\u003ePull down handles\u003c\/h3\u003e\n                  \u003cp class=\"feature-description\"\u003eFitting your cover is a breeze with built-in handles that make it easy to pull it into place!\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-column\"\u003e\n              \u003cdiv class=\"feature-content-wrapper\"\u003e\n                \u003cdiv class=\"feature-image-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_bag.jpg?v=1739796993\" data-fancybox=\"product-features\" data-caption=\"Superior storage bag\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/custom_cover_bag.jpg?v=1739796993\" alt=\"Custom table cover superior storage bag\" class=\"lightbox-thumbnail\"\u003e\n                    \u003c\/a\u003e\n                 \u003c\/div\u003e\n                \u003cdiv class=\"feature-text-wrapper\"\u003e\n                  \u003ch3 class=\"feature-title\"\u003eSuperior storage bag\u003c\/h3\u003e\n                  \u003cp class=\"feature-description\"\u003eKeeps your cover clean and dust-free when not in use, crafted with the same care and quality as our covers.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\u003cbr\u003e\n\n\n\u003c!-- First block --\u003e\n\u003cdiv class=\"custom-layout\"\u003e\n    \u003cdiv class=\"custom-text-area\"\u003e\n        \u003ch2 class=\"gradient padding\"\u003eCustom size table covers \u003cspan class=\"no-padding\"\u003ethat actually fit and protect\u003c\/span\u003e. Stop the rot today.\u003c\/h2\u003e\n        \u003cp\u003ePoor fitting off-the-shelf covers are the number one reason your outdoor table will become weather damaged... if it hasn't already been.\u003c\/p\u003e\n        \u003cp\u003eKuvr® custom size outdoor table covers are tailored to your measurements and manufactured from your choice of high-quality fabrics and fixings to ensure a perfect, great-looking fit for year-round protection.\u003c\/p\u003e\n        \u003cp\u003eFind true peace of mind today. Protect your outdoor table — once and for all — with a made-to-measure cover.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-image-area\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/table-cover_35a636e5-c270-4f81-bc0d-870b90bfe9b1.jpg?v=1739540743\" alt=\"Placeholder Image\"\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"custom-row\"\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Custom made\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Perfect, great looking fit\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Better protection\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        True peace of mind\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\n\u003c!-- Second block --\u003e\n\u003cdiv class=\"custom-layout second-block\"\u003e\n    \u003cdiv class=\"custom-text-area\"\u003e\n        \u003ch2 class=\"gradient padding\"\u003e\n\u003cspan class=\"no-padding\"\u003eFree diagrams\u003c\/span\u003e of your custom size table cover. Guaranteed fit.\u003c\/h2\u003e\n        \u003cp\u003eRequest free, no obligation scaled diagrams of your cover before you order, sent to your inbox within 24 hours. Experience our expert service before you spend a penny. If you want to order right away, we'll send these within 24 hours of purchase.\u003c\/p\u003e\n        \u003cp\u003eThe design process is an essential part of our service to you. You need to know we've understood you correctly and we need to ensure oversights are caught before anything goes to production.\u003c\/p\u003e\n        \u003cp\u003eHow else can we guarantee your cover will fit first time, every time, and provide maximum protection?\u003c\/p\u003e\n        \u003cp\u003eSee our measuring guide.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-image-area\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/table-cover_35a636e5-c270-4f81-bc0d-870b90bfe9b1.jpg?v=1739540743\" alt=\"Placeholder Image\"\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"custom-row\"\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Custom made\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Perfect, great looking fit\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Better protection\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        True peace of mind\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c!-- Third block --\u003e\n\u003cdiv class=\"custom-layout\"\u003e\n    \u003cdiv class=\"custom-text-area\"\u003e\n        \u003ch2 class=\"gradient padding\"\u003eWe ship custom table covers \u003cspan class=\"no-padding\"\u003eworldwide. Fast.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp\u003eOnce you place your order and approve your design it goes straight to production. Manufacturing to delivery takes as little as 7-10 days with our express service. We keep you updated throughout and ship via a fully tracked service.\u003c\/p\u003e\n        \u003cp\u003eYour custom size table cover is made specially for you. Whilst we can't provide next day delivery, it will fit better, look better and outlast anything you've purchased before.\u003c\/p\u003e\n        \u003cp\u003eFull details regarding shipping can be found here.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-image-area\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/table-cover_35a636e5-c270-4f81-bc0d-870b90bfe9b1.jpg?v=1739540743\" alt=\"Placeholder Image\"\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"custom-row\"\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Custom made\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Perfect, great looking fit\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Better protection\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        True peace of mind\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c!-- Fourth block --\u003e\n\u003cdiv class=\"custom-layout second-block\"\u003e\n    \u003cdiv class=\"custom-text-area\"\u003e\n        \u003ch2 class=\"gradient padding\"\u003eA warranty that \u003cspan class=\"no-padding\"\u003eprotects you\u003c\/span\u003e, just as much as the table you're covering.\u003c\/h2\u003e\n        \u003cp\u003eWe truly believe in the custom size table covers we manufacture. All fabrics and workmanship are protected by a no-nonsense warranty. Lifetime protection is available with our KuvrPlus® care package.\u003c\/p\u003e\n        \u003cp\u003eIf anything should fail, we'll repair or replace it. See our warranty section for more information.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-image-area\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/table-cover_35a636e5-c270-4f81-bc0d-870b90bfe9b1.jpg?v=1739540743\" alt=\"Placeholder Image\"\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"custom-row\"\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Custom made\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Perfect, great looking fit\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        Better protection\n    \u003c\/div\u003e\n    \u003cdiv class=\"custom-column\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/white-tick.svg?v=1739550087\" alt=\"Tick\"\u003e\n        True peace of mind\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Fancybox JS --\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/fancybox\/3.5.7\/jquery.fancybox.min.js\"\u003e\u003c\/script\u003e\n\n  \u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n      const images = document.querySelectorAll(\".custom-image-area img\");\n  \n      function updateImageScale() {\n          images.forEach((image) =\u003e {\n              let rect = image.getBoundingClientRect();\n              let windowHeight = window.innerHeight;\n              let scaleFactor = 1 + Math.max(0, (windowHeight - rect.top) \/ windowHeight * 0.2);\n              image.style.transform = `scale(${Math.min(scaleFactor, 1.2)})`;\n          });\n      }\n  \n      window.addEventListener(\"scroll\", updateImageScale);\n      updateImageScale();\n  });\n  \u003c\/script\u003e","brand":"Kuvr.co","offers":[{"title":"Default Title","offer_id":42696758231179,"sku":"","price":0.0,"currency_code":"USD","in_stock":true},{"title":"(D#FQX4OI5)","offer_id":42696758263947,"sku":"cube|cm|cube-a|cube-b|cube-c|nyl|blk","price":181.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0380\/4171\/4827\/files\/img-0N7mn0bzM8WT721WfBDIn.jpg?v=1724529489","url":"https:\/\/kuvr.co\/en-us\/products\/garden-furniture-covers-custom-size-copy","provider":"Kuvr.co","version":"1.0","type":"link"}