margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%); color: #e0e0e0; min-height: 100vh; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } header { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 2px solid #d4af37; margin-bottom: 40px; } .cart-link { color: #fff; background: #db0000; text-decoration: none; padding: 10px 16px; border: 2px solid #565656; border-radius: 4px; transition: all 0.3s ease; font-weight: 600; } .cart-link:hover { background: #b30000; color: #fff; } h1 { font-family: 'BlackCastle', serif; font-size: 2em; color: #d4af37; } .back-link { color: #fff; background: #db0000; text-decoration: none; padding: 10px 20px; border: 2px solid #565656; border-radius: 4px; transition: all 0.3s ease; } .back-link:hover { background: #b30000; color: #fff; } .return-courtyard { position: fixed; bottom: 20px; left: 20px; z-index: 999; color: #fff; background: #db0000; border: 2px solid #565656; padding: 8px 14px; border-radius: 6px; text-decoration: none; font-weight: 600; } .return-courtyard:hover { background: #b30000; } .product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; } .trustpilot-inline { display: flex; justify-content: center; margin: 30px 0 10px; } .image-section { display: flex; flex-direction: column; } .main-image { width: 100%; height: 500px; object-fit: cover; border: 2px solid #d4af37; border-radius: 8px; margin-bottom: 20px; background: #151a35; } .thumbnails { display: flex; gap: 10px; overflow-x: auto; } .thumbnail { width: 80px; height: 80px; object-fit: cover; border: 2px solid #444; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; } .thumbnail:hover, .thumbnail.active { border-color: #d4af37; box-shadow: 0 0 10px rgba(212, 175, 55, 0.5); } .details-section { display: flex; flex-direction: column; } .breadcrumb { color: #888; font-size: 0.9em; margin-bottom: 15px; } .product-title { font-size: 2.2em; font-weight: 700; color: #e0e0e0; margin-bottom: 10px; line-height: 1.2; } .product-categories { color: #d4af37; font-size: 0.9em; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; } .product-price { font-size: 2.5em; font-weight: 700; color: #d4af37; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .product-meta { background: rgba(20, 25, 40, 0.8); padding: 20px; border-radius: 8px; border: 1px solid #d4af37; margin-bottom: 30px; } .meta-row { display: grid; grid-template-columns: 150px 1fr; padding: 12px 0; border-bottom: 1px solid #444; } .meta-row:last-child { border-bottom: none; } .meta-label { color: #d4af37; font-weight: 600; text-transform: uppercase; font-size: 0.85em; } .meta-value { color: #e0e0e0; padding-left: 20px; word-wrap: break-word; } .buttons { display: flex; gap: 10px; margin-bottom: 30px; } .measurement-note { margin-bottom: 10px; color: #ffd700; font-weight: 600; } .size-selector { margin: 10px 0 18px; padding: 12px; border: 1px solid #d4af37; border-radius: 6px; background: rgba(20, 25, 40, 0.6); } .size-label { color: #d4af37; font-weight: 700; margin-bottom: 8px; letter-spacing: 0.5px; } .size-options { display: flex; flex-wrap: wrap; gap: 8px; } .size-chip { padding: 8px 12px; border: 1px solid #444; border-radius: 4px; background: #0a0e27; color: #e0e0e0; cursor: pointer; transition: all 0.2s ease; } .size-chip:hover { border-color: #d4af37; color: #ffd700; } .size-chip.selected { border-color: #d4af37; background: rgba(212, 175, 55, 0.12); color: #ffd700; box-shadow: 0 0 6px rgba(212, 175, 55, 0.4); } .size-chip:focus-visible { outline: 2px solid #ffd700; outline-offset: 2px; } .size-error { margin-top: 6px; color: #f86b6b; font-size: 0.9em; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } button { flex: 0 1 220px; min-width: 160px; padding: 12px 18px; background: #db0000; color: #fff; border: 2px solid #565656; border-radius: 4px; font-weight: 600; font-size: 1em; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.3s ease; } button:hover { background: #b30000; color: #fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(219, 0, 0, 0.18); } button:active { transform: translateY(0); } .description-section { background: rgba(20, 25, 40, 0.8); padding: 30px; border-radius: 8px; border: 1px solid #d4af37; margin-top: 40px; } .description-section h2 { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 1.8em; color: #db0000; margin-bottom: 20px; } .description-content { color: #d0d0d0; line-height: 1.8; } .description-content p { margin-bottom: 15px; } .description-content ul { list-style-position: inside; margin-bottom: 15px; } .description-content li { margin-bottom: 8px; } /* Price Comparison Styles */ .comparison-table { width: 100%; margin-top: 20px; border-collapse: collapse; } .comparison-table th, .comparison-table td { padding: 12px; text-align: left; border-bottom: 1px solid rgba(212, 175, 55, 0.2); } .comparison-table th { color: #d4af37; font-weight: 600; background: rgba(212, 175, 55, 0.1); } .comparison-table tr:hover { background: rgba(212, 175, 55, 0.05); } .comparison-table .price-cell { font-size: 1.2em; font-weight: bold; } .comparison-table .our-price { color: #4caf50; } .comparison-table .competitor-price { color: #ff9800; } .comparison-link { color: #64b5f6; text-decoration: none; font-size: 0.9em; } .comparison-link:hover { text-decoration: underline; } .advantages-list { margin-top: 20px; padding: 15px; background: rgba(76, 175, 80, 0.1); border-left: 3px solid #4caf50; border-radius: 4px; } .advantages-list h3 { color: #4caf50; margin-bottom: 10px; font-size: 1.1em; } .advantages-list ul { list-style: none; } .advantages-list li:before { content: '\\2713 '; color: #4caf50; font-weight: bold; margin-right: 8px; } .verified-date { color: #888; font-size: 0.85em; font-style: italic; } footer { text-align: center; padding: 30px 0; border-top: 2px solid #d4af37; color: #888; margin-top: 40px; } .loading { text-align: center; padding: 60px 20px; color: #d4af37; font-size: 1.5em; } .error { background: rgba(244, 67, 54, 0.1); border: 1px solid #f44336; color: #f44336; padding: 20px; border-radius: 8px; margin: 20px 0; } .measure-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.65); display: none; align-items: center; justify-content: center; z-index: 2000; padding: 20px; } .measure-modal { width: min(760px, 100%); background: #0f1224; border: 2px solid #d4af37; border-radius: 12px; padding: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.45); } .measure-modal h3 { margin-top: 0; color: #d4af37; } .measure-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px 16px; margin: 16px 0; } .measure-group label { display: block; font-size: 0.9em; color: #d4af37; margin-bottom: 4px; } .measure-group input, .measure-group textarea { width: 100%; padding: 10px; border-radius: 6px; border: 1px solid #444; background: #0a0e27; color: #e0e0e0; } .measure-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; } .measure-error { color: #f86b6b; font-size: 0.9em; margin-top: 6px; } @media (max-width: 968px) { .product-layout { grid-template-columns: 1fr; gap: 30px; } .product-title { font-size: 1.8em; } .product-price { font-size: 2em; } .meta-row { grid-template-columns: 1fr; } .meta-value { padding-left: 0; padding-top: 8px; } .buttons { flex-direction: column; } } @media (max-width: 480px) { .container { padding: 10px; } h1 { font-size: 1.5em; } .product-title { font-size: 1.4em; } .product-price { font-size: 1.8em; } header { flex-direction: column; gap: 15px; } .back-link { width: 100%; text-align: center; } }

Custom BDSM Leatherworks

Cart (0) ← Back to Catalog

Loading product...

← Back to Dungeon