 @font-face {font-family: 'robotobold';src: url('fonts/roboto-bold-webfont.woff2') format('woff2'), url('fonts/roboto-bold-webfont.woff') format('woff');font-weight: bold;font-style: normal;}@font-face {font-family: 'quicksandregular';src: url('fonts/quicksand-regular-webfont.woff2') format('woff2'), url('fonts/quicksand-regular-webfont.woff') format('woff');font-weight: normal;font-style: normal;}h3 {margin-bottom: 0;}h2 {margin: 25px 0px;}.wrapper {font-family: 'quicksandregular', Verdana, sans-serif;max-width: 1300px;padding: 0 5px;margin: 0 auto;}.nav-container {display: flex;justify-content: center;background-color: #333;flex-wrap: wrap;}.main-menu {font-family: 'robotobold', Verdana, sans-serif;font-weight: bold;background-color: #333;padding: 10px;flex-wrap: wrap;}.main-menu__item {text-decoration: none;color: #fff;font-size: 16px;line-height: 1.5;padding: 10px 20px;transition: color 0.3s;text-align: center;}.main-menu__item:hover {color: #55a7e7;}.main-menu__search {border-radius: 5px;}.main-menu__search-button {border-radius: 5px;}.main-menu__search-button:hover {background-color: #555;}.header {padding: 10px 0px;}.header-image {display: block;margin-left: auto;margin-right: auto;width: 30%;height: auto;}.products {display: flex;flex-wrap: wrap;justify-content: space-between;}.product-card {padding: 1%;flex: 1 21%;display: flex;flex-direction: column;border: 1px solid #e1e1e1;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);transition: transform 0.2s;background-color: #fff;}.product-card:hover {transform: translateY(-5px);box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);background-color: #f9f9f9;}.product-card__image img {max-width: 100%;height: auto;}.product-card__info {text-align: center;}.product-card__title {font-family: 'robotobold', Verdana, sans-serif;font-weight: bold;font-size: 1.2rem;margin-bottom: 10px;}.product-card__price {color: #0070c9;font-size: 1.1rem;}.product-card__button {font-family: 'robotobold', Verdana, sans-serif;display: block;background-color: #0070c9;color: #fff;text-align: center;padding: 10px 0;text-transform: uppercase;font-weight: bold;text-decoration: none;border: none;cursor: pointer;transition: background-color 0.2s;}.product-card__button:hover {background-color: #0058a5;}.text-center {text-align: center;}.paragraph-whitespace {white-space: pre-line;font-size: 18px;margin-top: 8px;}.footer-list ul {list-style-type: none;padding: 0;}.footer-list li {margin: 0;padding: 0;line-height: 1.6;}.footer-list a {text-decoration: none;color: #333;font-size: 14px;}.footer-list a:hover {text-decoration: underline;color: #0070c9;}.grid-container {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 10px;width: 100%;background-color: rgba(188, 188, 188, 0.10);}.grid-item {flex: 1 23%;padding: 20px;}.grid-item-span {flex: 2;padding: 20px;text-align: center;}.copyright {background-color: #333;color: #fff;text-align: center;padding: 10px 0;}.copyright p {margin: 0;font-size: 14px;}.copyright p:hover {text-decoration: underline;}#myBtn {display: none;position: fixed;top: 20px;left: 50%;transform: translateX(-50%);z-index: 99;border: none;outline: none;background: #333;color: #fff;cursor: pointer;padding: 15px 30px;border-radius: 5px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);font-size: 18px;transition: background 0.3s, transform 0.3s;}#myBtn:hover {background: linear-gradient(to bottom, #555, #333);transform: translateX(-50%) scale(1.05);}#articlePadding {padding: 5px 15px;}@media (max-width: 960px) {.products {flex-wrap: wrap;justify-content: space-between;}.product-card {flex: 1 30%;}.grid-item {flex: 1 30%;}.grid-item-span {flex: 1 100%;}.footer-list a {font-size: 16px;}.footer-list li {padding: 8px 0;}}@media (max-width: 768px) {.products {flex-wrap: wrap;justify-content: center;}.product-card {flex: 1 100%;}.grid-item {flex: 1 48%;}}