.item { display: block; background-color: rgba(255, 255, 255, 1); border: 1px solid rgb(245, 245, 245); border-radius: 12px; box-shadow: 0px -1px 1px 0px #FF353540 inset; padding: 15px 10px; margin: 0 4px 8px 0; font-family: FS Magistral; position: relative; overflow: hidden; transition: 0.5s ease-in; &::after, &::before{ content: ''; position: absolute; width: 100px; height: 100px; border-radius: 99%; } &::after{ background-image: linear-gradient( 30deg, #ffffff 0%, #ffb3b36b 101%, #ff6666 100% ); top: -65px; right: -29px; } // &::before{ // background-image: linear-gradient( // 230deg, // rgb(255, 255, 255) 22%, // rgb(255, 179, 179) 100%, // rgb(255, 102, 102) 100% // ); // left: -43px; // bottom: -65px; // } &:hover { box-shadow: none; border: 1px solid #ff353594; } &__head { display: flex; justify-content: center; align-items: center; flex-shrink: 0; height: 45px; width: 45px; border-radius: 50%; border: 2px solid rgba(255, 228, 228, 1); background-image: linear-gradient(rgba(255, 85, 85, 1), rgba(238, 0, 51, 1)); z-index: 1; &:not(.viettel) { background: none; box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.25); border-radius: 50%; border: 1px solid var(--color_bg, #fff); } } &__logo { padding: 10px 2px 10px 2px; img { width: 100px; height: 30px; object-fit: contain; // filter: drop-shadow(0 0 5px $color-second); background-repeat: no-repeat; &.viettel { filter: brightness(0) invert(1); } } .mayban { width: 30px; } } &__number { font-size: 130%; font-weight: 700; color: $color-text; line-height: 20px; white-space: nowrap; z-index: 1; i { color: $color-highlight; font-style: normal; } } &__price { display: flex; align-items: flex-end; gap: 5px; flex-wrap: nowrap; margin-top: 4px; p { display: block; font-size: 86.5%; color: $color-highlight; font-weight: 500; line-height: 1.2; text-align: end; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } &__promotion{ color: $color-primary; } &__cost{ text-decoration: line-through; color: rgb(155, 152, 152); } } @media only screen and (min-width: 1024px) and (max-width: 1200px) { &__head { width: 40px; height: 40px; } &__number { font-size: 120%; }; } @media only screen and (max-width: 624px) { padding: 12px 10px; &__head { width: 40px; height: 40px; } &__number { font-size: 16px; }; } @media only screen and (max-width: 403px) { padding: 8px; &__number { font-size: 14px; }; &__price { font-size: 12px; } } @media only screen and (max-width: 390px) { &__head { width: 35px; height: 35px; } &__price { p { font-size: 12px; } }; } @media only screen and (max-width: 365px) { &__number { font-size: 92%; }; } @media only screen and (max-width: 328px) { margin: 0; &__head { width: 30px; height: 30px; } &__number { margin-top: -2px; font-size: 85%; }; &__price { margin-top: 0; img { width: 10px; } p { z-index: 1; } } } } .sim-container { display: flex; flex-direction: column; align-self: stretch; border-radius: 8px; padding-top: 25px; @media only screen and (max-width: 768px) { padding: 0 16px; } @media only screen and (max-width: 375px) { padding: 0 10px; } &__load-more { color: var(--color-text_menu1,#fff); font-size: 100%; font-style: normal; font-weight: 600; line-height: 40px; border-radius: 5px; display: inline-block; padding: 0px 20px; background: linear-gradient(97deg, $color-primary 1.07%,$color-primary 90.68%); @media only screen and (max-width: 767px) { width: 100%; display: block; padding: 0; font-size: 14px; font-family: 'SFProDisplay'; font-weight: 400; color: #7A7A7A; line-height: 18px; background: transparent; position: relative; &::after { content: ''; display: inline-block; width: 10px; height: 10px; border-left: 2px solid #7A7A7A; border-bottom: 2px solid #7A7A7A; rotate: -45deg; position: absolute; top: 0; margin-left: 10px; } } } &--title { display: flex; justify-content: space-between; align-items: center; } h2 { color: $color-text; font-size: 170%; font-style: normal; font-weight: 700; line-height: 24px; @media only screen and (max-width: 403px) { font-size: 28px; font-family: 'FS Magistral'; line-height: 40px; } } &__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 16px; margin-bottom: 20px; gap: 6px; @media only screen and (min-width: 340px) and (max-width: 600px) { display: grid; grid-template-columns: repeat(2, 1fr); } @media only screen and (max-width: 340px) { display: grid; grid-template-columns: repeat(2, 1fr); } } &__btn-more { display: flex; justify-content: end; a { display: flex; padding: 12px 14px; justify-content: center; align-items: center; border-radius: 10px; background: linear-gradient(97deg, #EA3D47 1.07%, #FE8059 99.68%); p { color:$color_bg; font-variant-numeric: lining-nums proportional-nums; font-size: 87.5%; font-style: normal; font-weight: 600; line-height: 20px; letter-spacing: -0.1px; } } } .item_block { display: flex; align-items: center; justify-content: space-around; gap: 30px; padding-left: 15px; @media only screen and (max-width: 1200px) { gap: 18px; padding-left: 5px; } @media only screen and (max-width: 1181px) { gap: 10px; } @media only screen and (max-width: 768px) { justify-content: start; padding-left: 0px; } @media only screen and (max-width: 375px) { gap: 5px; } &::before{ background-image: linear-gradient( 230deg, rgb(255, 255, 255) 22%, rgb(255, 179, 179) 100%, rgb(255, 102, 102) 100% ); left: -43px; bottom: -65px; } .item_block_number { display: flex; flex-direction: column; flex-shrink: 1; width: calc(100% - 45px); @media only screen and (max-width: 375px) { width: calc(100% - 35px); } } } } .pagination { padding-bottom: 20px; .step-links { a { margin: 0 8px; font-size: 16px; } .arrow { color: $color-primary; font-size: 18px; } .current { text-decoration: none; padding: 4px 8px; border: 1px solid $color-primary; margin: 0 2px; border-radius: 4px; background-color: #ffeaed; } a:hover { background-color: #f2f2f2; } } }