@font-face {
  font-family: "Cooper Std";
  src: url("../fonts/CooperBlackStd.woff2") format("woff2"), url("../fonts/CooperBlackStd.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cooper Std";
  src: url("../fonts/CooperBlackStd-Italic.woff2") format("woff2"), url("../fonts/CooperBlackStd-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
html,
body {
  height: 100%;
  margin: 0;
}

body {
  background-color: black;
  color: white;
  font-family: "Cooper Std", "Georgia", "Times New Roman", serif;
}

h1, h2, h3, h4, p {
  color: white;
  font-family: "Cooper Std", "Georgia", "Times New Roman", serif;
}

h1 {
  text-align: center;
  padding: 40px;
  font-size: 4rem !important;
  color: white !important;
}

a {
  color: white !important;
  text-decoration: none;
}

input,
textarea,
button {
  font-family: "Barlow Condensed", sans-serif !important;
}

.wrapper {
  background-color: transparent;
}

.header {
  background-color: black;
}
.header .logo {
  position: absolute;
}
.header .logo h1 {
  padding-left: 80px;
  font-size: 1rem;
}
.header .logo img {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 12px;
  width: 55px;
  display: block;
}
.header .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navbar {
  padding-bottom: 0;
}
.navbar a:hover {
  font-weight: bold;
}
.navbar span {
  margin-left: 65px;
}
.navbar.navbar-light .navbar-nav .nav-link {
  color: white;
}
.navbar .dropdown-toggle::after {
  margin-left: 8px;
}
.navbar .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.95);
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  min-width: 220px;
}
.navbar .dropdown-menu .dropdown-item {
  color: white;
  padding: 12px 20px;
  font-family: "Cooper Std", "Georgia", "Times New Roman", serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-weight: bold;
}
.navbar .dropdown-menu .dropdown-item:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.navbar .dropdown:hover .dropdown-toggle {
  font-weight: bold;
}

.main-content {
  background: rgb(64, 175, 223);
  background: linear-gradient(180deg, rgb(64, 175, 223) 0%, rgb(26, 90, 169) 100%);
}
.main-content h1 {
  color: white !important;
  font-size: 4rem !important;
}

.pre-footer-spacer {
  min-height: 150px;
  background-color: #024e7f;
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.pre-footer-spacer .about-heading {
  color: white;
  font-family: "Cooper Std", "Georgia", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pre-footer-spacer .about-text {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.footer {
  background-color: black;
  margin-top: 0;
  padding: 60px 0 20px 0;
}
.footer .container {
  padding-top: 0;
  padding-bottom: 0;
}
.footer .row {
  margin-bottom: 20px;
}
.footer .row:last-child {
  margin-bottom: 0;
}
.footer a {
  text-decoration: none;
  color: white;
  display: block;
  margin-bottom: 8px;
  transition: opacity 0.2s ease;
}
.footer a:hover {
  opacity: 0.8;
}
.footer a p {
  margin: 0;
}
.footer p {
  margin: 0;
}
.footer .join {
  padding-right: 8px;
}
.footer .copyright {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  font-size: 0.8rem;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}
.footer .copyright p,
.footer .copyright a {
  color: white;
}
.footer .site-by {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.8rem;
  color: white;
  margin-top: 10px;
  margin-bottom: 0;
  white-space: nowrap;
}
.footer .site-by a {
  font-family: "Barlow Condensed", sans-serif;
  color: white;
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: inline;
}
.footer .site-by a:hover {
  opacity: 0.8;
}
.footer .social {
  margin-top: 10px;
}
.footer .social a {
  display: inline-block;
  margin: 0 8px;
  margin-bottom: 0;
}
.footer .social img {
  transition: opacity 0.2s ease;
}
.footer .social img:hover {
  opacity: 0.7;
}

.flavors-modal {
  background-color: rgba(0, 0, 0, 0.95);
  border: none;
  border-radius: 24px;
}
.flavors-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 24px;
}
.flavors-modal .modal-header .modal-title {
  font-family: "Cooper Std", "Georgia", "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.flavors-modal .modal-header .btn-close {
  filter: invert(1);
  opacity: 0.8;
}
.flavors-modal .modal-header .btn-close:hover {
  opacity: 1;
}
.flavors-modal .modal-body {
  padding: 24px;
}
.flavors-modal .flavors-modal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flavors-modal .flavors-modal-list li {
  margin-bottom: 12px;
}
.flavors-modal .flavors-modal-list li:last-child {
  margin-bottom: 0;
}
.flavors-modal .flavors-modal-list li a {
  display: block;
  padding: 14px 20px;
  color: white;
  text-decoration: none;
  font-family: "Cooper Std", "Georgia", "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 14px;
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.05);
}
.flavors-modal .flavors-modal-list li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  transform: translateX(5px);
}
.flavors-modal .flavors-modal-list li a:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.legal-modal {
  background-color: rgba(0, 0, 0, 0.95);
  border: none;
  border-radius: 24px;
}
.legal-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 24px;
}
.legal-modal .modal-header .modal-title {
  font-family: "Cooper Std", "Georgia", "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.legal-modal .modal-header .btn-close {
  filter: invert(1);
  opacity: 0.8;
}
.legal-modal .modal-header .btn-close:hover {
  opacity: 1;
}
.legal-modal .modal-body {
  padding: 24px;
  max-height: 70vh;
  overflow-y: auto;
}
.legal-modal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 24px;
}
.legal-modal .modal-footer .btn-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 14px;
  transition: background-color 0.2s ease;
}
.legal-modal .modal-footer .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.legal-modal .legal-content {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
}
.legal-modal .legal-content p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow Condensed", sans-serif;
}
.legal-modal .legal-content p:last-child {
  margin-bottom: 0;
}
.legal-modal .legal-content h6 {
  font-family: "Cooper Std", "Georgia", "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: white;
  margin-top: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.legal-modal .legal-content h6:first-child {
  margin-top: 0;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

#scene img {
  position: absolute;
}
#scene .pint0 {
  margin-left: 7%;
  z-index: -10;
  padding-top: 12%;
  width: 23%;
}
#scene .pint1 {
  margin-left: 19%;
  z-index: -5;
  padding-top: 7%;
  width: 26%;
}
#scene .pint2 {
  margin-left: 34%;
  z-index: 10;
  padding-top: 0%;
  width: 32%;
}
#scene .pint3 {
  margin-left: 56%;
  z-index: -5;
  padding-top: 7%;
  width: 26%;
}
#scene .pint4 {
  margin-left: 71%;
  z-index: -10;
  padding-top: 10%;
  width: 25%;
}

.waves {
  position: absolute;
  margin-top: -4.8%;
  width: 100%;
  z-index: 0;
}

#product-page {
  padding: 15px 15px 10px 15px;
  color: white;
  text-align: center;
}
#product-page h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: white;
  font-size: 2.5rem !important;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}
#product-page p {
  margin-top: 0;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
}
#product-page .product-banner-image {
  margin-top: 6px;
  margin-bottom: 10px;
  text-align: center;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
#product-page .product-banner-image img {
  max-width: 350px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  display: inline-block;
}
#product-page .product-description-row {
  margin-top: 26px;
  margin-bottom: 20px;
  align-items: stretch;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
#product-page .row.has-banner + .product-description-row {
  margin-top: 10px;
}
#product-page .product-description-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
#product-page .product-description-text {
  text-align: center;
  margin-bottom: 0;
  flex: 1;
}
#product-page .product-description-text p {
  margin: 0;
  max-width: none;
  line-height: 1.7;
}
#product-page .product-description-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
}
#product-page .product-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
}
#product-page .product-badges img {
  height: 50px;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#product-page .product-sell-sheet {
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-page .product-sell-sheet .sell-sheet-link {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  transition: all 0.2s ease;
  height: fit-content;
}
#product-page .product-sell-sheet .sell-sheet-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#product-page .product-sell-sheet .sell-sheet-link:active {
  transform: translateY(0);
}
#product-page .product-sell-sheet .sell-sheet-link svg {
  flex-shrink: 0;
}
#product-page .row {
  margin-bottom: 8px;
}
#product-page .row:last-child {
  margin-bottom: 0;
}
#product-page .icons {
  margin: 8px 0;
  padding: 6px 0;
}
#product-page .icons img {
  display: block;
  margin: 0 auto;
}
#product-page a {
  color: white;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
#product-page a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.container + .container {
  padding-top: 10px;
  padding-bottom: 20px;
}

.product-card,
.product {
  color: white;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.product-card a,
.product a {
  color: white;
  text-decoration: underline;
  transition: opacity 0.2s ease;
  font-weight: 500;
}
.product-card a:hover,
.product a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.product-card img,
.product img {
  border: 3px solid white;
  margin-bottom: 12px;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.product-card .product-nutrition,
.product-card .nutrition,
.product .product-nutrition,
.product .nutrition {
  padding-top: 8px;
  margin-top: 8px;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}
.product-card .product-nutrition a,
.product-card .nutrition a,
.product .product-nutrition a,
.product .nutrition a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85rem;
}
.product-card .product-flavor,
.product-card .flavor,
.product .product-flavor,
.product .flavor {
  color: white;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 8px;
  font-family: "Cooper Std", "Georgia", "Times New Roman", serif;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
}
.product-card .description,
.product .description {
  margin: 8px 0;
  line-height: 1.5;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
.product-card .item-number,
.product .item-number {
  margin-top: 6px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.flavors p {
  font-family: "Barlow Condensed", sans-serif;
}
.flavors .box {
  text-align: center;
  background-color: white;
  border-radius: 24px;
  padding: 20px;
}
.flavors .box h1 {
  font-size: 2rem;
  padding: 0;
  color: #ed1c24;
}
.flavors .box a {
  display: block;
  text-decoration: none;
  color: white;
  width: 100%;
}
.flavors .box .blue-button {
  background-color: #1a5aa9;
  border-radius: 24px;
  padding: 20px 40px;
}

.contact h1 {
  padding: 20px 40px !important;
  margin-bottom: 10px;
}
.contact .contact-form-section {
  margin-top: 10px;
}
.contact .contact-form-section p {
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.contact .contact-form-section p:last-of-type {
  margin-bottom: 20px;
}
.contact form {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.contact form {
  max-width: 100%;
}
.contact input[type=email],
.contact input[type=text],
.contact input[type=tel] {
  width: 100%;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 18px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-family: "Barlow Condensed", sans-serif;
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.contact input[type=email]::placeholder,
.contact input[type=text]::placeholder,
.contact input[type=tel]::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.contact input[type=email]:focus,
.contact input[type=text]:focus,
.contact input[type=tel]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}
.contact input[type=email]:hover:not(:focus),
.contact input[type=text]:hover:not(:focus),
.contact input[type=tel]:hover:not(:focus) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
}
.contact textarea {
  width: 100%;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 18px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-family: "Barlow Condensed", sans-serif;
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  resize: vertical;
  min-height: 100px;
}
.contact textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.contact textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}
.contact textarea:hover:not(:focus) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
}
.contact input[type=submit] {
  width: auto;
  min-width: 140px;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 0;
  margin-top: -8px;
  padding: 12px 32px;
  color: white;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.5) 100%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Barlow Condensed", sans-serif;
}
.contact input[type=submit]:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.7) 100%);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.contact input[type=submit]:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.contact input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.contact .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact .alert {
  padding: 12px 16px;
  margin-bottom: 15px;
  border-radius: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem;
}
.contact .alert.alert-success {
  background-color: rgba(40, 167, 69, 0.2);
  color: #d4edda;
  border: 1px solid rgba(40, 167, 69, 0.3);
}
.contact .alert.alert-danger {
  background-color: rgba(220, 53, 69, 0.2);
  color: #f8d7da;
  border: 1px solid rgba(220, 53, 69, 0.3);
}

#mc_embed_signup {
  margin-top: 5px;
}
#mc_embed_signup input {
  padding: 5px 10px;
  border: none;
  font-family: "Barlow Condensed", sans-serif !important;
  border-radius: 14px;
}
#mc_embed_signup input[type=submit] {
  font-weight: 600;
  margin-left: 10px;
  padding: 8px 24px;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
}
#mc_embed_signup select {
  border: none;
  padding: 6px 10px;
  border-radius: 12px;
  font-family: "Barlow Condensed", sans-serif !important;
}
#mc_embed_signup .button {
  padding: 0;
  margin: 0;
}

.mc-field-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.red {
  color: #ed1c24;
}

.normal-font {
  font-family: "Barlow Condensed", sans-serif;
}

.social {
  margin-top: 10px;
}
.social img {
  width: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #product-page .product-description-row {
    max-width: 100%;
  }
  #product-page .product-banner-image {
    margin-top: 6px;
    margin-bottom: 10px;
    max-width: 100%;
  }
  #product-page .product-banner-image img {
    max-width: 280px;
  }
  #product-page .product-description-footer {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-top: 12px;
  }
  #product-page .product-badges {
    align-items: center;
  }
  #product-page .product-sell-sheet {
    height: 50px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem !important;
    padding: 20px;
  }
  .main-content h1 {
    font-size: 2.5rem !important;
  }
  #product-page {
    padding: 12px 15px 8px 15px;
  }
  #product-page h1 {
    margin-bottom: 10px;
    font-size: 1.8rem !important;
    letter-spacing: 0.03em;
  }
  #product-page p {
    margin-bottom: 8px;
    font-size: 1rem;
  }
  #product-page .product-banner-image {
    margin-top: 6px;
    margin-bottom: 6px;
    max-width: 100%;
  }
  #product-page .product-banner-image img {
    max-width: 220px;
  }
  #product-page .product-description-row {
    margin-top: 19px;
    margin-bottom: 15px;
    align-items: flex-start;
  }
  #product-page .row.has-banner + .product-description-row {
    margin-top: 7px;
  }
  #product-page .product-description-content {
    justify-content: flex-start;
  }
  #product-page .product-description-text {
    text-align: center;
    margin-bottom: 0;
  }
  #product-page .product-description-footer {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-top: 12px;
    justify-content: center;
  }
  #product-page .product-description-footer .product-badges {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #product-page .product-description-footer .product-sell-sheet {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #product-page .product-badges img {
    height: 40px;
  }
  #product-page .icons {
    margin: 6px 0;
    padding: 5px 0;
  }
  .product-card,
  .product {
    padding: 12px;
    margin-bottom: 15px;
  }
  .product-card .flavor,
  .product .flavor {
    font-size: 1.1rem;
  }
  .product-card .description,
  .product .description {
    font-size: 0.95rem;
  }
  .container + .container {
    padding-top: 8px;
    padding-bottom: 15px;
  }
}

/*# sourceMappingURL=main.css.map */
