.product-card{border-radius:12px;overflow:hidden;background:#fff;border:1px solid #ebebeb;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}.product-card__image-wrap{position:relative;aspect-ratio:1/1;overflow:hidden}.product-card__image-wrap img{transition:transform .35s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__badge{position:absolute;top:10px;left:10px;background:#111;color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.04em;padding:3px 8px;border-radius:20px;display:flex;align-items:center;gap:4px;text-transform:uppercase}.product-card__body{padding:12px 14px 14px}.product-card__category{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#999;margin-bottom:4px}.product-card__name{font-size:.9rem;font-weight:500;color:#111;margin:0 0 8px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price{font-size:.95rem;font-weight:700;color:#111;margin:0}.product-page{overflow-x:hidden;min-height:60vh}.product-page__row{width:100%;margin:0 auto;align-items:stretch}.product-page__gallery{display:flex;align-items:center;justify-content:center;min-height:420px}.product-carousel{width:100%}.product-carousel__frame{aspect-ratio:1/1;width:100%;max-height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f4f2}.product-carousel .carousel-control-next-icon,.product-carousel .carousel-control-prev-icon{filter:invert(1);width:18px;height:18px}.product-carousel .carousel-indicators [data-bs-target]{background-color:#111;width:6px;height:6px;border-radius:50%;opacity:.3}.product-carousel .carousel-indicators .active{opacity:1}.product-page__details{display:flex;align-items:flex-start;background:#fff}.product-details{width:100%;max-width:480px;margin:auto;padding:2.5rem 2rem}.product-details__meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.product-details__category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#999}.product-details__digital-tag{display:inline-flex;align-items:center;gap:4px;background:#111;color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:20px}.product-details__name{font-size:1.65rem;font-weight:600;color:#111;line-height:1.2;margin:0 0 10px;letter-spacing:-.02em}.product-details__price{font-size:1.3rem;font-weight:700;color:#111;margin:0 0 14px;letter-spacing:-.01em}.product-details__description{font-size:.875rem;color:#666;line-height:1.7;margin:0}.product-details__divider{height:1px;background:#ebebeb;margin:24px 0}.product-details__option-group{margin-bottom:20px}.product-details__option-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#111;margin-bottom:10px}.product-details__option-selected{font-weight:400;color:#666;text-transform:none;letter-spacing:0}.product-option-btn{background:transparent!important;border:1px solid #ddd!important;color:#444!important;font-size:.78rem!important;font-weight:500!important;padding:6px 14px!important;border-radius:6px!important;margin:0 4px 6px 0!important;transition:border-color .15s,background .15s,color .15s!important;box-shadow:none!important}.product-option-btn:hover{border-color:#111!important;color:#111!important}.product-option-btn--active{background:#111!important;border-color:#111!important;color:#fff!important}.product-details__actions{display:flex;flex-direction:column;gap:10px}.product-btn{width:100%;padding:13px 20px;font-size:.82rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;transition:opacity .15s,transform .1s}.product-btn:active{transform:scale(.99)}.product-btn--primary{background:#111;color:#fff}.product-btn--primary:hover{opacity:.85}.product-btn--secondary{background:transparent;color:#111;border:1.5px solid #111!important}.product-btn--secondary:hover{background:#f5f4f2}.product-btn--checkout{background:#f0faf4;color:#1a7a45;border:1.5px solid #b6dfc8!important}.product-btn--checkout:hover{background:#e2f5eb}.product-btn--disabled{background:#f0f0f0;color:#aaa;cursor:not-allowed}@media (max-width:767px){.product-page__gallery{min-height:300px}.product-details{padding:1.5rem 1.25rem}.product-details__name{font-size:1.3rem}}.cart-page{max-width:1000px;margin:2.5rem auto;padding:0 1.25rem}.cart-page__heading{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#111;margin-bottom:1.75rem;display:flex;align-items:center;gap:10px}.cart-page__count{display:inline-flex;align-items:center;justify-content:center;background:#f0f0f0;color:#666;font-size:.8rem;font-weight:600;width:26px;height:26px;border-radius:50%}.cart-items{display:flex;flex-direction:column;gap:0;border:1px solid #ebebeb;border-radius:12px;overflow:hidden}.cart-item{display:flex;align-items:center;gap:16px;padding:18px 20px;background:#fff;border-bottom:1px solid #f0f0f0;transition:background .15s}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:#fafafa}.cart-item__image-wrap{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f5f4f2}.cart-item__details{flex:1 1;min-width:0}.cart-item__name{font-size:.9rem;font-weight:600;color:#111;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__meta{font-size:.75rem;color:#999;margin:0;text-transform:capitalize}.cart-item__controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.cart-item__qty-select{width:64px!important;font-size:.82rem!important;padding:5px 8px!important;border:1px solid #ddd!important;border-radius:6px!important;background:#fff!important;color:#111!important;cursor:pointer;box-shadow:none!important}.cart-item__price{font-size:.92rem;font-weight:700;color:#111;margin:0;min-width:56px;text-align:right}.cart-item__remove{background:none;border:none;color:#ccc;cursor:pointer;padding:6px;border-radius:6px;transition:color .15s,background .15s;display:flex;align-items:center;justify-content:center}.cart-item__remove:hover{color:#e53935;background:#fff0f0}.cart-summary{background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:24px;position:-webkit-sticky;position:sticky;top:1.5rem}.cart-summary__heading{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:#111;margin-bottom:20px}.cart-summary__lines{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.cart-summary__line{display:flex;justify-content:space-between;font-size:.85rem;color:#666}.cart-summary__free{color:#1a7a45;font-weight:600}.cart-summary__total{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;color:#111;padding:16px 0;border-top:1px solid #ebebeb;margin-bottom:20px}.cart-summary__cta{display:block;text-align:center;text-decoration:none!important;margin-bottom:12px}.cart-summary__continue{display:block;text-align:center;font-size:.8rem;color:#999;text-decoration:none;transition:color .15s}.cart-summary__continue:hover{color:#111}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;text-align:center}.cart-empty__icon{font-size:2.5rem;color:#ddd;margin-bottom:12px}.cart-empty__title{font-size:1rem;font-weight:600;color:#aaa;margin-bottom:20px}.cart-empty__cta{display:inline-block;text-decoration:none!important;width:auto;padding:12px 28px}@media screen and (max-width:700px){.downloadBtn{width:90%;margin-left:5%}}