.destination-product-card{display:flex;flex-direction:column;align-items:stretch;height:100%;background-color:var(--dest-prod-card-bg,#fff);border-radius:var(--dest-prod-card-r,12px);overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.destination-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.destination-product-card__image-wrapper{position:relative;flex:0 0 auto;aspect-ratio:4/3;overflow:hidden;background-color:#f0f0f0}.destination-product-card__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.destination-product-card__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%)}.destination-product-card__flag{position:absolute;top:12px;left:12px;width:56px;height:56px;background-color:rgba(255,255,255,.95);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);overflow:hidden}.destination-product-card__network-badge{position:absolute;top:12px;right:12px;background-color:var(--dest-prod-network-badge-bg,#1a56db);color:var(--dest-prod-network-badge-col,#fff);font-size:var(--dest-prod-network-badge-sz,12px);font-weight:var(--dest-prod-network-badge-w,700);padding:6px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,0,0,.15);white-space:nowrap}.destination-product-card__flag-image{width:100%;height:100%;object-fit:contain;padding:0}.destination-product-card__title{position:absolute;bottom:0;left:0;right:0;margin:0;padding:var(--dest-prod-card-title-p,16px);font-size:var(--dest-prod-card-title-sz,20px);font-weight:var(--dest-prod-card-title-w,700);color:var(--dest-prod-card-title-col,#fff);background:linear-gradient(to top,rgba(0,0,0,.6),transparent);text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.2}.destination-product-card__content{flex:1;display:flex;align-items:center;justify-content:space-between;padding:20px;gap:16px}.destination-product-card__info{flex:1;display:flex;flex-direction:column;justify-content:center}.destination-product-card__price-section{display:flex;flex-direction:column;gap:4px}.destination-product-card__price-label{font-size:var(--dest-prod-price-label-sz,11px);font-weight:var(--dest-prod-price-label-w,600);letter-spacing:.5px;text-transform:uppercase;color:var(--dest-prod-price-label-col,#999)}.destination-product-card__price{font-size:var(--dest-prod-price-sz,18px);font-weight:var(--dest-prod-price-w,700);color:var(--dest-prod-price-col,#1a56db)}.destination-product-card__cta{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background-color:transparent;color:var(--dest-prod-price-col,#1a56db);border:2px solid var(--dest-prod-price-col,#1a56db);border-radius:6px;text-decoration:none;cursor:pointer;transition:all .3s ease;flex-shrink:0}.destination-product-card__cta:hover{background-color:var(--dest-prod-price-col,#1a56db);color:#fff}.destination-product-card__cta svg{width:20px;height:20px;display:block;transition:transform .3s ease}.destination-product-card__cta:hover svg{transform:translateX(2px)}@media(max-width:749px){.destination-product-card__image-wrapper{width:100%;aspect-ratio:16/9}.destination-product-card__title{font-size:var(--dest-prod-card-title-sz-m,16px);padding:calc(var(--dest-prod-card-title-p,16px)*.75)}.destination-product-card__flag{width:35px;height:35px;top:8px;left:8px}.destination-product-card__network-badge{top:8px;right:8px;font-size:10px;padding:4px 8px}.destination-product-card__content{padding:10px;gap:12px}.destination-product-card__price-label{font-size:var(--dest-prod-price-label-sz-m,10px)}.destination-product-card__price{font-size:var(--dest-prod-price-sz-m,14px)}.destination-product-card__cta{width:40px;height:40px;align-self:flex-start}.destination-product-card__cta svg{width:18px;height:18px}}