

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title> - Product Details</title>
  <meta name="description" content="" />
  <meta name="robots" content="index,follow" />
  <meta name="theme-color" content="#ffffff" />
  <link rel="canonical" href="http://www.staufusa.com/sitemap" />
  <!-- Open Graph / Product -->
  <meta property="og:type" content="product" />
  <meta property="og:title" content="" />
  <meta property="og:description" content="" />
  <meta property="og:image" content="" />
  <meta property="product:price:amount" content="0" />
  <meta property="product:price:currency" content="USD" />

    <meta name="twitter:card" content="summary_large_image" />
  <meta name="twitter:image" content="" />
  <link rel="image_src" href="" />
  <link rel="preload" as="image" href="" />
<style>
    :root {
      --bg: #f7f7fb;
      --surface: #ffffff;
      --text: #1f2937;
      --muted: #6b7280;
      --primary: #2563eb;
      --border: #e5e7eb;
      --ok: #10b981;
    }
    * { box-sizing: border-box; }
    html, body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: var(--text); background: var(--bg); }
    a { color: var(--primary); text-decoration: none; }
    .container { max-width: 1120px; margin: 0 auto; padding: 16px; }
    header { background: var(--surface); border-bottom: 1px solid var(--border); }
    .breadcrumbs { font-size: 13px; color: var(--muted); padding: 8px 0; }
    .breadcrumbs a { color: var(--muted); }

    .product { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; margin-top: 16px; }
    .card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); }
    .card.padded { padding: 16px; }

    .gallery { padding: 16px; }
    .gallery .hero { display: grid; place-items: center; margin-bottom: 12px; }
    .gallery .hero-img { width: 100%; max-height: 520px; object-fit: contain; border-radius: 12px; background: #fff; }
    .gallery .thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(120px,1fr); gap: 12px; overflow-x: auto; padding-bottom: 6px; }
    .gallery .thumbs img { width: 100%; height: 100px; object-fit: cover; border-radius: 8px; }

    .title { font-size: 24px; font-weight: 700; margin: 4px 0 8px; }
    .sku { font-size: 12px; color: var(--muted); }
    .price { font-size: 28px; font-weight: 800; color: var(--ok); margin: 8px 0 16px; }
    .old-price { font-size: 18px; color: #9ca3af; text-decoration: line-through; margin-right: 8px; }

    .meta { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; color: var(--muted); margin-bottom: 16px; }
    .meta span { background: #f3f4f6; border: 1px solid var(--border); padding: 6px 10px; border-radius: 999px; }

    .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .btn { display: inline-block; text-align: center; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--border); background: #fff; font-weight: 600; }
    .btn.primary { background: var(--primary); color: #fff; border-color: var(--primary); }
    .btn:hover { filter: brightness(0.98); }

    .section { margin-top: 24px; padding: 16px; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
    .section h3 { font-size: 18px; margin: 0 0 8px; color: var(--primary); }
    .desc { line-height: 1.7; color: #374151; white-space: pre-line; }

    .other-products { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 16px; margin-top: 16px; }
    .other-products .item { border: 1px solid var(--border); border-radius: 12px; background: #fff; padding: 12px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
    .other-products .item img { width: 100%; height: 160px; object-fit: cover; border-radius: 8px; margin-bottom: 8px; }
    .other-products .item h4 { font-size: 14px; font-weight: 600; margin: 0 0 8px; color: var(--text); }
    .other-products .item a { display: inline-block; font-size: 13px; color: var(--primary); margin-top: 4px; }

    /* Footer styles */
.site-footer{background:var(--surface);border-top:1px solid var(--border);margin-top:32px;padding:32px 0;color:var(--muted);}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px 24px;margin-bottom:12px;}
.footer-col h4{margin:0 0 8px;font-size:16px;color:var(--text);} 
.tagline{margin:4px 0 8px}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin:6px 0}
.footer-links a{color:var(--muted)}
.footer-links a:hover{color:var(--primary)}
.footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.badge{border:1px solid var(--border);border-radius:999px;padding:6px 10px;background:#fff}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-top:1px dashed var(--border);margin-top:12px;padding-top:12px;font-size:12px;color:var(--muted)}
.back-to-top{font-size:12px}

    @media (max-width: 960px) {
      .product { grid-template-columns: 1fr; }
    }
  </style>

  <!-- Structured Data (JSON-LD) -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Product",
    "name": "",
    "description": "",
    "sku": "",
    "image": [
      {"@type": "ImageObject", "contentUrl": ""}
    ],
    "category": " >  > ",
    "url": "http://www.staufusa.com/sitemap",
    "brand": {"@type":"Brand","name":""},
    "offers": {
      "@type": "Offer",
      "price": "0",
      "priceCurrency": "USD",
      "url": "http://www.staufusa.com/sitemap",
      "availability": "https://schema.org/InStock",
      "itemCondition": "https://schema.org/NewCondition",
      "priceValidUntil": "2026/03/06",
      "priceSpecification": {
        "@type": "PriceSpecification",
        "price": "0",
        "priceCurrency": "USD",
        "minPrice": "0",
        "maxPrice": "",
        "valueAddedTaxIncluded": true
      },
      "hasMerchantReturnPolicy": {
        "@type": "MerchantReturnPolicy",
        "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
        "merchantReturnDays": 30,
        "returnFees": "https://schema.org/FreeReturn"
      },
      "shippingDetails": {
        "@type": "OfferShippingDetails",
        "shippingRate": {"@type": "MonetaryAmount","value": "0","currency": "USD"},
        "deliveryTime": {"@type": "ShippingDeliveryTime","handlingTime": {"@type":"QuantitativeValue","minValue": 0, "maxValue": 1, "unitCode": "d"}, "transitTime": {"@type":"QuantitativeValue","minValue": 3, "maxValue": 7, "unitCode": "d"}}
      }
    }
  }
  </script>
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {"@type": "ListItem", "position": 1, "name": "Home", "item": "http://www.staufusa.com/sitemap"},
      {"@type": "ListItem", "position": 2, "name": ""},
      {"@type": "ListItem", "position": 3, "name": ""},
      {"@type": "ListItem", "position": 4, "name": ""}
    ]
  }
  </script>
  <script type="application/ld+json">
  {
    "@context":"https://schema.org",
    "@type":"FAQPage",
    "mainEntity":[
      {"@type":"Question","name":"[Shipping / Delivery / ETA / Tracking] How long does shipping take?","acceptedAnswer":{"@type":"Answer","text":"Standard shipping takes 3-7 business days within the country; international may take 7-14 days. Track your order via your account."}},
      {"@type":"Question","name":"[After-sales / Returns / Refunds / Exchange] What is your return policy?","acceptedAnswer":{"@type":"Answer","text":"Returns accepted within 30 days for unused items. Refunds processed in 5-10 business days after inspection."}},
      {"@type":"Question","name":"[Reliability / Authenticity / Warranty] Do you offer warranties on products?","acceptedAnswer":{"@type":"Answer","text":"Yes, most products come with a 1-year manufacturer warranty. Contact support for claims."}},
      {"@type":"Question","name":"[Security / Payment / Privacy / Packaging] Is my payment information secure?","acceptedAnswer":{"@type":"Answer","text":"We use SSL encryption and comply with PCI standards to protect your payment details. Privacy policy ensures data confidentiality."}}
    ]
  }
  </script>
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Online Store",
    "url": "http://www.staufusa.com/sitemap",
    "contactPoint": [{
      "@type": "ContactPoint",
      "telephone": "+1-800-123-4567",
      "contactType": "customer support",
      "email": "support@www.staufusa.com",
      "areaServed": "US",
      "availableLanguage": ["en"]
    }]
  }
  </script>

<style>
/* ===== Mobile optimization injected ===== */
:root{
  --radius-lg: 16px;
}
/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* General tweaks for narrow screens */
.gallery .hero-img{
  width:100%;
  height:auto;
  max-height:60vh; /* keep hero image within viewport on phones */
}

/* Make thumbnail strip more finger-friendly */
.gallery .thumbs{
  grid-auto-columns:minmax(88px,1fr);
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling: touch;
}
.gallery .thumbs img{
  height:72px;
  scroll-snap-align:start;
}

/* Product grid breakpoints */
@media (max-width: 768px){
  .container{ padding:12px; }
  .product{ grid-template-columns: 1fr; gap:16px; }
  .title{ font-size:20px; }
  .price{ font-size:22px; }
  .btn{ padding:10px 12px; font-size:14px; }
  .gallery .hero-img{ max-height:50vh; }
  .gallery .thumbs img{ height:64px; }
  .other-products{ grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); gap:12px; }
}

/* Extra small phones */
@media (max-width: 480px){
  .container{ padding:8px; }
  .title{ font-size:18px; }
  .price{ font-size:20px; }
  .meta{ gap:6px 8px; }
  .meta span{ padding:4px 8px; }
  .btn{ padding:9px 10px; font-size:13px; border-radius:10px; }
  .gallery .thumbs{ grid-auto-columns:minmax(76px,1fr); }
  .gallery .thumbs img{ height:58px; }
  .other-products{ grid-template-columns: repeat(2,minmax(0,1fr)); }
  .other-products .item img{ height:120px; }
}

/* Improve tap targets in footer on mobile */
@media (max-width: 640px){
  .footer-links a{ display:inline-block; padding:6px 0; }
  .footer-badges .badge{ padding:6px 8px; }
}
</style>


<style>
/* ===== Anti-overflow hardening ===== */
/* 1) Never allow horizontal scroll on the page */
html, body { width:100%; max-width:100%; overflow-x:hidden; }

/* 2) Make all images/videos responsive and not exceed container */
img, video { max-width:100%; height:auto; }

/* 3) Grid/Flex children should be allowed to shrink to avoid overflow */
.product, .other-products, .footer-grid, .meta, .breadcrumbs, .footer-bottom { min-width:0; }
.product > *, .footer-grid > *, .meta > *, .breadcrumbs > *, .footer-bottom > * { min-width:0; }

/* 4) Text wrapping for long words/URLs */
.desc, .title, .sku, .price, .meta, .breadcrumbs, .footer-links a, .footer-bottom, .tagline {
  overflow-wrap:anywhere; word-break:break-word;
}

/* 5) Ensure cards/sections cannot exceed viewport width */
.card, .section { max-width:100%; overflow:hidden; border-radius:12px; }

/* 6) Thumbs strip should never push layout horizontally */
.gallery .thumbs { overflow-x:auto; overscroll-behavior-x:contain; }
.gallery .thumbs img { max-width:100%; }

/* 7) Other products: keep tight columns on small screens to avoid wide min widths */
@media (max-width: 480px){
  .other-products { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* 8) Defensive: if any inline media sneaks into descriptions */
.desc img, .desc video { max-width:100%; height:auto; display:block; }
</style>

</head>
<body id="top" data-product-id="">
  <header>
    <div class="container">
      <nav class="breadcrumbs" aria-label="Breadcrumb">
        <a href="#">Home</a>
        <span> / </span>
        <a href="#"></a>
        <span> / </span>
        <a href="#"></a>
        <span> / </span>
        <span aria-current="page"></span>
      </nav>
    </div>
  </header>

  <main class="container">
    <div class="product">
      <!-- Gallery -->
      <section class="card gallery" aria-label="Product Gallery">
        <figure class="hero">
          <img class="hero-img" loading="eager" decoding="async" src="" alt="" onerror="this.src='data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 600 400\'%3E%3Crect width=\'100%25\' height=\'100%25\' fill=\'%23f3f4f6\'/%3E%3Ctext x=\'50%25\' y=\'50%25\' dominant-baseline=\'middle\' text-anchor=\'middle\' fill=\'%239ca3af\' font-size=\'20\'%3ENo Image%3C/text%3E%3C/svg%3E'" />
        </figure>
        <div class="thumbs">
          
        </div>
      </section>

      <!-- Purchase Info -->
      <section class="card padded" aria-label="Purchase Information">
        <h1 class="title"></h1>
        <div class="sku">SKU: </div>
        <div class="price"><span class="old-price">$ USD</span> $0 USD</div>

        <div class="meta">
          <span>Category: </span>
          <span>Subcategory: </span>
          <span>Child Category: </span>
          <span>Added: 2026/03/06</span>
          <span class="in-stock">In Stock</span>
        </div>

        <div class="actions">
          <a class="btn primary" href="#">Buy Now</a>
          <a class="btn" href="#">Add to Cart</a>
        </div>

        <div class="section">
          <h3>Product Introduction</h3>
          <div class="desc"></div>
        </div>
      </section>
    </div>

    <!-- Product Details Section -->
    <section id="details" class="section" aria-label="Product Details">
      <h3>Product Details</h3>
      <div class="desc"></div>
    </section>



    <!-- Policy & Contact Sections -->
    <section id="shipping" class="section" aria-label="Shipping & Delivery">
      <h3>Shipping & Delivery</h3>
      <div class="desc">
        We dispatch orders within <strong>24 hours</strong>. Standard delivery time is <strong>3–7 business days</strong> across the US. 
        Shipping is <strong>free</strong> for orders over <strong>$50</strong>. A tracking number will be sent to you once your package ships.
      </div>
    </section>

    <section id="returns" class="section" aria-label="Returns & Refunds">
      <h3>Returns & Refunds</h3>
      <div class="desc">
        You can return or exchange items within <strong>30 days</strong> of delivery if unused and in original packaging. 
        Once we receive and inspect the return, refunds are issued within <strong>5–7 business days</strong> to your original payment method. 
        Return shipping is <strong>free</strong> for defective or mis-shipped items.
      </div>
    </section>
    <!-- FAQ Section -->
    <section id="faq" class="section" aria-label="Frequently Asked Questions">
      <h3>Frequently Asked Questions</h3>
      <div class="desc">
        <p><strong>[Shipping / Delivery / ETA / Tracking] How long does shipping take?</strong><br>Standard shipping takes 3-7 business days within the country; international may take 7-14 days. Track your order via your account.</p>
        <p><strong>[After-sales / Returns / Refunds / Exchange] What is your return policy?</strong><br>Returns accepted within 30 days for unused items. Refunds processed in 5-10 business days after inspection.</p>
        <p><strong>[Reliability / Authenticity / Warranty] Do you offer warranties on products?</strong><br>Yes, most products come with a 1-year manufacturer warranty. Contact support for claims.</p>
        <p><strong>[Security / Payment / Privacy / Packaging] Is my payment information secure?</strong><br>We use SSL encryption and comply with PCI standards to protect your payment details. Privacy policy ensures data confidentiality.</p>
      </div>
    </section>


    <section id="contact" class="section" aria-label="Contact Us">
      <h3>Contact Us</h3>
      <div class="desc">
        Need help with your order? We're here for you.<br>
        Email: <a href="/cdn-cgi/l/email-protection#f98a8c8989968b8db98e8e8ed78a8d988c9f8c8a98d79a9694"><span class="__cf_email__" data-cfemail="cebdbbbebea1bcba8eb9b9b9e0bdbaafbba8bbbdafe0ada1a3">[email&#160;protected]</span></a><br>
        Phone: <a href="tel:+18001234567">+1-800-123-4567</a><br>
        Live chat: 9:00 AM – 6:00 PM EST (Mon–Fri)
      </div>
    </section>

    <!-- Other Products -->
    <section class="section">
      <h3>You May Also Like</h3>
      <div class="other-products" role="list">
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m80886825898_1.jpg?1751112445" alt="Blouse"><h4>Blouse</h4><a href="/product/blouse-900718">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m87058570621_1.jpg?1749354025" alt="Black shirt 3XL-5XL"><h4>Black shirt 3XL-5XL</h4><a href="/product/black-shirt-3xl-5xl-900719">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m72834749488_1.jpg?1751112420" alt="ENFOLD Drapey Blouse, Triacetate, Size 38"><h4>ENFOLD Drapey Blouse, Triacetate, Size 38</h4><a href="/product/enfold-drapey-blouse-triacetate-size-38-900720">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m21447422449_1.jpg?1751112402" alt="【Brand New with Tag】BASEMENT ONLINE Cape Blouse Off-the-Shoulder"><h4>【Brand New with Tag】BASEMENT ONLINE Cape Blouse Off-the-Shoulder</h4><a href="/product/brand-new-with-tagbasement-online-cape-blouse-off-the-shoulder-900721">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m46058935953_1.jpg?1750035079" alt="Star Double Edge Razor Blades 6NX 20 Packages with Display Box"><h4>Star Double Edge Razor Blades 6NX 20 Packages with Display Box</h4><a href="/product/star-double-edge-razor-blades-6nx-20-packages-with-display-box-900722">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m91682128134_1.jpg?1750031868" alt="Vintage Hitachi Monitors Baseball Yo-Yo 90s Kid Rare IT Swag"><h4>Vintage Hitachi Monitors Baseball Yo-Yo 90s Kid Rare IT Swag</h4><a href="/product/vintage-hitachi-monitors-baseball-yo-yo-90s-kid-rare-it-swag-900723">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m52561095978_1.jpg?1751155134" alt="audire blooming jacquard tops"><h4>audire blooming jacquard tops</h4><a href="/product/audire-blooming-jacquard-tops-900724">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m97004162360_1.jpg?1751112353" alt="ZARA White Poplin Corset Shirt"><h4>ZARA White Poplin Corset Shirt</h4><a href="/product/zara-white-poplin-corset-shirt-900725">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m12546199899_1.jpg?1750031797" alt="Dolce & Gabbana Stainless Steel Comb"><h4>Dolce & Gabbana Stainless Steel Comb</h4><a href="/product/dolce-gabbana-stainless-steel-comb-900726">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m50592291420_1.jpg?1750858581" alt="Aircast air select standard walker"><h4>Aircast air select standard walker</h4><a href="/product/aircast-air-select-standard-walker-900727">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m59061123886_1.jpg?1751112349" alt="Black T-shirt"><h4>Black T-shirt</h4><a href="/product/black-t-shirt-900728">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m72634135828_1.jpg?1750028581" alt="RARE 2008 KISS ARMY dog rain with chain like new! Displayed only"><h4>RARE 2008 KISS ARMY dog rain with chain like new! Displayed only</h4><a href="/product/rare-2008-kiss-army-dog-rain-with-chain-like-new-displayed-only-900729">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m72523859983_1.jpg?1749348471" alt="Grey Graphite 3XL-5XL"><h4>Grey Graphite 3XL-5XL</h4><a href="/product/grey-graphite-3xl-5xl-900730">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m58044340604_1.jpg?1751112303" alt="poppy gingham check see-through shirt"><h4>poppy gingham check see-through shirt</h4><a href="/product/poppy-gingham-check-see-through-shirt-900731">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m28486171879_1.jpg?1749067216" alt="NEW Unisex GILDAN Small Ice Tie-Dye Soft Style T-Shirt Vibrant One of A Kind"><h4>NEW Unisex GILDAN Small Ice Tie-Dye Soft Style T-Shirt Vibrant One of A Kind</h4><a href="/product/new-unisex-gildan-small-ice-tie-dye-soft-style-t-shirt-vibrant-one-of-a-kind-900732">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m53772144206_1.jpg?1748779982" alt="XL Black T Shirt sayings Caution Contents May Cause Happiness"><h4>XL Black T Shirt sayings Caution Contents May Cause Happiness</h4><a href="/product/xl-black-t-shirt-sayings-caution-contents-may-cause-happiness-900733">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m75231383737_1.jpg?1750026332" alt="Green Irish Tweed"><h4>Green Irish Tweed</h4><a href="/product/green-irish-tweed-900734">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m21541677642_1.jpg?1748560172" alt="Supreme Margaret Keene Teardrop T Shirt Size L USA Made"><h4>Supreme Margaret Keene Teardrop T Shirt Size L USA Made</h4><a href="/product/supreme-margaret-keene-teardrop-t-shirt-size-l-usa-made-900735">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m27656006692_1.jpg?1750027396" alt="Male Chastity Cage"><h4>Male Chastity Cage</h4><a href="/product/male-chastity-cage-900736">View Details</a></div>
        <div class="item"><img src="https://u-mercari-images.mercdn.net/photos/m27631074840_1.jpg?1751112267" alt="Darich Flower Cut Top"><h4>Darich Flower Cut Top</h4><a href="/product/darich-flower-cut-top-900737">View Details</a></div>
      </div>
    </section>

    <footer class="site-footer" role="contentinfo">
  <div class="container">
    <div class="footer-grid">
      <div class="footer-col">
        <h4>About Us</h4>
        <p class="tagline">Quality products, fast shipping, friendly support.</p>
        <div class="footer-badges">
          <span class="badge">Secure Checkout</span>
          <span class="badge">30-Day Returns</span>
          <span class="badge">1-Year Warranty</span>
        </div>
      </div>
      <div class="footer-col">
        <h4>Customer Service</h4>
        <ul class="footer-links">
          <li><a href="#shipping">Shipping & Delivery</a></li>
          <li><a href="#returns">Returns & Refunds</a></li>
          <li><a href="#details">Product Details</a></li>
          <li><a href="#contact">Contact Us</a></li>
        </ul>
      </div>
      <div class="footer-col">
        <h4>Store Info</h4>
        <ul class="footer-links">
          <li><a href="#">Terms & Conditions</a></li>
          <li><a href="#">Privacy Policy</a></li>
          <li><a href="#">Cookie Policy</a></li>
        </ul>
      </div>
      <div class="footer-col">
        <h4>Newsletter</h4>
        <form onsubmit="return false" class="newsletter">
          <input type="email" placeholder="Your email" aria-label="Email address" style="padding:10px;border:1px solid var(--border);border-radius:8px;width:100%;margin-bottom:8px;">
          <button class="btn primary" style="width:100%;">Subscribe</button>
        </form>
        <div class="footer-badges" aria-label="Accepted Payments">
          <span class="badge">Visa</span>
          <span class="badge">MasterCard</span>
          <span class="badge">PayPal</span>
          <span class="badge">AmEx</span>
        </div>
      </div>
    </div>
    <div class="footer-bottom">
      <div>© <span id="year"></span> Online Store · Domain: www.staufusa.com · <a href="http://www.staufusa.com/sitemap">Current URL</a></div>
      <a class="back-to-top" href="#top" aria-label="Back to top">Back to top ↑</a>
    </div>
  </div>
</footer>
  </main>

  <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
    (function(){
      var y = new Date().getFullYear();
      var el = document.getElementById('year');
      if(el) el.textContent = y;
    })();
  </script>
</body>
</html>
