:root{--custom-art-primary: #1a1a1a;--custom-art-secondary: #f5f5f5;--custom-art-accent: #2563eb;--custom-art-accent-hover: #1d4ed8;--custom-art-text: #1a1a1a;--custom-art-text-muted: #666;--custom-art-border: #e5e5e5;--custom-art-success: #16a34a;--custom-art-radius: 8px;--custom-art-shadow: 0 4px 20px rgba(0, 0, 0, .08);--custom-art-shadow-lg: 0 10px 40px rgba(0, 0, 0, .15)}.custom-art-hero{position:relative;width:100%;min-height:100vh;min-height:100dvh;background:#000}.custom-art-hero__mockup-container{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden}.custom-art-hero__mockup-wrapper{position:relative;width:100%;height:100%}.custom-art-hero__mockup-image{width:100%;height:100%;object-fit:cover;object-position:center}.custom-art-hero__mockup-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#1a1a1a}.custom-art-hero__mockup-placeholder .placeholder-svg{width:200px;height:200px;opacity:.3}.custom-art-hero__gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0000004d,#0000 60%);pointer-events:none}.custom-art-hero__floating-info{position:absolute;bottom:0;left:0;right:0;padding:40px;z-index:10}.custom-art-hero__info-content{max-width:500px;margin-left:auto;color:#fff}.custom-art-hero__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin:0 0 12px;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.custom-art-hero__price{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.custom-art-hero__price-compare{font-size:1.1rem;color:#fff9;text-decoration:line-through}.custom-art-hero__price-current{font-size:1.75rem;font-weight:700}.custom-art-hero__variants{margin-bottom:20px}.custom-art-hero__option{margin-bottom:12px}.custom-art-hero__option-label{display:block;font-size:.85rem;color:#ffffffb3;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.custom-art-hero__option-values{display:flex;flex-wrap:wrap;gap:8px}.custom-art-hero__option-btn{padding:10px 18px;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;font-size:.95rem;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-art-hero__option-btn:hover{background:#fff3;border-color:#ffffff80}.custom-art-hero__option-btn.active{background:#fff;color:#1a1a1a;border-color:#fff}.custom-art-hero__form{margin-bottom:20px}.custom-art-hero__add-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 40px;background:#fff;color:#1a1a1a;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0003}.custom-art-hero__add-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}.custom-art-hero__add-btn:disabled{opacity:.5;cursor:not-allowed}.custom-art-hero__add-btn-icon{display:flex}.custom-art-hero__trust{display:flex;flex-wrap:wrap;gap:20px}.custom-art-hero__trust-item{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:#fffc}.custom-art-hero__scroll-hint{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff9;font-size:.85rem;cursor:pointer;transition:color .2s;animation:bounce 2s infinite}.custom-art-hero__scroll-hint:hover{color:#fff}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-8px)}60%{transform:translate(-50%) translateY(-4px)}}.custom-art-details{background:#fff;padding:80px 0}.custom-art-details__container{max-width:1400px;margin:0 auto;padding:0 24px}.custom-art-details__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.custom-art-details__artwork-column{position:sticky;top:100px}.custom-art-details__artwork-wrapper{display:flex;flex-direction:column;gap:16px}.custom-art-details__artwork-zoom{position:relative;overflow:hidden;border-radius:12px;background:#f5f5f5;cursor:zoom-in}.custom-art-details__artwork-image{width:100%;height:auto;display:block;transition:transform .3s ease}.custom-art-details__zoom-hint{position:absolute;bottom:16px;right:16px;display:flex;align-items:center;gap:6px;padding:8px 14px;background:#000000b3;color:#fff;border-radius:20px;font-size:.8rem;opacity:.8;transition:opacity .2s;pointer-events:none}.custom-art-details__artwork-zoom:hover .custom-art-details__zoom-hint{opacity:0}.custom-art-details__thumbnails{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px}.custom-art-details__thumb{flex-shrink:0;width:80px;height:80px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .2s;background:none}.custom-art-details__thumb img{width:100%;height:100%;object-fit:cover}.custom-art-details__thumb:hover,.custom-art-details__thumb.active{border-color:var(--custom-art-primary)}.custom-art-details__info-column{padding-top:20px}.custom-art-details__info-content{display:flex;flex-direction:column;gap:24px}.custom-art-details__breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem;color:var(--custom-art-text-muted)}.custom-art-details__breadcrumb a{color:inherit;text-decoration:none;transition:color .2s}.custom-art-details__breadcrumb a:hover{color:var(--custom-art-text)}.custom-art-details__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin:0;line-height:1.3;color:var(--custom-art-text)}.custom-art-details__badges{display:flex;flex-wrap:wrap;gap:8px}.custom-art-details__badge{display:inline-block;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:500}.custom-art-details__badge--type{background:var(--custom-art-secondary);color:var(--custom-art-text)}.custom-art-details__badge--material{background:#f0f9ff;color:#0369a1}.custom-art-details__description{font-size:1rem;line-height:1.7;color:var(--custom-art-text-muted)}.custom-art-details__description p{margin:0 0 1em}.custom-art-details__description p:last-child{margin-bottom:0}.custom-art-details__specs{padding:24px;background:var(--custom-art-secondary);border-radius:12px}.custom-art-details__specs-title{font-size:1rem;font-weight:600;margin:0 0 16px;color:var(--custom-art-text)}.custom-art-details__specs-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.custom-art-details__specs-list li{display:flex;align-items:center;gap:12px;font-size:.95rem;color:var(--custom-art-text)}.custom-art-details__specs-list svg{flex-shrink:0;color:var(--custom-art-success)}.custom-art-details__size-guide{padding:24px;background:#f8f8f8;border-radius:12px}.custom-art-details__size-options{display:flex;flex-direction:column;gap:8px}.custom-art-details__size-option{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border-radius:8px;border:1px solid var(--custom-art-border)}.custom-art-details__size-name{font-weight:500}.custom-art-details__size-price{color:var(--custom-art-text-muted)}.custom-art-details__shipping{display:flex;flex-direction:column;gap:16px;padding-top:8px;border-top:1px solid var(--custom-art-border)}.custom-art-details__shipping-item{display:flex;align-items:center;gap:16px}.custom-art-details__shipping-item svg{flex-shrink:0;color:var(--custom-art-text-muted)}.custom-art-details__shipping-item div{display:flex;flex-direction:column}.custom-art-details__shipping-item strong{font-size:.95rem;font-weight:600}.custom-art-details__shipping-item span{font-size:.85rem;color:var(--custom-art-text-muted)}.custom-art-details__sticky-cart{display:none;position:fixed;bottom:0;left:0;right:0;padding:16px 20px;background:#fff;border-top:1px solid var(--custom-art-border);box-shadow:0 -4px 20px #0000001a;z-index:100;gap:16px;align-items:center}.custom-art-details__sticky-price{display:flex;flex-direction:column}.custom-art-details__sticky-price-label{font-size:.8rem;color:var(--custom-art-text-muted)}.custom-art-details__sticky-price-value{font-size:1.25rem;font-weight:700}.custom-art-details__sticky-form{flex:1}.custom-art-details__sticky-btn{width:100%;padding:14px 24px;background:var(--custom-art-primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.custom-art-details__sticky-btn:hover:not(:disabled){background:#333}.custom-art-details__sticky-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1024px){.custom-art-details__grid{gap:40px}.custom-art-details__artwork-column{position:static}}@media(max-width:768px){.custom-art-hero__floating-info{padding:24px}.custom-art-hero__info-content{max-width:none;margin-left:0}.custom-art-hero__scroll-hint{display:none}.custom-art-details{padding:40px 0 100px}.custom-art-details__grid{grid-template-columns:1fr;gap:32px}.custom-art-details__sticky-cart{display:flex}}@media(max-width:480px){.custom-art-hero__title,.custom-art-hero__price-current{font-size:1.5rem}.custom-art-hero__add-btn{width:100%;justify-content:center;padding:14px 24px;font-size:1rem}.custom-art-hero__trust{flex-direction:column;gap:12px}.custom-art-details__thumb{width:60px;height:60px}}.custom-art-hero__mockup-image{animation:slowZoom 30s ease-in-out infinite alternate}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.05)}}.custom-art-hero__floating-info{animation:fadeInUp .8s ease-out .3s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-art.css.map */
