Azizi 5″ x 7″ Standing Frame

£19.95
1
✓ In Stock

An antiqued effect brass free standing picture frame.

Why we love it

  • The metal of the frame has been hand forged around the glass, making each frame a true artisan item
  • The thicker styled frame with an etched design helps to provide more of a focal point to the picture within the frame
  • The ideal way to frame old photographs, postcards, letters and all manner of treasured memories or little keepsake

Details you'll appreciate

  • Visible picture area: H 16cm x W 11cm
  • Other sizes available. Matching hanging frames also available
  • As these are all hand made, the dimensions will vary slightly between frames
SKU: 10017PK2
Dimensions: Overall frame size (Portrait): H 19cm x W 14cm
Material: Metal & Glass
Colour: Antique Brass

You may also like

Related Product 1

Azizi 5″ x 7″ Hanging Frame

£19.95
Related Product 2

Azizi 4″ x 6″ Hanging Frame

£17.95
Related Product 3

Sahra Photo Frame 5x7 Antique Gold

£40
New

Recently viewed

Recently Viewed 1

Ibsley Rectangle Decorative Tray

£70
New: One-of-a-kind
Recently Viewed 2

Blackened Brick Box

£18.50
One-of-a-kind
Recently Viewed 3

Thao Dulani Grass Brush Natural Small

£24
New
.logo-row { position: relative; display: flex; align-items: center; justify-content: center; margin-bottom: 0.9rem; } #logo { display: flex; align-items: center; justify-content: center; } #logo a { display: block; } #logo img { height: 36px; width: auto; display: block; } .logo-icons { position: absolute; right: 140px; top: 50%; transform: translateY(-50%); display: flex; gap: 18px; align-items: center; } .icon-btn { width: 28.6px; height: 28.6px; background: transparent; border: none; padding: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; } .icon-btn img { width: 100%; height: 100%; display: block; } .icon-btn:hover { opacity: 0.65; } .links-bar { border-bottom: 1px solid var(--border); position: relative; padding-bottom: 0.55rem; margin-bottom: 0.55rem; } nav.desktop-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.4rem; font-family: var(--font-nav); font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.11em; } nav.desktop-links a { position: relative; color: var(--color-dark); text-decoration: none; white-space: nowrap; padding-bottom: 4px; transition: opacity 0.2s ease; } nav.desktop-links a:hover { opacity: 0.85; } nav.desktop-links a::after { content: ''; position: absolute; left: 0; bottom: -1px; height: 2px; width: 0; background: var(--color-dark); transition: width 0.18s ease; } nav.desktop-links a:hover::after { width: 100%; } .breadcrumb { padding: 1rem 2rem 0; max-width: 1280px; margin: 0 auto; font-size: 0.75rem; color: var(--color-muted); text-transform: uppercase; letter-spacing: 0.1em; } .breadcrumb a { color: var(--color-muted); text-decoration: none; } .breadcrumb a:hover { color: var(--color-dark); } /* Product Page Styles */ .product-page { max-width: 1280px; margin: 0 auto; padding: 2rem; display: flex; gap: 3rem; } .gallery { flex: 1; margin-right: 2rem; } .gallery-images { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; } .gallery-img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 4px; cursor: pointer; transition: opacity 0.2s; } .gallery-img:hover { opacity: 0.9; } /* Delivery & Returns Section */ .delivery-returns { margin-top: 2rem; } .delivery-returns-header { font-family: var(--font-sans); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 1rem 0; border-top: 1px solid var(--border); display: flex; justify-content: space-between; cursor: pointer; font-size: 0.8rem; color: var(--color-dark); transition: color 0.2s; } .delivery-returns-header:hover { color: var(--color-dark); } .delivery-returns-header span:last-child { font-weight: 700; font-size: 1rem; color: var(--color-dark); transition: transform 0.3s ease; } .delivery-returns-header.active span:last-child { transform: rotate(45deg); } .delivery-returns-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; color: var(--color-muted); font-size: 0.85rem; line-height: 1.5; padding: 0 0.25rem; } .delivery-returns-content.open { max-height: 800px; padding-top: 1rem; } .delivery-returns-content h4 { font-family: var(--font-serif); font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.05em; margin: 1rem 0 0.5rem 0; color: var(--color-dark); font-weight: 600; } .delivery-returns-content h4:first-child { margin-top: 0; } .delivery-returns-content p { margin-bottom: 0.75rem; color: var(--color-muted); font-family: var(--font-sans); font-weight: 400; } .delivery-returns-content ul { margin-bottom: 1rem; padding-left: 1rem; font-family: var(--font-sans); font-weight: 400; } .delivery-returns-content li { margin-bottom: 0.25rem; color: var(--color-muted); list-style-type: disc; } .product-info { flex: 0 0 400px; position: sticky; top: 2rem; align-self: flex-start; height: fit-content; } .product-title { font-family: var(--font-serif); font-weight: 700; font-size: 1.8rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; color: var(--color-dark); } .sku { font-size: 0.75rem; color: var(--color-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; } .price { font-family: var(--font-sans); font-weight: 600; font-size: 1.5rem; margin: 1rem 0; color: var(--color-dark); } .stock-status { color: #4CAF50; margin: 1rem 0; font-size: 0.9rem; } .qty-selector { display: flex; align-items: center; gap: 1rem; margin: 2rem 0; } .qty-controls { display: flex; align-items: center; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; } .qty-btn { width: 40px; height: 40px; border: none; background: #f5f5f5; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: background 0.2s; } .qty-btn:hover { background: #e0e0e0; } .qty-input { width: 60px; height: 40px; border: none; text-align: center; font-size: 1rem; } .add-to-cart { width: 100%; padding: 1rem 2rem; background: var(--color-dark); color: white; border: none; border-radius: 4px; font-size: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; cursor: pointer; transition: background 0.2s; margin-bottom: 2rem; } .add-to-cart:hover { background: #333; } .product-details { border-top: 1px solid var(--border); padding-top: 2rem; } .detail-section { margin-bottom: 2rem; } .detail-section h3 { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; color: var(--color-dark); } .detail-section ul { list-style: none; padding: 0; } .detail-section li { margin-bottom: 0.5rem; padding-left: 1rem; position: relative; } .detail-section li:before { content: "•"; position: absolute; left: 0; color: var(--color-accent); } .product-meta { background: #f9f9f9; padding: 1.5rem; border-radius: 4px; margin-top: 2rem; } .meta-item { display: flex; margin-bottom: 0.5rem; font-size: 0.9rem; } .meta-label { font-weight: 600; min-width: 100px; margin-right: 1rem; } .recommendations { max-width: 1280px; margin: 3rem auto; padding: 0 2rem; } .recommendations h2 { font-family: var(--font-serif); font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.15em; text-align: center; margin-bottom: 2rem; color: var(--color-dark); } .recommendations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; } .rec-product { text-align: center; } .rec-product img { width: 100%; aspect-ratio: 1; object-fit: cover; margin-bottom: 1rem; border-radius: 4px; transition: opacity 0.2s ease; } .rec-product img:hover { opacity: 0.85; } .rec-product h3 { font-family: var(--font-serif); font-size: 1rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; } .rec-product .price { font-size: 1.1rem; margin: 0; } /* Responsive */ @media (max-width: 768px) { .product-page { flex-direction: column; padding: 1rem; gap: 2rem; } .product-info { position: static; flex: none; } .logo-icons { right: 12px; gap: 14px; } #logo { font-size: 1.71rem; } .gallery { grid-template-columns: 1fr; } .product-title { font-size: 1.4rem; } } @media (max-width: 480px) { header { padding: 1rem 0.5rem 0.6rem; } #logo { font-size: 1.51rem; } .breadcrumb, .product-page, .recommendations { padding: 0 1rem; } .recommendations-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } } /* Footer styles */ .footer-padding { padding: 0 1.7325rem; } .footer-inner { max-width: 1280px; margin: 0 auto; } .rammetto-font { font-family: 'Marhey', cursive; font-weight: 500; } /* Footer links hover effects */ footer nav a:hover { opacity: .85; color: #333 !important; } footer nav a::after { content: ''; position: absolute; left: 0; bottom: -1px; height: 2px; width: 0; background: #666; transition: width .18s ease; } footer nav a:hover::after { width: 100%; } /* Mobile footer adjustments */ @media(max-width:480px) { .footer-padding { padding: 0 0.5775rem; } }
SKU: 10017PK2 | HANDCRAFTED BY ARTISANS

Azizi 5″ x 7″ Standing Frame

$19.95
✓ In Stock

An antiqued effect brass free standing picture frame.

Why we love it

  • The metal of the frame has been hand forged around the glass, making each frame a true artisan item
  • The thicker styled frame with an etched design helps to provide more of a focal point to the picture within the frame
  • The ideal way to frame old photographs, postcards, letters and all manner of treasured memories or little keepsakes

Details you'll appreciate

  • Visible picture area: H 16cm x W 11cm
  • Other sizes available. Matching hanging frames also available
  • As these are all hand made, the dimensions will vary slightly between frames
SKU: 10017PK2
Dimensions: H 19cm x W 14cm (Portrait)
Material: Metal & Glass
Colour: Antique Brass

You may also like

Azizi 5x7 Hanging Frame

Azizi 5″ x 7″ Hanging Frame

$19.95
Azizi 4x6 Hanging Frame

Azizi 4″ x 6″ Hanging Frame

$17.95
Sahra Photo Frame

Sahra Photo Frame 5x7 Antique Gold

$24.95