.product-page-wrapper{background-color:#fff;min-height:100vh}.product-hero-section{background-color:#1a1a1a;background-image:url(siyah-arkaplan.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:0 0 80px;position:relative;overflow:visible;margin-bottom:-2px}.product-hero-section:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 40' preserveAspectRatio='none'%3E%3Cpath d='M0,40 L0,20 Q40,0 80,20 T160,20 L160,40 Z' fill='%23ffffff'/%3E%3C/svg%3E");background-size:160px 100%;background-repeat:repeat-x;background-position:center bottom}.hero-header{width:100%;--hero-text-color: #FFFFFF;padding:20px 40px}.product-hero-content{padding:60px 40px 80px;text-align:center}.product-page-title{font-family:Prompt,sans-serif;font-size:clamp(40px,8vw,100px);font-weight:900;text-align:center;color:#fff;text-transform:uppercase;letter-spacing:-.02em;line-height:1;margin:0}.back-link-hero{display:inline-block;margin-top:15px;color:#ffffffb3;text-decoration:none;font-weight:600;font-size:14px;transition:color .2s}.back-link-hero:hover{color:#fff;text-decoration:underline}.product-details-content{background:#fff;padding:60px 40px}.product-container{max-width:1200px;margin:0 auto}.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:start}.product-gallery{position:sticky;top:40px}.back-link-content{display:inline-block;margin-bottom:30px;color:#000;text-decoration:none;font-weight:600;font-size:14px;transition:color .2s}.back-link-content:hover{color:#c68642;text-decoration:underline}.main-image-wrapper{background:#f9f9f9;border:3px solid #000;border-radius:12px;box-shadow:8px 8px #0003;overflow:hidden;margin:0 auto 20px;aspect-ratio:1 / 1;max-width:500px}.main-image{width:100%;height:100%;object-fit:cover;display:block}.placeholder-svg{background:#f0f0f0;width:100%;height:500px}.thumbnail-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;max-width:500px;margin:0 auto}.thumbnail-wrapper{border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s}.thumbnail-wrapper.active{border-color:#000;opacity:.7}.thumbnail-wrapper:hover{border-color:#d4af37}.thumbnail{width:100%;height:100%;object-fit:cover;display:block}.product-info-sticky{position:sticky;top:40px}.info-title{font-family:Prompt,sans-serif;font-weight:900;font-size:42px;line-height:1.1;margin:0 0 15px;text-transform:uppercase}.info-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;font-size:28px;font-weight:500;color:#666;margin-bottom:30px;font-family:Inter,sans-serif}.info-price-regular,.info-price-sale{font-size:32px;font-weight:700;color:#111;line-height:1.1}.info-price-compare{font-size:20px;font-weight:500;color:#888;text-decoration:line-through}.info-price-sale{color:#c68642}.info-description{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:#333;margin-bottom:40px}.product-form{display:flex;flex-direction:column;gap:14px;margin-bottom:30px}.variant-selector{display:flex;flex-direction:column;gap:8px}.variant-label{font-family:Prompt,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#111}.variant-select{width:100%;height:50px;border:3px solid #000;border-radius:8px;background:#fff;color:#111;font-family:Inter,sans-serif;font-size:15px;font-weight:500;padding:0 14px}.product-form-actions{display:flex;gap:15px}.quantity-selector{display:flex;align-items:center;border:3px solid #000;border-radius:8px;background:#fff;width:120px}.qty-btn{width:40px;height:50px;background:none;border:none;font-size:20px;cursor:pointer;font-weight:700;color:#000}.qty-btn:hover{background:#f0f0f0}.qty-input{width:40px;border:none;text-align:center;font-size:18px;font-weight:600;height:50px;margin:0;padding:0;-webkit-appearance:none;appearance:none}.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.add-to-cart-btn-large{flex:1;background:#000;color:#fff;border:3px solid #000;border-radius:8px;font-family:Prompt,sans-serif;font-weight:800;font-size:18px;text-transform:uppercase;cursor:pointer;transition:all .2s;box-shadow:4px 4px #0003}.add-to-cart-btn-large:hover:not(:disabled){background:#c68642;border-color:#c68642;color:#fff;transform:translateY(-2px);box-shadow:6px 6px #0003}.add-to-cart-btn-large:active:not(:disabled){transform:translateY(0);box-shadow:2px 2px #0003}.add-to-cart-btn-large:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed}.product-shipping-note{margin:-8px 0 24px;padding:10px 12px;border:2px solid #000;border-radius:8px;background:#f8f8f8;font-family:Inter,sans-serif;font-size:13px;font-weight:600;line-height:1.4;color:#111}.product-description-below-image{width:100%;max-width:none;margin:40px 0 0;border-top:2px solid #000;padding-top:14px}.product-description-title{margin:0 0 10px;font-family:Prompt,sans-serif;font-size:1rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.product-description-content{font-family:Inter,sans-serif;font-size:15px;line-height:1.7;color:#333}@media (max-width: 900px){.product-grid{grid-template-columns:1fr;gap:40px}.product-details-content{padding:40px 20px}.info-title{font-size:32px}.product-gallery,.product-info-sticky{position:static}.product-form-actions{flex-direction:column}.quantity-selector{width:100%}.qty-btn{width:30%}.qty-input{width:40%}.add-to-cart-btn-large{width:100%;padding:15px}.product-shipping-note{margin:-2px 0 20px}.product-description-below-image{margin-top:28px}.thumbnail-grid{grid-template-columns:repeat(4,1fr);gap:10px}}@media (max-width: 768px){.product-hero-section:after{height:41px;bottom:-1px}}@media (max-width: 600px){.product-hero-content{padding:40px 20px 60px}.product-page-title{font-size:clamp(32px,10vw,60px)}.hero-header{padding:15px 20px}.info-title{font-size:26px}.info-price{font-size:22px;margin-bottom:20px}.info-price-regular,.info-price-sale{font-size:28px}.info-price-compare{font-size:18px}.info-description{font-size:15px;margin-bottom:30px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/product-details.css.map */
