.site {
    display: block !important;
    gap: 0 !important;
    min-height: 0 !important;
}

/* RomanMC overrides */
:root {
    --romanmc-max-width: 1440px;
}

/* Centered 1440px content row. Header/footer keep full-width backgrounds;
   their inner blocks are constrained below. */
#content-outer,
.top-header,
.presentation,
#header > nav.navbar.navbar-expand-lg.nav,
#navbar-2 > .container,
.top-footer,
.footer {
    max-width: var(--romanmc-max-width);
    margin-left: auto;
    margin-right: auto;
}

#content-outer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Welcome / store body text and recent-payments names should be readable on the dark card */
.desc,
.desc .p-xl-5,
.desc .p-xl-5 *,
.widget-recent .purchase,
.widget-recent .username,
.widget-recent .info,
.widget-recent .info p,
.widget-recent time,
.widget-top-donator .username,
.widget-top-donator p {
    color: #ffffff;
}
.desc a,
.widget-recent a {
    color: #ff6a6a;
}
.widget-recent time {
    color: #c9c9c9;
    opacity: 1;
}

/* Top-customer avatar was getting stretched — lock aspect ratio */
.widget-top-donator .avatar {
    width: 96px;
    height: 96px;
    object-fit: contain;
    image-rendering: pixelated;
    background: #2f2f2f;
}

/* Recent-payments avatars: keep them square too */
.widget-recent .avatar {
    width: 40px;
    height: 40px;
    object-fit: contain;
    image-rendering: pixelated;
}

/* Dropdown was hiding behind the welcome card. Strategy: pin the
   navbar at the top of the stacking order, and bottle the welcome
   card / sidebar into their own low-priority stacking contexts so
   nothing inside them can outrank the dropdown. */
#header,
header#header {
    position: relative;
    z-index: 9999 !important;
}
#navbar-2 {
    position: relative !important;
    z-index: 9999 !important;
}
#navbar-2 .nav-item.dropdown {
    position: relative;
}
#navbar-2 .dropdown-menu {
    z-index: 10000 !important;
    background-color: #212121 !important;
    border: 1px solid #333 !important;
}
/* Cap the content row so its descendants can't escape above the navbar */
#content-outer {
    position: relative;
    z-index: 1;
    isolation: isolate;
}
.desc,
.sidebar,
.col-12.col-lg-9.desc,
.col-12.col-lg-3.sidebar {
    position: relative;
    z-index: 0;
}
#navbar-2 .dropdown-menu .dropdown-item {
    color: #ffffff !important;
}
#navbar-2 .dropdown-menu .dropdown-item:hover,
#navbar-2 .dropdown-menu .dropdown-item:focus {
    background-color: #ad0b10 !important;
    color: #ffffff !important;
}

/* Category-description text from the Tebex CMS often has inline color
   styles that fight the dark theme — force white on the dark card. */
.category-description,
.category-description *,
.text-content,
.text-content *,
.store-text,
.store-text * {
    color: #ffffff !important;
}
.category-description a,
.text-content a,
.store-text a {
    color: #ff6a6a !important;
}
.category-description strong,
.text-content strong,
.store-text strong {
    color: #ffffff !important;
}

/* Quantity field (shown when a package is already in the basket).
   Tebex's stock styles assume a light theme — the input rendered
   white-on-white and the +/- icons (white masked SVGs) disappeared
   against the white background. Forcing a dark variant. */
.quantity-field {
    background: #2a2a2a !important;
    color: #ffffff !important;
    border: 1px solid #444 !important;
    border-radius: 8px;
    overflow: hidden;
}
.quantity-field input[type=number] {
    background: transparent !important;
    color: #ffffff !important;
    border: none !important;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}
.quantity-field .adjust {
    background: #1f1f1f;
    border: none;
    cursor: pointer;
}
.quantity-field .adjust:hover {
    background: #ad0b10;
}
.quantity-field .adjust::before {
    background-color: #ffffff !important;
}
.quantity-field .open-basket {
    color: #ff6a6a !important;
    text-decoration: none;
}
.quantity-field .open-basket:hover {
    color: #ffffff !important;
}

/* Click-to-copy boxes */
.copyable {
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.copyable:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}
.copyable.copied {
    box-shadow: 0 0 0 2px #0ea948 inset;
}
.copyable img {
    pointer-events: none;
}

.top-header{
    background-color: #171717;
    height: 60px;
    font-family: Arial;
    font-weight: 500;
}
.product-title{
    color: #ad0b10;
}
.price{
    color: white;
}
.store-btn{
    background-color: #5f0001;
    box-shadow: 0px 6px 0px #430202;
    border-radius: 20px;
    color: white;
    padding: 7px 15px 7px 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    z-index: 10;
}
.top-top-header{
    height: 20px;
    background-color: #171717;
}

.fas{
    color: #c92c00;
}
.fas:hover{
    color: #870100;
}
.login-text{
    color: white;
}
.btn-primary{
    background-color: #ad0b10 !important;
    border-radius: 10px !important;
    border: none !important;
}
.nav-link{
    color: white;
}
.roun{
    border-radius: 10px;
}
#particles-js{
    position:absolute;
    width: 100%;
    height: 71%;
   
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    }

.fa-fire{
 color: #ad0b10;   
}
.nav-link{
    color: white !important;
}

.module-title{
    color: white;


}
#header > div.top-header > div.dropdown.d-none.d-sm-block.d-lg-inline-block.mt-3.mt-lg-0 > button{
    background-color: #333 !important;
    background-image: none;
}
.card{
    border: none;
}

body{
background: #171717;
/*background: -moz-linear-gradient(180deg, rgba(234,21,27,1) 17%, rgba(58,58,67,1) 83%, rgba(58,58,67,1) 100%);*/
/*background: -webkit-linear-gradient(180deg, rgba(234,21,27,1) 17%, rgba(58,58,67,1) 83%, rgba(58,58,67,1) 100%);*/
/*background: linear-gradient(180deg, rgba(234,21,27,1) 17%, rgba(58,58,67,1) 83%, rgba(58,58,67,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5131c",endColorstr="#3a3a43",GradientType=1);*/
}
a:hover{
    text-decoration:none;
}
ul li{
    list-style: none;
}
.span{
    color: #595959;
}

.footer a img{
    width: 40px;
}

.footer{
    height: 60px;
    background-color: #171717;
    letter-spacing: 1.5px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    width: 85%;
    margin: auto;
}

.copyright{
    color: #b3afaf;
    font-family: 'Roboto', sans-serif;
    padding-right: 5px;
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-top: 20px;
}
.footer-img{
    height:11vw ;
    -webkit-filter: grayscale(100%); 
     filter: grayscale(100%) drop-shadow(7px 10px 7px black);
    margin-left: auto;
   margin-right: auto;
     display: block;
     margin-bottom: 20px;
     padding-right: 20px;
     padding-left: 20px;
    
}
.footer-img:hover{
    filter: none;
    filter: drop-shadow(7px 10px 7px black);
}
.top-footer{
    background-color: #222;
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.top-footer div{
  flex: 1.2;  
    
}
.footer-btn{
    padding: 10px 35px;
    margin: 10px 0 0 50px;
    color: white;
    font-size: 22px;
    font-weight: 800;
    border: 1px solid #ad0b10;
    background-color: #ad0b10;
    border-radius : 25px;
    font-family: 'Raleway' !important;
}
.footer-btn:hover{
    text-decoration: none;
}
.footer-paragraphe{
    margin-bottom: 25px;
    color: white;
    font-size: 18px;
}
.footer-title{
    color: #817c7c;
    font-family: 'Raleway' !important;
    font-weight: 700;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #111111; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #777; 
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.top-header{
    height: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
}
.store-btn{
    padding: 10px 30px;
}
.header{
    background-image: url("https://github.com/furycodz/images/blob/master/abstract-red-fluid-wave-background-free-vector2.jpg?raw=true")!important;
background-size: 100%;
background-repeat: no-repeat;
background-position-y: bottom;

}
.nav-list{
    width: 100vw;
    
    
    background-color: rgba(47,47,47,0.4);
    display: flex;
    justify-content: space-around;

}
.nav-item {
    flex: 1,2;
    color: white;
}

.nav-item a img{
    width: 200px;
}

.nav{
    background-color: rgba(47,47,47,0.4);
    height: 100px;
    box-shadow: 2px 2px 13px #121212;
    
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin: auto;
}
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 40px;
    padding-left: 40px;
}
   
}

.header-logo {
    width: 300px;
    filter: drop-shadow(4px 4px 4px black);
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
.info-header{
    display: flex;
    justify-content: space-around;
    padding-bottom: 40px;
}
.discord{
    background-color: rgba(30,30,30,0.6);
    border-radius: 20px;
    padding: 10px 20px;
}
.ingame{
    background-color: rgba(30,30,30,0.6);
    border-radius: 20px;
    padding: 10px 20px;
}
.py-4{
    padding-top: 0;
    padding-bottom: 0;
}
.discord{
    display: flex;
    
    font-family: 'Raleway', sans-serif;
}
.ingame{
    display: flex;
     
     font-family: 'Raleway', sans-serif;
}
.ingame-content{
    padding-top: 10px;
    padding-left: 10px;
    line-height: 14px;
}
.discord img , .ingame img{
    height: 50px;
    filter: drop-shadow(2px 2px 4px rgba(1,1,1,0.4));
    
}
.discord-text , .ingame-text{
    margin-bottom: 10px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    
}
.ingame-link{
    color: #0ea948;
    font-weight: 800;
    font-size: 20px;
}
.discord-link{
    color: #7289da;
     font-weight: 800;
     font-size: 20px;
}
.btn.disabled, .btn:disabled{
    opacity: 1;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    .btn.disabled:hover{
        background-color: #222222;
    }
}
@media (max-width: 991.98px){
.btn.disabled, .btn:disabled{
    margin-bottom: 15px;
    
}
    #navbar-2{
        background-color: #212121;
        margin-bottom: 10px;
    }
}

.user a{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    
}

@media (min-width: 991.98px){
    #navbar-2{

        height: 80px;
        margin: auto;
        background-color: #212121;

        margin-bottom: 25px;
        box-shadow: 2px 2px 5px #181818;
        border-radius: 5px;
    }
}
#header{
    box-shadow: none;
}
.top-footer{
    margin-top: 100px;
}

.input-group {
    flex-direction: column;
}
#content-outer{
    width: fit-content;
    margin: auto;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
     width: 100%;
      border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #545454;
    padding: 12px 10px;
    max-width: 400px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.6s;
    font-size: 16px;
        
    }
    
    .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file :focus{
        max-width: 500px;
    border-color: rgb( 200,200,200);
    }
    
    #login-2 p {
         color: white;
    font-weight: 800;
    font-size: 36px;
    padding-bottom: 5px;
    text-shadow: 3px 3px 10px black;
    text-align: center;
    }
.input-group-btn{
    margin: auto;
}
.input-group-btn button{
     border: 0;
    background: none;
    display: block;
    text-align: center;
    border: 2px solid  #c21919;
    padding: 14px 40px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.3s;
    cursor: pointer;
background: rgb(194,25,25);
background: -moz-linear-gradient(180deg, rgba(194,25,25,1) 0%, rgba(238,15,15,1) 50%, rgba(254,134,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(194,25,25,1) 0%, rgba(238,15,15,1) 50%, rgba(254,134,0,1) 100%);
background: linear-gradient(180deg, rgba(194,25,25,1) 0%, rgba(238,15,15,1) 50%, rgba(254,134,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c21919",endColorstr="#fe8600",GradientType=1);    font-size: 17px;
    font-weight: 700;
    box-shadow: 0px 3px 3px black;
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
}
.input-group-btn button:hover{
background: rgb(194,25,25);
background: -moz-linear-gradient(180deg, rgba(194,25,25,1) 0%, rgba(238,15,15,1) 50%, rgba(254,134,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(194,25,25,1) 0%, rgba(238,15,15,1) 50%, rgba(254,134,0,1) 100%);
background: linear-gradient(180deg, rgba(194,25,25,1) 0%, rgba(238,15,15,1) 50%, rgba(254,134,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c21919",endColorstr="#fe8600",GradientType=1);   
font-size: 18px;
    border: 2px solid #c21919;
}
}
@media (max-width: 991.98px){
    #navbar-2{
        background-color: white;
        margin-bottom: 15px;
    }
}

@media (max-width: 853px){
    .footer-btn{
        margin-left: 0px;
    }
}
@media ( max-width: 700px){
   .footer-img , .img-container{
      display: none; 
   } 
   .top-footer div {
    flex: 1;
       
   }
   .top-footer{
       padding-left: 15px;
       padding-right: 15px;
   }
   .support-container{
       margin-left: 10px;
   }
   .contact-container{
       margin-right: 10px;
   }
}

@media ( max-width: 550px){
    .top-footer{
        display: block;
    }
    .info-header{
        display: block;
    }
    .ingame , .discord{
        width: fit-content;
        margin: auto;
        margin-top: 20px;
    }
}
@media (max-width: 903px){
    .header{
        background-size: auto;
    }
    
}
 @media (max-width: 991.99px) {
     .nav{
         height: auto;
     }
     .store-btn{
         background-color: transparent;
         border: none;
         box-shadow: none;
         font-size: 15px;
         font-family: "Montserrat";
         font-weight: 600;
         padding: 0.5rem 1rem;
     }
 }
  @media (max-width: 768px) {
       .store-btn{
        padding-right: 1rem;
    padding-left: 1rem;
    background: rgba(0,0,0,0.05);
    margin-bottom: 0.25rem;
        display: block;
    padding: .5rem 1rem;
    border-radius: 0px;
}
}

#basketDropdownButton{
    border-radius: 20px;
}
.widget ,.module ,.textbox{
     background-color: #212121;
     border: none !important;
    border-top: 7px solid #272727 !important;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 2px 2px 5px #171717;
    color: white;
}
.giftform:focus{
   border-color:  #444444;; 
}
    
.layout-standard{
    border-radius: 15px;
    box-shadow: 2px 2px 10px black;
    background-color: #242424 !important;
    border: none !important;
   
}
    
  @media (max-width: 991.98px){
.btn.disabled, .btn:disabled {
    margin-bottom: 0;
} 
#navbar-2{
    margin-bottom: 20px;
}
}

@media (min-width: 768px){
.p-md-5 {
     padding: 12px 3rem 3rem 3rem !important;
} 
}
.module-title{
    border-bottom: solid 5px #ad0b10;
    padding-bottom: 10px;

}
.badge-danger{
    text-shadow: none;
    border-radius: 15px;
    box-shadow: black 4px 4px 10px;
}

.progress{
    border-radius: 15px;
}
.input-group-append button{
      border-radius: 15px;
      border-top-left-radius: 15px !important;
      border-bottom-left-radius: 15px !important;
  
}
.card {
box-shadow: none !important;

}
.card-footer:last-child {
    border-color: #242424;
}

.card-footer .btn{
    margin-left: 5%;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.package h5 {
    margin-top: 10px;
    margin-left: 20px;
    color: white;
}
.panel-body{
    color: lightgrey;
}
.textbox-content{
    color: lightgrey;
}
.recent-payments{
    color: lightgrey;
}

.serverstatus{
    background-color: #2f2f2f;
    border-radius: 15px;
    box-shadow: 3px 3px 2px black;
    border: none !important;
}

.serverstatus h4{
    color: white;
}
.serverstatus p{
    color: white;
}

.progress{
    background-color: #999;

}
.progress-bar{
    background-color: #d84d11;
}

.buy{
    background-color: #4da564;
    box-shadow: 0 2px 1px #229f42;
    background-image: none;
    padding: 15px 50px 15px 50px;
    height: 45px !important;
    border-radius: 10px;
    margin: 0 auto 15px auto;

}
.buy:hover{
    padding: 15px 60px 15px 60px;
    border: none !important;
    background-color: #52d674;
}




.sidebar{
    background-color: transparent;
}
.desc{
    background-color: #212121;
    border-radius: 8px;
    box-shadow: 2px 2px 5px #171717;
    border: 2px solid #333;
}
@media (min-width: 991.99px){
   #content-outer {
       display: flex;
       flex-direction: row-reverse;
   }
   .desc{
       height: -moz-fit-content;
       height: -webkit-fit-content;
       height: -fit-content;
   }
}

.p-md-5 {
    padding: 12px 1rem 2rem 1rem !important;
}


.progress{
    margin-top: 50px;
}

.module-title{
    padding: 2px 0px 10px 10px;
}

.desc-title{
    color: white;
    padding: 10px 0px 0px 50px;
}
.top-donator{
    display: flex;
    justify-content: space-around;
}
.avatar img{
   width: 50px; 
}

.package{
    background-color: #2f2f2f !important;
}
.mb-0{
    color: white;
}
.card-footer{
    display: flex;
    justify-content: space-around;
    align-items : center;
}
@media ( max-width: 1200px){
  .top-donator{
    display: flex;
    justify-content: space-between;
}}
@media (max-width: 991.98px){
    .top-donator{
        justify-content: space-around;
    }
}
.card-footer:last-child{
    border-color: #a8a8a8 !important;
}
.package h5{
    letter-spacing: 1px;
    font-weight: 700;
}
.recent-payments li {
   display: flex; 
   justify-content: space-around;
}
.recent-payments li div img{
    border-radius: 10px;
 
}
#content-outer .col-12 .p-xl-5{
   
    padding-bottom: 2rem!important;
}

div.package.card.mb-4 .card-footer{
  background-color: #2f2f2f !important;  
}
.buy{
    border-radius: 20px;
    padding: 10px 50px 10px 50px !important;
    box-shadow: 5px 5px 10px black !important;
}
.border-left , .border-right{
    border: none !important;
}
.checkout div{
    color: white;
}
.table-responsive{
    color: black;
}
h4.mb-3{
    color: white !important;
}

.p-xl-5 .row div h2 {
    color: white!important;
}
.p-xl-5 .row div h3{
    color: white!important;
}
table.table.table-striped.border.rounded{
    color: black!important;
}
.input-group-append{
    margin: auto;
}
@media (max-width: 991.98px){
    .desc{
        margin-bottom: 20px;
    }
    .sidebar div{
        margin-bottom: 20px;
    }
}

}
@media (max-width:991.98px){
    .header{
        background-position-y: initial ;
    }
}
    
 .ingame img{
     cursor: pointer;
 }   



















@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --color-primary: #41C4C3;
  --bg-image: url("https://webstore-template-assets.tebex.io/images/page-bg.jpg");
}

body {
  font-family: Lato, sans-serif;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  z-index: -1;
  background: var(--bg-image) center center/cover no-repeat;
  mask-image: linear-gradient(rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 2px;
}

.btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 6px rgb(from var(--btn-color-bg-hover) r g b/0.6);
}

.quantity-field {
  border-radius: 5px;
}

.site-header-inner .info .image {
  border-radius: 5px;
}
.site-header-inner .user-name ul li {
  overflow: hidden;
}
.site-header-inner .user-name ul li:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.site-header-inner .user-name ul li:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.site-sale-banner {
  border-radius: 5px;
}

.site-home-categories .category {
  border-radius: 5px;
  padding: 20px var(--widget-padding);
  background: var(--color-brighter-bg);
  transition: color 0.15s ease-in-out;
}
.site-home-categories .category:hover {
  color: var(--color-primary);
}

.category-description {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-text {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
.store-text h1,
.store-text h2,
.store-text h3,
.store-text h4,
.store-text h5,
.store-text h6 {
  text-align: center;
}

.store-products-list .store-product,
.store-products-images .store-product {
  border-radius: 5px;
  background: #21211f;
  border: 2px solid #333;
}

.store-products-images .store-product {
  text-align: center;
}

.widget-title {
  text-align: center;
}

.widget .store-product {
  text-align: center;
}

.no-products {
  color: var(--color-text-secondary);
  background: var(--color-brighter-bg);
  border-radius: 5px;
}

.store-product-full {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}

.store-product .quantity-field {
  border-radius: 5px;
  background: var(--color-brighter-bg);
}
.store-product .quantity-field input[type=number] {
  border: none;
}

@media (width > 960px) {
  .navigation-horizontal > ul {
    border-radius: 5px;
  }
}
.navigation-horizontal .has-children > ul {
  border-radius: 5px;
}

.widget {
  border-radius: 10px;
  background: #21211f;
}
@media (width <= 960px) {
  .widget.site-navigation {
    border-radius: 0;
    background: transparent;
  }
}

.widget-gift-card .gift-card-input {
  border-radius: 2px;
}

.widget-top-donator .avatar {
  border-radius: 50%;
}

.widget-community-goal .progress,
.widget-goal .progress {
  border-radius: 2px;
}
.widget-community-goal .progress-bar,
.widget-goal .progress-bar {
  border-radius: 2px;
}

@media (width > 600px) {
  .popup-content {
    border-radius: 5px;
  }
}

.popup-close {
  border-radius: 0 5px 0 5px;
}

.basket-popup-content,
.basket-popup-content .popup-close {
  border-radius: 0;
}

.basket-items {
  padding: var(--widget-padding) calc(var(--content-padding) - var(--widget-padding));
}

.basket-item {
  border-radius: 5px;
}
.basket-item .quantity {
  border-radius: 2px;
}

.toast {
  border-radius: 6px;
}

.toast-close {
  border-radius: 2px;
}