<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'FuturaPTBook';
  src: url("../resources/FuturaPTBook.otf"); }
#photos-container {
  display: block;
  min-height: 640px; }

#product-info-container {
  display: block;
  color: #333;
  min-height: 480px;
  position: relative;
  margin: 0 auto; }

.product-info-pane {
  position: absolute;
  text-align: center;
  min-width: 80%;
  left: 50%;
  transform: translateX(-50%); }

.product-info-pane p {
  margin: 0;
  padding: 20px; }

.row {
  margin-top: 40px; }

.product-name {
  font-family: 'FuturaPTBook';
  font-size: 24px; }

.country-of-origin {
  font-family: 'FuturaPTBook', sans-serif;
  font-size: 18px;
  font-weight: 400; }

p.btw-disclaimer {
  padding-top: 0px;
  margin-top: -20px; }

.btn {
  border-radius: 0px;
  background-color: #333;
  border-color: #333;
  font-size: .9rem;
  padding: .375rem 1.95rem; }

.pre-order .btn {
  padding: .375rem 3.95rem;
  background-color: #000;
  border-color: #000;
  margin-bottom: 5em; }

.btn:hover {
  background-color: #666;
  border-color: #666; }

.size-group .btn {
  background-color: #fff;
  border-color: #fff;
  color: #333; }

p.pre-order {
  margin-top: 40px;
  text-align: center; }

.size-guide {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  text-decoration: underline;
  color: #333; }

.shipping-disclaimer {
  text-decoration: none;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #333; }

@media screen and (min-width: 280px) and (max-width: 1024px) {
  #photos-container {
    min-height: 440px; }

  .product-info-pane p {
    margin: 0;
    padding: 10px; }

  .product-name {
    font-size: 18px; }

  .composition {
    font-size: 14px; } }
@media screen and (min-width: 220px) and (max-width: 480px) {
  #photos-container {
    min-height: 400px; } }

/*# sourceMappingURL=product.css.map */
</pre></body></html>