.package__list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.package__product{align-items:flex-start;background-color:transparent;border-radius:4px;cursor:pointer;display:flex;gap:.75rem;min-height:90px;padding:.5rem;position:relative;transition:background-color .2s,border-color .2s}.package__product:hover{background-color:#e5e5e5}.package__product-media{background-color:#363636;display:block;flex:0 0 80px;height:80px;overflow:hidden;position:relative}.package__product-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.package__product-info{flex:1 1 auto}.package__product-title{color:#1a1a1a;font-family:Trade Gothic BdCn20,sans-serif;font-size:1rem;line-height:1rem;margin-bottom:.4rem}.package__product-description{color:#363636;font-size:.875rem;line-height:1.4;margin-bottom:.5rem}.package__product-price{color:#000;font-family:Trade Gothic BdCn20,sans-serif;font-size:1.125rem;line-height:1.25rem;margin:0}.package__product-amount{flex:0 0 auto;position:relative}.package__product-amount select{-webkit-appearance:none;appearance:none;background-color:#fff;border:2px solid #dadada;border-radius:4px;cursor:pointer;font-size:.875rem;height:40px;line-height:40px;min-width:70px;padding:0 30px 0 10px;transition:border-color .2s}.package__product-amount select:focus,.package__product-amount select:hover{border-color:#000;outline:none}.package__product-amount:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23363636' d='M15.999 26.11 32 10.11l-4.22-4.22-11.781 11.78L4.223 5.892 0 10.11'/%3E%3C/svg%3E");content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23363636' d='M21.187 4.687 24 7.5l-12 12-12-12 2.813-2.813L12 13.875z'/%3E%3C/svg%3E");display:block;pointer-events:none;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:10px}.package__total{align-items:center;background-color:#e5e5e5;border-radius:4px;display:flex;justify-content:space-between;margin-top:1rem;padding:1rem 1.5rem}.package__total-label{color:#1a1a1a;font-family:Trade Gothic BdCn20,sans-serif;font-size:1rem}.package__total-amount{color:#000;font-family:Trade Gothic BdCn20,sans-serif;font-size:1.5rem;font-weight:600}@media only screen and (min-width:480px){.package__product{gap:1rem;min-height:120px}.package__product-media{flex:0 0 128px;height:auto;min-height:100px}}@media only screen and (min-width:768px){.package__list{gap:.5rem}.package__product-title{font-size:1.25rem;line-height:1.25rem}.package__product-price{font-size:1.25rem}.package__total{padding:1.25rem 2rem}}