.christshop-product-showcase{width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.product-showcase-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-showcase-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.product-showcase-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:2}.showcase-content{position:relative;z-index:3;width:100%;max-width:1400px;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:80vh}.showcase-header{margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.section-decorative{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;max-width:400px;margin:0 auto 1.5rem}.product-showcase-decorative-line{height:2px;flex:1;background:linear-gradient(90deg,transparent 0%,#d4af37 50%,transparent 100%)}.product-showcase-decorative-icon{font-size:clamp(1.2rem,2vw,1.5rem);color:#d4af37;margin:0 1rem}.showcase-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:#2c3e50;margin:0 0 1rem;letter-spacing:-1.5px;line-height:1.1;background:linear-gradient(135deg,#2c3e50,#34495e,#2c3e50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.showcase-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#d4af37;margin:0;font-weight:400}.christshop-product-showcase .product-showcase-background+.product-showcase-overlay+.showcase-content .showcase-title{background:linear-gradient(135deg,#fff,#f5f5f5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.christshop-product-showcase .product-showcase-background+.product-showcase-overlay+.showcase-content .showcase-subtitle{color:#c5a052;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.products-showcase-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1400px;margin:0 auto}@media (min-width: 992px){.products-showcase-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.products-showcase-grid{grid-template-columns:1fr;gap:1.5rem}}.product-showcase-card{background:#fff;border-radius:15px;overflow:hidden;border:1px solid rgba(0,0,0,.1);box-shadow:0 20px 40px #0000001a;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-showcase-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #0003}.product-image-container{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f9fa}.product-showcase-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-showcase-card:hover .product-showcase-image{transform:scale(1.05)}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d;font-size:1rem;font-weight:500}.product-showcase-badges{position:absolute;top:12px;left:12px;right:12px;display:flex;flex-direction:row;gap:8px;z-index:5;pointer-events:none;flex-wrap:wrap}.product-showcase-badge{padding:6px 12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0003;width:fit-content;white-space:nowrap;max-width:100%}.product-showcase-sale-badge{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff}.product-showcase-savings-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.product-showcase-sold-out-badge{background:#000000e6;color:#fff}.card-inner{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:1rem}.product-showcase-info{flex:1;display:flex;flex-direction:column;gap:1rem}.product-showcase-title{font-size:clamp(1rem,2.5vw,1.2rem);font-weight:600;color:#2c3e50;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-showcase-description{font-size:clamp(.8rem,2vw,.9rem);color:#6c757d;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-showcase-price{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin:.75rem 0}.price-regular,.price-sale,.price-compare{padding:.5rem 1rem;border-radius:25px;font-weight:700;font-size:clamp(.85rem,2vw,1rem);box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.price-regular{background:linear-gradient(135deg,#d4af37,#f4d03f);color:#1a1a1a}.price-sale{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff}.price-compare{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d;text-decoration:line-through;border:1px solid #dee2e6}.product-showcase-card:hover .price-regular,.product-showcase-card:hover .price-sale,.product-showcase-card:hover .price-compare{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.product-showcase-cta{margin-top:auto;width:100%}.product-showcase-button-group{display:flex;gap:.75rem;width:100%}.product-showcase-button-group .button{flex:1!important;padding:1rem 1.5rem!important;border-radius:12px!important;font-size:.95rem!important;font-weight:600!important;text-decoration:none!important;text-align:center!important;text-transform:uppercase!important;letter-spacing:.75px!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;min-height:52px!important;min-width:auto!important;position:relative!important;overflow:hidden!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.product-showcase-button-group .button:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent)!important;transition:left .6s ease!important;z-index:1!important}.product-showcase-button-group .button:hover:before{left:100%!important}.product-showcase-button-group .button:after{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;border-radius:12px!important;padding:2px!important;background:linear-gradient(135deg,transparent,rgba(255,255,255,.3),transparent)!important;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0)!important;mask-composite:subtract!important;-webkit-mask-composite:subtract!important;opacity:0!important;transition:opacity .3s ease!important;z-index:-1!important}.product-showcase-button-group .button:hover:after{opacity:1!important}.product-showcase-button-group .button{background:linear-gradient(135deg,#c5a052,#e3b94a,#f5c55b)!important;color:#1a1a1a!important;border:2px solid #C5A052!important;box-shadow:0 8px 25px #c5a0524d,0 3px 10px #c5a05233,inset 0 1px #ffffff4d!important;outline:none!important;font-family:inherit!important}.product-showcase-button-group .button:hover{background:linear-gradient(135deg,#e3b94a,#f5c55b,gold)!important;color:#1a1a1a!important;transform:translateY(-3px) scale(1.02)!important;box-shadow:0 15px 40px #c5a05266,0 8px 25px #c5a0524d,inset 0 1px #fff6!important;border-color:#e3b94a!important}.product-showcase-button-group .button:active{transform:translateY(-1px) scale(.98)!important;box-shadow:0 5px 15px #c5a0524d,inset 0 1px #fff3!important}.product-showcase-button-group .button-secondary{background:linear-gradient(135deg,#1a1a1a0d,#1a1a1a1a)!important;color:#1a1a1a!important;border:2px solid #1a1a1a!important;box-shadow:0 4px 15px #0000001a,inset 0 1px #ffffff1a!important}.product-showcase-button-group .button-secondary:hover{background:linear-gradient(135deg,#1a1a1a,#2c2c2c)!important;color:#fff!important;transform:translateY(-3px) scale(1.02)!important;box-shadow:0 12px 30px #1a1a1a40,0 6px 20px #1a1a1a26,inset 0 1px #ffffff1a!important;border-color:#2c2c2c!important}.product-showcase-button-group .button-secondary:active{transform:translateY(-1px) scale(.98)!important;box-shadow:0 4px 12px #1a1a1a33,inset 0 1px #ffffff0d!important}.product-showcase-button-group .add-to-cart-text{display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important}.product-showcase-button-group .add-to-cart-icon{width:16px!important;height:16px!important}.product-showcase-button-group .add-to-cart-icon svg{width:100%!important;height:100%!important;fill:currentColor!important}.product-showcase-button-group .button:disabled{opacity:.6!important;cursor:not-allowed!important;background:linear-gradient(135deg,#f5f5f5,#e9ecef)!important;color:#999!important;border-color:#ddd!important;transform:none!important;box-shadow:0 2px 8px #0000001a!important}.product-showcase-button-group .button:disabled:hover{transform:none!important;background:linear-gradient(135deg,#f5f5f5,#e9ecef)!important;color:#999!important;box-shadow:0 2px 8px #0000001a!important}.product-showcase-button-group .button:focus{outline:3px solid rgba(197,160,82,.4)!important;outline-offset:2px!important;box-shadow:0 0 0 4px #c5a05233,0 8px 25px #c5a0524d,0 3px 10px #c5a05233,inset 0 1px #ffffff4d!important}.product-showcase-button-group .button-secondary:focus{outline:3px solid rgba(26,26,26,.4)!important;outline-offset:2px!important;box-shadow:0 0 0 4px #1a1a1a33,0 4px 15px #0000001a,inset 0 1px #ffffff1a!important}.product-showcase-button-group .button.atc-added{background:linear-gradient(135deg,#28a745,#20c997,#17a2b8)!important;color:#fff!important;border-color:#28a745!important;box-shadow:0 8px 25px #28a7454d,0 3px 10px #28a74533,inset 0 1px #ffffff4d!important}.product-showcase-button-group .button.atc-added:hover{background:linear-gradient(135deg,#20c997,#17a2b8,#138496)!important;transform:translateY(-3px) scale(1.02)!important;box-shadow:0 15px 40px #20c99766,0 8px 25px #20c9974d,inset 0 1px #fff6!important}.no-products-message{text-align:center;padding:3rem;color:#6c757d;font-size:1.3rem;background:#ffffffe6;border-radius:15px;border:2px dashed #d4af37;box-shadow:0 10px 30px #0000001a}.christshop-product-showcase .product-showcase-background+.product-showcase-overlay+.showcase-content .no-products-message{color:#fff;background:#000000b3;border-color:#c5a052;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){.christshop-product-showcase{min-height:60vh}.showcase-content{padding:2rem 1rem;min-height:60vh}.card-inner{padding:1rem}.product-showcase-button-group{flex-direction:row;gap:.5rem}.product-showcase-button-group .button{padding:.875rem 1.25rem!important;font-size:.9rem!important;min-height:48px!important;flex:1!important;text-align:center!important;justify-content:center!important;border-radius:10px!important;letter-spacing:.5px!important}.product-showcase-button-group .button:hover{transform:translateY(-2px) scale(1.01)!important}.product-showcase-button-group .button:active{transform:translateY(-1px) scale(.99)!important}}.product-showcase-bg-image{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}@media (prefers-reduced-motion: reduce){.product-showcase-bg-image{transform:none!important}}@media (prefers-contrast: high){.product-showcase-card{border:2px solid #000}.showcase-title{color:#000;background:none;-webkit-text-fill-color:initial;text-shadow:none}.product-showcase-overlay{background:#000000b3}}@media print{.christshop-product-showcase{min-height:auto;background:#fff;page-break-inside:avoid}.product-showcase-background,.product-showcase-overlay{display:none}.showcase-title{color:#000;text-shadow:none;background:none;-webkit-text-fill-color:initial}.showcase-subtitle{color:#666;text-shadow:none}}.christshop-product-showcase:focus-within{outline:2px solid #C5A052;outline-offset:4px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/christshop-product-showcase.css.map */
