.country-select-tabs{display:flex;gap:20px;margin-bottom:35px;width:100%;justify-content:center}.tab-button{height:56px;width:228px;border:none;border-radius:28px;background-color:transparent;border:1px solid #4D4D4D;color:#4d4d4d;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;cursor:pointer;transition:all .3s ease}@media screen and (max-width: 749px){.tab-button{width:170px}}.tab-button.active{background-color:#4d4d4d;color:#fff}.tab-button:hover:not(.active){background-color:#d0d0d0}.country-select-content{position:relative}.tab-content{display:none}.tab-content.active{display:block}.country-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.country-card{background:#fff;border-radius:10px;height:93px;padding:20px;overflow:hidden;display:flex;box-shadow:0 5px 5px #0000001a;transition:transform var(--duration-long) ease,box-shadow var(--duration-long) ease;transform-origin:center}.country-card:hover{transition:transform var(--duration-extended) ease,box-shadow var(--duration-long) ease;transform:rotate(1deg);box-shadow:-1rem -1rem 1rem -1rem #0000000d,1rem 1rem 1rem -1rem #0000000d,0 0 .5rem #fff0,0 2rem 3.5rem -2rem #00000080}.country-link{display:flex;align-items:center;text-decoration:none;color:inherit;height:100%;width:100%;justify-content:space-between}.country-flag{width:40px;height:28px;margin-right:16px;flex-shrink:0}.country-flag img{width:100%;height:100%;object-fit:cover;border-radius:4px}.flag-placeholder{width:100%;height:100%;background-color:#e0e0e0;border-radius:4px}.country-info{flex:1;min-width:0;margin-right:16px}.country-name{margin:0 0 4px;font-size:16px;font-weight:600;color:#333;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.country-price{margin:0;font-size:14px;color:#666;font-weight:500}.country-arrow{color:#999;flex-shrink:0;margin-left:auto}.country-arrow svg{width:16px;height:16px}@media screen and (max-width: 768px){.country-grid{gap:12px}.country-grid.mobile-columns-1{grid-template-columns:1fr}.country-grid.mobile-columns-2{grid-template-columns:repeat(2,1fr)}.country-card{padding:12px;height:80px}.country-flag{width:30px;height:21px}.country-flag img{transform:translateY(-4px)}.country-name{font-size:14px}.country-price{font-size:12px}.country-info{margin-right:12px}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/section-country-select.css.map */
