﻿.webshop-container{max-width:1100px;}.webshop-header{background-color:#0770ff;color:#fff;padding:70px 15px;margin-bottom:60px;}.webshop-header .content{max-width:1060px;margin:0 auto;}.webshop-header .content h1{margin-bottom:25px;}.webshop-header .content p{max-width:800px;}@media(max-width:767px){.webshop-header{padding:50px 15px;}.webshop-header h1{font-size:28px;}}.lt-coin{width:20px;height:20px;margin-left:6px;}.current-balance{max-width:320px;margin-bottom:60px;}.current-balance .title{font-size:20px;margin-bottom:10px;}.current-balance .total{display:flex;gap:120px;}.current-balance .balance{display:flex;align-items:center;font-size:18px;font-weight:600;}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-bottom:80px;}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);}}@media(max-width:480px){.product-grid{grid-template-columns:1fr;}}.product{position:relative;margin-bottom:40px;}.product .checkbox-indicator{position:absolute;top:10px;right:10px;width:20px;height:20px;border:2px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease;}.product .checkbox-indicator.checked{border-color:#007bff;background-color:#007bff;}.product .checkbox-indicator.checked+.product-card{box-shadow:0 4px 8px rgba(0,123,255,.4);}.product .checkbox-indicator.checked:after{content:"";font-family:"Font Awesome 5 Free";color:#fff;font-size:14px;opacity:1;transform:scale(1);}.product .checkbox-indicator:after{opacity:0;transform:scale(.8);transition:.3s ease;}.product .description{margin-top:20px;display:flex;justify-content:space-between;align-items:flex-start;}.product h3{font-size:18px;margin:0;font-weight:600;}.product p{font-size:14px;margin:0;}.product .price{display:flex;align-items:center;font-size:18px;font-weight:600;}.product-checkbox{display:none;}.product-card{aspect-ratio:1/1;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.15);border-radius:8px;padding:15px;cursor:pointer;transition:.3s ease-in-out;}.product-card:hover{border-color:#000;}.product-card img{max-width:100%;height:auto;border-radius:4px;margin-bottom:10px;}.selected-items-container{max-width:380px;}.selected-items-container h2{margin-bottom:15px;}.selected-items-container hr{border-color:#707070;}.selected-items-container .shopping-cart-item,.selected-items-container .total{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;}.selected-items-container .shopping-cart-item .price,.selected-items-container .total .price{display:flex;align-items:center;font-size:18px;font-weight:600;}.notification-base-block{padding:50px;}.confirm-modal-buttons{display:flex;justify-content:space-between;margin-top:30px;gap:15px;}@media screen and (max-width:660px),(min-width:768px) and (max-width:899px){.confirm-modal-buttons{flex-direction:column;}}@media screen and (min-width:900px){.confirm-modal-buttons{flex-direction:row;}}