<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* override c7 styles */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
body {
  --c7-field-border-radius: 0px;
  --c7-button-border-radius: 0px;
  --c7-primary-button-bg: #79512980;
  --c7-primary-button-bg-hover: #795129b2;
  --c7-primary-button-text-color: #fff;
  --c7-alt-button-bg: #999;
  --c7-heading-font-family: inherit;
  --c7-heading-font-weight: 500;
  --c7-font-family: inherit;
  --c7-body-text-color: #000;
  --c7-link-color: #333;
}
.c7-product-collection .c7-product__image * {
	max-height: 450px !important;
}
.product-template-wrapper {
  display: flex;
  flex-direction: row;
}
.sidenav a{
	font-size: 17px;
}
.sidenav {
  display: inline-block;
}
/** fix to C7 dropdown issue **/
.c7-utility-nav .container {
    overflow: visible !important;
}
header.fusion-header-wrapper {
    z-index: 11 !important;
}

@media screen and (min-width: 1023px) {
	.sidenav {
		width: 32%;
	}
}
.sidenav ul {
  list-style: none;
  padding-left: 0;
	min-width: max-content;
}
.sidenav &gt; ul &gt; li {
  padding: 0;
}
.sidenav &gt; ul &gt; li &gt; a {
  border-bottom: 1px solid #999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.sidenav &gt; ul &gt; li &gt; a::after {
  content: "\f4d7";
  font-family: "bootstrap-icons";
}
.sidenav &gt; ul &gt; li &gt; a.revealed::after {
  content: "\f2ca";
}
.sidenav .subnav {
  max-height: 0px;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  padding-left: 8px;
}
.sidenav .revealed + .subnav {
  max-height: 9999px;
}

#c7-side-cart {
  z-index: 9999999;
}
[class*="c7"] input,
[class*="c7"] select {
  color: #000 !important;
}
a.c7-btn--alt,
.c7-btn--alt {
  background: #999;
}

.c7-btn--alt,
a.c7-btn,
a.c7-btn:hover,
.c7-btn:hover a {
  color: var(--c7-primary-button-text-color) !important;
}

/* account header */
#account-header {
  display: inline-flex;
  width: 100%;
  justify-content: end;
}
.c7-utility-nav {
  background: var(--copyright_bg_color, #333);
  padding-left: 30px;
  padding-right: 30px;
}
.c7-utility-nav .container {
  max-width: var(--site_width);
  width: 100%;
  padding: 8px 0;
}
.home .c7-utility-nav .container {
  max-width: unset;
}

.c7-reservation-widget .c7-form__group {
  align-items: flex-end;
  gap: 18px;
}
.c7-reservation-widget .c7-form__group &gt; * {
  margin: 0 !important;
}

.c7-reservation-widget .c7-form__group .c7-btn {
  align-self: unset !important;
}

/* Squarespace */
/* in staging mode 
#account-header {
    display: inline-flex;
    width: 100%;
    justify-content: end;
} */
/* wordpress/etc 
#account-header {
   display: inline-flex;
position: absolute;
top: 10px;
right: 10px;
z-index: 999;
}
*/

#account-header #c7-account {
  display: inline-block;
}
#account-header #c7-cart .c7-user-nav__cart {
  display: flex;
}
#account-header &gt; #c7-cart {
  display: inline-flex;
}
#c7-account,
#c7-cart {
  display: inline-block;
  margin-left: 5px;
}
#c7-account .c7-user-nav__account a {
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
}
#c7-account .c7-user-nav__account__dropdown a {
  color: var(--c7-body-text-color);
}
#c7-cart .c7-user-nav__cart .c7-link:first-child {
  background-color: transparent;
  border: none;
}

#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
  stroke: #fff;
}
#c7-cart .c7-user-nav__cart__count {
  background-color: #000;
}
#c7-cart .c7-user-nav__cart button.c7-link {
  padding: 0px !important;
}
#c7-cart .c7-order-item__description {
  margin-top: 10px;
  font-size: 10px;
}
/* Overall styling */

/* button styles */
body .c7-btn {
}
body .c7-btn:hover,
body .c7-cart__buttons .c7-btn:hover {
}
body .c7-form textarea {
	color:#000;
}
/* slide out cart */
body .c7-side-cart__header button {
  background-color: transparent;
  color: #000;
}
/* shrink checkout buttons */
body .c7-order-summary__buttons a {
  /*font-size: 12px;*/
}

/* make link buttons look like links */
body button.c7-link {
  background-color: transparent;
  border: 0px;
  color: var(--c7-body-text-color);
}
body button.c7-link:hover {
  opacity: 0.6;
}



/* dashboard tweaks */
.c7-account__dashboard__message {
  margin-bottom: 20px;
}
.c7-account-row {
  max-width: 100% !important;
  justify-content: space-between !important;
}
body .c7-account-login__password-options {
}
body .c7-account-login__options {
}

/* cart styling */
.cart-row h1 {
  display: none;
}
.c7-cart__wrapper,
.c7-account__dashboard {
  max-width: 100% !important;
  margin: 0px auto !important;
  justify-content: space-between !important;
}

/* fix lightboxes that go behind sticky header */
body .c7-modal-container {
  top: 14%;
}

/* hide club cancelation 
.c7-account-club .c7-account-blocks--status .c7-account-block__actions {
display:none !important;
}
.c7-callout--club .c7-callout__details li:nth-child(2), .c7-callout--club .c7-callout__details li:nth-child(3) {
display:none !important;
}*/

/* hide club skip
.c7-account-club__shipment__footer .c7-btn--skip {
display:none !important;
}
*/

/* hide delete account */
.c7-account-details .c7-account-details__delete-account {
display:none !important;
}

/* collection styling */
.c7-product-collection .c7-product {
  display: block !important;
  text-align: center !important;
}
.c7-product-collection__product-list {
  grid-template-columns: 1fr 1fr 1fr !important;
}
.c7-product-collection .c7-product img {
  width: auto;
  object-fit: cover;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
  justify-content: center !important;
  align-items: center !important;
}
body .c7-product-collection .c7-product__image, body .c7-product-allocation .c7-product__image {
	margin-right: 0px;
}
body .c7-product-detail .c7-product__image img {
	height: 650px;
	width: auto;
}
body .c7-product-detail .c7-product__image {
        margin-bottom: 600px;    
}

/* calendar styling ADA fix */
.c7-reservation-widget .c7-date-picker-input button {
  background-color: transparent !important;
  border-radius: 0px !important;
}
.c7-reservation-widget .c7-date-picker-dropdown button {
  color: inherit;
  background-color: inherit;
}

.c7-product__info .c7-product__specs {
  display: none !important;
}
.c7-product__add-to-cart__price__variant {
  display: none;
}
@media (min-width: 1025px) {
  .c7-product-detail .c7-product__image picture {
    position: sticky;
    top: 150px;
  }
}

/* mobile overrides */
@media screen and (max-width: 1024px) {
  /* two column on tablet */
  .c7-product-collection__product-list {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 767px) {
  /* mobile header position */
  #account-header {
  }
  .product-template-wrapper {
    flex-direction: column;
  }

  /* one column on mobile */
  .c7-product-collection__product-list {
    grid-template-columns: 1fr !important;
  }

  .c7-product-specs {
    text-align: left !important;
    margin: 0px !important;
  }
  .c7-product-specs h2 {
    text-align: left !important;
  }
}
</pre></body></html>