.tree-card{background:#fff;border-radius:12px;box-shadow:0 3px 8px #0000001f;overflow:hidden;transition:all .3s ease;border-top:4px solid var(--light-green);position:relative;width:100%;max-width:320px;margin:0 auto}.tree-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000002e}.tree-card img{width:100%;height:200px;object-fit:cover;display:block}.tree-card-text-content{padding:1.2rem}.tree-card-name-price{margin-bottom:1rem}.tree-name-link{text-decoration:none;display:block;transition:all .2s ease;border-radius:4px;padding:.2rem;margin:-.2rem}.tree-name-link:hover{background:#455e460d;transform:translateY(-1px)}.tree-card-name-price h3{margin:0 0 .5rem;font-size:1.2rem;color:var(--dark-green);font-weight:600;transition:color .2s ease}.tree-name-link:hover h3{color:#2d4016}.tree-card-name-price p{margin:0;font-size:1.1rem;color:var(--dark-green);font-weight:700}.tree-card .tree-card-text-content .tree-card-localization-project{margin-bottom:1rem;display:flex;flex-direction:column;gap:.1rem!important}.tree-card .tree-card-text-content .tree-card-localization,.tree-card .tree-card-text-content .tree-card-project{display:flex;align-items:center;gap:.2rem!important}.tree-card .tree-card-text-content .tree-card-localization img,.tree-card .tree-card-text-content .tree-card-project img{width:14px!important;height:14px!important;opacity:.7;flex-shrink:0;object-fit:contain}.tree-card .tree-card-text-content .tree-card-localization p,.tree-card .tree-card-text-content .tree-card-project p{margin:0!important;font-size:.85rem!important;color:var(--dark-grey);flex:1;line-height:1.2!important}.cart-success-message{background:var(--light-green);color:var(--dark-green);padding:.5rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;font-weight:500;border-left:4px solid var(--dark-green)}.cart-error-message{background:var(--light-red);color:#8b0000;padding:.5rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;font-weight:500;border-left:4px solid #8b0000}.tree-card-add-cart{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--light-green)}.add-cart-button{background:var(--dark-green);color:#fff;border:none;border-radius:8px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;min-height:40px;display:flex;align-items:center;justify-content:center}.add-cart-button:hover:enabled{background:#2d4016;transform:translateY(-1px);box-shadow:0 3px 8px #0003}.add-cart-button:active:enabled{transform:translateY(0)}.add-cart-button:disabled{background:var(--light-green);color:var(--dark-grey);cursor:not-allowed;transform:none;box-shadow:none}.tree-card[data-continent=Europe]{border-top-color:var(--europe-color)}.tree-card[data-continent=Europe] .tree-card-name-price h3{color:var(--europe-color)}.tree-card[data-continent=Asia]{border-top-color:var(--asia-color)}.tree-card[data-continent=Asia] .tree-card-name-price h3{color:var(--asia-color)}.tree-card[data-continent="North America"]{border-top-color:var(--north-america-color)}.tree-card[data-continent="North America"] .tree-card-name-price h3{color:var(--north-america-color)}.tree-card[data-continent="South America"]{border-top-color:var(--south-america-color)}.tree-card[data-continent="South America"] .tree-card-name-price h3{color:var(--south-america-color)}.tree-card[data-continent=Africa]{border-top-color:var(--africa-color)}.tree-card[data-continent=Africa] .tree-card-name-price h3{color:var(--africa-color)}.tree-card[data-continent=Australia]{border-top-color:var(--australia-color)}.tree-card[data-continent=Australia] .tree-card-name-price h3{color:var(--australia-color)}@media (max-width: 768px){.tree-card-add-cart{flex-direction:column;align-items:stretch;gap:.8rem}.add-cart-button{padding:.8rem 1rem;min-height:48px}}@media (max-width: 600px) and (min-width: 481px){.tree-card img{height:180px}}@media (max-width: 480px){.tree-card img{height:160px}.tree-card-localization p,.tree-card-project p{font-size:.85rem}}@media (max-width: 320px){.tree-card img{height:140px}}
