{"product_id":"leather-handle-big-storage-basket","title":"Leather Handle Big Storage Basket","description":"\u003cp data-start=\"417\" data-end=\"759\"\u003eUpgrade your storage and gifting presentation with this elegant \u003cstrong data-start=\"481\" data-end=\"510\"\u003eLeather Handle Big Basket\u003c\/strong\u003e, thoughtfully crafted to combine style, durability, and functionality. Designed with premium-quality materials and sturdy leather handles, this basket adds a sophisticated touch to home décor, festive gifting, wedding hampers, and luxury packaging.\u003c\/p\u003e\n\u003cp data-start=\"761\" data-end=\"1035\"\u003eIts versatile \u003cstrong data-start=\"775\" data-end=\"793\"\u003e9 x 5 x 7 inch\u003c\/strong\u003e size makes it ideal for organizing essentials, displaying curated gift hampers, storing accessories, or enhancing table décor. The strong construction ensures long-lasting use while the premium finish gives it a refined and modern aesthetic.\u003c\/p\u003e\n\u003cp data-start=\"1037\" data-end=\"1204\"\u003eWhether used for festive gifting, corporate hampers, return favors, or everyday storage, this handcrafted basket offers the perfect blend of elegance and practicality.\u003c\/p\u003e\n\u003ch3 data-section-id=\"1sb5zx1\" data-start=\"1206\" data-end=\"1226\"\u003eProduct Details:\u003c\/h3\u003e\n\u003cul data-start=\"1227\" data-end=\"1499\" data-is-only-node=\"\"\u003e\n\u003cli data-section-id=\"1pu40h\" data-start=\"1227\" data-end=\"1274\"\u003e\n\u003cstrong data-start=\"1229\" data-end=\"1246\"\u003eProduct Name:\u003c\/strong\u003e Leather Handle Big Basket\u003c\/li\u003e\n\u003cli data-section-id=\"n07rdt\" data-start=\"1275\" data-end=\"1321\"\u003e\n\u003cstrong data-start=\"1277\" data-end=\"1292\"\u003eDimensions:\u003c\/strong\u003e 9 x 5 x 7 Inch (L x B x H)\u003c\/li\u003e\n\u003cli data-section-id=\"1f9mj8w\" data-start=\"1322\" data-end=\"1375\"\u003e\n\u003cstrong data-start=\"1324\" data-end=\"1337\"\u003eMaterial:\u003c\/strong\u003e Premium Basket with Leather Handles\u003c\/li\u003e\n\u003cli data-section-id=\"diewbm\" data-start=\"1376\" data-end=\"1458\"\u003e\n\u003cstrong data-start=\"1378\" data-end=\"1388\"\u003eUsage:\u003c\/strong\u003e Gift Hampers, Home Décor, Storage, Festive Packaging, Wedding Gifts\u003c\/li\u003e\n\u003cli data-section-id=\"19siq6y\" data-start=\"1459\" data-end=\"1499\"\u003e\n\u003cstrong data-start=\"1461\" data-end=\"1471\"\u003eStyle:\u003c\/strong\u003e Elegant \u0026amp; Reusable Design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstyle\u003e\n  :root {\n    --heading-size-desktop: 2.4rem;\n    --heading-size-tablet: 2rem;\n    --heading-size-mobile: 1.8rem;\n\n    --text-size-desktop: 1.4rem;\n    --text-size-tablet: 1.3rem;\n    --text-size-mobile: 1.2rem;\n  }\n\n  p {\n    color: rgba(var(--color-foreground));\n  }\n\n  .product-extended-box {\n    padding: 20px;\n    border-radius: 6px;\n    margin: 0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 35px;\n  }\n\n  \/* Left image *\/\n  .product-extended-box .col-image {\n    flex: 1 1 300px;\n    max-width: 380px;\n  }\n\n  .product-extended-box .col-image img {\n    width: 100%;\n    border-radius: 4px;\n    display: block;\n  }\n\n  \/* Right content *\/\n  .product-extended-box .col-content {\n    flex: 2 1 500px;\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n  }\n\n  .product-extended-box h2 {\n    font-weight: 600;\n    font-size: var(--heading-size-desktop);\n    margin: 0 0 5px;\n  }\n\n  .product-extended-box p {\n    margin: 0;\n    line-height: 1.6;\n    font-size: var(--text-size-desktop);\n  }\n\n  \/* Features and Uses 4-column *\/\n  .product-extended-box .details-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n  }\n\n  .product-extended-box h3 {\n    font-size: var(--heading-size-desktop);\n    margin-bottom: 8px;\n  }\n\n  .product-extended-box ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n\n  .product-extended-box ul li {\n    margin-bottom: 8px;\n    font-size: var(--text-size-desktop);\n    line-height: 1.5;\n  }\n\n  .product-extended-box .brand-info {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-top: 10px;\n    flex-direction: column;\n  }\n\n  .common-use {\n    font-size: var(--text-size-desktop);\n  }\n\n  .product-extended-box .brand-text p {\n    margin: 0 0 8px;\n    line-height: 1.5;\n    font-size: var(--text-size-desktop);\n  }\n\n   @media (max-width:1300px) {\n     .product-extended-box .details-grid{\n           grid-template-columns: repeat(2, 1fr);\n     }\n   }\n  \/* Tablet *\/\n  @media (max-width: 991px) {\n    .product-extended-box {\n      gap: 25px;\n    }\n\n    .product-extended-box h2 {\n      font-size: var(--heading-size-tablet);\n    }\n\n    .product-extended-box h3 {\n      font-size: var(--heading-size-tablet);\n    }\n\n    .product-extended-box p,\n    .product-extended-box ul li,\n    .common-use,\n    .brand-text p {\n      font-size: var(--text-size-tablet);\n    }\n\n    .product-extended-box .details-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  \/* Mobile *\/\n  @media (max-width: 600px) {\n    .product-extended-box {\n      flex-direction: column;\n      gap: 20px;\n    }\n    .product-extended-box .col-image{\n          flex: 0;\n    }\n    .product-extended-box{\n      padding:0;\n    }\n\n    .product-extended-box .col-image,\n    .product-extended-box .col-content {\n      max-width: 100%;\n    }\n\n    .product-extended-box h2 {\n      font-size: var(--heading-size-mobile);\n    }\n\n    .product-extended-box h3 {\n      font-size: var(--heading-size-mobile);\n    }\n\n    .product-extended-box p,\n    .product-extended-box ul li,\n    .common-use,\n    .brand-text p {\n      font-size: var(--text-size-mobile);\n    }\n\n    .product-extended-box .details-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e","brand":"The Gift Box By Shakkr","offers":[{"title":"Option 1 (9x5x7)","offer_id":50200124358849,"sku":"BASK-23","price":1800.0,"currency_code":"INR","in_stock":true},{"title":"Option 2 (7x4x7)","offer_id":50200124391617,"sku":"BASK-24","price":1250.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0849\/3452\/5121\/files\/leatherhandlebigbasket.jpg?v=1778418919","url":"https:\/\/thegiftboxbyshakkr.com\/products\/leather-handle-big-storage-basket","provider":"The Gift Box By Shakkr","version":"1.0","type":"link"}