{"id":13856,"date":"2026-04-15T16:12:15","date_gmt":"2026-04-15T10:12:15","guid":{"rendered":"https:\/\/offer.texloo.com\/?page_id=13856"},"modified":"2026-04-17T22:30:08","modified_gmt":"2026-04-17T16:30:08","slug":"texloo-fashion","status":"publish","type":"page","link":"https:\/\/offer.texloo.com\/","title":{"rendered":"Texloo Fashion"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13856\" class=\"elementor elementor-13856\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb847bd e-flex e-con-boxed e-con e-parent\" data-id=\"fb847bd\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b80520b elementor-widget elementor-widget-html\" data-id=\"b80520b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Anek+Bangla:wght@400;600;700;800&family=Poppins:wght@400;600;800&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary: #9b59b6; \r\n            --accent: #d81b60;  \r\n            --bg: #f8f9fa;\r\n            --white: #ffffff;\r\n            --text: #333;\r\n            --font-main: 'Poppins', 'Anek Bangla', sans-serif;\r\n            --midnight: #1a2a40;\r\n        }\r\n\r\n        body { font-family: var(--font-main); background: var(--bg); margin: 0; scroll-behavior: smooth; color: var(--text); overflow-x: hidden; }\r\n\r\n        \/* --- Global Header --- *\/\r\n        .site-header { background: white; padding: 10px 5%; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: sticky; top:0; z-index: 1000; height: 70px; box-sizing: border-box; }\r\n        .brand-name { font-size: 24px; font-weight: 900; color: var(--primary); letter-spacing: -1px; text-decoration: none; }\r\n        \r\n        .header-nav { display: flex; gap: 20px; align-items: center; }\r\n        .header-nav a { text-decoration: none; color: var(--text); font-weight: 600; font-size: 15px; transition: 0.3s; cursor: pointer; display: flex; align-items: center; }\r\n        .header-nav a:hover { color: var(--primary); }\r\n        \r\n        .menu-toggle { display: none; font-size: 24px; cursor: pointer; color: var(--primary); }\r\n\r\n        \/* Mobile Side Nav *\/\r\n        .side-nav { position: fixed; top: 0; left: -280px; width: 280px; height: 100%; background: white; z-index: 2100; transition: 0.4s; box-shadow: 5px 0 15px rgba(0,0,0,0.1); padding: 20px; box-sizing: border-box; }\r\n        .side-nav.active { left: 0; }\r\n        .side-nav .close-btn { text-align: right; font-size: 25px; cursor: pointer; margin-bottom: 20px; color: var(--accent); }\r\n        .side-nav a { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #f1f1f1; text-decoration: none; color: var(--text); font-weight: 600; cursor: pointer; }\r\n        .nav-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 2000; display: none; }\r\n        .nav-overlay.active { display: block; }\r\n\r\n        @media (max-width: 768px) {\r\n            .header-nav { display: none; }\r\n            .menu-toggle { display: block; }\r\n            .site-header { padding: 10px 15px; height: 60px; }\r\n        }\r\n\r\n        \/* --- View 1: Category Menu --- *\/\r\n        #cat-view { max-width: 1100px; margin: 20px auto; padding: 0 15px; }\r\n        .hero-banner { text-align: center; padding: 40px 15px; background: linear-gradient(135deg, #1a2a40, #2c3e50); color: white; border-radius: 15px; margin-bottom: 30px; position: relative; overflow: hidden; }\r\n        .hero-banner h1 { font-size: 28px; margin-bottom: 10px; }\r\n        \r\n        .promo-timer { display: flex; justify-content: center; gap: 10px; margin-top: 15px; }\r\n        .timer-unit { background: rgba(255,255,255,0.2); padding: 8px 12px; border-radius: 8px; font-weight: 800; min-width: 50px; }\r\n        .timer-unit span { display: block; font-size: 10px; font-weight: 400; text-transform: uppercase; }\r\n\r\n        .cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }\r\n        @media (min-width: 768px) { .cat-grid { grid-template-columns: repeat(4, 1fr); } }\r\n\r\n        .cat-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); cursor: pointer; transition: 0.3s; text-align: center; border: 1px solid #eee; position: relative; }\r\n        .cat-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }\r\n        .discount-badge { position: absolute; top: 10px; left: 10px; background: var(--accent); color: white; padding: 4px 10px; border-radius: 5px; font-size: 12px; font-weight: 800; z-index: 10; }\r\n        .cat-card img { width: 100%; height: 200px; object-fit: cover; }\r\n        .cat-card h3 { font-size: 15px; margin: 15px 10px 5px; height: 40px; display: flex; align-items: center; justify-content: center; }\r\n        .cat-card .price-tag { color: var(--accent); font-weight: 800; font-size: 18px; padding-bottom: 15px; display: block; }\r\n\r\n        \/* --- Trust Sections --- *\/\r\n        .trust-section { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin: 40px 0; }\r\n        @media (min-width: 768px) { .trust-section { grid-template-columns: repeat(4, 1fr); } }\r\n        .trust-card { text-align: center; padding: 20px; background: white; border-radius: 12px; border: 1px solid #eee; }\r\n        .trust-card i { font-size: 24px; color: var(--primary); margin-bottom: 10px; }\r\n        .trust-card p { font-size: 14px; font-weight: 600; margin: 0; }\r\n\r\n        .review-section { margin: 40px 0; position: relative; }\r\n        .section-title { text-align: center; font-weight: 800; margin-bottom: 25px; font-size: 22px; }\r\n        .review-container { position: relative; display: flex; align-items: center; padding: 0 40px; }\r\n        .review-scroll { display: flex; gap: 15px; overflow-x: auto; padding: 10px 5px; scrollbar-width: none; scroll-behavior: smooth; }\r\n        .review-scroll::-webkit-scrollbar { display: none; }\r\n        .review-card { min-width: 280px; background: white; padding: 20px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }\r\n        .stars { color: #f1c40f; margin-bottom: 10px; }\r\n        .review-card p { font-size: 13px; font-style: italic; color: #666; }\r\n        .review-user { display: flex; align-items: center; gap: 10px; margin-top: 15px; }\r\n        .review-user img { width: 40px; height: 40px; border-radius: 50%; }\r\n        .review-user span { font-weight: 700; font-size: 14px; }\r\n        \r\n        .rev-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: white; border: 1px solid #eee; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 10px rgba(0,0,0,0.1); color: var(--primary); }\r\n        .rev-left { left: 0; } .rev-right { right: 0; }\r\n\r\n        \/* --- View 2: Selection UI --- *\/\r\n        #selection-view { display: none; padding-bottom: 80px; }\r\n        .selection-banner { background: var(--primary); background: linear-gradient(135deg, var(--primary) 0%, #7d3c98 100%); color: white; padding: 30px 20px; margin: 10px; border-radius: 15px; text-align: center; box-shadow: 0 10px 20px rgba(155, 89, 182, 0.2); transition: 0.5s; }\r\n        .selection-banner h2 { font-size: 22px; margin-bottom: 5px; text-transform: uppercase; font-weight: 800; }\r\n        .timer-box-large { font-size: 42px; font-weight: 800; color: #ffeb3b; margin: 15px 0; letter-spacing: 2px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }\r\n        .savings-tag { background: #ffeb3b; color: #000; padding: 6px 18px; border-radius: 50px; font-weight: 800; font-size: 14px; display: inline-block; margin-top: 5px; animation: pulse 1.5s infinite; }\r\n        @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }\r\n        \r\n        .delivery-badge { background: #fff; color: var(--accent); padding: 4px 12px; border-radius: 50px; font-weight: bold; font-size: 11px; display: inline-block; margin-top: 5px; }\r\n\r\n        .dynamic-note { background: #fff3cd; color: #856404; padding: 12px; border-radius: 8px; margin-bottom: 15px; font-size: 14px; font-weight: 700; text-align: center; border: 1px solid #ffeeba; display: none; animation: slideDown 0.5s ease; }\r\n        @keyframes slideDown { from { transform: translateY(-20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }\r\n\r\n        .progress-container { background: white; padding: 15px; position: sticky; top: 70px; z-index: 999; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }\r\n        .progress-label { display: flex; justify-content: space-between; font-weight: bold; margin-bottom: 6px; font-size: 13px; }\r\n        .bar-bg { background: #eee; height: 10px; border-radius: 10px; overflow: hidden; }\r\n        .bar-fill { background: var(--accent); height: 100%; width: 0%; transition: 0.4s ease; }\r\n\r\n        .item-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; max-width: 1000px; margin: auto; }\r\n        @media (min-width: 768px) { .item-grid { grid-template-columns: repeat(4, 1fr); } }\r\n\r\n        .item-card { background: white; border-radius: 12px; overflow: hidden; border: 3px solid transparent; cursor: pointer; position: relative; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: 0.2s; }\r\n        .item-card img { width: 100%; height: 220px; object-fit: cover; display: block;}\r\n        .item-card.selected { border-color: var(--primary); transform: scale(0.98); }\r\n        .select-badge { position: absolute; top: 10px; right: 10px; background: var(--primary); color: white; width: 26px; height: 26px; border-radius: 50%; display: none; align-items: center; justify-content: center; font-size: 13px; font-weight: bold; z-index: 2; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }\r\n        .limit-reached .item-card:not(.selected) { opacity: 0.5; pointer-events: none; filter: grayscale(0.5); }\r\n\r\n        \/* --- Checkout Section --- *\/\r\n        .checkout-wrapper { max-width: 1000px; margin: 20px auto; padding: 0 15px; display: grid; grid-template-columns: 1fr; gap: 20px;scroll-margin-top: 180px;}\r\n        @media (min-width: 850px) { .checkout-wrapper { grid-template-columns: 1.5fr 1fr; } }\r\n        .order-form-box { background: white; padding: 25px; border-radius: 15px; border: 1px solid #e1e1e1; }\r\n        .input-group { margin-bottom: 15px; }\r\n        .input-group label { display: block; margin-bottom: 5px; font-weight: bold; font-size: 14px; }\r\n        .input-group input, .input-group textarea { width: 100%; padding: 14px; border: 1px solid #ddd; border-radius: 10px; box-sizing: border-box; font-size: 15px; font-family: 'Anek Bangla', sans-serif;}\r\n\r\n        .summary-box { background: white; padding: 25px; border-radius: 15px; border: 1px solid #e1e1e1; height: fit-content; position: sticky; top: 140px;}\r\n        .summary-title { border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 15px; font-weight: bold; display: flex; align-items: center; gap: 10px; }\r\n        .summary-row { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 15px; }\r\n        .total-row { border-top: 1px solid #eee; padding-top: 15px; margin-top: 10px; display: flex; justify-content: space-between; font-weight: 800; font-size: 20px; color: var(--accent); }\r\n\r\n        .size-selector { display: flex; gap: 8px; margin: 15px 0; justify-content: center; flex-wrap: wrap; }\r\n        .size-chip { border: 2px solid #eee; padding: 10px 22px; border-radius: 8px; cursor: pointer; font-weight: 800; transition: 0.2s; background: #fff; }\r\n        .size-chip.active { background: var(--primary); color: white; border-color: var(--primary); }\r\n\r\n        .confirm-btn { background: var(--accent); color: white; width: 100%; padding: 20px; border: none; border-radius: 12px; font-size: 18px; font-weight: 800; cursor: pointer; margin-top: 15px; box-shadow: 0 5px 15px rgba(216, 27, 96, 0.3); transition: 0.3s; font-family: 'Anek Bangla', sans-serif;}\r\n        .confirm-btn:disabled { background: #ccc; box-shadow: none; cursor: not-allowed; opacity: 0.7; }\r\n\r\n        \/* --- Footer --- *\/\r\n        .site-footer { background: #1a2a40; color: white; padding: 50px 5% 20px; margin-top: 50px; }\r\n        .footer-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 30px; margin-bottom: 40px; }\r\n        @media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }\r\n        .footer-col h4 { margin-bottom: 20px; color: var(--primary); font-size: 18px; }\r\n        .footer-col p, .footer-col a { color: #ccc; text-decoration: none; font-size: 14px; line-height: 1.8; display: block; }\r\n        .payment-icons { display: flex; gap: 10px; margin-top: 15px; flex-wrap: wrap; }\r\n        .payment-icons img { height: 30px; background: white; padding: 5px; border-radius: 4px; }\r\n        .copyright { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 12px; color: #888; }\r\n\r\n        \/* --- Premium Thank You View Layout --- *\/\r\n        #thankyou-view { display: none; padding: 40px 15px 100px; max-width: 600px; margin: auto; font-weight: 400; color: #444; }\r\n        .invoice-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 45px rgba(0,0,0,0.1); border: 1px solid #f0f0f0; }\r\n        .invoice-header { background: #1a2a40; color: white; padding: 40px 20px; text-align: center; }\r\n        .invoice-header h2 { margin: 0; font-size: 24px; font-weight: 400; letter-spacing: 1px; }\r\n        .invoice-header p { margin: 12px 0 0; font-size: 15px; opacity: 0.9; line-height: 1.6; font-weight: 400; }\r\n        .order-tag { background: var(--accent); display: inline-block; padding: 5px 15px; border-radius: 50px; font-size: 13px; margin-top: 20px; letter-spacing: 1px; font-weight: 600; color: #fff;}\r\n        \r\n        .invoice-body { padding: 35px 25px; }\r\n        .info-section { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #eee; }\r\n        .info-cell label { display: block; font-size: 11px; color: #999; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; font-weight: 600; }\r\n        .info-cell p { margin: 0; font-size: 14px; color: #222; font-weight: 400; }\r\n        \r\n        .product-summary-title { font-size: 16px; margin-bottom: 15px; color: #1a2a40; border-left: 3px solid var(--accent); padding-left: 10px; font-weight: 400; }\r\n        #res-items-list { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 25px; }\r\n        .mini-res-row { display: flex; justify-content: space-between; padding: 12px; background: #fcfcfc; border-radius: 8px; border: 1px solid #f0f0f0; font-size: 14px; font-weight: 400; }\r\n\r\n        .total-box { background: #f8f9fa; padding: 20px; border-radius: 12px; display: flex; justify-content: space-between; align-items: center; }\r\n        .total-box label { font-size: 16px; color: #666; font-weight: 400; }\r\n        .total-box span { font-size: 24px; color: var(--accent); font-weight: 400; }\r\n\r\n        .invoice-footer { text-align: center; padding: 25px; background: #fafafa; border-top: 1px solid #f0f0f0; font-size: 13px; color: #888; }\r\n        \r\n        @media print {\r\n            .site-header, .action-btns, .site-footer { display: none !important; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"nav-overlay\" id=\"overlay\" onclick=\"toggleMenu()\"><\/div>\r\n\r\n    <div class=\"side-nav\" id=\"sideNav\">\r\n        <div class=\"close-btn\" onclick=\"toggleMenu()\"><i class=\"fas fa-times\"><\/i><\/div>\r\n        <a onclick=\"goHome(); toggleMenu();\">\u09b9\u09cb\u09ae \u09aa\u09c7\u099c<\/a>\r\n        <a onclick=\"loadCategory('regular'); toggleMenu();\">Regular Polo<\/a>\r\n        <a onclick=\"loadCategory('executive'); toggleMenu();\">Executive Polo<\/a>\r\n        <a onclick=\"loadCategory('premium'); toggleMenu();\">Premium Polo<\/a>\r\n        <a onclick=\"loadCategory('tshirt'); toggleMenu();\">Solid T-Shirt<\/a>\r\n    <\/div>\r\n\r\n    <header class=\"site-header\">\r\n        <div class=\"menu-toggle\" id=\"hamburger\" onclick=\"toggleMenu()\"><i class=\"fas fa-bars\"><\/i><\/div>\r\n        <a href=\"javascript:void(0)\" onclick=\"goHome()\" class=\"brand-name\">TEXLOO FASHION<\/a>\r\n        <nav class=\"header-nav\">\r\n            <a onclick=\"goHome()\">Home<\/a>\r\n            <a onclick=\"loadCategory('regular')\">Regular Polo<\/a>\r\n            <a onclick=\"loadCategory('executive')\">Executive Polo<\/a>\r\n            <a onclick=\"loadCategory('premium')\">Premium Polo<\/a>\r\n            <a onclick=\"loadCategory('tshirt')\">Solid T-Shirt<\/a>\r\n        <\/nav>\r\n        <div style=\"font-weight: 800; font-size: 16px; color: var(--primary);\">\r\n            <i class=\"fas fa-shopping-bag\"><\/i> <span id=\"bag-count\">0<\/span>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <div id=\"cat-view\">\r\n        <div class=\"hero-banner\">\r\n            <h1>TEXLOO Premium Collection 2026<\/h1>\r\n            <p>\u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u099b\u09a8\u09cd\u09a6\u09c7\u09b0 \u0995\u09ae\u09cd\u09ac\u09cb\u099f\u09bf \u09ac\u09c7\u099b\u09c7 \u09a8\u09bf\u09a8 - \u0985\u09ab\u09be\u09b0 \u09b6\u09c7\u09b7 \u09b9\u09a4\u09c7 \u09ac\u09be\u0995\u09bf<\/p>\r\n            <div class=\"promo-timer\">\r\n                <div class=\"timer-unit\" id=\"hours\">00<span>Hours<\/span><\/div>\r\n                <div class=\"timer-unit\" id=\"minutes\">00<span>Mins<\/span><\/div>\r\n                <div class=\"timer-unit\" id=\"seconds\">00<span>Secs<\/span><\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"cat-grid\">\r\n            <div class=\"cat-card\" onclick=\"loadCategory('regular')\">\r\n                <div class=\"discount-badge\">\u09b8\u09be\u09b6\u09cd\u09b0\u09df \u0995\u09b0\u09c1\u09a8 \u09f3 \u09e8\u09ec\u09e6<\/div>\r\n                <img decoding=\"async\" src=\"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/02\/10-1.png\">\r\n                <h3>Regular Polo Combo (2pcs)<\/h3>\r\n                <span class=\"price-tag\">\u09f3 1190<\/span>\r\n            <\/div>\r\n            <div class=\"cat-card\" onclick=\"loadCategory('executive')\">\r\n                <div class=\"discount-badge\">\u09b8\u09be\u09b6\u09cd\u09b0\u09df \u0995\u09b0\u09c1\u09a8 \u09f3 \u09eb\u09e6\u09e6<\/div>\r\n                <img decoding=\"async\" src=\"https:\/\/combo.texloo.com\/wp-content\/uploads\/2025\/09\/GentiX-6-scaled.png\">\r\n                <h3>Executive Combo (5pcs)<\/h3>\r\n                <span class=\"price-tag\">\u09f3 1150<\/span>\r\n            <\/div>\r\n            <div class=\"cat-card\" onclick=\"loadCategory('premium')\">\r\n                <div class=\"discount-badge\">\u09b8\u09be\u09b6\u09cd\u09b0\u09df \u0995\u09b0\u09c1\u09a8 \u09f3 \u09ee\u09e7\u09e6<\/div>\r\n                <img decoding=\"async\" src=\"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/02\/GX-Polo-4.png\">\r\n                <h3>Premium Choice (3pcs)<\/h3>\r\n                <span class=\"price-tag\">\u09f3 1290<\/span>\r\n            <\/div>\r\n            <div class=\"cat-card\" onclick=\"loadCategory('new', '\u09a8\u09bf\u0989 \u0985\u09cd\u09af\u09be\u09b0\u09be\u0987\u09ad\u09be\u09b2 \u09e7\u09e6\u09ef\u09e6 \u099f\u09be\u0995\u09be', 1800, 2500)\">\r\n                <div class=\"discount-badge\">New Arrival<\/div>\r\n                <img decoding=\"async\" src=\"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/04\/Tshirt-M.png\">\r\n                <h3>New Arrival (5pcs Combo)<\/h3>\r\n                <span class=\"price-tag\">\u09f3 1090<\/span>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"trust-section\">\r\n            <div class=\"trust-card\"><i class=\"fas fa-shipping-fast\"><\/i><p>\u09a6\u09cd\u09b0\u09c1\u09a4 \u09b9\u09cb\u09ae \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf<\/p><\/div>\r\n            <div class=\"trust-card\"><i class=\"fas fa-undo\"><\/i><p>\u09e9 \u09a6\u09bf\u09a8\u09c7\u09b0 \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u09aa\u09b2\u09bf\u09b8\u09bf<\/p><\/div>\r\n            <div class=\"trust-card\"><i class=\"fas fa-shield-alt\"><\/i><p>\u09e7\u09e6\u09e6% \u0985\u09b0\u09bf\u099c\u09bf\u09a8\u09be\u09b2 \u09aa\u09a8\u09cd\u09af<\/p><\/div>\r\n            <div class=\"trust-card\"><i class=\"fas fa-headset\"><\/i><p>\u09e8\u09ea\/\u09ed \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u09b8\u09be\u09aa\u09cb\u09b0\u09cd\u099f<\/p><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"review-section\">\r\n            <h2 class=\"section-title\">\u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u09b0\u09bf\u09ad\u09bf\u0989<\/h2>\r\n            <div class=\"review-container\">\r\n                <div class=\"rev-arrow rev-left\" onclick=\"scrollReviews(-1)\"><i class=\"fas fa-chevron-left\"><\/i><\/div>\r\n                <div class=\"review-scroll\" id=\"reviewScroll\">\r\n                    <div class=\"review-card\">\r\n                        <div class=\"stars\"><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><\/div>\r\n                        <p>\"\u0995\u09be\u09aa\u09dc\u09c7\u09b0 \u09ae\u09be\u09a8 \u098f\u09ac\u0982 \u09b8\u09c7\u09b2\u09be\u0987 \u0985\u09a8\u09c7\u0995 \u09ad\u09be\u09b2\u09cb\u0964 TEXLOO \u09a5\u09c7\u0995\u09c7 \u0986\u0997\u09c7 \u098f\u0995\u09ac\u09be\u09b0 \u09a8\u09bf\u09df\u09c7\u099b\u09bf\u09b2\u09be\u09ae, \u098f\u09ac\u09be\u09b0\u0993 \u09b9\u09a4\u09be\u09b6 \u09b9\u0987\u09a8\u09bf\u0964\"<\/p>\r\n                        <div class=\"review-user\"><img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?u=5\"><span>\u09b0\u09be\u09b6\u09c7\u09a6 \u0996\u09be\u09a8<\/span><\/div>\r\n                    <\/div>\r\n                    <div class=\"review-card\">\r\n                        <div class=\"stars\"><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star-half-alt\"><\/i><\/div>\r\n                        <p>\"\u0985\u09b2\u09cd\u09aa \u09a6\u09be\u09ae\u09c7 \u098f\u09a4 \u09ad\u09be\u09b2\u09cb \u0995\u09cb\u09df\u09be\u09b2\u09bf\u099f\u09bf\u09b0 \u09aa\u09a8\u09cd\u09af \u09ad\u09be\u09ac\u09be \u09af\u09be\u09df\u09a8\u09be\u0964 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u0985\u09a8\u09c7\u0995 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09aa\u09c7\u09df\u09c7\u099b\u09bf\u0964\"<\/p>\r\n                        <div class=\"review-user\"><img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?u=2\"><span>\u0986\u09b0\u09bf\u09ab \u0986\u09b9\u09ae\u09c7\u09a6<\/span><\/div>\r\n                    <\/div>\r\n                    <div class=\"review-card\">\r\n                        <div class=\"stars\"><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><\/div>\r\n                        <p>\"\u0995\u09be\u09b2\u09be\u09b0\u0997\u09c1\u09b2\u09cb \u099b\u09ac\u09bf\u09b0 \u09ae\u09a4\u09cb\u0987 \u09b8\u09c1\u09a8\u09cd\u09a6\u09b0\u0964 \u09b8\u09be\u0987\u099c \u098f\u0995\u09a6\u09ae \u09b8\u09a0\u09bf\u0995 \u099b\u09bf\u09b2\u0964\"<\/p>\r\n                        <div class=\"review-user\"><img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?u=3\"><span>\u09b8\u09c1\u09ae\u09be\u0987\u09df\u09be \u0986\u0995\u09cd\u09a4\u09be\u09b0<\/span><\/div>\r\n                    <\/div>\r\n<div class=\"review-card\">\r\n                        <div class=\"stars\"><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><\/div>\r\n                        <p>\"\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u0996\u09c1\u09ac \u09a6\u09cd\u09b0\u09c1\u09a4 \u09aa\u09c7\u09df\u09c7\u099b\u09bf\u0964 \u09aa\u09cd\u09b0\u09cb\u09a1\u09be\u0995\u09cd\u099f\u0993 \u098f\u0995\u09a6\u09ae \u09a0\u09bf\u0995\u09a0\u09be\u0995 \u099b\u09bf\u09b2\u0964\"<\/p>\r\n                        <div class=\"review-user\"><img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?u=8\"><span>\u09b8\u09cb\u09b9\u09c7\u09b2 \u09b0\u09be\u09a8\u09be<\/span><\/div>\r\n                    <\/div>\r\n<div class=\"review-card\">\r\n                        <div class=\"stars\"><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><\/div>\r\n                        <p>\"\u0995\u09be\u09b2\u09be\u09b0, \u09ab\u09bf\u099f\u09bf\u0982, \u0995\u09cb\u09df\u09be\u09b2\u09bf\u099f\u09bf\u2014\u09b8\u09ac\u0995\u09bf\u099b\u09c1\u0987 \u098f\u0995\u09a6\u09ae \u09aa\u09be\u09b0\u09ab\u09c7\u0995\u09cd\u099f\u0964 \u0985\u09a8\u09c7\u0995 \u09ad\u09be\u09b2\u09cb \u09b2\u09c7\u0997\u09c7\u099b\u09c7\u0964\"<\/p>\r\n                        <div class=\"review-user\"><img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?u=5\"><span>\u099a\u09a8\u09cd\u09a6\u09a8 \u09ac\u09be\u09dc\u0987<\/span><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"rev-arrow rev-right\" onclick=\"scrollReviews(1)\"><i class=\"fas fa-chevron-right\"><\/i><\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div id=\"selection-view\">\r\n        <div id=\"selection-banner\" class=\"selection-banner\">\r\n            <h2 id=\"view-title\">\u09eb \u09aa\u09bf\u09b8 \u09aa\u09cb\u09b2\u09cb \u09e7\u09e7\u09eb\u09e6 \u099f\u09be\u0995\u09be<\/h2>\r\n            <div class=\"instruction\">\u09a8\u09bf\u099a\u09c7\u09b0 \u099b\u09ac\u09bf\u0997\u09c1\u09b2\u09cb \u09a5\u09c7\u0995\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u099b\u09a8\u09cd\u09a6\u09c7\u09b0 \u099b\u09ac\u09bf \u09b8\u09bf\u09b2\u09c7\u0995\u09cd\u099f \u0995\u09b0\u09c1\u09a8 \ud83d\udc47<\/div>\r\n            <div class=\"timer-box-large\" id=\"sel-timer-large\">00:00:00<\/div>\r\n            <div id=\"savings-display\" class=\"savings-tag\">\u09b8\u09be\u09b6\u09cd\u09b0\u09df \u0995\u09b0\u09c1\u09a8 \u09f3 \u09e6<\/div>\r\n            <p style=\"font-size: 12px; margin-top: 10px; opacity: 0.9;\">\u09e7\u09e6\u09e6% \u09aa\u09cd\u09b0\u09bf\u09ae\u09bf\u09df\u09be\u09ae \u09ab\u09c7\u09ac\u09cd\u09b0\u09bf\u0995 | \u0995\u09cd\u09af\u09be\u09b6 \u0985\u09a8 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"progress-container\">\r\n            <div id=\"dynamic-promo-note\" class=\"dynamic-note\"><\/div>\r\n            <div class=\"progress-label\">\r\n                <span>\u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09a8 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7<\/span>\r\n                <span id=\"progress-text\">0\/5<\/span>\r\n            <\/div>\r\n            <div class=\"bar-bg\"><div id=\"progressBar\" class=\"bar-fill\"><\/div><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"item-grid\" id=\"productGrid\"><\/div>\r\n\r\n        <div class=\"checkout-wrapper\" id=\"order-area\">\r\n            <div class=\"order-form-box\">\r\n                <h3 style=\"margin:0 0 20px 0; font-size: 18px; border-bottom: 2px solid #1a2a40; display: inline-block; font-weight: 400;\">\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09a8\u09ab\u09be\u09b0\u09cd\u09ae \u0995\u09b0\u09a4\u09c7 \u09a8\u09bf\u099a\u09c7\u09b0 \u09a4\u09a5\u09cd\u09af\u0997\u09c1\u09b2\u09cb \u09aa\u09c1\u09b0\u09a8 \u0995\u09b0\u09c1\u09a8 <\/h3>\r\n                <div class=\"input-group\">\r\n                    <label>\u0986\u09aa\u09a8\u09be\u09b0 \u09a8\u09be\u09ae *<\/label>\r\n                    <input type=\"text\" id=\"custName\" placeholder=\"\u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09a8\u09be\u09ae \u09b2\u09bf\u0996\u09c1\u09a8\">\r\n                <\/div>\r\n                <div class=\"input-group\">\r\n                    <label>\u09ae\u09cb\u09ac\u09be\u0987\u09b2 \u09a8\u09ae\u09cd\u09ac\u09b0 *<\/label>\r\n                    <input type=\"tel\" id=\"custPhone\" placeholder=\"\u09e6\u09e7\u09eeXXXXXXXX\">\r\n                <\/div>\r\n                <div class=\"input-group\">\r\n                    <label>\u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09a0\u09bf\u0995\u09be\u09a8\u09be *<\/label>\r\n                    <textarea id=\"custAddress\" rows=\"3\" placeholder=\"\u09ac\u09be\u09b8\u09be \u09a8\u0982, \u09b0\u09cb\u09a1 \u09a8\u0982, \u098f\u09b2\u09be\u0995\u09be, \u099c\u09c7\u09b2\u09be\"><\/textarea>\r\n                <\/div>\r\n                <label style=\"font-weight:400; font-size:14px; text-align: center; display: block;\">\u09b8\u09be\u0987\u099c \u09b8\u09bf\u09b2\u09c7\u0995\u09cd\u099f \u0995\u09b0\u09c1\u09a8 *<\/label>\r\n                <div class=\"size-selector\">\r\n                    <div class=\"size-chip\" onclick=\"selectSize(this)\">M<\/div>\r\n                    <div class=\"size-chip\" onclick=\"selectSize(this)\">L<\/div>\r\n                    <div class=\"size-chip\" onclick=\"selectSize(this)\">XL<\/div>\r\n                    <div class=\"size-chip\" onclick=\"selectSize(this)\">XXL<\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"summary-box\">\r\n                <div class=\"summary-title\"><i class=\"fas fa-file-invoice\"><\/i> \u0986\u09aa\u09a8\u09be\u09b0 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09b8\u09be\u09b0\u09be\u0982\u09b6<\/div>\r\n                <div class=\"summary-row\">\r\n                    <span id=\"summary-cat-name\">\u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c<\/span>\r\n                    <span id=\"summary-cat-price\">\u09f3 0<\/span>\r\n                <\/div>\r\n                <div class=\"summary-row\" style=\"color: green;\">\r\n                    <span>\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u099a\u09be\u09b0\u09cd\u099c:<\/span>\r\n                    <span>\u09ab\u09cd\u09b0\u09c0<\/span>\r\n                <\/div>\r\n                <div class=\"total-row\">\r\n                    <span>\u09b8\u09b0\u09cd\u09ac\u09ae\u09cb\u099f \u09ac\u09bf\u09b2:<\/span>\r\n                    <span id=\"summary-total\">\u09f3 0<\/span>\r\n                <\/div>\r\n                <div id=\"selected-list-names\" style=\"font-size: 11px; color: #777; margin-top: 15px; font-style: italic; background: #f9f9f9; padding: 10px; border-radius: 5px; font-weight: 400;\">\u09aa\u09a8\u09cd\u09af \u09b8\u09bf\u09b2\u09c7\u0995\u09cd\u099f \u0995\u09b0\u09c1\u09a8...<\/div>\r\n                <button id=\"submitBtn\" class=\"confirm-btn\" onclick=\"sendOrder()\" disabled>\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09a8\u09ab\u09be\u09b0\u09cd\u09ae \u0995\u09b0\u09c1\u09a8<\/button>\r\n                <p style=\"font-size: 11px; text-align: center; color: #888; margin-top: 10px;\">\u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09b2\u09c7 \u0985\u09b0\u09cd\u09a1\u09be\u09b0\u099f\u09bf \u09b8\u09b0\u09be\u09b8\u09b0\u09bf \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u099a\u09b2\u09c7 \u0986\u09b8\u09ac\u09c7\u0964<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div id=\"thankyou-view\">\r\n        <div class=\"invoice-card\" id=\"invoice\">\r\n            <div class=\"invoice-header\">\r\n                <i class=\"far fa-check-circle\" style=\"font-size: 45px; margin-bottom: 15px; color: #2ecc71;\"><\/i>\r\n                <h2>\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09b8\u09ab\u09b2 \u09b9\u09df\u09c7\u099b\u09c7<\/h2>\r\n                <p>\u09a7\u09a8\u09cd\u09af\u09ac\u09be\u09a6 <b>TEXLOO FASHION<\/b> \u098f \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af\u0964 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u09a8\u09bf\u09a7\u09bf \u0996\u09c1\u09ac \u09b6\u09c0\u0998\u09cd\u09b0\u0987 \u09ab\u09cb\u09a8 \u0995\u09b0\u09c7 \u0985\u09b0\u09cd\u09a1\u09be\u09b0\u099f\u09bf \u0995\u09a8\u09ab\u09be\u09b0\u09cd\u09ae \u0995\u09b0\u09ac\u09c7\u09a8\u0964<\/p>\r\n                <div class=\"order-tag\">ORDER ID: <span id=\"res-order-id\"><\/span><\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"invoice-body\">\r\n                <div class=\"info-section\">\r\n                    <div class=\"info-cell\"><label>\u0995\u09cd\u09b0\u09c7\u09a4\u09be\u09b0 \u09a8\u09be\u09ae<\/label><p id=\"res-name\"><\/p><\/div>\r\n                    <div class=\"info-cell\"><label>\u09ab\u09cb\u09a8 \u09a8\u09ae\u09cd\u09ac\u09b0<\/label><p id=\"res-phone\"><\/p><\/div>\r\n                    <div class=\"info-cell\" style=\"grid-column: span 2;\"><label>\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a0\u09bf\u0995\u09be\u09a8\u09be<\/label><p id=\"res-addr\"><\/p><\/div>\r\n                    <div class=\"info-cell\"><label>\u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c \u099f\u09be\u0987\u09aa<\/label><p id=\"res-pkg\"><\/p><\/div>\r\n                    <div class=\"info-cell\"><label>\u09b8\u09bf\u09b2\u09c7\u0995\u09cd\u099f \u0995\u09b0\u09be \u09b8\u09be\u0987\u099c<\/label><p id=\"res-size\"><\/p><\/div>\r\n                <\/div>\r\n\r\n                <div class=\"product-summary-title\">\u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u099a\u09bf\u09a4 \u09aa\u09cd\u09b0\u09cb\u09a1\u09be\u0995\u09cd\u099f \u0995\u09cb\u09a1\u09b8\u09ae\u09c2\u09b9<\/div>\r\n                <div id=\"res-items-list\">\r\n                    <!-- Codes show here -->\r\n                <\/div>\r\n\r\n                <div class=\"total-box\">\r\n                    <label>\u09b8\u09b0\u09cd\u09ac\u09ae\u09cb\u099f \u09ac\u09bf\u09b2 (COD):<\/label>\r\n                    <span id=\"res-total\"><\/span>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"invoice-footer\">\r\n                \u09a7\u09a8\u09cd\u09af\u09ac\u09be\u09a6, \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7\u0987 \u09a5\u09be\u0995\u09c1\u09a8\u0964\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"action-btns\" style=\"margin-top: 30px; text-align: center;\">\r\n            <button class=\"confirm-btn\" style=\"width:auto; padding:15px 40px; background:#1a2a40;\" onclick=\"window.print()\"><i class=\"fas fa-file-download\"><\/i> \u0987\u09a8\u09ad\u09af\u09bc\u09c7\u09b8 \u09b8\u09c7\u09ad \u0995\u09b0\u09c1\u09a8<\/button>\r\n\r\n<button class=\"confirm-btn\" style=\"width:auto; padding:15px 40px; background:#333; cursor:pointer;\" onclick=\"goHome()\">\r\n                <i class=\"fas fa-home\"><\/i> \u09b9\u09cb\u09ae \u09aa\u09c7\u099c\u09c7 \u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u09a8\r\n            <\/button>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n\r\n   <footer class=\"site-footer\" style=\"background-color: #1a2a3a; color: #ccc; padding: 50px 0 20px; font-family: 'Poppins', 'Anek Bangla', sans-serif;\">\r\n    <div class=\"footer-grid\" style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px; align-items: start;\">\r\n        \r\n        <div class=\"footer-col\" style=\"text-align: left;\">\r\n            <h4 style=\"color: #fff; margin-bottom: 20px; border-bottom: 2px solid var(--primary); display: inline-block; padding-bottom: 5px; font-weight: 700; font-family: 'Poppins', sans-serif;\">TEXLOO FASHION<\/h4>\r\n            <p style=\"font-size: 15px; line-height: 1.8; font-family: 'Anek Bangla', sans-serif;\">\u09aa\u09cd\u09b0\u09bf\u09ae\u09bf\u09af\u09bc\u09be\u09ae \u0995\u09cb\u09af\u09bc\u09be\u09b2\u09bf\u099f\u09bf\u09b0 \u09aa\u09cb\u09b6\u09be\u0995 \u09af\u09be \u0986\u09aa\u09a8\u09be\u09b0 \u09ac\u09cd\u09af\u0995\u09cd\u09a4\u09bf\u09a4\u09cd\u09ac\u0995\u09c7 \u09ab\u09c1\u099f\u09bf\u09af\u09bc\u09c7 \u09a4\u09cb\u09b2\u09c7\u0964 \u0995\u09cb\u09af\u09bc\u09be\u09b2\u09bf\u099f\u09bf \u098f\u09ac\u0982 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u09b8\u09a8\u09cd\u09a4\u09c1\u09b7\u09cd\u099f\u09bf\u0987 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09ae\u09c2\u09b2 \u09b2\u0995\u09cd\u09b7\u09cd\u09af\u0964<\/p>\r\n            <p style=\"margin-top:15px; font-size: 14px; font-family: 'Poppins', 'Anek Bangla', sans-serif;\"><i class=\"fas fa-map-marker-alt\" style=\"color: var(--primary); margin-right: 8px;\"><\/i> H#149, Rd#13, Sector 10, Uttara, Dhaka.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"footer-col\" style=\"text-align: left; padding-left: 20px;\">\r\n            <h4 style=\"color: #fff; margin-bottom: 20px; border-bottom: 2px solid var(--primary); display: inline-block; padding-bottom: 5px; font-weight: 700; font-family: 'Anek Bangla', sans-serif;\">\u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a3 \u09b2\u09bf\u0982\u0995<\/h4>\r\n            <div style=\"display: flex; flex-direction: column; gap: 12px; align-items: flex-start;\">\r\n                <a href=\"javascript:void(0)\" onclick=\"openInfoModal('privacy')\" style=\"color: #ccc; text-decoration: none; font-size: 15px; transition: 0.3s; font-family: 'Anek Bangla', sans-serif;\">\u2022 \u09aa\u09cd\u09b0\u09be\u0987\u09ad\u09c7\u09b8\u09bf \u09aa\u09b2\u09bf\u09b8\u09bf<\/a>\r\n                <a href=\"javascript:void(0)\" onclick=\"openInfoModal('refund')\" style=\"color: #ccc; text-decoration: none; font-size: 15px; transition: 0.3s; font-family: 'Anek Bangla', sans-serif;\">\u2022 \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u09aa\u09b2\u09bf\u09b8\u09bf<\/a>\r\n                <a href=\"javascript:void(0)\" onclick=\"openInfoModal('terms')\" style=\"color: #ccc; text-decoration: none; font-size: 15px; transition: 0.3s; font-family: 'Anek Bangla', sans-serif;\">\u2022 \u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0<\/a>\r\n                <a href=\"javascript:void(0)\" onclick=\"openInfoModal('delivery')\" style=\"color: #ccc; text-decoration: none; font-size: 15px; transition: 0.3s; font-family: 'Anek Bangla', sans-serif;\">\u2022 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a4\u09a5\u09cd\u09af<\/a>\r\n                <a href=\"javascript:void(0)\" onclick=\"openInfoModal('about')\" style=\"color: #ccc; text-decoration: none; font-size: 15px; transition: 0.3s; font-family: 'Anek Bangla', sans-serif;\">\u2022 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7<\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"footer-col\" style=\"text-align: center;\">\r\n            <h4 style=\"color: #fff; margin-bottom: 20px; border-bottom: 2px solid var(--primary); display: inline-block; padding-bottom: 5px; font-weight: 700; font-family: 'Anek Bangla', sans-serif;\">\u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8<\/h4>\r\n            <div class=\"contact-links\" style=\"display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px;\">\r\n                <a href=\"tel:+8801580379939\" style=\"color: #ccc; text-decoration: none; font-size: 15px; display: flex; align-items: center; gap: 10px; justify-content: center; font-family: 'Poppins', sans-serif;\">\r\n                    <span style=\"background: var(--primary); width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: white;\">\r\n                        <i class=\"fas fa-phone-alt\" style=\"font-size: 12px;\"><\/i>\r\n                    <\/span>\r\n                    01580-379939 (\u098f\u0996\u09a8 \u0995\u09b2 \u09a6\u09bf\u09a8)\r\n                <\/a>\r\n                <a href=\"https:\/\/wa.me\/8801580379939\" target=\"_blank\" style=\"color: #ccc; text-decoration: none; font-size: 15px; display: flex; align-items: center; gap: 10px; justify-content: center; font-family: 'Poppins', sans-serif;\">\r\n                    <span style=\"background: #25D366; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: white;\">\r\n                        <i class=\"fab fa-whatsapp\" style=\"font-size: 16px;\"><\/i>\r\n                    <\/span>\r\n                    01580-379939 (WhatsApp)\r\n                <\/a>\r\n            <\/div>\r\n\r\n            <div class=\"payment-icons\" style=\"display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap;\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.logo.wine\/a\/logo\/BKash\/BKash-bKash-Logo.wine.svg\" alt=\"bkash\" style=\"height: 25px; background: white; padding: 3px; border-radius: 4px;\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.logo.wine\/a\/logo\/Nagad\/Nagad-Logo.wine.svg\" alt=\"nagad\" style=\"height: 25px; background: white; padding: 3px; border-radius: 4px;\">\r\n                <img decoding=\"async\" src=\"https:\/\/static.vecteezy.com\/system\/resources\/previews\/068\/706\/013\/non_2x\/rocket-color-logo-mobile-banking-icon-free-png.png\" alt=\"rocket\" style=\"height: 25px; background: white; padding: 3px; border-radius: 4px;\">\r\n                <img decoding=\"async\" src=\"https:\/\/dgikh81ssvyrj.cloudfront.net\/media\/images\/BRAC_Bank.2e16d0ba.fill-300x200-c100.png\" alt=\"brac\" style=\"height: 25px; background: white; padding: 3px; border-radius: 4px;\">\r\n                <img decoding=\"async\" src=\"https:\/\/old.thefinancialexpress.com.bd\/uploads\/1552455368.jpg\" alt=\"dbbl\" style=\"height: 25px; background: white; padding: 3px; border-radius: 4px;\">\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"copyright\" style=\"text-align: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: #888; font-size: 13px; font-family: 'Poppins', sans-serif;\">\r\n        &copy; 2026 TEXLOO FASHION. All rights reserved.\r\n    <\/div>\r\n<\/footer>\r\n\r\n<div id=\"infoModal\" style=\"display:none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); backdrop-filter: blur(5px); align-items: center; justify-content: center; font-family: 'Anek Bangla', sans-serif;\">\r\n    <div style=\"background: #fff; padding: 30px; border-radius: 15px; max-width: 500px; width: 90%; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.3); text-align: left; animation: modalFadeIn 0.3s ease;\">\r\n        <span onclick=\"closeInfoModal()\" style=\"position: absolute; right: 15px; top: 10px; font-size: 28px; cursor: pointer; color: #333; font-weight: bold;\">&times;<\/span>\r\n        <h3 id=\"modalTitle\" style=\"margin-bottom: 15px; color: #1a2a3a; border-bottom: 2px solid var(--primary); display: inline-block; font-weight: 700;\"><\/h3>\r\n        <div id=\"modalContent\" style=\"font-size: 16px; line-height: 1.8; color: #444; margin-top: 10px; font-weight: 400;\"><\/div>\r\n        <button onclick=\"closeInfoModal()\" style=\"margin-top: 25px; width: 100%; padding: 12px; background: #1a2a3a; color: white; border: none; border-radius: 8px; cursor: pointer; font-weight: 700; font-family: 'Anek Bangla', sans-serif; font-size: 16px;\">\u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09c1\u09a8<\/button>\r\n    <\/div>\r\n<\/div>\r\n\r\n<style>\r\n@keyframes modalFadeIn { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }\r\n@media (max-width: 768px) { \r\n    .footer-grid { grid-template-columns: 1fr !important; gap: 40px !important; text-align: center !important; } \r\n    .footer-col { text-align: center !important; padding-left: 0 !important; } \r\n    .footer-col div { align-items: center !important; }\r\n}\r\n<\/style>\r\n\r\n<script>\r\nconst modalContents = {\r\n    privacy: {\r\n        title: \"\u09aa\u09cd\u09b0\u09be\u0987\u09ad\u09c7\u09b8\u09bf \u09aa\u09b2\u09bf\u09b8\u09bf\",\r\n        text: \"TEXLOO FASHION \u0986\u09aa\u09a8\u09be\u09b0 \u09ac\u09cd\u09af\u0995\u09cd\u09a4\u09bf\u0997\u09a4 \u09a4\u09a5\u09cd\u09af\u09c7\u09b0 \u0997\u09cb\u09aa\u09a8\u09c0\u09af\u09bc\u09a4\u09be \u09b0\u0995\u09cd\u09b7\u09be\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09b6\u09cd\u09b0\u09c1\u09a4\u09bf\u09ac\u09a6\u09cd\u09a7\u0964 \u0986\u09ae\u09b0\u09be \u0986\u09aa\u09a8\u09be\u09b0 \u09a8\u09be\u09ae, \u09ab\u09cb\u09a8 \u09a8\u09ae\u09cd\u09ac\u09b0 \u098f\u09ac\u0982 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u09b6\u09c1\u09a7\u09c1\u09ae\u09be\u09a4\u09cd\u09b0 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09aa\u09cd\u09b0\u09b8\u09c7\u09b8\u09bf\u0982 \u098f\u09ac\u0982 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09be\u09b0 \u0995\u09be\u099c\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09bf\u0964 \u0986\u09aa\u09a8\u09be\u09b0 \u09a4\u09a5\u09cd\u09af \u0995\u09cb\u09a8\u09cb \u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09aa\u0995\u09cd\u09b7\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09ac\u09bf\u0995\u09cd\u09b0\u09bf \u09ac\u09be \u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u09a8\u09be\u0964\"\r\n    },\r\n    refund: {\r\n        title: \"\u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c  \u09aa\u09b2\u09bf\u09b8\u09bf\",\r\n        text: \"\u09aa\u09a3\u09cd\u09af \u09b9\u09be\u09a4\u09c7 \u09aa\u09be\u0993\u09af\u09bc\u09be\u09b0 \u09aa\u09b0 \u09ac\u09a1\u09bc \u0995\u09cb\u09a8\u09cb \u09a4\u09cd\u09b0\u09c1\u099f\u09bf \u09ac\u09be \u09ad\u09c1\u09b2 \u09aa\u09a3\u09cd\u09af \u09aa\u09c7\u09b2\u09c7 \u09e8\u09ea \u0998\u09a3\u09cd\u099f\u09be\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u099c\u09be\u09a8\u09be\u09a8\u0964 \u098f\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u0986\u09ae\u09b0\u09be \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09ab\u09cd\u09b0\u09bf \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09bf\u0964 \u098f\u099b\u09be\u09a1\u09bc\u09be \u0986\u09aa\u09a8\u09bf \u09af\u09a6\u09bf \u09b8\u09be\u0987\u099c \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09a4\u09c7 \u099a\u09be\u09a8, \u09a4\u09ac\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u099a\u09be\u09b0\u09cd\u099c \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7 \u09aa\u09a3\u09cd\u09af \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u0995\u09b0\u09c7 \u09a8\u09bf\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964 \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c\u09c7\u09b0 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u099f\u09cd\u09af\u09be\u0997 \u098f\u09ac\u0982 \u0985\u09b0\u09bf\u099c\u09bf\u09a8\u09be\u09b2 \u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c\u09bf\u0982 \u0985\u0995\u09cd\u09b7\u09a4 \u09a5\u09be\u0995\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964\"\r\n    },\r\n    terms: {\r\n        title: \"\u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0\",\r\n        text: \"\u09e7. \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09be\u09b0 \u09aa\u09b0 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u0995\u09c7\u09af\u09bc\u09be\u09b0 \u09a5\u09c7\u0995\u09c7 \u0995\u09b2 \u0995\u09b0\u09c7 \u0995\u09a8\u09ab\u09be\u09b0\u09cd\u09ae \u0995\u09b0\u09be \u09b9\u09ac\u09c7\u0964<br>\u09e8. \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u099a\u09be\u09b0\u09cd\u099c \u098f\u09b0\u09bf\u09af\u09bc\u09be \u09ad\u09c7\u09a6\u09c7 \u09ad\u09bf\u09a8\u09cd\u09a8 \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0964<br>\u09e9. \u0985\u09ab\u09be\u09b0 \u099a\u09b2\u09be\u0995\u09be\u09b2\u09c0\u09a8 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09b8\u09cd\u099f\u0995 \u09b8\u09c0\u09ae\u09bf\u09a4 \u09a5\u09be\u0995\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0964\"\r\n    },\r\n    delivery: {\r\n        title: \"\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a4\u09a5\u09cd\u09af\",\r\n        text: \"\u09a2\u09be\u0995\u09be\u09b0 \u09ad\u09bf\u09a4\u09b0\u09c7 \u0986\u09ae\u09b0\u09be \u09ea\u09ee \u0998\u09a3\u09cd\u099f\u09be\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a6\u09bf\u09af\u09bc\u09c7 \u09a5\u09be\u0995\u09bf (\u099a\u09be\u09b0\u09cd\u099c \u09ee\u09e6 \u099f\u09be\u0995\u09be)\u0964 \u09a2\u09be\u0995\u09be\u09b0 \u09ac\u09be\u0987\u09b0\u09c7 \u09e9-\u09eb \u09a6\u09bf\u09a8\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0995\u09c1\u09b0\u09bf\u09af\u09bc\u09be\u09b0\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09af\u09bc (\u099a\u09be\u09b0\u09cd\u099c \u09e7\u09eb\u09e6 \u099f\u09be\u0995\u09be)\u0964 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u099a\u09be\u0987\u09b2\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09ae\u09cd\u09af\u09be\u09a8\u09c7\u09b0 \u09b8\u09be\u09ae\u09a8\u09c7 \u09aa\u09a3\u09cd\u09af \u099a\u09c7\u0995 \u0995\u09b0\u09c7 \u09a8\u09bf\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964\"\r\n    },\r\n    about: {\r\n        title: \"\u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7\",\r\n        text: \"TEXLOO FASHION \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u0989\u09a6\u09c0\u09af\u09bc\u09ae\u09be\u09a8 \u09b2\u09be\u0987\u09ab\u09b8\u09cd\u099f\u09be\u0987\u09b2 \u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1\u0964 \u0986\u09ae\u09b0\u09be \u0997\u09c1\u09a3\u0997\u09a4 \u09ae\u09be\u09a8\u09b8\u09ae\u09cd\u09aa\u09a8\u09cd\u09a8 \u09aa\u09cd\u09b0\u09bf\u09ae\u09bf\u09af\u09bc\u09be\u09ae \u09aa\u09cb\u09b6\u09be\u0995 \u09b8\u09be\u09b6\u09cd\u09b0\u09af\u09bc\u09c0 \u09ae\u09c2\u09b2\u09cd\u09af\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0\u09a6\u09c7\u09b0 \u09b9\u09be\u09a4\u09c7 \u09aa\u09cc\u0981\u099b\u09c7 \u09a6\u09bf\u09a4\u09c7 \u0995\u09be\u099c \u0995\u09b0\u099b\u09bf\u0964 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u09b8\u09a8\u09cd\u09a4\u09c1\u09b7\u09cd\u099f\u09bf\u0987 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09ac\u09cd\u09af\u09ac\u09b8\u09be\u09b0 \u09ae\u09c2\u09b2 \u099a\u09be\u09b2\u09bf\u0995\u09be\u09b6\u0995\u09cd\u09a4\u09bf\u0964\"\r\n    }\r\n};\r\n\r\nfunction openInfoModal(type) {\r\n    const modal = document.getElementById('infoModal');\r\n    document.getElementById('modalTitle').innerHTML = modalContents[type].title;\r\n    document.getElementById('modalContent').innerHTML = modalContents[type].text;\r\n    modal.style.display = \"flex\";\r\n    document.body.style.overflow = \"hidden\"; \r\n}\r\n\r\nfunction closeInfoModal() {\r\n    const modal = document.getElementById('infoModal');\r\n    modal.style.display = \"none\";\r\n    document.body.style.overflow = \"auto\"; \r\n}\r\n\r\nwindow.onclick = function(event) {\r\n    const modal = document.getElementById('infoModal');\r\n    if (event.target == modal) {\r\n        closeInfoModal();\r\n    }\r\n}\r\n<\/script>\r\n\r\n<div id=\"infoModal\" style=\"display:none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); backdrop-filter: blur(5px); align-items: center; justify-content: center; font-family: 'Hind Siliguri', sans-serif;\">\r\n    <div style=\"background: #fff; padding: 30px; border-radius: 15px; max-width: 500px; width: 90%; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.3); text-align: left; animation: modalFadeIn 0.3s ease;\">\r\n        <span onclick=\"closeInfoModal()\" style=\"position: absolute; right: 15px; top: 10px; font-size: 28px; cursor: pointer; color: #333; font-weight: bold;\">&times;<\/span>\r\n        <h3 id=\"modalTitle\" style=\"margin-bottom: 15px; color: #1a2a3a; border-bottom: 2px solid var(--primary); display: inline-block; font-weight: 600;\"><\/h3>\r\n        <div id=\"modalContent\" style=\"font-size: 15px; line-height: 1.8; color: #444; margin-top: 10px; font-weight: 400;\"><\/div>\r\n        <button onclick=\"closeInfoModal()\" style=\"margin-top: 25px; width: 100%; padding: 12px; background: #1a2a3a; color: white; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; transition: 0.3s; font-family: 'Hind Siliguri', sans-serif;\">\u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09c1\u09a8<\/button>\r\n    <\/div>\r\n<\/div>\r\n\r\n<style>\r\n@keyframes modalFadeIn { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }\r\n@media (max-width: 768px) { \r\n    .footer-grid { grid-template-columns: 1fr !important; gap: 40px !important; text-align: center !important; } \r\n    .footer-col { text-align: center !important; padding-left: 0 !important; } \r\n    .footer-col div { align-items: center !important; }\r\n}\r\n<\/style>\r\n\r\n<script>\r\nconst modalContents = {\r\n    privacy: {\r\n        title: \"\u09aa\u09cd\u09b0\u09be\u0987\u09ad\u09c7\u09b8\u09bf \u09aa\u09b2\u09bf\u09b8\u09bf\",\r\n        text: \"TEXLOO FASHION \u0986\u09aa\u09a8\u09be\u09b0 \u09ac\u09cd\u09af\u0995\u09cd\u09a4\u09bf\u0997\u09a4 \u09a4\u09a5\u09cd\u09af\u09c7\u09b0 \u0997\u09cb\u09aa\u09a8\u09c0\u09af\u09bc\u09a4\u09be \u09b0\u0995\u09cd\u09b7\u09be\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09b6\u09cd\u09b0\u09c1\u09a4\u09bf\u09ac\u09a6\u09cd\u09a7\u0964 \u0986\u09ae\u09b0\u09be \u0986\u09aa\u09a8\u09be\u09b0 \u09a8\u09be\u09ae, \u09ab\u09cb\u09a8 \u09a8\u09ae\u09cd\u09ac\u09b0 \u098f\u09ac\u0982 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u09b6\u09c1\u09a7\u09c1\u09ae\u09be\u09a4\u09cd\u09b0 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09aa\u09cd\u09b0\u09b8\u09c7\u09b8\u09bf\u0982 \u098f\u09ac\u0982 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09be\u09b0 \u0995\u09be\u099c\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09bf\u0964 \u0986\u09aa\u09a8\u09be\u09b0 \u09a4\u09a5\u09cd\u09af \u0995\u09cb\u09a8\u09cb \u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09aa\u0995\u09cd\u09b7\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09ac\u09bf\u0995\u09cd\u09b0\u09bf \u09ac\u09be \u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u09a8\u09be\u0964\"\r\n    },\r\n    refund: {\r\n        title: \"\u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u09aa\u09b2\u09bf\u09b8\u09bf\",\r\n        text: \"\u09aa\u09a3\u09cd\u09af \u09b9\u09be\u09a4\u09c7 \u09aa\u09be\u0993\u09af\u09bc\u09be\u09b0 \u09aa\u09b0 \u09ac\u09a1\u09bc \u0995\u09cb\u09a8\u09cb \u09a4\u09cd\u09b0\u09c1\u099f\u09bf \u09ac\u09be \u09ad\u09c1\u09b2 \u09aa\u09a3\u09cd\u09af \u09aa\u09c7\u09b2\u09c7 \u09e8\u09ea \u0998\u09a3\u09cd\u099f\u09be\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u099c\u09be\u09a8\u09be\u09a8\u0964 \u098f\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u0986\u09ae\u09b0\u09be \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09ab\u09cd\u09b0\u09bf \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09bf\u0964 \u098f\u099b\u09be\u09a1\u09bc\u09be \u0986\u09aa\u09a8\u09bf \u09af\u09a6\u09bf \u09b8\u09be\u0987\u099c \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09a4\u09c7 \u099a\u09be\u09a8, \u09a4\u09ac\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u099a\u09be\u09b0\u09cd\u099c \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7 \u09aa\u09a3\u09cd\u09af \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u0995\u09b0\u09c7 \u09a8\u09bf\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964 \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c\u09c7\u09b0 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u099f\u09cd\u09af\u09be\u0997 \u098f\u09ac\u0982 \u0985\u09b0\u09bf\u099c\u09bf\u09a8\u09be\u09b2 \u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c\u09bf\u0982 \u0985\u0995\u09cd\u09b7\u09a4 \u09a5\u09be\u0995\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964\"\r\n    },\r\n    terms: {\r\n        title: \"\u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0\",\r\n        text: \"\u09e7. \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09be\u09b0 \u09aa\u09b0 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u0995\u09c7\u09af\u09bc\u09be\u09b0 \u09a5\u09c7\u0995\u09c7 \u0995\u09b2 \u0995\u09b0\u09c7 \u0995\u09a8\u09ab\u09be\u09b0\u09cd\u09ae \u0995\u09b0\u09be \u09b9\u09ac\u09c7\u0964<br>\u09e8. \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u099a\u09be\u09b0\u09cd\u099c \u098f\u09b0\u09bf\u09af\u09bc\u09be \u09ad\u09c7\u09a6\u09c7 \u09ad\u09bf\u09a8\u09cd\u09a8 \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0964<br>\u09e9. \u0985\u09ab\u09be\u09b0 \u099a\u09b2\u09be\u0995\u09be\u09b2\u09c0\u09a8 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09b8\u09cd\u099f\u0995 \u09b8\u09c0\u09ae\u09bf\u09a4 \u09a5\u09be\u0995\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0964\"\r\n    },\r\n    delivery: {\r\n        title: \"\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a4\u09a5\u09cd\u09af\",\r\n        text: \"\u09a2\u09be\u0995\u09be\u09b0 \u09ad\u09bf\u09a4\u09b0\u09c7 \u0986\u09ae\u09b0\u09be \u09ea\u09ee \u0998\u09a3\u09cd\u099f\u09be\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a6\u09bf\u09af\u09bc\u09c7 \u09a5\u09be\u0995\u09bf (\u099a\u09be\u09b0\u09cd\u099c \u09ed\u09e6 \u099f\u09be\u0995\u09be)\u0964 \u09a2\u09be\u0995\u09be\u09b0 \u09ac\u09be\u0987\u09b0\u09c7 \u09e9-\u09eb \u09a6\u09bf\u09a8\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0995\u09c1\u09b0\u09bf\u09af\u09bc\u09be\u09b0\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09af\u09bc (\u099a\u09be\u09b0\u09cd\u099c \u09e7\u09e9\u09e6 \u099f\u09be\u0995\u09be)\u0964 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u099a\u09be\u0987\u09b2\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09ae\u09cd\u09af\u09be\u09a8\u09c7\u09b0 \u09b8\u09be\u09ae\u09a8\u09c7 \u09aa\u09a3\u09cd\u09af \u099a\u09c7\u0995 \u0995\u09b0\u09c7 \u09a8\u09bf\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964\"\r\n    },\r\n    about: {\r\n        title: \"\u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7\",\r\n        text: \"TEXLOO FASHION \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u0989\u09a6\u09c0\u09af\u09bc\u09ae\u09be\u09a8 \u09b2\u09be\u0987\u09ab\u09b8\u09cd\u099f\u09be\u0987\u09b2 \u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1\u0964 \u0986\u09ae\u09b0\u09be \u0997\u09c1\u09a3\u0997\u09a4 \u09ae\u09be\u09a8\u09b8\u09ae\u09cd\u09aa\u09a8\u09cd\u09a8 \u09aa\u09cd\u09b0\u09bf\u09ae\u09bf\u09af\u09bc\u09be\u09ae \u09aa\u09cb\u09b6\u09be\u0995 \u09b8\u09be\u09b6\u09cd\u09b0\u09af\u09bc\u09c0 \u09ae\u09c2\u09b2\u09cd\u09af\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0\u09a6\u09c7\u09b0 \u09b9\u09be\u09a4\u09c7 \u09aa\u09cc\u0981\u099b\u09c7 \u09a6\u09bf\u09a4\u09c7 \u0995\u09be\u099c \u0995\u09b0\u099b\u09bf\u0964 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u09b8\u09a8\u09cd\u09a4\u09c1\u09b7\u09cd\u099f\u09bf\u0987 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09ac\u09cd\u09af\u09ac\u09b8\u09be\u09b0 \u09ae\u09c2\u09b2 \u099a\u09be\u09b2\u09bf\u0995\u09be\u09b6\u0995\u09cd\u09a4\u09bf\u0964\"\r\n    }\r\n};\r\n\r\nfunction openInfoModal(type) {\r\n    const modal = document.getElementById('infoModal');\r\n    document.getElementById('modalTitle').innerHTML = modalContents[type].title;\r\n    document.getElementById('modalContent').innerHTML = modalContents[type].text;\r\n    modal.style.display = \"flex\";\r\n    document.body.style.overflow = \"hidden\"; \r\n}\r\n\r\nfunction closeInfoModal() {\r\n    const modal = document.getElementById('infoModal');\r\n    modal.style.display = \"none\";\r\n    document.body.style.overflow = \"auto\"; \r\n}\r\n\r\nwindow.onclick = function(event) {\r\n    const modal = document.getElementById('infoModal');\r\n    if (event.target == modal) {\r\n        closeInfoModal();\r\n    }\r\n}\r\n<\/script>\r\n\r\n<div id=\"infoModal\" style=\"display:none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); backdrop-filter: blur(5px); align-items: center; justify-content: center;\">\r\n    <div style=\"background: #fff; padding: 30px; border-radius: 15px; max-width: 500px; width: 90%; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.3); text-align: left; animation: fadeIn 0.3s ease;\">\r\n        <span onclick=\"closeInfoModal()\" style=\"position: absolute; right: 15px; top: 10px; font-size: 28px; cursor: pointer; color: #333; font-weight: bold;\">&times;<\/span>\r\n        <h3 id=\"modalTitle\" style=\"margin-bottom: 15px; color: #1a2a3a; border-bottom: 2px solid var(--primary); display: inline-block;\"><\/h3>\r\n        <div id=\"modalContent\" style=\"font-size: 15px; line-height: 1.7; color: #444; margin-top: 10px;\"><\/div>\r\n        <button onclick=\"closeInfoModal()\" style=\"margin-top: 25px; width: 100%; padding: 12px; background: #1a2a3a; color: white; border: none; border-radius: 8px; cursor: pointer; font-weight: bold; transition: 0.3s;\">\u09ac\u09a8\u09cd\u09a7 \u0995\u09b0\u09c1\u09a8<\/button>\r\n    <\/div>\r\n<\/div>\r\n\r\n<style>\r\n@keyframes fadeIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\r\n@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr !important; text-align: center !important; } .footer-col { text-align: center !important; } }\r\n<\/style>\r\n\r\n<script>\r\nconst modalContents = {\r\n    privacy: {\r\n        title: \"\u09aa\u09cd\u09b0\u09be\u0987\u09ad\u09c7\u09b8\u09bf \u09aa\u09b2\u09bf\u09b8\u09bf\",\r\n        text: \"TEXLOO FASHION \u0986\u09aa\u09a8\u09be\u09b0 \u09ac\u09cd\u09af\u0995\u09cd\u09a4\u09bf\u0997\u09a4 \u09a4\u09a5\u09cd\u09af\u09c7\u09b0 \u0997\u09cb\u09aa\u09a8\u09c0\u09af\u09bc\u09a4\u09be \u09b0\u0995\u09cd\u09b7\u09be\u09af\u09bc \u09aa\u09cd\u09b0\u09a4\u09bf\u09b6\u09cd\u09b0\u09c1\u09a4\u09bf\u09ac\u09a6\u09cd\u09a7\u0964 \u0986\u09ae\u09b0\u09be \u0986\u09aa\u09a8\u09be\u09b0 \u09a8\u09be\u09ae, \u09ab\u09cb\u09a8 \u09a8\u09ae\u09cd\u09ac\u09b0 \u098f\u09ac\u0982 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u09b6\u09c1\u09a7\u09c1\u09ae\u09be\u09a4\u09cd\u09b0 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09aa\u09cd\u09b0\u09b8\u09c7\u09b8\u09bf\u0982 \u098f\u09ac\u0982 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09be\u09b0 \u0995\u09be\u099c\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09bf\u0964 \u0986\u09aa\u09a8\u09be\u09b0 \u09a4\u09a5\u09cd\u09af \u0995\u09cb\u09a8\u09cb \u09a4\u09c3\u09a4\u09c0\u09af\u09bc \u09aa\u0995\u09cd\u09b7\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u09ac\u09bf\u0995\u09cd\u09b0\u09bf \u09ac\u09be \u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09af\u09bc \u09a8\u09be\u0964\"\r\n    },\r\n    refund: {\r\n        title: \"\u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u09aa\u09b2\u09bf\u09b8\u09bf\",\r\n        text: \"\u09aa\u09a3\u09cd\u09af \u09b9\u09be\u09a4\u09c7 \u09aa\u09be\u0993\u09af\u09bc\u09be\u09b0 \u09aa\u09b0 \u09ac\u09a1\u09bc \u0995\u09cb\u09a8\u09cb \u09a4\u09cd\u09b0\u09c1\u099f\u09bf \u09ac\u09be \u09ad\u09c1\u09b2 \u09aa\u09a3\u09cd\u09af \u09aa\u09c7\u09b2\u09c7 \u09e8\u09ea \u0998\u09a3\u09cd\u099f\u09be\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u099c\u09be\u09a8\u09be\u09a8\u0964 \u098f\u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u0986\u09ae\u09b0\u09be \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u09ab\u09cd\u09b0\u09bf \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u09a8\u09bf\u09b6\u09cd\u099a\u09bf\u09a4 \u0995\u09b0\u09bf\u0964 \u098f\u099b\u09be\u09a1\u09bc\u09be \u0986\u09aa\u09a8\u09bf \u09af\u09a6\u09bf \u09b8\u09be\u0987\u099c \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09a4\u09c7 \u099a\u09be\u09a8, \u09a4\u09ac\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u099a\u09be\u09b0\u09cd\u099c \u09aa\u09cd\u09b0\u09a6\u09be\u09a8 \u0995\u09b0\u09c7 \u09aa\u09a3\u09cd\u09af \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c \u0995\u09b0\u09c7 \u09a8\u09bf\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964 \u098f\u0995\u09cd\u09b8\u099a\u09c7\u099e\u09cd\u099c\u09c7\u09b0 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u099f\u09cd\u09af\u09be\u0997 \u098f\u09ac\u0982 \u0985\u09b0\u09bf\u099c\u09bf\u09a8\u09be\u09b2 \u09aa\u09cd\u09af\u09be\u0995\u09c7\u099c\u09bf\u0982 \u0985\u0995\u09cd\u09b7\u09a4 \u09a5\u09be\u0995\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964\"\r\n    },\r\n    terms: {\r\n        title: \"\u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09c0\",\r\n        text: \"\u09e7. \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09be\u09b0 \u09aa\u09b0 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u0995\u09c7\u09af\u09bc\u09be\u09b0 \u09a5\u09c7\u0995\u09c7 \u0995\u09b2 \u0995\u09b0\u09c7 \u0995\u09a8\u09ab\u09be\u09b0\u09cd\u09ae \u0995\u09b0\u09be \u09b9\u09ac\u09c7\u0964<br>\u09e8. \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u099a\u09be\u09b0\u09cd\u099c \u098f\u09b0\u09bf\u09df\u09be \u09ad\u09c7\u09a6\u09c7 \u09ad\u09bf\u09a8\u09cd\u09a8 \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0964<br>\u09e9. \u0985\u09ab\u09be\u09b0 \u099a\u09b2\u09be\u0995\u09be\u09b2\u09c0\u09a8 \u09aa\u09a3\u09cd\u09af\u09c7\u09b0 \u09b8\u09cd\u099f\u0995 \u09b8\u09c0\u09ae\u09bf\u09a4 \u09a5\u09be\u0995\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u0964\"\r\n    },\r\n    delivery: {\r\n        title: \"\u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a4\u09a5\u09cd\u09af\",\r\n        text: \"\u09a2\u09be\u0995\u09be\u09b0 \u09ad\u09bf\u09a4\u09b0\u09c7 \u0986\u09ae\u09b0\u09be \u09ea\u09ee \u0998\u09a3\u09cd\u099f\u09be\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09a6\u09bf\u09df\u09c7 \u09a5\u09be\u0995\u09bf (\u099a\u09be\u09b0\u09cd\u099c \u09ed\u09e6 \u099f\u09be\u0995\u09be)\u0964 \u09a2\u09be\u0995\u09be\u09b0 \u09ac\u09be\u0987\u09b0\u09c7 \u09e9-\u09eb \u09a6\u09bf\u09a8\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0995\u09c1\u09b0\u09bf\u09df\u09be\u09b0\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u0995\u09b0\u09be \u09b9\u09df (\u099a\u09be\u09b0\u09cd\u099c \u09e7\u09e9\u09e6 \u099f\u09be\u0995\u09be)\u0964 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u099a\u09be\u0987\u09b2\u09c7 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u09ae\u09cd\u09af\u09be\u09a8\u09c7\u09b0 \u09b8\u09be\u09ae\u09a8\u09c7 \u09aa\u09a3\u09cd\u09af \u099a\u09c7\u0995 \u0995\u09b0\u09c7 \u09a8\u09bf\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964\"\r\n    },\r\n    about: {\r\n        title: \"\u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7\",\r\n        text: \"TEXLOO FASHION \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u0989\u09a6\u09c0\u09df\u09ae\u09be\u09a8 \u09b2\u09be\u0987\u09ab\u09b8\u09cd\u099f\u09be\u0987\u09b2 \u09ac\u09cd\u09b0\u09cd\u09af\u09be\u09a8\u09cd\u09a1\u0964 \u0986\u09ae\u09b0\u09be \u0997\u09c1\u09a3\u0997\u09a4 \u09ae\u09be\u09a8\u09b8\u09ae\u09cd\u09aa\u09a8\u09cd\u09a8 \u09aa\u09cd\u09b0\u09bf\u09ae\u09bf\u09df\u09be\u09ae \u09aa\u09cb\u09b6\u09be\u0995 \u09b8\u09be\u09b6\u09cd\u09b0\u09df\u09c0 \u09ae\u09c2\u09b2\u09cd\u09af\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0\u09a6\u09c7\u09b0 \u09b9\u09be\u09a4\u09c7 \u09aa\u09cc\u0981\u099b\u09c7 \u09a6\u09bf\u09a4\u09c7 \u0995\u09be\u099c \u0995\u09b0\u099b\u09bf\u0964 \u0995\u09be\u09b8\u09cd\u099f\u09ae\u09be\u09b0 \u09b8\u09a8\u09cd\u09a4\u09c1\u09b7\u09cd\u099f\u09bf\u0987 \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u09ac\u09cd\u09af\u09ac\u09b8\u09be\u09b0 \u09ae\u09c2\u09b2 \u099a\u09be\u09b2\u09bf\u0995\u09be\u09b6\u0995\u09cd\u09a4\u09bf\u0964\"\r\n    }\r\n};\r\n\r\nfunction openInfoModal(type) {\r\n    const modal = document.getElementById('infoModal');\r\n    document.getElementById('modalTitle').innerHTML = modalContents[type].title;\r\n    document.getElementById('modalContent').innerHTML = modalContents[type].text;\r\n    modal.style.display = \"flex\";\r\n    document.body.style.overflow = \"hidden\"; \/\/ \u09b8\u09cd\u0995\u09cd\u09b0\u09b2 \u09ac\u09a8\u09cd\u09a7\r\n}\r\n\r\nfunction closeInfoModal() {\r\n    const modal = document.getElementById('infoModal');\r\n    modal.style.display = \"none\";\r\n    document.body.style.overflow = \"auto\"; \/\/ \u09b8\u09cd\u0995\u09cd\u09b0\u09b2 \u099a\u09be\u09b2\u09c1\r\n}\r\n\r\n\/\/ \u09ae\u09cb\u09a1\u09be\u09b2\u09c7\u09b0 \u09ac\u09be\u0987\u09b0\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09b2\u09c7 \u09ac\u09a8\u09cd\u09a7 \u09b9\u09ac\u09c7\r\nwindow.onclick = function(event) {\r\n    const modal = document.getElementById('infoModal');\r\n    if (event.target == modal) {\r\n        closeInfoModal();\r\n    }\r\n}\r\n<\/script>\r\n\r\n    <script>\r\n        const GAS_SCRIPT_URL = \"https:\/\/script.google.com\/macros\/s\/AKfycbz_2MN8fV2fL4uVMW9XZAasQ7JnaAfSnLfQ1Ix_VXpqux0oZenK_lHzH9yiC8wN2cb5\/exec\"; \r\n        const COMBO_PRODUCT_ID = 8486; \r\n\r\n   \r\n     \/\/ --- GLOBAL CATEGORY CONFIGURATION ---\r\n        const categoryConfigs = {\r\n            regular: { title: \"Regular Polo Combo\", price: 1190, oldPrice: 1450, limit: 1, timer: {h:07, m:52, s:48}, theme: \"linear-gradient(135deg, #006064 0%, #00acc1 100%)\" },\r\n            executive: { title: \"Executive Polo Combo\", price: 1150, oldPrice: 1650, limit: 5, timer: {h:08, m:30, s:0}, theme: \"linear-gradient(135deg, #191970 0%, #283593 100%)\" },\r\n            premium: { title: \"Premium Polo Combo\", price: 1290, oldPrice: 2100, limit: 3, timer: {h:06, m:45, s:15}, theme: \"linear-gradient(135deg, #4A0E0E 0%, #880e4f 100%)\" },\r\n            tshirt: { title: \"Solid T-Shirt Combo\", price: 1090, oldPrice: 1500, limit: 5, timer: {h:05, m:10, s:0}, theme: \"linear-gradient(135deg, #34495e 0%, #2c3e50 100%)\" }\r\n        };\r\n\r\n        const allProducts = [\r\n            { code: \"R56\", category: \"regular\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/02\/10-1.png\" },\r\n            { code: \"R57\", category: \"regular\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/02\/9.png\" },\r\n            { code: \"R58\", category: \"regular\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/02\/8.png\" },\r\n            { code: \"R59\", category: \"regular\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2025\/12\/602387010_122145793004939347_2255774833518330939_n-min.jpg\" },\r\n           \r\n\r\n{ code: \"E01\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.49-PM-1.webp\" },\r\n            { code: \"E02\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.50-PM.webp\" },\r\n            { code: \"E03\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.49-PM-2.webp\" },\r\n            { code: \"E04\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.50-PM-1.webp\" },\r\n            { code: \"E05\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.46-PM.webp\" },\r\n            { code: \"E17\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.49-PM.webp\" },\r\n            { code: \"E19\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.43.32-PM.webp\" },\r\n            { code: \"E25\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.48-PM.webp\" },\r\n            { code: \"E18\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.48-PM-3.webp\" },\r\n            { code: \"E23\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.48-PM-1.webp\" },\r\n            { code: \"E29\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.47-PM.webp\" },\r\n            { code: \"E27\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.47-PM-2.webp\" },\r\n            { code: \"E28\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.47-PM-1.webp\" },\r\n            { code: \"E30\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.46-PM-2.webp\" },\r\n            { code: \"E31\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.46-PM-1.webp\" },\r\n            { code: \"E12\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.45-PM.webp\" },\r\n            { code: \"E33\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.44-PM.webp\" },\r\n            { code: \"E08\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.44-PM-2.webp\" },\r\n            { code: \"E15\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.44-PM-1.webp\" },\r\n            { code: \"E42\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.43-PM.webp\" },\r\n            { code: \"E34\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.43-PM-3.webp\" },\r\n            { code: \"E11\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.43-PM-2.webp\" },\r\n            { code: \"E06\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.43-PM-1.webp\" },\r\n            { code: \"E41\", category: \"executive\", img: \"https:\/\/offer.texloo.com\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-14-at-6.41.42-PM.webp\" },\r\n           \r\n\r\n\r\n\r\n            { code: \"P45\", category: \"premium\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2025\/10\/576554391_122136928844939347_1675194975764662644_n.jpg\" },\r\n            { code: \"P46\", category: \"premium\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2025\/10\/574952712_122136928814939347_8432457204824454067_n.jpg\" },\r\n{ code: \"P47\", category: \"premium\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2025\/10\/576186328_122136928874939347_2878511842645400916_n.jpg\" },\r\n{ code: \"P48\", category: \"premium\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/03\/GX-Polo-2.png\" },\r\n{ code: \"P49\", category: \"premium\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/03\/GX-Polo-1.png\" },\r\n{ code: \"P50\", category: \"premium\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/03\/GX-Polo-3.png\" },\r\n\r\n            { code: \"T51\", category: \"tshirt\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/04\/Tshirt-B.png\" },\r\n            { code: \"T52\", category: \"tshirt\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/04\/Tshirt-O.png\" },\r\n            { code: \"T53\", category: \"tshirt\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/04\/Tshirt-R.png\" },\r\n            { code: \"T54\", category: \"tshirt\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/04\/Tshirt-M.png\" },\r\n            { code: \"T55\", category: \"tshirt\", img: \"https:\/\/combo.texloo.com\/wp-content\/uploads\/2026\/04\/Tshirt-Sk.png\" }\r\n        ];\r\n\r\n        let currentCatKey = \"\";\r\n        let selectedItems = []; \r\n        let activeSize = \"\";\r\n        let timerInterval;\r\n\r\n        function startTimer(h, m, s) {\r\n            if (timerInterval) clearInterval(timerInterval);\r\n            timerInterval = setInterval(() => {\r\n                s--; if(s < 0) { s = 59; m--; } if(m < 0) { m = 59; h--; }\r\n                const formatted = (h<10?\"0\"+h:h)+\":\"+(m<10?\"0\"+m:m)+\":\"+(s<10?\"0\"+s:s);\r\n                if(document.getElementById('hours')) document.getElementById('hours').firstChild.textContent = h<10?\"0\"+h:h;\r\n                if(document.getElementById('minutes')) document.getElementById('minutes').firstChild.textContent = m<10?\"0\"+m:m;\r\n                if(document.getElementById('seconds')) document.getElementById('seconds').firstChild.textContent = s<10?\"0\"+s:s;\r\n                if(document.getElementById('sel-timer-large')) document.getElementById('sel-timer-large').innerText = formatted;\r\n            }, 1000);\r\n        }\r\n        startTimer(10, 52, 48);\r\n\r\n        function toggleMenu() {\r\n            document.getElementById('sideNav').classList.toggle('active');\r\n            document.getElementById('overlay').classList.toggle('active');\r\n        }\r\n\r\n        function scrollReviews(dir) {\r\n            document.getElementById('reviewScroll').scrollBy({ left: dir * 300, behavior: 'smooth' });\r\n        }\r\n\r\n        function loadCategory(key) {\r\n            const config = categoryConfigs[key];\r\n            currentCatKey = key;\r\n            selectedItems = []; activeSize = \"\";\r\n            document.getElementById('cat-view').style.display = 'none';\r\n            document.getElementById('selection-view').style.display = 'block';\r\n            document.getElementById('view-title').innerText = config.title;\r\n            document.getElementById('savings-display').innerText = \"\u09b8\u09be\u09b6\u09cd\u09b0\u09df \u0995\u09b0\u09c1\u09a8 \u09f3 \" + (config.oldPrice - config.price);\r\n            document.getElementById('selection-banner').style.background = config.theme;\r\n            startTimer(config.timer.h, config.timer.m, config.timer.s);\r\n            const grid = document.getElementById('productGrid');\r\n            grid.innerHTML = \"\"; \r\n            const catProducts = allProducts.filter(p => p.category === key);\r\n            catProducts.forEach((item, index) => {\r\n                const card = document.createElement('div');\r\n                card.className = 'item-card';\r\n                card.onclick = () => toggleSelect(card, item);\r\n                card.innerHTML = `<img decoding=\"async\" src=\"${item.img}?sig=${index+key}\"><div class=\"select-badge\"><\/div>`;\r\n                grid.appendChild(card);\r\n            });\r\n            updateUI(); window.scrollTo({top: 0, behavior: 'smooth'});\r\n        }\r\n\r\n        function goHome() {\r\n            document.getElementById('cat-view').style.display = 'block';\r\n            document.getElementById('selection-view').style.display = 'none';\r\n            document.getElementById('thankyou-view').style.display = 'none';\r\n            startTimer(10, 52, 48);\r\n            window.scrollTo({top: 0, behavior: 'smooth'});\r\n        }\r\n\r\n        function toggleSelect(card, item) {\r\n            const config = categoryConfigs[currentCatKey];\r\n            const idx = selectedItems.findIndex(i => i.code === item.code);\r\n            if(idx > -1) {\r\n                selectedItems.splice(idx, 1);\r\n                card.classList.remove('selected');\r\n            } else if(selectedItems.length < config.limit) {\r\n                selectedItems.push(item);\r\n                card.classList.add('selected');\r\n            }\r\n            updateUI();\r\n            if(selectedItems.length === config.limit) {\r\n                setTimeout(() => document.getElementById('order-area').scrollIntoView({behavior: 'smooth'}), 300);\r\n            }\r\n        }\r\n\r\n        function updateUI() {\r\n            const config = categoryConfigs[currentCatKey];\r\n            const count = selectedItems.length;\r\n            document.getElementById('progress-text').innerText = `${count}\/${config.limit}`;\r\n            document.getElementById('progressBar').style.width = (count\/config.limit)*100 + \"%\";\r\n            document.getElementById('bag-count').innerText = count;\r\n            const noteEl = document.getElementById('dynamic-promo-note');\r\n            if (count > 0 && count < config.limit) {\r\n                noteEl.style.display = \"block\";\r\n                noteEl.innerText = `\u0986\u09b0 \u09ae\u09be\u09a4\u09cd\u09b0 ${config.limit - count} \u099f\u09bf \u09aa\u09a3\u09cd\u09af \u09af\u09cb\u0997 \u0995\u09b0\u09b2\u09c7\u0987 \u09aa\u09be\u099a\u09cd\u099b\u09c7\u09a8 \u09ab\u09cd\u09b0\u09c0 \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf \u0993 \u0986\u0995\u09b0\u09cd\u09b7\u09a3\u09c0\u09df \u09a1\u09bf\u09b8\u0995\u09be\u0989\u09a8\u09cd\u099f!`;\r\n            } else if (count === config.limit) {\r\n                noteEl.innerText = \"\u0985\u09ad\u09bf\u09a8\u09a8\u09cd\u09a6\u09a8! \u0986\u09aa\u09a8\u09be\u09b0 \u0985\u09ab\u09be\u09b0\u099f\u09bf \u0986\u09a8\u09b2\u0995 \u09b9\u09df\u09c7\u099b\u09c7\u0964 \u09b6\u09bf\u09aa\u09bf\u0982 \u09a1\u09bf\u099f\u09c7\u0987\u09b2\u09b8 \u09a6\u09bf\u09a8\u0964\";\r\n            } else { noteEl.style.display = \"none\"; }\r\n            const gridCards = document.querySelectorAll('.item-card');\r\n            const catProducts = allProducts.filter(p => p.category === currentCatKey);\r\n            gridCards.forEach((card, index) => {\r\n                const item = catProducts[index];\r\n                const sIdx = selectedItems.findIndex(i => i.code === item.code);\r\n                const badge = card.querySelector('.select-badge');\r\n                if (sIdx > -1) { badge.innerText = sIdx + 1; badge.style.display = 'flex'; }\r\n                else { badge.style.display = 'none'; }\r\n            });\r\n            document.getElementById('summary-cat-name').innerText = config.title;\r\n            document.getElementById('summary-cat-price').innerText = `\u09f3 ${config.price}`;\r\n            document.getElementById('summary-total').innerText = `\u09f3 ${config.price}`;\r\n            document.getElementById('selected-list-names').innerText = count > 0 ? \"\u09b8\u09bf\u09b2\u09c7\u0995\u09cd\u099f \u0995\u09b0\u09be: \" + selectedItems.map(i=>i.code).join(\", \") : \"\u09aa\u09a8\u09cd\u09af \u09b8\u09bf\u09b2\u09c7\u0995\u09cd\u099f \u0995\u09b0\u09c1\u09a8...\";\r\n            const grid = document.getElementById('productGrid');\r\n            if(count >= config.limit) grid.classList.add('limit-reached');\r\n            else grid.classList.remove('limit-reached');\r\n            validate();\r\n        }\r\n\r\n        function selectSize(btn) {\r\n            document.querySelectorAll('.size-chip').forEach(b => b.classList.remove('active'));\r\n            btn.classList.add('active'); activeSize = btn.innerText; validate();\r\n        }\r\n\r\n        function validate() {\r\n            const config = categoryConfigs[currentCatKey];\r\n            const n = document.getElementById('custName').value.trim();\r\n            const p = document.getElementById('custPhone').value.trim();\r\n            const a = document.getElementById('custAddress').value.trim();\r\n            document.getElementById('submitBtn').disabled = !(selectedItems.length === (config ? config.limit : 5) && n && p.length >= 11 && a && activeSize);\r\n        }\r\n\r\n        document.querySelectorAll('input, textarea').forEach(el => el.addEventListener('input', validate));\r\n\r\n        async function sendOrder() {\r\n            const btn = document.getElementById('submitBtn');\r\n            const config = categoryConfigs[currentCatKey];\r\n            btn.disabled = true; btn.innerText = \"\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u09aa\u09cd\u09b0\u09b8\u09c7\u09b8\u09bf\u0982 \u09b9\u099a\u09cd\u099b\u09c7...\";\r\n            const orderId = \"#TL-\" + (Math.floor(Math.random() * 90000) + 10000);\r\n            \r\n            const codesOnlyString = selectedItems.map(i => i.code).join(\", \");\r\n\r\n            const orderData = {\r\n                order_id: orderId, first_name: document.getElementById('custName').value,\r\n                phone: document.getElementById('custPhone').value, address: document.getElementById('custAddress').value,\r\n                package: config.title, size: activeSize, total: config.price, items: codesOnlyString, product_id: COMBO_PRODUCT_ID\r\n            };\r\n\r\n            try {\r\n                await fetch(GAS_SCRIPT_URL, { method: 'POST', mode: 'no-cors', body: JSON.stringify(orderData) });\r\n                document.getElementById('res-order-id').innerText = orderId;\r\n                document.getElementById('res-name').innerText = orderData.first_name;\r\n                document.getElementById('res-phone').innerText = orderData.phone;\r\n                document.getElementById('res-addr').innerText = orderData.address;\r\n                document.getElementById('res-pkg').innerText = orderData.package;\r\n                document.getElementById('res-size').innerText = activeSize;\r\n                document.getElementById('res-total').innerText = `\u09f3 ${config.price}`;\r\n                const resList = document.getElementById('res-items-list');\r\n                resList.innerHTML = \"\";\r\n                selectedItems.forEach(i => {\r\n                    const d = document.createElement('div'); d.className = 'mini-res-row';\r\n                    d.innerHTML = `<span>\u09aa\u09cd\u09b0\u09cb\u09a1\u09be\u0995\u09cd\u099f \u0995\u09cb\u09a1:<\/span><span>${i.code}<\/span>`;\r\n                    resList.appendChild(d);\r\n                });\r\n                document.getElementById('selection-view').style.display = 'none';\r\n                document.getElementById('thankyou-view').style.display = 'block';\r\n                window.scrollTo(0,0);\r\n            } catch (error) {\r\n                alert(\"\u09a6\u09c1\u0983\u0996\u09bf\u09a4, \u0995\u09cb\u09a8\u09cb \u098f\u0995\u099f\u09bf \u09b8\u09ae\u09b8\u09cd\u09af\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964 \u0986\u09ac\u09be\u09b0 \u099a\u09c7\u09b7\u09cd\u099f\u09be \u0995\u09b0\u09c1\u09a8\u0964\");\r\n                btn.disabled = false; btn.innerText = \"\u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09a8\u09ab\u09be\u09b0\u09cd\u09ae \u0995\u09b0\u09c1\u09a8\";\r\n            }\r\n        }\r\nfunction getCategoryFromURL() {\r\nconst params = new URLSearchParams(window.location.search);\r\nreturn params.get('combo');\r\n}\r\n\r\n\/\/ URL update\r\nfunction updateURL(cat) {\r\nconst newUrl = window.location.pathname + \"?combo=\" + cat;\r\nwindow.history.pushState({}, \"\", newUrl);\r\n}\r\n\r\n\/\/ original function save\r\nconst originalLoadCategory = loadCategory;\r\n\r\n\/\/ override\r\nloadCategory = function(key) {\r\nupdateURL(key);\r\noriginalLoadCategory(key);\r\n}\r\n\r\n\/\/ page load \u09b9\u09b2\u09c7 auto open\r\nwindow.onload = function() {\r\nsetTimeout(() => {\r\nconst cat = getCategoryFromURL();\r\nif (cat && categoryConfigs[cat]) {\r\noriginalLoadCategory(cat);\r\n}\r\n}, 300);\r\n};\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\r\n\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u09b9\u09cb\u09ae \u09aa\u09c7\u099c Regular Polo Executive Polo Premium Polo Solid T-Shirt TEXLOO FASHION Home Regular Polo Executive Polo Premium Polo Solid T-Shirt 0 TEXLOO Premium Collection 2026 \u0986\u09aa\u09a8\u09be\u09b0 \u09aa\u099b\u09a8\u09cd\u09a6\u09c7\u09b0 \u0995\u09ae\u09cd\u09ac\u09cb\u099f\u09bf \u09ac\u09c7\u099b\u09c7 \u09a8\u09bf\u09a8 &#8211; \u0985\u09ab\u09be\u09b0 \u09b6\u09c7\u09b7 \u09b9\u09a4\u09c7 \u09ac\u09be\u0995\u09bf 00Hours 00Mins 00Secs \u09b8\u09be\u09b6\u09cd\u09b0\u09df \u0995\u09b0\u09c1\u09a8 \u09f3 \u09e8\u09ec\u09e6 Regular Polo Combo (2pcs) \u09f3 1190 \u09b8\u09be\u09b6\u09cd\u09b0\u09df \u0995\u09b0\u09c1\u09a8 \u09f3 \u09eb\u09e6\u09e6 Executive Combo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-13856","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/offer.texloo.com\/index.php\/wp-json\/wp\/v2\/pages\/13856","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/offer.texloo.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/offer.texloo.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/offer.texloo.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/offer.texloo.com\/index.php\/wp-json\/wp\/v2\/comments?post=13856"}],"version-history":[{"count":19,"href":"https:\/\/offer.texloo.com\/index.php\/wp-json\/wp\/v2\/pages\/13856\/revisions"}],"predecessor-version":[{"id":14314,"href":"https:\/\/offer.texloo.com\/index.php\/wp-json\/wp\/v2\/pages\/13856\/revisions\/14314"}],"wp:attachment":[{"href":"https:\/\/offer.texloo.com\/index.php\/wp-json\/wp\/v2\/media?parent=13856"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}