:root {--sliderColor: #ffdc66;}* {margin: 0;padding: 0;scroll-behavior: smooth;box-sizing: border-box;font-family: "Poppins", sans-serif;scroll-padding-top: 100px;}::selection {background-color: rgba(255, 196, 0, 0.3);}body {background-color: #fffaeb;min-width: fit-content;}@keyframes levitate {0% {transform: translateY(-5px);}50% {transform: translateY(5px);}100% {transform: translateY(-5px);}}.landing__wrapper {display: grid;place-items: center;width: 100%;position: relative;padding: 40px;}.landing__wrapper:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.3;z-index: 0;}.landing__wrapper video {position: absolute;width: 100%;opacity: 0.6;z-index: -1;}.landing__wrapper .landing__box {display: flex;flex-direction: column;align-items: center;gap: 30px;margin: 0px 0px 50px 0px;position: relative;z-index: 2;}.landing__wrapper .landing__box .landing__title {background-color: #fffaeb;padding: 10px 30px;border-radius: 10px;border: 2px solid #130e01;display: flex;align-items: center;gap: 10px;}.landing__wrapper .landing__box.minimal img {width: 350px;}.landing__wrapper .landing__box:before {content: "";position: absolute;top: 0;left: 0;width: 90%;height: 100%;background-color: #fffaeb;opacity: 0.5;border-radius: 100%;transform: scale(1.8);filter: blur(40px);z-index: -1;}.landing__wrapper .landing__box img {width: 500px;animation: levitate 2s ease-in-out infinite;filter: drop-shadow(10px 10px 0px black);}button, .button__link {background-color: #f33e2e;color: white;border-top: 5px solid #f78176;border-left: 5px solid #f78176;border-bottom: 5px solid #c91b0c;border-right: 5px solid #c91b0c;box-shadow: 5px 5px 0px 1px black;padding: 10px 20px;border-radius: 10px;font-size: 24px;font-weight: 600;cursor: pointer;text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.356);transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.1s ease-in-out, transform 0.1s ease-in-out;display: flex;align-items: center;justify-content: center;}button b, .button__link b {display: flex;align-items: center;justify-content: center;}button iconify-icon, .button__link iconify-icon {font-size: 40px;filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.356));}button:active, .button__link:active {box-shadow: 2px 2px 0px 1px black;background-color: #e11e0d;transform: translateX(5px) translateY(5px);transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.1s ease-in-out, transform 0.1s ease-in-out;}button:hover, .button__link:hover {background-color: #f23524;transition: border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.1s ease-in-out, transform 0.1s ease-in-out;}button.primary, .button__link.primary {background-color: #ffc400;color: white;border-top: 5px solid #ffd64d;border-left: 5px solid #ffd64d;border-bottom: 5px solid #b38900;border-right: 5px solid #b38900;}button.primary:active, .button__link.primary:active {background-color: #e6b000;}button.primary:hover, .button__link.primary:hover {background-color: #f5bc00;}section {position: relative;background-color: #fffaeb;}section .section__content {padding: 30px;background-image: url("img/line.svg");background-size: cover;background-repeat: repeat-x;position: relative;z-index: 5;}section .divider {position: absolute;top: 0;left: 0;height: 0;width: 100%;transform: rotate(180deg);}section .divider .shape-fill {fill: #fffaeb;}section svg {position: relative;display: block;width: calc(154% + 1.3px);height: 93px;transform: rotateY(360deg);}.box {background-color: #fffaeb;border: 2px solid #130e01;box-shadow: 5px 5px 0px 1px black;padding: 20px 35px;border-radius: 5px;display: flex;flex-direction: column;gap: 0px;text-decoration: none;}.box.discord {background-color: #868ff9;color: white;text-shadow: 2px 2px 0px black;}.box iconify-icon {filter: drop-shadow(2px 2px 0px black);}.box.tiktok {background-color: #080808;color: white;text-shadow: 2px 2px 0px black;}.box p {font-size: 32px;font-weight: 600;display: flex;align-items: center;line-height: 100%;gap: 10px;}.box p img {width: 50px;filter: drop-shadow(2px 2px 0px black);}.box h2 {font-size: 48px;text-align: center;}.box h2.online {color: #30d533;text-shadow: 2px 2px 0px black;line-height: 90%;}.underlined {position: relative;display: inline-block;letter-spacing: -1px;}.underlined.primary:before {background: #ffc400;}.underlined:before {content: "";position: absolute;bottom: 0;left: 0;width: 100%;background: #f33e2e;height: 20%;z-index: -1;}.boxes__wrapper {display: grid;place-items: center;padding: 50px;}.boxes__wrapper h1 {font-size: 56px;color: #130e01;}.boxes__wrapper .boxes__container {display: flex;gap: 30px;align-items: center;justify-content: center;flex-wrap: wrap;margin: 50px;}.shop__preview {position: relative;background: #f33e2e;padding: 50px 50px 150px 50px;text-align: center;display: flex;flex-direction: column;gap: 20px;align-items: center;}.shop__preview.second {background-color: #ffc400;}.shop__preview.second::after {content: "";position: absolute;right: 0;left: 0%;bottom: 100%;z-index: 10;display: block;height: 50px;background-size: 50px 100%;background-image: linear-gradient(135deg, #ffc400 25%, transparent 25%), linear-gradient(-225deg, #ffc400 55%, transparent 25%);transform: rotate(180deg);background-position: 0 0;}.shop__preview .button__link {font-weight: 900;margin-top: -20px;padding: 10px 60px;}.shop__preview::after {content: "";position: absolute;right: 0;left: 0%;bottom: 100%;z-index: 10;display: block;height: 50px;background-size: 50px 100%;background-image: linear-gradient(135deg, #f33e2e 25%, transparent 25%), linear-gradient(225deg, #f33e2e 25%, transparent 25%);transform: rotate(180deg);background-position: 0 0;}.shop__preview h1 {font-size: 64px;letter-spacing: -2px;color: #fff;text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.356);}.shop__preview .shop__preview_items {display: flex;flex-wrap: wrap;gap: 30px;align-items: center;justify-content: center;}.shop__preview .shop__preview_items a:nth-child(n) h1 {background-color: #afe812;}.shop__preview .shop__preview_items a:nth-child(2n + 2) h1 {background-color: #4632db;}.shop__preview .shop__preview_items a:nth-child(2n + 3) h1 {background-color: #ffc400;}.discounted__amount {position: absolute;top: 0;right: 0;background-color: #f33e2e;padding: 10px;color: white;z-index: 10;border-bottom-left-radius: 10px;font-weight: 900;text-shadow: 3px 3px 0px black;font-size: 26px;}.special {border: 5px solid #f33e2e !important;}.tag {position: absolute;top: 0;left: 0;background-color: #f33e2e;padding: 10px;color: white;z-index: 10;border-bottom-right-radius: 10px;font-weight: 900;text-shadow: 3px 3px 0px black;font-size: 26px;}.shop__item {background-color: #fffaeb;border: 2px solid black;border-radius: 10px;padding: 10px 25px;cursor: pointer;position: relative;overflow: hidden;z-index: 0;box-shadow: 5px 5px 0px 1px black;text-decoration: none;transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;}.shop__item:hover {transform: scale(1.09);transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;}.shop__item:hover img {transform: scale(1.15);transition: transform 0.1s ease-in-out;}.shop__item .item__details {position: absolute;top: 75%;left: 50%;transform: translate(-50%, -50%);width: 90%;display: flex;flex-direction: column;gap: 5px;align-items: center;}.shop__item h1 {font-size: 1.8rem;background-color: #f33e2e;border: 2px solid black;border-radius: 5px;padding: 10px 35px;text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.614);box-shadow: 5px 5px 0px 1px black;text-align: center;margin: 0;text-wrap: balance;color: white;}.shop__item p {background-color: #fffaeb;border: 2px solid black;border-radius: 5px;padding: 10px;color: #130e01;font-size: 20px;font-weight: 600;box-shadow: 5px 5px 0px 1px black;display: flex;align-items: center;gap: 10px;}.shop__item p .old__price {color: #f33e2e;font-size: 16px;text-decoration: line-through;}.shop__item img {width: 300px;filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.356));z-index: -1;padding-bottom: 50px;transition: transform 0.1s ease-in-out;}.shop__item:nth-child(4n + 1):hover, .shop__item.red:hover {background-color: #fbc4bf;transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;}.shop__item:nth-child(4n + 1) h1, .shop__item.red h1 {background-color: #f33e2e;}.shop__item:nth-child(4n + 2):hover, .shop__item.green:hover {background-color: #dff79c;transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;}.shop__item:nth-child(4n + 2) h1, .shop__item.green h1 {background-color: #afe812;}.shop__item:nth-child(4n + 3):hover, .shop__item.purple:hover {background-color: #bbb4f2;transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;}.shop__item:nth-child(4n + 3) h1, .shop__item.purple h1 {background-color: #4632db;}.shop__item:nth-child(4n + 4):hover, .shop__item.gold:hover {background-color: #ffe799;transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;}.shop__item:nth-child(4n + 4) h1, .shop__item.gold h1 {background-color: #ffc400;}.shop__item.no-action {pointer-events: none;}.rules__wrapper {display: grid;place-items: center;}.rules__container {max-width: 900px;display: flex;flex-direction: column;gap: 20px;background-color: #fffaeb;padding: 20px;border: 2px solid #130e01;border-radius: 10px;position: relative;z-index: 0;}.rules__container li {counter-increment: section;margin-bottom: 10px;}.rules__container li ol {display: flex;flex-direction: column;gap: 15px;}.rules__container li h1 {display: inline-block;}.rules__container li::before {content: counters(section, ".") ". ";display: inline-block;font-size: 24px;font-weight: 600;margin: 5px;}ol {counter-reset: section;list-style-type: none;}.rules__section ol li {line-height: 150%;margin: 0px 10px;}table {border-collapse: inherit;border-spacing: 0 20px;max-width: fit-content;}table .table__headers td {padding: 20px;}table td {text-align: center;padding: 20px;max-width: 300px;word-break: break-all;font-size: 24px;}table td img {width: 48px;height: 48px;}table td img svg defs pattern rect {fill: #1a1a1a !important;}table th {font-size: 20px;font-weight: 600;padding-left: 10px;padding-right: 10px;max-width: 200px;text-wrap: balance;word-wrap: break-word;background-color: #ffedb8;border-right: 3px solid #130e01;}table tr:not(.table__headers) {position: relative;background-color: #fffaeb;padding: 25px 35px;border: 3px solid #fffaeb;outline: 3px solid #261c02;filter: drop-shadow(4px 4px 0px black);border-radius: 10px;overflow: hidden;text-align: center;color: #130e01;}table .selective__object {position: relative;background-color: #f66b5e;padding: 25px 35px;border: 3px solid #fffaeb;outline: 3px solid #261c02;filter: drop-shadow(4px 4px 0px black);border-radius: 10px;overflow: hidden;text-align: center;color: #130e01;}table .selective__object .discounted__amount {font-size: 20px;padding: 4px 5px;}table .selective__object .tag {font-size: 18px;padding: 4px 5px;}table .selective__object .content {position: relative;z-index: 2;display: flex;flex-direction: column;align-items: center;gap: 20px;}table .selective__object .content div p {font-size: 24px;background-color: #fffaeb;padding: 10px;border-radius: 10px;border: 2px solid #130e01;filter: drop-shadow(4px 4px 0px black);font-weight: 600;display: flex;align-items: center;flex-direction: column;}table .selective__object .content div p .old__price {color: #f33e2e;font-size: 16px;text-decoration: line-through;}table .selective__object .name {font-weight: 900;font-size: 42px !important;color: white;text-shadow: 5px 5px 0px #130e01;}table .selective__object:before {content: "";top: 0;left: 0;position: absolute;width: 100%;height: 100%;background-image: radial-gradient(#f9978e 20%, transparent 20%), radial-gradient(#f9978e 20%, transparent 20%);background-position: 0 0 0px 0px;background-size: 20px 20px;z-index: 1;opacity: 0.8;}table .selective__object.purple {background-color: #4632db;}table .selective__object.purple:before {background-image: radial-gradient(#6d5de3 20%, transparent 20%), radial-gradient(#6d5de3 20%, transparent 20%);}table .selective__object.gold {background-color: #ffd033;}table .selective__object.gold:before {background-image: radial-gradient(#ffe799 20%, transparent 20%), radial-gradient(#ffdc66 20%, transparent 20%);}table .selective__object.green {background-color: #c0f03d;}table .selective__object.green:before {background-image: radial-gradient(#dff79c 20%, transparent 20%), radial-gradient(#d0f46c 20%, transparent 20%);}.trailer__container {position: relative;background-color: #9e04cc;padding: 50px 50px 100px 50px;}.trailer__container.mode {background-color: #ffc400;}.trailer__container.mode::after {content: "";position: absolute;right: 0;left: 0%;bottom: 100%;z-index: 10;display: block;height: 50px;background-size: 50px 100%;background-image: linear-gradient(-180deg, #ffc400 75%, transparent 15%), linear-gradient(-225deg, #ffc400 55%, transparent 15%);transform: rotate(180deg);background-position: 0 0;}.trailer__container .trailer__box {display: flex;align-items: center;flex-direction: column;position: relative;}.trailer__container .trailer__box .bc__image {position: absolute;width: 300px;transform: rotateY(180deg);right: -40%;top: -40%;z-index: 0;filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.356));}.trailer__container .trailer__box .yt__frame {position: relative;}.trailer__container .trailer__box svg {position: absolute;top: 170px;left: 45%;height: auto;width: auto;transform: translateX(-150%) rotate(70deg);z-index: 0;filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.356));}.trailer__container h1 {font-size: 64px;letter-spacing: -2px;color: #fff;text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.758);position: relative;z-index: 1;}.trailer__container iframe {position: relative;z-index: 1;border-radius: 10px;box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.356);margin-left: 150px;}.trailer__container::after {content: "";position: absolute;right: 0;left: 0%;bottom: 100%;z-index: 10;display: block;height: 50px;background-size: 50px 100%;background-image: linear-gradient(180deg, #9e04cc 75%, transparent 15%), linear-gradient(225deg, #9e04cc 75%, transparent 15%);transform: rotate(180deg);background-position: 0 0;}video {object-fit: cover;object-position: center;width: 100%;height: 600px;}nav {background-color: #fffaeb;position: sticky;top: 0;display: flex;align-items: center;justify-content: center;width: 100%;padding: 10px 30px;z-index: 100;}nav ul {display: flex;justify-content: center;gap: 40px;list-style: none;position: relative;}nav ul a {display: flex;align-items: center;border-radius: 10px;padding: 5px 20px;width: 250px;justify-content: center;}nav ul a:hover {background-color: #ffe79e;}nav ul p {font-weight: 600;font-size: 24px;}nav a {text-decoration: none;color: #130e01;text-align: center;height: 100%;}nav img {width: 80px;filter: drop-shadow(3px 3px 0px black);}footer {padding: 30px 10px;background-color: #130e01;position: relative;z-index: 0;}footer ul {display: flex;justify-content: center;align-items: center;list-style: none;flex-wrap: wrap;gap: 50px;}footer ul .logoblock {display: flex;flex-direction: column;justify-content: center;align-items: center;}footer ul a {cursor: pointer;}footer ul h2 {color: white;}footer ul li b {color: white;}footer ul li .small {color: #a6a6a6;font-size: 12px;}footer ul li .watermark {color: #737373;margin: 10px 0px;font-size: 12px;}footer ul li .watermark a {font-weight: 600;color: #8c8c8c;text-decoration: none;}footer ul li .links {display: flex;flex-wrap: wrap;justify-content: flex-start;gap: 10px;margin: 10px 0px;}footer ul li .links a {text-decoration: none;color: white;position: relative;}footer ul li .links a:not(&:first-child) {border-left: 1px solid #f33e2e;padding-left: 10px;}footer ul img {width: 150px;filter: drop-shadow(3px 3px 0px black);}.shop__wrapper {font-size: 36px;position: relative;}.shop__wrapper .center__grid {display: grid;place-items: center;}.shop__wrapper .scroll__parent {display: flex;justify-content: center;flex-wrap: wrap;align-items: flex-start;right: clamp(8rem, 2vw, 50px);position: relative;}.shop__wrapper h1, .shop__wrapper h2 {color: #130e01;}.shop__wrapper h2 {background-color: #fffaeb;border: 2px solid #130e01;border-radius: 10px;display: inline-block;padding: 5px 40px;font-size: 42px;filter: drop-shadow(3px 3px 0px black);}.shop__wrapper section {background-color: transparent;margin: 40px 0px;text-align: center;}.shop__wrapper .boxes__wrapper {max-width: 70vw;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 40px;background-color: transparent;}.shop__wrapper .boxes__wrapper .shop__item h1 {color: white;}.shop__nav {position: sticky;top: 100px;left: 0;background-color: #fffaeb;border: 2px solid #130e01;padding: 30px;border-radius: 10px;width: auto;display: inline-block;z-index: 10;filter: drop-shadow(3px 3px 0px black);margin-bottom: -1vmax;}.shop__nav .navigation {display: flex;flex-direction: column;gap: 10px;margin: 15px;}.shop__nav h1 {font-size: 28px;}.shop__nav a {text-decoration: none;color: #130e01;position: relative;padding: 10px;border-radius: 10px;font-size: 20px;background-color: #fffaeb;transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, margin-left 0.2s ease-in-out;}.shop__nav a.current {background-color: #ffc400;color: white;margin-left: 15px;transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, margin-left 0.2s ease-in-out;}.shop__nav a h3 {font-weight: 600;}.shop__nav a h3 img {width: 18px;}.slider__label {width: 100%;}.slider__label .myslider {-webkit-appearance: none;appearance: none;width: 100%;height: 25px;background: white;border-radius: 25px;outline: none;border: 1px solid #130e01;}.slider__label .myslider::-webkit-slider-thumb {-webkit-appearance: none;appearance: none;width: 35px;height: 35px;background: #ffc400;cursor: pointer;border: none !important;border-radius: 100%;}.slider__label .myslider::-moz-range-thumb {width: 35px;height: 35px;background: #ffc400;cursor: pointer;border: none !important;border-radius: 100%;}.modal__wrapper {position: fixed;top: 0;width: 100%;height: 100%;z-index: -200;background-color: rgba(10, 10, 10, 0.601);display: grid;place-items: center;overflow-y: scroll;opacity: 0;transition: 0.2s opacity ease-in-out;}.modal__wrapper.show {opacity: 1;z-index: 200;transition: 0.2s opacity ease-in-out;}.modal__wrapper .modal__box {background-color: #fffaeb;padding: 50px;border-radius: 15px;position: relative;z-index: 0;border: 2px solid #130e01;margin: 30px;}.modal__wrapper .modal__box .modal__title {color: #130e01;display: flex;}.modal__wrapper .modal__box .modal__title .close {margin-left: auto;padding: 5px;font-size: 18px;box-shadow: none;width: 50px;height: 50px;}.modal__wrapper .modal__box .modal__content {margin: 20px 0px;}.modal__wrapper .modal__box .modal__content .shop__item {background: white !important;}.modal__wrapper .modal__box .modal__content .modal__grid {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: center;gap: 20px;}.modal__wrapper .modal__box .modal__content .transaction__details {display: flex;flex-wrap: wrap;gap: 20px;max-width: 800px;margin: 30px 0px;}.modal__wrapper .modal__box .modal__content .final__price {display: flex;flex-direction: column;justify-content: center;}.modal__wrapper .modal__box .modal__content .final__price h1 {line-height: 100%;letter-spacing: 0px;}.modal__wrapper .modal__box .modal__content .methods {display: flex;gap: 15px;flex-wrap: wrap;}.modal__wrapper .modal__box .modal__content .methods .payment {background-color: white;cursor: pointer;font-size: 18px;padding: 30px 40px;border-radius: 10px;font-weight: 600;border: 2px solid #130e01;color: #130e01;transition: background-color 0.1s ease-in-out;}.modal__wrapper .modal__box .modal__content .methods .payment.selected {background-color: #ffc400;transition: background-color 0.1s ease-in-out;}input[type="text"], input[type="email"] {all: unset;background-color: white;cursor: text;font-size: 16px;padding: 5px 20px;border-radius: 10px;border: 2px solid #130e01;color: #130e01;width: 10vw;min-width: 300px;max-width: 700px;transition: border-color 0.2s ease-in-out;}input:checked + .checkbox__label .checkbox {background-color: #ffc400;}input:checked + .checkbox__label .checkbox .checkmark {display: block;}#termslabel {background-color: transparent;transition: 0.2s background-color ease-in-out;}#termslabel.highlight {background-color: #ffe799;transition: 0.2s background-color ease-in-out;}.checkbox__label {user-select: none;cursor: pointer;display: flex;gap: 10px;transition: 0.2s background-color ease-in-out;padding: 5px;}.checkbox__label.light {background-color: #ffdc66;transition: 0.2s background-color ease-in-out;}.checkbox__label p {max-width: 600px;text-align: left;}.checkbox__label p a {color: #e6b000;}.checkbox {background-color: #fffaeb;border: 2px solid #130e01;width: 30px;height: 30px;border-radius: 10px;cursor: pointer;}.checkbox .checkmark {position: relative;height: 100%;display: none;}.checkbox .checkmark:before {content: "";position: absolute;top: 50%;left: 60%;background-color: #130e01;width: 15px;height: 3px;z-index: 10;transform: translate(-50%, -50%) rotate(120deg);}.checkbox .checkmark:after {content: "";position: absolute;top: 65%;left: 40%;background-color: #130e01;width: 8px;height: 3px;z-index: 10;transform: translate(-50%, -50%) rotate(-120deg);}@media (max-width: 1030px) {.boxes__container {flex-direction: column;}.section__header {font-size: 42px !important;line-height: 150%;}.trailer__box iframe {margin-left: 0px !important;}.trailer__box svg {display: none;}}#navtoggle {display: none;}#navtoggle:checked + ul li {display: block !important;}nav ul li label {cursor: pointer;font-size: 48px;}.navtoggle__label {display: none;}@media (max-width: 832px) {.navtoggle__label {display: block !important;}nav label {position: absolute;right: 15px;top: 15px;font-size: 48px;color: #130e01;cursor: pointer;}nav ul {flex-direction: column;transition: 0.3s;position: relative;}nav ul li {width: 100%;}nav ul li.logo {order: -1 !important;}nav ul li:not(.logo) {width: 100%;display: none;}footer ul li {max-width: 400px;}}@media (max-width: 778px) {.section__header {line-height: 120%;text-align: center;margin: 20px;}.section__header.underlined:before {bottom: -20%;}iframe {width: 400px;height: 250px;}.landing__box img {width: 300px !important;}.yt__frame .bc__image {display: none;}.box .online {line-height: 120% !important;}}@media (max-width: 1378px) {.shop__nav {top: 85dvh;left: 20vw;padding: 5px 20px;}.shop__nav:hover {opacity: 1;}.shop__nav .navigation {flex-direction: row;}.shop__nav h1 {display: none;}.shop__nav iconify-icon {font-size: 48px;}.scroll__parent {justify-content: center;}}@media (max-width: 1120px) {table {padding: 20px;}.ranks__container {max-width: 85vw !important;overflow-x: scroll !important;padding: 30px;}}@media (max-width: 1278px) {table {max-width: 100vw;}table .selective__object {padding: 15px 20px;min-width: 150px;}table .selective__object .content div h1 {font-size: 28px !important;}table .selective__object .content div p {font-size: 18px;padding: 5px;text-wrap: balance;}table .selective__object .content button {font-size: 18px !important;word-wrap: normal;padding: 5px;}table .selective__object .content button iconify-icon {font-size: 18px;}}@media (max-width: 568px) {.landing__title {line-height: 100%;}.landing__box:before {width: 50% !important;}.shop__wrapper .boxes__wrapper .shop__item {padding: 20px 35px;min-width: 300px;}.shop__wrapper .boxes__wrapper .shop__item img {width: 200px !important;}.shop__wrapper .boxes__wrapper .shop__item .item__details {top: 70%;}.shop__wrapper .boxes__wrapper .shop__item .item__details h1 {line-height: 100%;}.shop__wrapper .boxes__wrapper .shop__item .item__details p {font-size: 18px;}}.item__description {max-width: 400px;margin: 15px;}.item__description ul {margin: 0px 20px;}.modal__content h2 span {color: #f33e2e;}.shop__title {width: 62%;margin-top: 30px;}.shop__title h3 {font-size: 42px;}.shop__choose {display: grid;place-items: center;position: relative;z-index: 0;margin-bottom: 80px;}.shop__choose .shops {display: flex;justify-content: center;flex-wrap: wrap;gap: 30px;padding: 30px 20px;}.shop__choose .shops .shop__item {padding: 20px 50px;}.shop__choose h1 {font-size: 48px;}.notice {background-color: #f33e2e;border: 4px solid #500b05;padding: 15px 25px;border-radius: 15px;color: white;text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.614);}