:root {
  --primary-text-color: black;
  --secondary-text-color: #929292;
  --alt-text-color: white;
  --primary-bg-color: white;
  --secondary-bg-color: black;
  --alt-bg-color: black;
  --primary-border-color: black;
  --secondary-border-color: #929292;
  --alt-border-color: white;
  --primary-btn-color: black;
  --secondary-btn-color: white;
}

.collection .collection__header {
  padding: 42px 25px;
}
.collection .collection__header__title {
  margin: 0 0 20px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary-text-color);
}
.collection .collection__header__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.collection .collection__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.collection .collection__gallery .collection__gallery__item {
  margin: 0;
  padding: 0;
}
.collection .collection__gallery .collection__gallery__item a {
  display: block;
}
.collection .collection__gallery .collection__gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.collection .collection__gallery .collection__gallery__item .collection__gallery__item__title {
  padding: 24px 10px;
  font-family: "SeaMeHappy Bold";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--primary-text-color);
  text-transform: uppercase;
}

.woocommerce-checkout.page-template-template-checkout .checkout {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin: 0 0 42px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout.page-template-template-checkout .checkout {
    flex-direction: row;
    justify-content: flex-end;
    gap: 150px;
    margin: 0;
    padding: 0 25px;
  }
}
.woocommerce-checkout.page-template-template-checkout h3 {
  margin: 0 0 20px;
  font-family: "SeaMeHappy Regular";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  color: var(--primary-text-color);
}

.woocommerce form.woocommerce-checkout {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .woocommerce form.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
.woocommerce form.woocommerce-checkout .col2-set {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .woocommerce form.woocommerce-checkout .col2-set {
    order: 1;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.woocommerce form.woocommerce-checkout .col2-set .col-1,
.woocommerce form.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  max-width: 915px;
}
.woocommerce form.woocommerce-checkout #ship-to-different-address,
.woocommerce form.woocommerce-checkout .mailchimp-newsletter,
.woocommerce form.woocommerce-checkout .create-account {
  padding: 0;
}
.woocommerce form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label,
.woocommerce form.woocommerce-checkout .mailchimp-newsletter .woocommerce-form__label,
.woocommerce form.woocommerce-checkout .create-account .woocommerce-form__label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  text-transform: none;
}
@media screen and (min-width: 1024px) {
  .woocommerce form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label,
  .woocommerce form.woocommerce-checkout .mailchimp-newsletter .woocommerce-form__label,
  .woocommerce form.woocommerce-checkout .create-account .woocommerce-form__label {
    padding: 20px 0 5px 255px;
  }
}
.woocommerce form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label input,
.woocommerce form.woocommerce-checkout .mailchimp-newsletter .woocommerce-form__label input,
.woocommerce form.woocommerce-checkout .create-account .woocommerce-form__label input {
  flex: none;
  height: auto;
  margin: 5px 0;
}
.woocommerce form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label span,
.woocommerce form.woocommerce-checkout .mailchimp-newsletter .woocommerce-form__label span,
.woocommerce form.woocommerce-checkout .create-account .woocommerce-form__label span {
  text-transform: none;
  line-height: 24px;
}
.woocommerce form.woocommerce-checkout .form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .woocommerce form.woocommerce-checkout .form-row {
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin: 0 0 10px;
  }
}
.woocommerce form.woocommerce-checkout .form-row.form-row-first, .woocommerce form.woocommerce-checkout .form-row.form-row-last {
  float: none !important;
  width: auto !important;
}
.woocommerce form.woocommerce-checkout .form-row::before, .woocommerce form.woocommerce-checkout .form-row::after {
  display: none !important;
}
.woocommerce form.woocommerce-checkout .form-row label {
  display: none !important;
  margin: 0;
  padding: 0 20px 0 0;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
}
@media screen and (min-width: 1024px) {
  .woocommerce form.woocommerce-checkout .form-row label {
    width: 240px;
  }
}
.woocommerce form.woocommerce-checkout .form-row label.screen-reader-text {
  position: static !important;
  width: auto;
  height: auto;
  clip-path: none;
}
.woocommerce form.woocommerce-checkout .form-row label.screen-reader-text.screen-reader-text {
  width: 240px;
  height: 1px;
  clip-path: inset(50%);
}
.woocommerce form.woocommerce-checkout .form-row label .required {
  text-decoration: none;
  color: var(--primary-text-color);
}
.woocommerce form.woocommerce-checkout .form-row .woocommerce-input-wrapper {
  flex: 1;
}
.woocommerce form.woocommerce-checkout .form-row input {
  flex: 1;
  height: 36px;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 13px;
  line-height: 16px;
  color: var(--primary-text-color) !important;
  background-color: #E8E8E8 !important;
}
.woocommerce form.woocommerce-checkout .form-row textarea {
  width: 100%;
  height: 72px;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-text-color) !important;
  background-color: #E8E8E8 !important;
}
@media screen and (min-width: 1024px) {
  .woocommerce form.woocommerce-checkout .form-row textarea {
    height: 36px;
  }
}
.woocommerce form.woocommerce-checkout .form-row select {
  width: 100%;
  height: 36px;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color) !important;
  background-color: #E8E8E8 !important;
}

.woocommerce-terms-and-conditions-wrapper {
  padding: 20px 0;
}
.woocommerce-terms-and-conditions-wrapper a {
  color: var(--primary-text-color);
  text-decoration: underline;
}

.order-total strong {
  font-weight: 400;
  font-family: "SeaMeHappy Regular";
}

.woocommerce table.woocommerce-checkout-review-order-table {
  margin: 0;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .woocommerce table.woocommerce-checkout-review-order-table {
    order: 2;
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.woocommerce table.woocommerce-checkout-review-order-table thead th {
  padding: 0 0 10px;
  font-family: "SeaMeHappy Regular";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  color: var(--primary-text-color);
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr td {
  padding: 20px 0 0;
  border-top: none;
  text-align: left;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr td p {
  font-weight: 400;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody tr th {
  padding: 0 0 5px;
  border-top: none;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody tr td {
  padding: 0 0 5px;
  border-top: none;
  text-align: right;
  line-height: 16px;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody tr.order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tbody tr.order-total td {
  padding: 0 0 20px;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-methods {
  list-style-type: none;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-thumbnail {
  padding: 0 5px 0 0;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-thumbnail img {
  display: block;
  width: 140px;
  height: auto;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 0;
  text-align: left;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-info .product-info-name {
  width: 100%;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  line-height: 16px;
}

.woocommerce-checkout #payment div.form-row {
  display: block;
}

.woocommerce-checkout-payment {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 42px;
  border-radius: 0 !important;
  background-color: transparent !important;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout-payment {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 4;
    margin: 0;
  }
}
.woocommerce-checkout-payment ul.payment_methods {
  width: 100%;
  max-width: 575px;
  padding: 0 !important;
  border-bottom: none !important;
}
.woocommerce-checkout-payment .place-order {
  width: 100%;
  max-width: 915px;
  padding: 0 !important;
}
.woocommerce-checkout-payment .place-order .button {
  display: flex;
  justify-content: center;
  align-items: center;
  float: none !important;
  width: 100%;
  max-width: none;
  padding: 0 15px;
  height: 38px;
  border: none;
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary-text-color);
  cursor: pointer;
  background-color: var(--primary-btn-color) !important;
}

.woocommerce-privacy-policy-text {
  display: none;
  margin: 20px 0 0;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  color: var(--primary-text-color);
}
.woocommerce-privacy-policy-text a {
  color: var(--primary-text-color);
  text-decoration: underline;
}

.woocommerce form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
  margin: 0;
  padding: 0;
}
.woocommerce form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row label {
  width: auto;
  padding: 0;
  text-transform: none;
}

form.checkout_coupon {
  display: flex;
  gap: 16px;
  margin: 0 20px 10px;
  padding: 10px;
  border: 1px solid var(--primary-border-color);
  border-radius: 8px;
}
form.checkout_coupon .form-row {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  form.checkout_coupon .form-row {
    display: flex;
    align-items: center;
  }
}
form.checkout_coupon .form-row.form-row-first {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  form.checkout_coupon .form-row.woocommerce-form-row--wide label {
    width: 240px;
  }
}
form.checkout_coupon .form-row .password-input,
form.checkout_coupon .form-row .input-text {
  flex: 1;
  height: 36px;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
  background-color: #E8E8E8;
}
form.checkout_coupon .form-row .password-input:active,
form.checkout_coupon .form-row .input-text:active {
  outline: 0;
}
form.checkout_coupon .form-row .required {
  color: var(--primary-text-color);
}
form.checkout_coupon .form-row .woocommerce-form-login__rememberme {
  text-transform: none;
}
@media screen and (min-width: 1024px) {
  form.checkout_coupon .form-row.accountLogin__row {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 240px;
  }
}
form.checkout_coupon .form-row .button {
  display: flex;
  align-items: center;
  max-width: none;
  height: 36px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid var(--primary-border-color);
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
  background-color: var(--primary-bgs-color);
  cursor: pointer;
}
form.checkout_coupon .lost_password a {
  color: var(--primary-text-color);
}

.backToShop {
  width: 100%;
  padding: 0 12px 42px;
}
@media screen and (min-width: 1024px) {
  .backToShop {
    padding: 0 25px 42px;
  }
}
.backToShop a {
  font-family: "SeaMeHappy Regular";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
}

@media screen and (min-width: 1024px) {
  .woocommerce-order-pay #order_review {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.woocommerce-order-pay #order_review table.shop_table {
  order: 2;
}
.woocommerce-order-pay #order_review #payment {
  order: 1;
  background-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: none;
}

.woocommerce-checkout #payment div.form-row {
  margin: 0;
  padding: 0;
}

.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 16px;
  line-height: 16px;
  font-family: "SeaMeHappy Bold";
  font-weight: 400;
  margin: 20px 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin: 20px 0;
}

.woocommerce .woocommerce-customer-details address {
  padding: 0;
  border: none;
  line-height: 24px;
}

.woocommerce table.shop_table td a {
  color: var(--primary-text-color);
}
.woocommerce table.shop_table td a.button {
  font-size: 16px;
  line-height: 16px;
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
  color: var(--alt-text-color);
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 16px;
  line-height: 16px;
  font-family: "SeaMeHappy Bold";
  font-weight: 400;
  margin: 0 0 20px;
}

.woocommerce-thankyou-order-received {
  margin: 0 0 20px;
}

.woocommerce ul.order_details li {
  font-size: 16px;
  line-height: 14px;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  float: none;
}
.woocommerce ul.order_details li strong {
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.checkoutForm {
  max-width: 575px;
}
.checkoutForm .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0 15px;
  height: 38px;
  border: none;
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--alt-text-color);
  cursor: pointer;
  background-color: var(--secondary-bg-color);
}

.checkoutOrderSummary {
  color: var(--primary-text-color);
}

.checkoutOrderSummaryItem {
  display: flex;
  gap: 5px;
  margin: 0 0 20px;
}
.checkoutOrderSummaryItem a {
  display: block;
  max-width: 140px;
}
.checkoutOrderSummaryItem a img {
  display: block;
  width: 100%;
  height: auto;
}
.checkoutOrderSummaryItem .checkoutOrderSummaryItemInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}
.checkoutOrderSummaryItem .checkoutOrderSummaryItemInfo .checkoutOrderSummaryItemInfoDetails {
  width: 100%;
  color: var(--primary-text-color);
}
.checkoutOrderSummaryItem .checkoutOrderSummaryItemInfo h4 {
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
  text-transform: uppercase;
}
.checkoutOrderSummaryItem .checkoutOrderSummaryItemInfo .woocommerce-Price-amount {
  color: var(--primary-text-color);
}
.checkoutOrderSummaryItem .itemAction {
  margin-left: auto;
  display: flex;
  margin-left: 12px;
  padding-top: 30px;
}
.checkoutOrderSummaryItem .itemAction button {
  cursor: pointer;
  padding: 10px;
  border: none;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  color: var(--primary-text-color);
  background-color: transparent;
  outline: 0;
}
@media screen and (min-width: 1025px) {
  .checkoutOrderSummaryItem .itemAction button {
    position: relative;
    height: -moz-max-content;
    height: max-content;
  }
  .checkoutOrderSummaryItem .itemAction button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    max-width: 0;
    height: 2px;
    background-color: #000;
    transition: 300ms ease-in-out;
  }
  .checkoutOrderSummaryItem .itemAction button:hover::before {
    max-width: 100%;
  }
}

.checkoutThankYouMessage {
  padding: 35px 0;
  color: var(--primary-text-color);
}

.checkoutPaymentMethod {
  margin: 0 0 42px;
}
.checkoutPaymentMethod .payment_methods {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkoutPaymentMethod .payment_methods li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 120px;
}
.checkoutPaymentMethod .payment_methods li .input-radio {
  display: inline-block;
  margin: 0 15px 0 0;
}
.checkoutPaymentMethod .payment_methods li label {
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-text-color);
}
.checkoutPaymentMethod .payment_methods li label img {
  position: absolute;
  left: 0;
}
.checkoutPaymentMethod .payment_methods li .payment_box {
  flex-direction: column;
  flex-basis: 100%;
  margin: 10px 0 0;
  padding: 0 0 0 28px;
}
.checkoutPaymentMethod .payment_methods li .payment_box p {
  font-family: "SeaMeHappy Regular";
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  color: #ababab;
}
.checkoutPaymentMethod .payment_methods li .payment_box select {
  width: 100%;
  height: 36px;
  padding: 8px 15px;
  border: 1px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
}

.checkoutAgreement {
  display: block;
  margin: 0 0 20px;
  font-family: "SeaMeHappy Regular";
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
}
.checkoutAgreement a {
  color: var(--primary-text-color);
  text-decoration: underline;
}
.checkoutAgreement input {
  display: inline-block;
  margin: 0 15px 0 0;
}

.checkoutTerms {
  margin: 20px 0 0;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  color: var(--primary-text-color);
}
.checkoutTerms a {
  color: var(--primary-text-color);
  text-decoration: underline;
}

.orderSummaryValue {
  font-family: "SeaMeHappy Regular";
}

.orderSummaryAction {
  margin: 50px 0 0;
  border: 1px solid #000;
  color: var(--primary-text-color);
  background-color: var(--primary-bg-color);
}

.buttonAction {
  width: 100%;
  max-width: unset;
  justify-content: center;
  text-transform: uppercase;
}

.shipping .shippingCalculator {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.shipping .shippingCalculator .shippingCalculatorForm {
  display: flex;
  flex-direction: column;
}
.shipping .shippingCalculator .shippingCalculatorButton {
  padding: 0;
  border: none;
  cursor: pointer;
  opacity: 0.3;
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent;
}
.shipping .shippingCalculator .shippingCalculatorCountrySelect {
  border: none;
  background: #fafafa;
  outline: 0;
  padding: 10px;
  max-width: 150px;
  color: #ababab;
}
.shipping .shippingCalculator .shippingCalculatorFormActions {
  display: block;
  text-align: right;
}
.shipping .shippingCalculator .shippingCalculatorUpdateButton {
  opacity: 1;
  padding: 5px;
}
.shipping .shippingCalculator .shippingCalculatorCancelButton {
  padding: 5px;
}

.specialInput {
  padding-right: 0;
}
.specialInput .specialInputField {
  padding: 24px;
}
.specialInput .specialInputField {
  width: 100%;
}

.checkoutHeader {
  display: flex;
  align-items: center;
  padding: 0 0 10px;
}
.checkoutHeader h2 {
  margin: 0;
  font-family: "SeaMeHappy Regular";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: var(--primary-text-color);
}

.checkoutDetails {
  padding: 50px 12px 0;
  margin: 0 0 42px;
}
@media screen and (min-width: 1024px) {
  .checkoutDetails {
    padding: 50px 0 0;
  }
}
.checkoutDetails .checkoutDetailsFieldsShippingToggle {
  padding: 20px 0 25px;
}
.checkoutDetails .checkoutDetailsHeader {
  margin: 0 0 50px;
}
.checkoutDetails .checkoutDetailsFields {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsShipping {
  width: 100%;
  max-width: 575px;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid var(--alt-border-color);
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem.lineItems {
  flex-direction: column;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem.isPaymentField {
  justify-content: flex-start;
  align-items: center;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem.isPaymentField img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem.checkoutDetailsFieldsItemSummary {
  flex-direction: column;
  justify-content: flex-start;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem.isShippingField {
  flex-direction: column;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem .shippingFieldValue {
  font-style: normal;
  line-height: 24px;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem .shippingFieldValue.isEmail {
  margin-top: 1em;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem .checkoutDetailsFieldsItemSummaryItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem:last-child {
  border-bottom: none;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem .heading {
  text-transform: uppercase;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem h3 {
  margin-bottom: 2em;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem .checkoutDetailsFieldsItemLine {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem .checkoutDetailsFieldsItemLine .name,
.checkoutDetails .checkoutDetailsFields .checkoutDetailsFieldsItem .checkoutDetailsFieldsItemLine .note {
  line-height: 24px;
  color: var(--primary-text-color);
}
.checkoutDetails .form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .checkoutDetails .form-row {
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin: 0 0 10px;
  }
}
.checkoutDetails .form-row.form-row-first, .checkoutDetails .form-row.form-row-last {
  float: none;
  width: auto;
}
.checkoutDetails .form-row::before, .checkoutDetails .form-row::after {
  display: none !important;
}
.checkoutDetails .form-row label {
  display: none !important;
  margin: 0;
  padding: 0 20px 0 0;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
}
@media screen and (min-width: 1024px) {
  .checkoutDetails .form-row label {
    width: 240px;
  }
}
.checkoutDetails .form-row label.screen-reader-text {
  position: static !important;
  width: auto;
  height: auto;
  clip-path: none;
}
.checkoutDetails .form-row label.screen-reader-text.screen-reader-text {
  width: 240px;
  height: 1px;
  clip-path: inset(50%);
}
.checkoutDetails .form-row label .required {
  text-decoration: none;
  color: var(--primary-text-color);
}
.checkoutDetails .form-row .woocommerce-input-wrapper {
  flex: 1;
}
.checkoutDetails .form-row input {
  flex: 1;
  height: 36px;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
  background-color: #E8E8E8;
}
.checkoutDetails .form-row textarea {
  width: 100%;
  height: 72px;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-text-color);
  background-color: #E8E8E8;
}
@media screen and (min-width: 1024px) {
  .checkoutDetails .form-row textarea {
    height: 36px;
  }
}
.checkoutDetails .form-row select {
  width: 100%;
  height: 36px;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
  background-color: #E8E8E8;
}

.checkoutOrderSummaryCosts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 20px;
}

.checkoutOrderSummaryCostsItem {
  display: flex;
  justify-content: space-between;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
  text-transform: uppercase;
}

.checkoutTotal {
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .checkoutTotal {
    padding: 0 25px;
  }
}

.emptyCart {
  text-align: center;
  width: 100%;
  padding: 100px;
}
.emptyCart a {
  display: inline-block;
  border: none;
  border-radius: 8px;
  color: var(--alt-text-color);
  text-transform: uppercase;
  background-color: #000;
  margin: 50px 0 0;
  padding: 20px 28px;
  justify-content: center;
  cursor: pointer;
  height: 55px;
}

@font-face {
  font-family: "SeaMeHappy Bold";
  src: url("../assets/fonts/SeaMeHappy-Bold/SeaMeHappy-Bold.woff2") format("woff2"), url("../assets/fonts/SeaMeHappy-Bold/SeaMeHappy-Bold.woff") format("woff"), url("../assets/fonts/SeaMeHappy-Bold/SeaMeHappy-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SeaMeHappy Regular";
  src: url("../assets/fonts/SeaMeHappy-Regular/SeaMeHappy-Regular.woff2") format("woff2"), url("../assets/fonts/SeaMeHappy-Regular/SeaMeHappy-Regular.woff") format("woff"), url("../assets/fonts/SeaMeHappy-Regular/SeaMeHappy-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
html,
body {
  scroll-behavior: smooth;
  max-width: 100%;
  font-family: "SeaMeHappy Regular";
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 54px;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 40px;
  }
}
body.v--has-notice {
  padding-top: 98px;
}
@media screen and (min-width: 1024px) {
  body.v--has-notice {
    padding-top: 150px;
  }
}
body.v--has-notice.home {
  padding-top: 44px;
}
@media screen and (min-width: 1024px) {
  body.v--has-notice.home {
    padding-top: 48px;
  }
}
body.home {
  padding-top: 0px;
}
body main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

strong {
  font-family: "SeaMeHappy Bold";
}

input {
  font-family: "SeaMeHappy Regular";
}

.componentWrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wlr-message-info {
  padding: 10px !important;
  margin: 0 20px 10px !important;
  border: 1px solid var(--primary-border-color) !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: var(--primary-text-color) !important;
  background-color: var(--primary-bg-color) !important;
  outline: 0;
}
@media screen and (min-width: 1024px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  .wlr-message-info {
    padding: 0 25px;
  }
}
.woocommerce-error::before, .woocommerce-error::before, .woocommerce-error::before,
.woocommerce-error .wlr.wlrf-point,
.woocommerce-info::before,
.woocommerce-info::before,
.woocommerce-info::before,
.woocommerce-info .wlr.wlrf-point,
.woocommerce-message::before,
.woocommerce-message::before,
.woocommerce-message::before,
.woocommerce-message .wlr.wlrf-point,
.wlr-message-info::before,
.wlr-message-info::before,
.wlr-message-info::before,
.wlr-message-info .wlr.wlrf-point {
  display: none;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li,
.wlr-message-info li {
  text-transform: uppercase;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  color: var(--primary-text-color);
}
.woocommerce-error li strong,
.woocommerce-info li strong,
.woocommerce-message li strong,
.wlr-message-info li strong {
  font-weight: 400;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.wlr-message-info a {
  color: var(--primary-text-color);
  text-decoration: underline;
}

.grid {
  display: grid;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.grid.six {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .grid.two {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.three {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.four {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.six {
    grid-template-columns: repeat(2, 1fr);
  }
}

.specialInput {
  margin-left: auto;
  padding-right: 56px;
  width: 100%;
}
.specialInput .specialInputField {
  padding: 10px 24px;
  background: #fafafa;
  width: 288px;
  transition: 300ms ease-in-out;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.specialInput .specialInputField input {
  color: #ababab;
  border: none;
  outline: none;
  background: transparent;
  flex-grow: 2;
  transition: 300ms ease-in-out;
}
.specialInput .specialInputField button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.specialInput .specialInputField svg * {
  transition: 300ms ease-in-out;
  cursor: pointer;
}
.specialInput .specialInputField:hover {
  background: #ababab;
}
.specialInput .specialInputField:hover input {
  color: #fafafa;
}
.specialInput .specialInputField:hover svg path {
  fill: #fafafa;
}

.headerExtraContent {
  padding: 12px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerExtraContent div {
  display: flex;
  gap: 8px;
}
.headerExtraContent div a,
.headerExtraContent div p {
  padding: 16px;
  color: #000;
  cursor: pointer;
  font-size: 12px;
}
.headerExtraContent div button {
  padding: 16px;
  border: none;
  font-family: "SeaMeHappy Regular";
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  background-color: transparent;
}
.headerExtraContent div input[type=text] {
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  font-family: "SeaMeHappy Regular";
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}

.center {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

.center-text {
  text-align: center;
}

.sizeOption {
  text-transform: uppercase;
}
.sizeOption.optionActive {
  font-family: "SeaMeHappy Bold";
}

.optionSelectable {
  transition: 300ms ease-in-out;
  cursor: pointer;
}

.optionSelected {
  font-family: "SeaMeHappy Bold";
}

.buttonAction {
  display: flex;
  width: 100%;
  max-width: 399px;
  border: none;
  border-radius: 8px;
  color: #fff;
  background-color: #000;
  padding: 20px 12px;
  justify-content: center;
  align-items: center;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}

.buttonAction:disabled {
  cursor: not-allowed;
  background-color: #7e7e7e;
  display: none;
}

.closeIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.closeIcon span {
  width: 16px;
  height: 2px;
  background-color: var(--primary-text-color);
  position: absolute;
  top: 12px;
}
.closeIcon span:first-of-type {
  transform: rotate(45deg);
}
.closeIcon span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.form {
  margin: 40px 0;
  padding: 0;
}
.form .formInputGroup {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.form .formInputGroup .formInputGroupInput {
  display: block;
  width: 100%;
  height: 36px;
  margin: 0 !important;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
  background-color: #E8E8E8;
}
.form .formInputGroup .formInputGroupInput::-moz-placeholder {
  color: var(--primary-text-color);
}
.form .formInputGroup .formInputGroupInput::placeholder {
  color: var(--primary-text-color);
}
.form .formInputGroup .formInputGroupInput.v--textarea {
  min-height: 10em;
}
.form .formButton {
  display: block;
  height: 36px;
  max-width: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--alt-text-color) !important;
  background-color: var(--primary-btn-color);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 10px 15px;
  border: none;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  color: var(--alt-text-color);
  background-color: var(--primary-btn-color);
  border-radius: 8px;
  outline: none;
}

.woocommerce form .form-row label {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row label {
  text-transform: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: flex;
  justify-content: center;
  float: right;
  width: 100%;
  max-width: 316px;
  background-color: var(--primary-btn-color) !important;
  border: none;
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  color: var(--alt-text-color) !important;
  padding: 20px 12px;
  cursor: pointer;
}
.accordionItem {
  font-size: 12px;
}
.accordionItem:hover .accordionLabel {
  color: var(--primary-text-color);
}

.accordionItemCheckbox {
  display: none;
}
.accordionItemCheckbox:checked ~ .accordionItemContent {
  max-height: 400px;
  padding: 0 0 20px;
  overflow-y: auto;
}
.accordionItemCheckbox:checked ~ .accordionItemLabel {
  color: var(--primary-text-color);
}
.accordionItemCheckbox:checked ~ .accordionItemLabel img {
  transform: rotate(0deg);
}

.accordionItemLabel {
  display: flex;
  align-items: center;
  padding: 0 0 5px;
  color: var(--primary-text-color);
  text-transform: capitalize;
  cursor: pointer;
}
.accordionItemLabel img {
  transition: transform 400ms;
  transform: rotate(45deg);
}

.accordionItemContent {
  max-height: 0;
  padding: 0;
  color: var(--primary-text-color);
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.accordionItemContent p {
  margin: 0 0 1em;
}
.accordionItemContent a {
  color: var(--primary-text-color);
  text-decoration: underline;
}

.cky-consent-bar {
  background-color: var(--primary-bg-color) !important;
}

.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand .cky-preference-wrapper {
  background-color: var(--primary-bg-color) !important;
}

.cky-notice-btn-wrapper {
  flex: 1 !important;
  justify-content: flex-end !important;
}

.cky-category-direct-preview-btn-wrapper {
  flex: 1 !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.cky-notice .cky-title {
  color: var(--primary-text-color) !important;
}

.cky-notice-des {
  color: var(--primary-text-color) !important;
}

.cky-category-direct-item label {
  color: var(--primary-text-color) !important;
}

.cky-btn {
  color: var(--alt-text-color) !important;
  background-color: var(--primary-btn-color) !important;
  width: 100% !important;
  height: 36px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
@media screen and (min-width: 1024px) {
  .cky-btn {
    max-width: 320px !important;
  }
}
.cky-btn.cky-btn-accept {
  color: var(--alt-text-color) !important;
  background-color: var(--primary-btn-color) !important;
}
.cky-btn.cky-btn-preferences {
  border: 1px solid var(--primary-border-color) !important;
  color: var(--primary-text-color) !important;
  background-color: var(--secondary-btn-color) !important;
}

.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy,
.cky-notice-des a.cky-link-default,
.cky-dma-content-wrapper a.cky-policy,
.cky-dma-content-wrapper button.cky-policy {
  color: var(--primary-text-color) !important;
}

.cky-category-direct-switch input[type=checkbox]:checked {
  background-color: var(--primary-btn-color) !important;
}

.cky-preference-header .cky-preference-title {
  color: var(--primary-text-color) !important;
}

.cky-preference-content-wrapper {
  color: var(--primary-text-color) !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
  color: var(--primary-text-color) !important;
}

.cky-accordion-header .cky-accordion-btn {
  color: var(--primary-text-color) !important;
}

.cky-accordion-header-des {
  color: var(--primary-text-color) !important;
}

.cky-footer-shadow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--primary-bg-color) 100%);
}

.cookiesMessage {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 900;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 20px;
  border-top: 1px solid #000;
  background-color: var(--primary-bg-color);
}
@media screen and (max-width: 1024px) {
  .cookiesMessage {
    height: auto;
  }
}
.cookiesMessage.active {
  display: flex;
}
.cookiesMessage p {
  flex: 1;
  font-family: "SeaMeHappy Regular";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-align: right;
  color: var(--primary-text-color);
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .cookiesMessage p {
    text-align: left;
  }
}
.cookiesMessage .cookiesActions {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .cookiesMessage .cookiesActions {
    flex-direction: column;
  }
}
.cookiesMessage button {
  max-width: 150px;
  margin: 0 15px 0 40px;
}
@media screen and (max-width: 1024px) {
  .cookiesMessage button {
    margin: 0 0 15px 0;
  }
}
.cookiesMessage a {
  font-family: "SeaMeHappy Regular";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.14px;
  color: #ababab;
  text-transform: uppercase;
}

.header {
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  color: var(--primary-text-color);
  background-color: var(--primary-bg-color);
}
.logged-in .header {
  top: 32px;
}
.header .smh__search_widget {
  display: none;
  width: 100%;
  margin: 100px 0 0;
}
@media screen and (min-width: 1024px) {
  .header .smh__search_widget {
    display: block;
    width: auto;
    margin: 0;
  }
}
.home .header:hover {
  color: var(--primary-text-color);
  background-color: var(--primary-bg-color);
}
.home .header:hover button:hover {
  color: var(--primary-text-color);
}
.home .header:hover button {
  color: var(--primary-text-color);
}
.home .header:hover button svg path {
  stroke: black;
}
.home .header:hover button .miniCartCount {
  color: var(--primary-text-color);
  border-color: black;
}
.search--active .header:hover button .miniCartCount {
  color: var(--primary-text-color) !important;
}
.home .header:hover .mainMenu .logo .logoSrc {
  opacity: 1;
}
.home .header:hover .mainMenu .logo .logoSrc.noLogoAlt {
  opacity: 1;
}
.home .header:hover .mainMenu .logo .logoAltSrc {
  opacity: 0;
}
.search--active .header:hover .mainMenu .logo .logoSrc {
  opacity: 1;
}
.search--active .header:hover .mainMenu .logo .logoSrc.noLogoAlt {
  opacity: 1;
}
.search--active .header:hover .mainMenu .logo .logoAltSrc {
  opacity: 0;
}
.home .header:hover .mainMenu div ul.menu > li > a {
  color: var(--primary-text-color);
}
.home .header:hover .mainMenu div ul.menu > li > a:hover {
  color: var(--primary-text-color);
}
.home .header {
  color: var(--alt-text-color);
  background-color: transparent;
}
.is-sticky-header .header {
  color: var(--primary-text-color);
  background-color: var(--primary-bg-color);
}
.search--active .header, .home.search--active .header {
  color: var(--primary-text-color) !important;
  background-color: var(--primary-bg-color);
}
.header .siteNotice {
  padding: 16px;
  background-color: var(--secondary-bg-color);
  overflow: hidden;
}
.header .siteNoticeList {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
}
.header .siteNoticeListItem {
  flex-shrink: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 2rem;
  font-family: "SeaMeHappy Bold";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: var(--alt-text-color);
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.header button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 25px;
  color: var(--primary-text-color);
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .header button {
    gap: 15px;
  }
}
.home .header button {
  color: var(--alt-text-color);
}
.is-sticky-header .header button {
  color: var(--primary-text-color);
}
.header button:hover {
  color: var(--primary-text-color);
}
.header button:hover .miniCartCount {
  color: var(--primary-text-color);
}
.search--active .header button {
  color: var(--primary-text-color) !important;
}
.search--active .header button .miniCartCount {
  color: var(--primary-text-color) !important;
}
.header .miniCart.v--is-open .miniCartDrawerContainer {
  display: block;
}
.header .miniCart .miniCartButton {
  font-family: "SeaMeHappy Bold";
  text-transform: lowercase;
}
.home .header .miniCart .miniCartCount {
  color: var(--alt-text-color);
}
.is-sticky-header .header .miniCart .miniCartCount {
  color: var(--primary-text-color);
}
.header .miniCart .miniCartDrawerContainer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.header .miniCart .miniCartDrawerContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  height: 100svh;
  background-color: var(--primary-bg-color);
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerHeader h2 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary-text-color);
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerHeader h2 .miniCartDrawerHeaderCount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 1.5px solid var(--primary-border-color);
  border-radius: 100%;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 15px 25px;
  overflow-y: hidden;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .miniCartDrawerContentShippingMessage {
  margin: 0 0 10px;
  color: var(--primary-text-color);
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart {
  flex: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart::-webkit-scrollbar {
  display: none;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart__empty-message {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-text-color);
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .attachment-woocommerce_thumbnail,
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-placeholder {
  display: block;
  width: 116px;
  height: auto;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart-item {
  flex: 1;
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-text-color);
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart-item:before, .header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart-item:after {
  display: none;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart-item .woocommerce-mini-cart-item__details {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: var(--primary-text-color);
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart-item .woocommerce-mini-cart-item__details--name-remove {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart-item .woocommerce-mini-cart-item__details--name-remove .remove {
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: var(--primary-text-color) !important;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart-item .woocommerce-mini-cart-item__details--name-remove .remove:hover {
  color: var(--primary-text-color) !important;
  background-color: transparent;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart-item .woocommerce-mini-cart-item__details--price-quantity {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0;
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-text-color);
  text-transform: uppercase;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .woocommerce-mini-cart__total strong {
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent .checkout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0 15px;
  height: 38px;
  margin: 25px 0 0;
  border: none;
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--alt-text-color);
  cursor: pointer;
  background-color: var(--primary-btn-color);
}
.header .miniCart .miniCartDrawerContainer .miniCartDrawer .miniCartDrawerContent dl.variation {
  display: none;
}
.header .mainMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 110;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  .header .mainMenu {
    max-height: none !important;
    padding: 12px !important;
  }
}
.header .mainMenu .logo {
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header .mainMenu .logo {
    padding: 0;
  }
}
.header .mainMenu .logo .logoSrc {
  position: absolute;
  top: 0;
}
.home .header .mainMenu .logo .logoSrc {
  opacity: 0;
}
.home .header .mainMenu .logo .logoSrc.noLogoAlt {
  opacity: 1;
}
.home .header .mainMenu .logo .logoAltSrc {
  opacity: 1;
}
.is-sticky-header .header .mainMenu .logo .logoSrc {
  opacity: 1;
}
.is-sticky-header .header .mainMenu .logo .logoSrc.noLogoAlt {
  opacity: 1;
}
.is-sticky-header .header .mainMenu .logo .logoAltSrc {
  opacity: 0;
}
.search--active .header .mainMenu .logo .logoSrc {
  opacity: 1;
}
.search--active .header .mainMenu .logo .logoSrc.noLogoAlt {
  opacity: 1;
}
.search--active .header .mainMenu .logo .logoAltSrc {
  opacity: 0;
}
.header .mainMenu .logo img {
  display: block;
}
.header .mainMenu .headerMenuContainer {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .header .mainMenu .headerMenuContainer {
    gap: 50px;
  }
}
.header .mainMenu .headerMobileMenuButton {
  text-transform: lowercase;
}
@media screen and (min-width: 1024px) {
  .header .mainMenu .headerMobileMenuButton {
    display: none;
  }
}
.mobile-menu--active .header .mainMenu .headerMobileMenuButton {
  opacity: 0;
  pointer-events: none;
}
.header .mainMenu .mobileMenuCloseIcon {
  display: none;
  position: absolute;
  right: 12px;
  z-index: 120;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.mobile-menu--active .header .mainMenu .mobileMenuCloseIcon {
  display: block;
}
@media screen and (min-width: 1024px) {
  .mobile-menu--active .header .mainMenu .mobileMenuCloseIcon {
    display: none;
  }
}
.header .mainMenu .mobileMenuCloseIcon span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-text-color);
  transform-origin: center center;
}
.header .mainMenu .mobileMenuCloseIcon span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
.header .mainMenu .mobileMenuCloseIcon span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
.header .mainMenu .headerMenuRight {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header .mainMenu .headerMenuRight {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header .headerSearch {
    position: relative;
  }
}
.search--active .header .headerSearch .headerSearchButton {
  display: none;
}
@media screen and (min-width: 1024px) {
  .search--active .header .headerSearch .headerSearchButton {
    display: block;
  }
}
.search--active .header .headerSearch .headerSearchForm {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 90;
  padding: 48px 0;
  line-height: 24px;
  background: var(--primary-bg-color);
}
.header .headerSearch .headerSearchButton {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header .headerSearch .headerSearchButton {
    display: block;
    font-family: "SeaMeHappy Regular";
    text-transform: lowercase;
    line-height: 40px;
  }
}
.header .headerSearch .headerSearchForm {
  display: block;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .header .headerSearch .headerSearchForm {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 372px;
  }
}
.header .headerSearch .headerSearchForm:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header .headerSearch .headerSearchForm:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 200vw;
    background: var(--primary-bg-color);
    transform: translateX(-50%);
  }
}
.header .headerSearch .headerSearchForm .headerSearchFormInput {
  width: 100%;
  padding: 2px 25px 2px 10px;
  border: 2px solid var(--primary-border-color);
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
  background-color: var(--primary-bg-color);
  box-sizing: border-box;
  outline: 0 !important;
}
@media screen and (min-width: 1024px) {
  .header .headerSearch .headerSearchForm .headerSearchFormInput {
    width: 372px;
  }
}
.header .headerSearch .headerSearchForm .headerSearchFormInput::-moz-placeholder {
  text-transform: lowercase;
  color: var(--primary-text-color);
}
.header .headerSearch .headerSearchForm .headerSearchFormInput::placeholder {
  text-transform: lowercase;
  color: var(--primary-text-color);
}
.header .headerSearch .headerSearchForm .headerSearchFormClearButton {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header .headerSearch .headerSearchForm .headerSearchFormClearButton {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    background: url(../assets/close-icon.svg) center center no-repeat;
    background-color: transparent;
    background-size: 50px;
    transform: translateY(-50%);
    cursor: pointer;
  }
}
.header .mobileMenu {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  z-index: 100;
  width: 100%;
  height: 70vh;
  padding: 12px;
  font-size: 16px;
  font-family: "SeaMeHappy Regular";
  background-color: var(--primary-bg-color);
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .header .mobileMenu {
    display: none;
  }
}
.mobile-menu--active .header .mobileMenu {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .mobile-menu--active .header .mobileMenu {
    display: none;
  }
}
.header .mobileMenu .smh__search_widget {
  display: block;
}
.header .mobileMenu .menu-mobile-menu-container {
  width: 100%;
  padding: 50px 0;
}
.header .mobileMenu .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .mobileMenu .menu .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
}
.header .mobileMenu .menu .menu-item.menu-item-has-children.v--active .sub-menu {
  display: block;
}
.header .mobileMenu .menu .menu-item a {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  text-transform: lowercase;
  text-decoration: none;
  color: var(--primary-text-color);
}
.header .mobileMenu .menu .menu-item .relatedSiteLogo {
  height: 50px;
}
.header .mobileMenu .menu .sub-menu {
  display: none;
  list-style-type: none;
  width: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  text-transform: lowercase;
}
.header .mobileMenu .menu .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}
.header .mobileMenu .menu .sub-menu .menu-item.clickable > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  font-weight: 400;
  font-family: "SeaMeHappy Regular";
}
.header .mobileMenu .menu .sub-menu .menu-item.clickable > a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 5px 5px 5px 0;
  background-image: url("../assets/img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.header .mobileMenu .menu .sub-menu .menu-item.highlight a {
  color: var(--secondary-text-color);
}
.header .mobileMenu .menu .sub-menu .menu-item.highlight a:hover {
  color: var(--secondary-text-color);
}
.header .mobileMenu .menu .sub-menu .menu-item.extra-spaced {
  margin-top: 20px;
}
.header .mobileMenu .menu .sub-menu .menu-item.bold {
  font-family: "SeaMeHappy Bold";
}
.header .mobileMenu .menu .sub-menu .menu-item.bold:hover a {
  text-decoration: underline;
}
.header .mobileMenu .menu .sub-menu .menu-item.uppercase > a {
  text-transform: uppercase;
}

.mainMenu .menu-main-menu-container {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .mainMenu .menu-main-menu-container {
    display: none;
  }
}
.mainMenu .menu-main-menu-container {
  /* Top Level Menu */
}
.mainMenu .menu-main-menu-container > ul.menu > li.menu-item {
  min-width: auto;
  line-height: 40px;
}
.mainMenu .menu-main-menu-container > ul.menu > li.menu-item > a:hover {
  font-family: "SeaMeHappy Regular";
}
.mainMenu .menu-main-menu-container ul.menu {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .mainMenu .menu-main-menu-container ul.menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.mainMenu .menu-main-menu-container ul.menu:last-of-type {
  justify-content: end;
}
.mainMenu .menu-main-menu-container ul.menu.shopMenu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.mainMenu .menu-main-menu-container ul.menu > li:first-child > a {
  padding: 0 25px 0 0;
}
.mainMenu .menu-main-menu-container ul.menu > li:last-child > a {
  padding: 0 0 0 25px;
}
.mainMenu .menu-main-menu-container ul.menu > li > a {
  display: block;
  padding: 0 25px;
  font-size: 14px !important;
  font-family: "SeaMeHappy Regular";
}
.home .mainMenu .menu-main-menu-container ul.menu > li > a {
  color: var(--alt-text-color);
}
.search--active .mainMenu .menu-main-menu-container ul.menu > li > a {
  color: var(--primary-text-color) !important;
}
.is-sticky-header .mainMenu .menu-main-menu-container ul.menu > li > a {
  color: var(--primary-text-color);
}
.mainMenu .menu-main-menu-container ul.menu li {
  position: relative;
  min-width: 216px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.mainMenu .menu-main-menu-container ul.menu li.highlight a {
  color: var(--secondary-text-color);
}
.mainMenu .menu-main-menu-container ul.menu li.highlight a:hover {
  color: var(--secondary-text-color);
}
.mainMenu .menu-main-menu-container ul.menu li.extra-spaced {
  margin-top: 20px;
}
.mainMenu .menu-main-menu-container ul.menu li.bold {
  font-family: "SeaMeHappy Bold";
}
.mainMenu .menu-main-menu-container ul.menu li.bold:hover a {
  text-decoration: underline;
}
.mainMenu .menu-main-menu-container ul.menu li.clickable > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "SeaMeHappy Regular" !important;
  font-weight: 400;
  cursor: pointer !important;
}
.mainMenu .menu-main-menu-container ul.menu li.clickable > a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  background-image: url("../assets/img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.mainMenu .menu-main-menu-container ul.menu li.campaigns .sub-menu {
  margin-top: 20px;
}
.mainMenu .menu-main-menu-container ul.menu li.campaigns .sub-menu .menu-item a {
  text-transform: uppercase;
}
.mainMenu .menu-main-menu-container ul.menu li.uppercase > a {
  text-transform: uppercase;
}
.mainMenu .menu-main-menu-container ul.menu li a {
  font-size: 12px;
  line-height: 24px;
  color: var(--primary-text-color);
  text-transform: lowercase;
}
@media screen and (min-width: 1024px) {
  .mainMenu .menu-main-menu-container ul.menu li a {
    font-size: 14px;
    line-height: 40px;
  }
}
.mainMenu .menu-main-menu-container ul.menu li a:hover {
  font-family: "SeaMeHappy Bold";
  color: var(--primary-text-color);
}
.mainMenu .menu-main-menu-container ul.menu li .relatedSiteLogo {
  height: 50px;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children:hover > .sub-menu {
  display: flex;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children:first-child > .sub-menu {
  padding-left: 0;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 90;
  padding: 48px 0 48px 25px;
  line-height: 24px;
  background: var(--primary-bg-color);
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 200vw;
  background: var(--primary-bg-color);
  transform: translateX(-50%);
}
.v--has-notice .mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu {
  top: 88px;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--collections-menu {
  grid-template-columns: repeat(8, 1fr);
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--scrollable-menu > li {
  padding: 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--scrollable-menu > li::-webkit-scrollbar {
  display: none;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--scrollable-menu > li:hover img {
  display: block;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--scrollable-menu > li a {
  font-family: "SeaMeHappy Bold";
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--scrollable-menu > li img {
  display: none;
  width: 100%;
  height: auto;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--scrollable-menu > li img:first-of-type {
  display: block;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--scrollable-menu > li .headerImage {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--scrollable-menu > li .headerCopy {
  line-height: 24px;
  text-transform: none;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu.v--scrollable-menu > li .headerCopy p {
  margin-bottom: 1em;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu > .menu-item {
  z-index: 10;
  padding: 0;
  border-radius: 8px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu > .menu-item::-webkit-scrollbar {
  display: none;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu > .menu-item > a {
  font-family: "SeaMeHappy Bold";
  text-transform: lowercase;
  line-height: 24px;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu > .menu-item > a {
    line-height: 24px;
  }
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu > .menu-item:hover > a {
  color: var(--primary-text-color);
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
  display: block;
}
.mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .mainMenu .menu-main-menu-container ul.menu > li.menu-item-has-children > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    line-height: 24px;
  }
}

.accordionMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--primary-border-color);
}

.accordionMenuItem {
  padding: 0;
  border-bottom: 1px solid var(--primary-border-color);
}

.accordionMenuItemLink {
  display: block;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--primary-text-color);
}

.accordionMenuItemCheckbox {
  display: none;
}
.accordionMenuItemCheckbox:checked ~ .accordionMenuItemContent {
  max-height: 100vh;
  max-height: 100svh;
  overflow-y: auto;
}
.accordionMenuItemCheckbox:checked ~ .accordionMenuItemLabel {
  border-bottom: 1px solid var(--primary-border-color);
  font-size: 12px;
  text-align: left;
  color: var(--primary-text-color);
}

.accordionMenuItemLabel {
  display: block;
  padding: 12px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.accordionMenuItemLabel:hover {
  color: var(--primary-text-color);
}

.accordionMenuItemContent {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
  font-size: 12px;
  line-height: 16px;
}
.accordionMenuItemContent .accordionMenuItemContentContainer {
  padding: 12px;
}
.accordionMenuItemContent .accordionMenuItemContentSection {
  margin-bottom: 12px;
}
.accordionMenuItemContent .accordionMenuItemContentSection:last-child {
  margin-bottom: 0;
}
.accordionMenuItemContent h1, .accordionMenuItemContent h2, .accordionMenuItemContent h3, .accordionMenuItemContent h4, .accordionMenuItemContent h5, .accordionMenuItemContent h6 {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.accordionMenuItemContent h1:last-child, .accordionMenuItemContent h2:last-child, .accordionMenuItemContent h3:last-child, .accordionMenuItemContent h4:last-child, .accordionMenuItemContent h5:last-child, .accordionMenuItemContent h6:last-child {
  margin-bottom: 0;
}
.accordionMenuItemContent p {
  margin-top: 0;
  margin-bottom: 12px;
}
.accordionMenuItemContent p:last-child {
  margin-bottom: 0;
}
.accordionMenuItemContent a {
  color: var(--primary-text-color);
}
.accordionMenuItemContent img {
  display: block;
  width: 100%;
  height: auto;
}
.accordionMenuItemContent .form {
  margin: 24px 0 0;
}
.accordionMenuItemContent .nestedAccordionMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accordionMenuItemContent .nestedAccordionMenu .nestedAccordionMenuItem {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--primary-border-color);
}
.accordionMenuItemContent .nestedAccordionMenu .nestedAccordionMenuItem:last-child {
  border-bottom: none;
}
.accordionMenuItemContent .nestedAccordionMenu .nestedAccordionMenuItem .nestedAccordionMenuItemRadio {
  display: none;
}
.accordionMenuItemContent .nestedAccordionMenu .nestedAccordionMenuItem .nestedAccordionMenuItemRadio:checked ~ .nestedAccordionMenuItemContent {
  max-height: 100vh;
  max-height: 100svh;
  padding: 0 12px 12px;
  overflow-y: auto;
}
.accordionMenuItemContent .nestedAccordionMenu .nestedAccordionMenuItem .nestedAccordionMenuItemLabel {
  display: block;
  padding: 12px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.accordionMenuItemContent .nestedAccordionMenu .nestedAccordionMenuItem .nestedAccordionMenuItemContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.accordionMenuItemContent .nestedAccordionMenu .nestedAccordionMenuItem .nestedAccordionMenuItemContent .nestedAccordionMenuItemImage {
  display: block;
  max-width: 33%;
  height: auto;
  margin: 0 0 12px;
}
.accordionMenuItemContent .nestedAccordionMenu .nestedAccordionMenuItem .nestedAccordionMenuItemContent .pressFeaturesList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accordionMenuItemContent .nestedAccordionMenu .nestedAccordionMenuItem .nestedAccordionMenuItemContent .pressFeatureItem {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  footer {
    padding: 100px 0 10px;
  }
}
footer .footerContent {
  margin: 100px 0 50px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  footer .footerContent {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
    padding: 0;
  }
}
footer .footerContentNewsletter {
  flex: 1;
  margin: 0 0 50px;
}
@media screen and (min-width: 1024px) {
  footer .footerContentNewsletter {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .footerContentNewsletter .footerContentNewsletterForm {
    width: 50%;
    padding-left: 40px;
  }
}
footer .footerContentNewsletter .footerContentNewsletterForm #mc_embed_signup {
  width: 100% !important;
}
footer .footerContentNewsletter .footerContentNewsletterForm #mc_embed_signup form {
  margin: 16px 0 0 !important;
}
footer .footerContentNewsletter .footerContentNewsletterForm #mc_embed_signup form > div {
  display: flex !important;
  flex-direction: column !important;
}
footer .footerContentNewsletter .footerContentNewsletterForm .mc-field-group {
  min-height: auto !important;
  padding-bottom: 5px !important;
}
footer .footerContentNewsletter .footerContentNewsletterForm input {
  border: 1px solid var(--primary-border-color) !important;
  font-size: 12px !important;
  color: var(--primary-text-color);
  text-transform: none;
  background-color: var(--primary-bg-color) !important;
}
footer .footerContentNewsletter .footerContentNewsletterForm input::-moz-placeholder {
  color: var(--primary-text-color) !important;
  text-transform: none !important;
}
footer .footerContentNewsletter .footerContentNewsletterForm input::placeholder {
  color: var(--primary-text-color) !important;
  text-transform: none !important;
}
footer .footerContentNewsletter h3 {
  margin: 0;
  font-family: "SeameHappy Bold";
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: var(--primary-text-color);
}
footer .footerContentNewsletter p {
  font-size: 12px;
  line-height: 24px;
  color: var(--primary-text-color);
}
footer .footerContentMenuWrapper {
  flex: 1;
  display: flex;
  gap: 12px;
}
footer .footerContentMenu {
  flex: 1;
  display: block;
}
footer .footerContentMenuSocial {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  footer .footerContentMenuSocial {
    display: flex;
    justify-content: space-between;
  }
}
footer .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .menu li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--primary-text-color);
}
footer .menu li a {
  color: var(--primary-text-color);
  text-decoration: none;
}
footer .menu li a:hover {
  text-decoration: underline;
}
footer .footerContentBackToTop {
  padding-right: 40px;
}
footer .footerContentBackToTop a {
  color: var(--secondary-text-color);
  line-height: 32px;
}
footer .footerLogo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  footer .footerLogo {
    margin: 0;
    padding: 0 20px;
  }
}
footer .footerCopyright {
  display: block;
  margin: 12px;
  color: var(--primary-text-color);
}
@media screen and (min-width: 1024px) {
  footer .footerCopyright {
    margin: 0 20px;
    transform: translateY(-100%);
  }
}
footer .footerCopyright span {
  display: block;
  color: var(--secondary-text-color);
}
@media screen and (min-width: 1024px) {
  footer .footerCopyright span {
    display: inline;
  }
}
footer .footerCopyright strong {
  text-transform: uppercase;
}

.heroBanner {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
  overflow: hidden;
}
.heroBanner.above-the-fold img,
.heroBanner.above-the-fold video {
  height: 100vh;
  height: 100svh;
}
.heroBanner .heroBannerList {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.heroBanner .heroBannerListItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.8s ease-in-out;
}
.heroBanner .heroBannerListItem.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.heroBanner .blockLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
}
.heroBanner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.heroBanner img.heroBannerListItemDesktopImage {
  display: block;
}
@media screen and (max-width: 1024px) {
  .heroBanner img.heroBannerListItemDesktopImage {
    display: none;
  }
}
.heroBanner img.heroBannerListItemMobileImage {
  display: none;
}
@media screen and (max-width: 1024px) {
  .heroBanner img.heroBannerListItemMobileImage {
    display: block;
  }
}
.heroBanner video {
  display: block;
  width: 100vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.heroBanner video.desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .heroBanner video.desktop {
    display: none;
  }
}
.heroBanner video.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .heroBanner video.mobile {
    display: block;
  }
}
.heroBanner div.information.informationExtra {
  height: 100px;
  padding: 24px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.14px;
  background-color: var(--primary-bg-color);
  box-sizing: border-box;
}
.heroBanner div.information.informationExtra.center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
}
.heroBanner div.information.informationExtra > div:last-of-type {
  width: auto;
}
.heroBanner .heroBannerOverlayText {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  padding: 28px;
  text-align: center;
}
.heroBanner .heroBannerOverlayText.top-left {
  justify-content: flex-start;
  align-items: flex-start;
}
.heroBanner .heroBannerOverlayText.top-center {
  justify-content: center;
  align-items: flex-start;
}
.heroBanner .heroBannerOverlayText.top-right {
  justify-content: flex-end;
  align-items: flex-start;
}
.heroBanner .heroBannerOverlayText.center-left {
  justify-content: flex-start;
  align-items: center;
}
.heroBanner .heroBannerOverlayText.center-center {
  justify-content: center;
  align-items: center;
}
.heroBanner .heroBannerOverlayText.center-right {
  justify-content: flex-end;
  align-items: center;
}
.heroBanner .heroBannerOverlayText.bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}
.heroBanner .heroBannerOverlayText.bottom-center {
  justify-content: center;
  align-items: flex-end;
}
.heroBanner .heroBannerOverlayText.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
.heroBanner .heroBannerOverlayText .small {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (min-width: 1024px) {
  .heroBanner .heroBannerOverlayText .small {
    font-size: 32px;
    line-height: 32px;
  }
}
.heroBanner .heroBannerOverlayText .medium {
  font-size: 24px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .heroBanner .heroBannerOverlayText .medium {
    font-size: 48px;
    line-height: 48px;
  }
}
.heroBanner .heroBannerOverlayText .large {
  font-size: 32px;
  line-height: 32px;
}
@media screen and (min-width: 1024px) {
  .heroBanner .heroBannerOverlayText .large {
    font-size: 64px;
    line-height: 64px;
  }
}
.heroBanner .heroBannerOverlayText h2 {
  margin: 0;
  font-family: "SeaMeHappy Bold";
  font-weight: 400;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
}
.heroBanner .heroBannerOverlayText p {
  margin: 0;
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
  font-size: 0.5em;
  line-height: 1em;
  text-transform: uppercase;
}

.showCategories .grid a img {
  height: auto;
}

.sustainability .grid {
  width: 100%;
}

.breadcrumb {
  padding: 48px 12px 5px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 40px 25px;
  }
}
.breadcrumb ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.breadcrumb ul li:after {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  color: var(--primary-text-color);
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: var(--primary-text-color);
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 48px 12px 5px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary-text-color);
}
@media screen and (min-width: 1024px) {
  .woocommerce .woocommerce-breadcrumb {
    padding: 40px 25px;
  }
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--primary-text-color);
  text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: var(--primary-text-color);
}

.careersIntro {
  padding: 100px 0 0;
}
@media screen and (min-width: 1024px) {
  .careersIntro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
.careersIntro .careersIntroSection {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .careersIntro .careersIntroSection {
    padding: 0;
  }
}
.careersIntro .careersIntroSection.v--content {
  align-items: flex-start;
  padding: 50px 12px 0;
}
@media screen and (min-width: 1024px) {
  .careersIntro .careersIntroSection.v--content {
    padding: 0;
  }
}
.careersIntro .careersIntroSection img {
  display: block;
  max-width: 50%;
  height: auto;
}
.careersIntro .careersIntroSection h1 {
  flex: 1;
  margin: 0 0 50px;
  font-family: "SeaMeHappy Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary-text-color);
}
.careersIntro .careersIntroSection .careersIntroSectionContent {
  flex: 1;
  font-family: "SeaMeHappy Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--secondary-text-color);
}
.page .pageHeaderImage img {
  display: block;
  width: 100%;
  height: auto;
}
.page .pageTitle {
  margin: 50px 0;
  padding: 0 25px;
}
.page .pageTitle h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.page .pageTitle h1:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("../assets/img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.page .pageContent {
  margin: 0 0 100px;
  padding: 0 25px;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.page .pageContent a {
  color: var(--primary-text-color);
}
.page .pageContent p {
  margin: 0 0 1em;
}
.page .pageImages {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
}
@media screen and (min-width: 1024px) {
  .page .pageImages {
    flex-direction: row;
  }
}
.page .pageImages .pageImagesImage {
  flex: 1;
}
.page .pageImages .pageImagesImage .pageImagesImageSrc {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page .pageImages .pageImagesImage .pageImagesImageSrc {
    display: block;
  }
}
.page .pageImages .pageImagesImage .pageImagesImageMobileSrc {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page .pageImages .pageImagesImage .pageImagesImageMobileSrc {
    display: none;
  }
}

.popup .popupBackground {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 101;
  transition: 300ms ease-in-out;
  max-width: 0;
  transition-delay: 600ms;
}
.popup .popupMenu {
  width: 40%;
  background: var(--primary-bg-color);
  position: fixed;
  top: 0;
  right: 0;
  height: auto;
  z-index: 999;
  max-width: 0;
  max-height: 0;
  transition: 1000ms ease-in-out;
  overflow: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.popup .popupMenu > * {
  transition: 300ms ease-in-out;
  opacity: 0;
  transform: translate(24px, -48px);
}
.popup .popupMenu::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.popup .popupMenu .itemAdded {
  display: flex;
  align-items: center;
  margin-top: -2px;
  font-family: "SeaMeHappy Regular";
  text-transform: uppercase;
}
.popup .popupMenu .itemAdded img {
  width: 50%;
}
.popup .popupMenu .itemAdded .itemInfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.popup .popupMenu .itemAdded .itemInfo div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  align-items: center;
}
.popup .popupMenu .itemAdded .itemInfo .itemName {
  font-weight: 600;
  font-family: "SeaMeHappy Bold";
}
.popup .popupMenu .itemAdded .itemInfo .remove {
  opacity: 0.4;
  cursor: pointer;
  color: var(--primary-text-color);
  transition: 300ms ease-in-out;
  position: relative;
  margin-top: 56px;
}
.popup .popupMenu .itemAdded .itemInfo .remove::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #000;
  z-index: 1;
  transition: 300ms ease-in-out;
  max-width: 0;
}
.popup .popupMenu .itemAdded .itemInfo .remove:hover {
  opacity: 1;
}
.popup .popupMenu .itemAdded .itemInfo .remove:hover::before {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .popup .popupMenu .itemAdded {
    align-items: flex-start;
  }
  .popup .popupMenu .itemAdded .itemInfo {
    padding-top: 16px;
  }
  .popup .popupMenu .itemAdded img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 568px) {
  .popup .popupMenu .itemAdded {
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 32px;
  }
  .popup .popupMenu .itemAdded .remove {
    margin-top: 16px !important;
  }
  .popup .popupMenu .itemAdded img {
    width: 80%;
    margin: 0 0 24px;
  }
}
.popup .popupMenu .popupHead {
  position: relative;
  padding: 24px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #f2f2f2;
  font-family: "SeaMeHappy Regular";
}
.popup .popupMenu .popupHead .toggle {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 20px;
  cursor: pointer;
}
.popup .popupMenu .popupHead .toggle span {
  width: 16px;
  height: 2px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 12px;
}
.popup .popupMenu .popupHead .toggle span:first-of-type {
  transform: rotate(45deg);
}
.popup .popupMenu .popupHead .toggle span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.popup .popupMenu .popupActions {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 24px 0;
  font-family: "SeaMeHappy Regular";
}
.popup .popupMenu .popupActions .clear {
  padding: 16px 24px;
  border-radius: 32px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.popup .popupMenu .popupActions .clear:hover {
  background: #676767;
  color: var(--alt-text-color);
}
.popup .popupMenu .popupActions .buttonAction {
  width: -moz-max-content;
  width: max-content;
  padding: 16px 32px;
}
.popup .popupMenu .popupActions a {
  color: inherit;
  text-decoration: none;
}
.popup.popupOpened .popupBackground {
  max-width: 100%;
  transition-delay: 0;
}
.popup.popupOpened .popupMenu {
  max-width: 100%;
  max-height: 100%;
  transition-delay: 500ms;
}
.popup.popupOpened .popupMenu > * {
  opacity: 1;
  transform: translate(0, 0);
}
.popup.popupOpened .popupMenu > *:nth-of-type(1) {
  transition-delay: 1200ms;
}
.popup.popupOpened .popupMenu > *:nth-of-type(2) {
  transition-delay: 1400ms;
}
.popup.popupOpened .popupMenu > *:nth-of-type(3) {
  transition-delay: 1600ms;
}
@media screen and (max-width: 1280px) {
  .popup .popupMenu {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .popup .popupMenu {
    position: fixed;
    height: 100vh;
    overflow: scroll;
    width: 100%;
  }
}

.filterPopup {
  display: none;
  position: sticky;
  top: 116px;
  left: 0;
  z-index: 90;
  width: 100%;
  padding: 48px 25px;
  background: var(--primary-bg-color);
}
.filterPopup.filterPopupOpened {
  display: block;
}
.filterPopup .filterPopupForm .filterPopupContent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .filterPopup .filterPopupForm .filterPopupContent {
    display: flex;
    gap: 30px;
  }
}
.filterPopup .filterPopupForm .filterCategory {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 200px;
}
.filterPopup .filterPopupForm .filterCategory .filterHeading {
  margin: 0 0 30px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.filterPopup .filterPopupForm .filterCategory .filterOptions {
  display: grid;
  grid-template-columns: 1fr;
}
.filterPopup .filterPopupForm .filterCategory .filterOptions.filterColorOptions {
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 15px;
}
.filterPopup .filterPopupForm .filterCategory .filterOptions.filterCategoriesOptions {
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media screen and (min-width: 1024px) {
  .filterPopup .filterPopupForm .filterCategory .filterOptions.filterCategoriesOptions {
    grid-template-columns: repeat(2, 1fr);
  }
}
.filterPopup .filterPopupForm .filterCategory .filterOption {
  font-size: 12px;
  line-height: 16px;
  color: var(--primary-text-color);
  white-space: nowrap;
  cursor: pointer;
}
.filterPopup .filterPopupForm .filterCategory .filterOption.optionSelected {
  color: var(--primary-text-color);
}
.filterPopup .filterPopupForm .filterCategory .filterOption.filterColorOption {
  display: flex;
  align-items: center;
  margin: 0 0 0 -5px;
}
.filterPopup .filterPopupForm .filterCategory .filterOption.filterColorOption.optionSelected .filterColorOptionSwatch, .filterPopup .filterPopupForm .filterCategory .filterOption.filterColorOption:hover .filterColorOptionSwatch {
  box-shadow: 0px 0px 0px 2px var(--primary-border-color);
}
.filterPopup .filterPopupForm .filterCategory .filterOption.filterColorOption .filterColorOptionSwatch {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
}
.filterPopup .filterPopupForm .filterPopupActions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.filterPopup .filterPopupForm .filterPopupActions .filterPopupSubmit {
  padding: 0;
  background-color: transparent;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-text-color);
  border: none;
  cursor: pointer;
}
.filterPopup .filterPopupForm .filterPopupActions .filterPopupClear {
  padding: 0;
  background-color: transparent;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary-text-color);
  border: none;
  cursor: pointer;
}

.pressLogos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pressLogos .pressLogosItem {
  margin: 0;
  padding: 0;
}
.pressLogos .pressLogosItem img {
  display: block;
  width: 100%;
}

.pressArticles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pressArticles .pressArticlesItem {
  margin: 0;
  padding: 0;
}
.pressArticles .pressArticlesItem img {
  display: block;
  width: 100%;
}

/**
 * Product Page Overrides
 */
.woocommerce.single-product .woocommerce-notices-wrapper {
  display: none;
}
@media screen and (min-width: 1024px) {
  .woocommerce.single-product div.product {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
  }
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-price {
  display: none;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart {
    flex: 1;
  }
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation {
  width: 100%;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation .woo-vou-gift-field-required {
  font-size: 10px;
  color: var(--primary-text-color);
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation table.woo-vou-recipient-fields tbody {
  display: grid;
  gap: 10px;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation table.woo-vou-recipient-fields td.label {
  display: none;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation table.woo-vou-recipient-fields td.value {
  display: block;
  position: relative;
  padding: 0;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation .woo-vou-recipient-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  border: none;
  font-family: "SeaMeHappy Regular";
  font-size: 13px;
  color: var(--primary-text-color);
  background: var(--secondary-bg-color);
  border-radius: 8px;
  outline: none;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation .woo-vou-recipient-details::-moz-placeholder {
  color: transparent;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation .woo-vou-recipient-details::placeholder {
  color: transparent;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation .woo-vou-recipient-details:focus ~ .description {
  display: none;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-fields-wrapper-variation .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 12px;
  pointer-events: none;
}
.woocommerce.single-product div.product.product_tag-gift-card .woocommerce-variation-add-to-cart .woo-vou-preview-pdf-wrap {
  display: none !important;
}
.woocommerce.single-product svg.yith-wcwl-icon-svg {
  display: none;
}
.woocommerce.single-product .yith-wcwl-add-button a.add_to_wishlist,
.woocommerce.single-product .yith-wcwl-wishlistaddedbrowse,
.woocommerce.single-product .yith-wcwl-add-button .delete_item {
  display: block;
  width: 100%;
  min-width: 8em;
  margin: 0;
  padding: 12px 24px;
  border: 1px solid var(--secondary-border-color);
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--primary-text-color);
  background-color: var(--secondary-btn-color);
}
.woocommerce.single-product .yith-wcwl-add-button a.add_to_wishlist a,
.woocommerce.single-product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce.single-product .yith-wcwl-add-button .delete_item a {
  color: var(--secondary-text-color);
}
.woocommerce.single-product .yith-wcwl-add-button .delete_item:after {
  content: "Remove";
}
.woo-variation-product-gallery {
  display: block;
  float: none;
  max-width: none !important;
}

.woocommerce div.product div.product-information {
  padding: 12px;
}
@media screen and (min-width: 1024px) {
  .woocommerce div.product div.product-information {
    position: sticky;
    top: 40px;
    padding: 50px 25px 0 0;
  }
}
.woocommerce div.product div.product-information .added_to_cart {
  display: none;
}
.woocommerce div.product div.product-information .wlr-product-message {
  padding: 0 !important;
  font-size: 13px;
  line-height: 24px;
}
.woocommerce div.product div.product-information .quantity {
  display: none;
}
.woocommerce div.product div.product-information .cwginstock-panel-heading {
  display: none;
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  float: none;
  width: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    width: 70%;
  }
}
.woocommerce div.product div.summary a,
.woocommerce #content div.product div.summary a,
.woocommerce-page div.product div.summary a,
.woocommerce-page #content div.product div.summary a {
  color: var(--primary-text-color);
}

.variationsPicker {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  width: 100%;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .variationsPicker {
    display: block;
  }
}

.woocommerce div.product .product_title {
  margin: 0;
  font-family: "SeaMeHappy Bold";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.woocommerce div.product .product_title img {
  margin: 4px 5px 7px 0;
  vertical-align: middle;
}

.woocommerce-product-details__short-description {
  margin: 0 0 20px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--primary-text-color);
}
@media screen and (min-width: 1024px) {
  .woocommerce-product-details__short-description {
    margin: 0;
  }
}
.woocommerce-product-details__short-description p {
  margin: 0 0 1em;
}
.woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.woocommerce-product-details__short-description a {
  color: var(--primary-text-color);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  font-family: "SeaMeHappy Regular";
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price .woocommerce-Price-currencySymbol,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price .woocommerce-Price-currencySymbol {
  margin: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price del,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price del {
  margin-right: 5px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price br,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price br {
  display: none;
}

.woocommerce div.product form.cart .variations {
  margin: 0;
}
.woocommerce div.product form.cart .variations select {
  display: none;
}

.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
  display: none;
}

.woocommerce div.product p.stock.in-stock {
  display: none;
}

@media screen and (min-width: 1024px) {
  .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100%;
  }
}

.woocommerce div.product form.cart .button {
  float: none;
  max-width: none;
  margin: 0 0 10px;
  padding: 12px 24px;
  border: 1px solid var(--primary-border-color);
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--alt-text-color);
  background-color: var(--primary-btn-color);
  cursor: pointer;
}
.woocommerce div.product form.cart .button.loading {
  background-color: black !important;
}
.woocommerce div.product form.cart .button.added::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .woocommerce div.product form.cart .button {
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .yith-wcwl-add-to-wishlist {
    margin: 0 0 0 5px;
  }
}

.single_variation_wrap .woocommerce-variation-description {
  display: none;
}

.woocommerce div.product .out-of-stock {
  margin-bottom: 12px;
  font-family: "SeaMeHappy Regular";
  font-size: 12px !important;
  line-height: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}

.woocommerce-variation-availability .cwg_popup_submit {
  display: block;
  background-color: var(--primary-btn-color);
  width: 100%;
  border: 1px solid var(--primary-border-color);
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  color: var(--alt-text-color);
  margin: 0 0 10px;
  padding: 12px 24px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .woocommerce-variation-availability .cwg_popup_submit {
    margin: 0;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled.wc-variation-selection-needed {
  font-size: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled.wc-variation-selection-needed::before {
  content: "Unavailable";
  font-size: 16px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled.wc-variation-is-unavailable {
  display: none;
}

/**
 * Product Page Styles
*/
.productWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .productWrapper {
    display: flex;
    flex-direction: column;
  }
}

.productImages {
  position: relative;
}
.productImages .productImagesPrev,
.productImages .productImagesNext {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  filter: grayscale(1) invert(1);
}
@media screen and (min-width: 1024px) {
  .productImages .productImagesPrev,
  .productImages .productImagesNext {
    display: none;
  }
}
.productImages .productImagesPrev {
  left: 10px;
}
.productImages .productImagesNext {
  right: 10px;
}

.productImagesList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .productImagesList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }
}
.productImagesList .productImagesListItem {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .productImagesList .productImagesListItem {
    display: block;
  }
}
.productImagesList .productImagesListItem.v--active {
  display: block;
}
.productImagesList .productImagesListItem .productImagesListItemImage,
.productImagesList .productImagesListItem .productImagesListItemVideo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/5;
}
.productImagesList .productImagesListItem .productImagesListItemImage {
  cursor: zoom-in;
}

.productImagesFullScreen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  overflow-y: scroll;
  background-color: var(--primary-bg-color);
}
.v--product-gallery-active .productImagesFullScreen {
  display: block;
}
.productImagesFullScreen .productImagesFullScreenCloseButton {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 50;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.productImagesFullScreen .productImagesFullScreenCloseButton .productImagesFullScreenCloseButtonIcon {
  display: block;
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.productImagesFullScreen .productImagesFullScreenList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.productImagesFullScreen .productImagesFullScreenList .productImagesFullScreenListItem {
  margin: 0;
  padding: 0;
}
.productImagesFullScreen .productImagesFullScreenList .productImagesFullScreenListItem .productImagesFullScreenListItemImage {
  display: block;
  width: 100%;
  height: auto;
}
.productImagesFullScreen .productImagesFullScreenThumbnails {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  position: fixed;
  top: 50%;
  left: 25px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.productImagesFullScreen .productImagesFullScreenThumbnails .productImagesFullScreenThumbnailsItem {
  margin: 0;
  padding: 0;
}
.productImagesFullScreen .productImagesFullScreenThumbnails .productImagesFullScreenThumbnailsItem .productImagesFullScreenThumbnailsItemImage {
  display: block;
  width: 60px;
  height: auto;
  cursor: pointer;
}

.productNotice {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: auto;
  height: 30px;
  padding: 0 15px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--alt-text-color);
  text-transform: uppercase;
  background-color: var(--alt-bg-color);
}

.productInfo {
  position: relative;
  color: var(--primary-text-color);
  font-family: "SeaMeHappy Regular";
}
@media screen and (max-width: 768px) {
  .productInfo {
    height: auto;
  }
}
.productInfo .productInfoColumn {
  padding: 12px;
}
@media screen and (min-width: 1024px) {
  .productInfo .productInfoColumn {
    padding: 20px;
  }
}
.productInfo .productInfoColumn .buttonAction {
  margin-bottom: 20px;
}
.productInfo .productInfoColumn .buttonAction.addToCartButton {
  background-color: var(--primary-btn-color);
}
@media screen and (min-width: 1024px) {
  .productInfo .addToCartForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: sticky;
    top: 100px;
    padding: 0 10px 0 0;
  }
}
.productInfo .addToCartForm .productInfoBasic {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .productInfo .addToCartForm .productInfoBasic {
    display: block;
    margin: 0;
  }
}
.productInfo .addToCartForm .price {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .productInfo .addToCartForm .price {
    margin: 0 0 60px;
  }
}
.productInfo .addToCartForm .price h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.productInfo .addToCartForm .price s {
  color: var(--primary-text-color);
}
.productInfo .addToCartForm h1 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "SeaMeHappy Regular";
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .productInfo .addToCartForm h1 {
    margin: 0 0 20px;
  }
}
.productInfo .addToCartForm .variationSelection {
  margin-bottom: 32px;
}
.productInfo .addToCartForm .variationSelection h3 {
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center;
}
.productInfo .addToCartForm .variationSelection div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productInfo .addToCartForm .variationSelection div p {
  font-size: 16px;
}
.productInfo .addToCartForm .variationSelection .variationOption {
  margin: 0 8px 8px 0;
  padding: 16px;
  border-radius: 32px;
  border: 1px solid #f2f2f2;
  font-family: "SeaMeHappy Regular";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.productInfo .addToCartForm .variationSelection .variationOption.variationActive {
  font-family: "SeaMeHappy Bold";
  border-color: #000;
}
.productInfo .addToCartForm .description {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .productInfo .addToCartForm .description {
    margin: 0 0 20px;
  }
}
.productInfo .addToCartForm .description:last-child {
  margin-bottom: 0;
}
.productInfo .addToCartForm .description a {
  color: var(--primary-text-color);
}
.productInfo .addToCartForm .stock {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .productInfo .addToCartForm .stock {
    max-width: 316px;
    margin-bottom: 32px;
  }
}
.productInfo .addToCartForm .stock .stock {
  display: none;
  margin-bottom: 0;
  text-align: center;
}
.productInfo .extraInfo {
  overflow: hidden;
  display: none;
  transition: 600ms ease-in-out;
  box-shadow: 0 0 0 transparent;
  width: 480px;
  margin-top: 40px;
}
.productInfo .extraInfo p {
  font-size: 12px;
  font-weight: 400;
  transition: 400ms ease-in-out;
  color: var(--primary-text-color);
  margin-bottom: 10px;
}
.productInfo .extraInfo p:last-child {
  margin-bottom: 0;
}
.productInfo .extraInfo p.sizeChartNotes {
  margin-bottom: 3em;
}
.productInfo .extraInfo .sizeChartContent {
  display: flex;
  margin-bottom: 1em;
}
.productInfo .extraInfo .sizeChartContentImage {
  align-self: flex-start;
  width: 65px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.productInfo .extraInfo.active {
  display: block;
  padding: 16px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.productInfo .extraInfo.active p {
  transition-delay: 300ms;
  max-width: 100%;
  max-height: 100%;
}
.productInfo .extraInfo.active ul {
  list-style-position: inside;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
  margin: 10px 0;
}
.productInfo .extraInfo.active strong {
  font-family: "SeaMeHappy Bold";
  font-weight: 400;
}
@media screen and (max-width: 568px) {
  .productInfo .extraInfo {
    width: 80%;
  }
}
.productInfo .productAccordion {
  margin: 24px 0 0;
  border-bottom: 1px solid var(--primary-border-color);
}
@media screen and (min-width: 1024px) {
  .productInfo .productAccordion {
    margin: 100px 0 0;
    border: none;
  }
}
.productInfo .productAccordion .accordionItemLabel {
  padding: 12px 0;
  border-top: 1px solid var(--primary-border-color);
}
@media screen and (min-width: 1024px) {
  .productInfo .productAccordion .accordionItemLabel {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .productInfo {
    position: relative;
    top: unset;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .productInfo h2,
  .productInfo h4 {
    width: 100%;
    text-align: center;
  }
}

.productAttributes {
  display: flex;
  gap: 16px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .productAttributes {
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 20px;
  }
}
.productAttributes h3 {
  flex: 1;
  margin: 0;
  font-size: 16px;
  line-height: 42px;
  font-weight: 400;
  font-family: "SeaMeHappy Regular";
  color: var(--primary-text-color);
}
@media screen and (min-width: 1024px) {
  .productAttributes h3 {
    line-height: 24px;
  }
}
.productAttributes .productAttributesOptions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .productAttributes .productAttributesOptions {
    gap: 16px;
  }
}
.productAttributes.colors {
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .productAttributes.colors {
    align-items: flex-start;
    margin: 0;
  }
}
.productAttributes.colors:hover .productColorOptionLabel {
  display: none !important;
}
.productAttributes.colors .productAttributesOptions {
  align-items: flex-start;
  gap: 0;
  position: relative;
}
.productAttributes.colors .productColorOption {
  width: 21px;
  height: 21px;
  margin: 24px 0 0 -5px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--secondary-bg-color);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.productAttributes.colors .productColorOption:hover, .productAttributes.colors .productColorOption.colorActive {
  box-shadow: 0px 0px 0px 1px var(--secondary-border-color);
}
.productAttributes.colors .productColorOption:hover .productColorOptionLabel, .productAttributes.colors .productColorOption.colorActive .productColorOptionLabel {
  display: block;
}
.productAttributes.colors .productColorOption:hover .productColorOptionLabel {
  display: block !important;
}
.productAttributes.colors .productColorOption .productColorOptionLabel {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "SeaMeHappy Regular";
  color: var(--primary-text-color);
  text-transform: capitalize;
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .productAttributes.standard {
    margin: 0 0 10px;
  }
}
.productAttributes.standard button {
  font-size: 16px;
}
.productAttributes.standard .productAttributesOptions {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 5px;
}
.productAttributes.standard .productAttributesOptions p {
  font-size: 16px;
}
.productAttributes.standard .standardOption {
  min-width: 22px;
  min-height: 24px;
  padding: 0;
  border: none;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: var(--primary-text-color);
  background-color: transparent;
  cursor: pointer;
}
.productAttributes.standard .standardOption.optionActive {
  font-family: "SeaMeHappy Bold";
}

.woocommerce div.product form.cart {
  margin: 0 0 50px;
}

.productInfo .stock.hide,
.productInfo .price.hide,
.productInfo .addToCartButton.hide {
  display: none;
}
.productInfo .stock.hide-stock-count .stock {
  display: none;
}
.productInfo .stock.hide-stock-count .cwginstock-subscribe-form {
  margin-top: 0;
}
.productInfo .stock.hide-out-of-stock-notification-form .cwginstock-subscribe-form {
  display: none;
}
.productInfo .stock.out-of-stock {
  text-transform: uppercase;
  text-align: center;
  color: var(--primary-text-color);
}
.productInfo .cwginstock-subscribe-form {
  margin: 0;
}
.productInfo .cwginstock-subscribe-form .panel-primary {
  border: none;
  margin: 0;
  box-shadow: none;
}
.productInfo .cwginstock-subscribe-form .panel-primary > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
.productInfo .cwginstock-panel-heading {
  display: none;
}
.productInfo .cwginstock-panel-heading h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 8px;
  color: var(--alt-text-color);
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  background: black;
  cursor: pointer;
}
.productInfo .cwginstock-panel-heading h4.hide {
  display: none;
}

.backInStockNotificationContainer .closeIcon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.backInStockNotificationContainer .panel-body.cwginstock-panel-body {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 12px;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}
.backInStockNotificationContainer .panel-body.cwginstock-panel-body.active {
  display: flex;
}
.backInStockNotificationContainer .panel-body.cwginstock-panel-body .row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 640px;
  padding: 24px;
  border-radius: 50px;
  background-color: var(--primary-bg-color);
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .backInStockNotificationContainer .panel-body.cwginstock-panel-body .row {
    width: 640px;
    padding: 60px;
  }
}
.backInStockNotificationContainer .panel-body.cwginstock-panel-body .row .col-md-12 {
  flex: 1;
}
.backInStockNotificationContainer .center-block {
  margin: 0;
}
.backInStockNotificationContainer .cwginstock-subscribe-form .panel-body {
  padding: 0;
  margin: 0;
}
.backInStockNotificationContainer .cwginstock-subscribe-form .col-md-12 {
  padding: 0;
}
.backInStockNotificationContainer .cwginstock-panel-body input[type=text],
.backInStockNotificationContainer .cwginstock-panel-body input[type=email] {
  width: 100%;
  height: 36px;
  margin: 0 0 20px;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 36px;
  text-align: left !important;
  color: var(--primary-text-color);
  outline: 0;
  background-color: #E8E8E8;
}
.backInStockNotificationContainer .cwgstock_button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  color: var(--alt-text-color);
  text-transform: uppercase;
  background-color: var(--primary-btn-color);
  cursor: pointer;
}
.backInStockNotificationContainer .cwginstock-subscribe-form .clearfix:after,
.backInStockNotificationContainer .cwginstock-subscribe-form .clearfix:before,
.backInStockNotificationContainer .cwginstock-subscribe-form .container-fluid:after,
.backInStockNotificationContainer .cwginstock-subscribe-form .container-fluid:before,
.backInStockNotificationContainer .cwginstock-subscribe-form .container:after,
.backInStockNotificationContainer .cwginstock-subscribe-form .container:before,
.backInStockNotificationContainer .cwginstock-subscribe-form .row:after,
.backInStockNotificationContainer .cwginstock-subscribe-form .row:before {
  display: none;
}

.productInfoBlock {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .productInfoBlock {
    margin: 0 0 20px;
  }
}
.productInfoBlock:last-child {
  margin-bottom: 0;
}
.productInfoBlock.v--vertical {
  flex-direction: column;
  align-items: flex-start;
}
.productInfoBlock .productInfoBlockLabel {
  margin: 0 12px 0 0;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
.productInfoBlock p {
  margin: 0;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.washAndCareInstructions {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}

.washAndCareInstructionsItem {
  margin: 0;
  padding: 0;
}

.washAndCareInstructionsItem img {
  display: inline-block;
  width: auto;
  height: 15px;
  max-width: none;
}

.sizeChartsList {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}

.sizeChartsListItem {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
}
.sizeChartsListItem p {
  font-family: "SeaMeHappy Regular";
  text-transform: none;
  font-weight: 400;
}
.sizeChartsListItem p strong {
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
}

.sizeChartsListItemImage {
  display: inline-block;
  align-self: flex-start;
  width: 30px;
  height: auto;
  margin: 5px 10px 0 0;
}

.productRelated {
  margin: 100px 0 0;
}

.productRelatedHeader {
  display: flex;
  gap: 10px;
  padding: 0;
}

.productRelatedHeaderTitle {
  margin: 0;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: var(--primary-text-color);
}
@media screen and (min-width: 1024px) {
  .productRelatedHeaderTitle {
    font-size: 16px;
  }
}
.productRelatedHeaderTitle a {
  color: var(--primary-text-color);
  text-decoration: none;
}

.productRelatedHeaderPrice {
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--secondary-text-color);
}
.productRelatedHeaderPrice .wlr-product-message {
  display: none !important;
}

.productRelatedImages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
.productRelatedImages .productRelatedImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.productRelatedActions {
  display: flex;
  gap: 2px;
  padding: 10px 0;
}
.productRelatedActions a {
  flex: 1;
  border: 1px solid var(--primary-border-color);
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--primary-text-color);
  background-color: var(--secondary-btn-color);
  padding: 5px 10px;
}
.productRelatedActions a.v--alt {
  background-color: var(--primary-btn-color);
  color: var(--alt-text-color);
}

.additionalInfo-notes {
  margin: 0;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--secondary-text-color);
}

.swal2-close {
  top: 30px !important;
  right: 30px !important;
  font-size: 20px !important;
  color: var(--primary-text-color) !important;
}
.swal2-close:hover {
  color: var(--primary-text-color) !important;
}

.swal2-popup {
  padding: 24px !important;
  border-radius: 8px !important;
}
@media screen and (min-width: 1024px) {
  .swal2-popup {
    padding: 60px !important;
  }
}

.swal2-content {
  padding: 0 !important;
}

.cwginstock-subscribe-form .blockUI.blockOverlay {
  display: none !important;
}

.cwginstock-subscribe-form .panel-primary {
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
  color: var(--primary-text-color) !important;
  padding: 0;
  border: none;
  text-align: left;
  background-color: transparent !important;
}
.cwginstock-subscribe-form .panel-primary > .panel-heading h4 {
  margin-bottom: 12px !important;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: left !important;
  color: var(--primary-text-color) !important;
}
.cwginstock-subscribe-form .panel-primary > .panel-heading h4 span {
  text-transform: lowercase;
}

.cwginstock-subscribe-form .panel-body {
  padding: 0 !important;
}

.cwginstock-subscribe-form .col-md-12 {
  padding: 0 !important;
}

.cwginstock-subscribe-form .center-block {
  margin: 0;
}

.cwginstock-panel-body input[type=email],
.cwginstock-panel-body input[type=text] {
  width: 100%;
  height: 36px;
  margin: 0 0 20px;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 36px;
  text-align: left !important;
  color: var(--primary-text-color);
  outline: 0;
  background-color: #E8E8E8;
}

.cwgstock_button {
  display: block;
  background-color: var(--primary-btn-color) !important;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  color: var(--alt-text-color) !important;
  margin: 0;
  padding: 12px 24px !important;
  cursor: pointer;
}

.cwgstock_output div {
  margin: 10px 0 0 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: var(--primary-text-color) !important;
}

.cwginstock-subscribe-form .row {
  margin: 0 !important;
}

.cwginstock-subscribe-form .row:before,
.cwginstock-subscribe-form .row:after {
  display: none !important;
}

.productListingHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 40px;
  z-index: 50;
  padding: 45px 12px 15px;
  background-color: var(--primary-bg-color);
}
@media screen and (min-width: 1024px) {
  .productListingHeader {
    padding: 45px 25px 15px;
  }
}
.productListingHeader__toggleFiltersButton {
  padding: 0;
  border: none;
  color: var(--primary-text-color);
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  background: none;
  cursor: pointer;
}
.productListingHeader__resultsCount {
  display: inline-block;
  font-family: "SeaMeHappy Regular";
  color: var(--secondary-text-color);
  font-size: 12px;
  line-height: 16px;
}
.productListingHeader .woocommerce-result-count {
  margin: 0;
  margin-left: auto;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  color: var(--secondary-text-color);
  text-align: right;
}
.productListingHeader .woocommerce-result-count .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.productsEmpty {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  text-align: center;
}

ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1px;
       column-gap: 1px;
}
@media screen and (min-width: 1024px) {
  ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
ul.products:before, ul.products:after {
  display: none !important;
}
ul.products.columns-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1024px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.productItemNotice {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: auto;
  height: 24px;
  padding: 0 15px;
  border-radius: 5px;
  font-family: "SeaMeHappy Regular";
  font-size: 14px;
  line-height: 16px;
  color: var(--alt-text-color);
  text-transform: capitalize;
  background-color: var(--alt-bg-color);
}
@media screen and (min-width: 1024px) {
  .productImages .productItemNotice {
    right: 50%;
    transform: translateX(-12px);
  }
}

.productItemImage {
  position: relative;
}
.productItemImage:hover .productItemImagePrev,
.productItemImage:hover .productItemImageNext {
  opacity: 1;
}
.productItemImage a {
  display: block;
  flex: 1;
}
.productItemImage a.v--has-video:hover .productItemImageSrc {
  display: none;
}
.productItemImage a.v--has-video:hover .productItemVideoSrc {
  display: block;
}
.productItemImage a .productItemImageSrc {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 0.8;
}
.productItemImage a .productItemVideoSrc {
  display: none;
  width: 100%;
  height: 100%;
  aspect-ratio: 0.8;
}
.productItemImage a .productItemVideoSrc video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.productItemImage .productItemImagePrev,
.productItemImage .productItemImageNext {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
  opacity: 0;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.productItemImage .productItemImagePrev img,
.productItemImage .productItemImageNext img {
  filter: grayscale(1) invert(1);
}
.productItemImage .productItemImagePrev {
  left: 10px;
}
.productItemImage .productItemImageNext {
  right: 10px;
}
.productItemImage .yith-wcwl-add-to-wishlist {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  padding: 10px;
}
.productItemImage .yith-wcwl-add-to-wishlist .add_to_wishlist svg {
  fill: var(--primary-bg-color);
  stroke: var(--secondary-border-color);
  stroke-width: 1px;
}
.productItemImage .yith-wcwl-add-to-wishlist .add_to_wishlist span {
  display: none;
}
.productItemImage .yith-wcwl-add-to-wishlist .delete_item svg {
  stroke: var(--alt-border-color);
  stroke-width: 1px;
}

.productItemColors {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  gap: 0;
  padding: 10px;
}
.productItemColorsOption {
  width: 21px;
  height: 21px;
  margin-left: -5px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: var(--secondary-bg-color);
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.productItemColorsOption:hover, .productItemColorsOption:focus, .productItemColorsOption:active {
  box-shadow: 0px 0px 0px 2px var(--primary-border-color);
}

.productItemInformation {
  display: flex;
  flex-direction: column;
  padding: 6px 10px 38px;
}
.productItemPrice {
  font-size: 10px;
  line-height: 16px;
  color: var(--primary-text-color);
}
.productItemPrice .woocommerce-Price-currencySymbol {
  margin: 0;
}

.productItemTitle {
  font-family: "SeaMeHappy Bold";
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--primary-text-color);
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  color: var(--secondary-text-color);
}
.woocommerce-pagination .woocommerce-pagination__prev {
  font-family: sans-serif;
}
.woocommerce-pagination .woocommerce-pagination__status {
  text-transform: uppercase;
}
.woocommerce-pagination .woocommerce-pagination__next {
  font-family: sans-serif;
}
.woocommerce-pagination .woocommerce-pagination__prev,
.woocommerce-pagination .woocommerce-pagination__next {
  color: var(--secondary-text-color);
  text-decoration: none;
}

.stockistsMap {
  width: 100%;
  height: 500px;
  border: 1px solid var(--primary-border-color);
}

.stockistsRegions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.stockistsRegionsItem {
  margin: 0 0 48px !important;
  padding: 0;
}
.stockistsRegionsItem h2 {
  font-family: "SeaMeHappy Bold" !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
  text-transform: lowercase;
  margin-bottom: 24px !important;
}
.stockistsRegionsItem .stockistsRegionsItemStockists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .stockistsRegionsItem .stockistsRegionsItemStockists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.stockistsRegionsItem .stockistsRegionsItemStockists .stockistsRegionsItemStockistsItem {
  margin: 0 0 24px !important;
  padding: 0;
}
.stockistsRegionsItem .stockistsRegionsItemStockists .stockistsRegionsItemStockistsItem h3 {
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
  text-transform: lowercase;
  margin: 0 !important;
}
.stockistsRegionsItem .stockistsRegionsItemStockists .stockistsRegionsItemStockistsItem p {
  font-family: "SeaMeHappy Regular";
  font-size: 12px;
  line-height: 16px;
  color: var(--primary-text-color);
  text-transform: lowercase;
  margin: 0 !important;
}

.infoPage {
  padding: 24px 12px;
  min-height: calc(100vh - 247px);
  min-height: calc(100svh - 247px);
}
@media screen and (min-width: 1024px) {
  .infoPage {
    display: flex;
    gap: 25px;
    min-height: calc(100vh - 193px);
    padding: 42px 25px;
  }
}
.infoPage .infoPageTitle h1 {
  margin: 0 0 24px;
  font-family: "SeaMeHappy Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: var(--primary-text-color);
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .infoPage .infoPageSections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-template-authorized-retailers .infoPage .infoPageSections {
    display: block;
  }
}
.infoPage .infoPageSections .infoPageSection {
  font-family: "SeaMeHappy Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: var(--primary-text-color);
}
.infoPage .infoPageSections .infoPageSection.v--narrow {
  max-width: 460px;
}
.infoPage .infoPageSections .infoPageSection * {
  margin-bottom: 1em;
}
.infoPage .infoPageSections .infoPageSection h1, .infoPage .infoPageSections .infoPageSection h2, .infoPage .infoPageSections .infoPageSection h3 {
  margin-top: 0;
  font-family: "SeaMeHappy Bold", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-text-color);
}
.infoPage .infoPageSections .infoPageSection a {
  color: var(--primary-text-color);
  text-decoration: none;
}

#mc_embed_signup {
  width: 338px !important;
}
#mc_embed_signup form {
  margin: 40px 0 !important;
  padding: 0;
}
#mc_embed_signup .mc-field-group {
  position: relative;
  width: 100% !important;
  margin: 0;
  padding: 0;
}
#mc_embed_signup .mc-field-group .text,
#mc_embed_signup .mc-field-group .email {
  height: 36px;
  margin: 0;
  padding: 10px !important;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
  background-color: #e8e8e8;
}
#mc_embed_signup .mc-field-group .text::-moz-placeholder, #mc_embed_signup .mc-field-group .email::-moz-placeholder {
  color: var(--primary-text-color);
  text-transform: uppercase;
}
#mc_embed_signup .mc-field-group .text::placeholder,
#mc_embed_signup .mc-field-group .email::placeholder {
  color: var(--primary-text-color);
  text-transform: uppercase;
}
#mc_embed_signup .mc-field-group .text.mce_inline_error,
#mc_embed_signup .mc-field-group .email.mce_inline_error {
  border: 1px solid var(--primary-border-color) !important;
}
#mc_embed_signup .mc-field-group div.mce_inline_error {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 12px !important;
  line-height: 36px !important;
  color: var(--primary-text-color) !important;
  background-color: transparent !important;
}
#mc_embed_signup .clear {
  margin: 0;
}
#mc_embed_signup .button {
  display: block !important;
  width: 100% !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: "SeaMeHappy Regular";
  font-size: 16px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: var(--alt-text-color) !important;
  background-color: var(--alt-bg-color) !important;
}

.accountAuth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.woocommerce-MyAccount-content__backgroundImage {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.woocommerce-lost-password .myAccountPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}
.woocommerce-lost-password .myAccountPage .woocommerce {
  width: 100%;
  align-items: center;
}
.woocommerce-lost-password .myAccountPage .woocommerce .woocommerce-notices-wrapper {
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-lost-password .myAccountPage .woocommerce .woocommerce-notices-wrapper {
    padding: 0 25px;
  }
}
.woocommerce-lost-password .myAccountPage .woocommerce .woocommerce-message,
.woocommerce-lost-password .myAccountPage .woocommerce p {
  width: 100%;
  max-width: 400px;
}

.accountAuth__loginForm,
.accountAuth__registerForm {
  display: none;
  width: 100%;
  max-width: 400px;
}
.accountAuth__loginForm.v--active,
.accountAuth__registerForm.v--active {
  display: block;
}

.woocommerce form.login.woocommerce-form-login,
.woocommerce form.register.woocommerce-form-register,
.woocommerce-page form.lost_reset_password {
  margin: 0 0 3px;
  padding: 50px;
  border: none;
  border-radius: 8px;
  background-color: var(--primary-bg-color);
}
.woocommerce form.login.woocommerce-form-login h2,
.woocommerce form.register.woocommerce-form-register h2,
.woocommerce-page form.lost_reset_password h2 {
  margin: 0 0 10px;
  font-family: "SeaMeHappy Bold";
}
.woocommerce form.login.woocommerce-form-login .form-row,
.woocommerce form.register.woocommerce-form-register .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  padding: 0;
}
.woocommerce form.login.woocommerce-form-login .form-row.accountLogin__row, .woocommerce form.login.woocommerce-form-login .form-row.accountRegister__row,
.woocommerce form.register.woocommerce-form-register .form-row.accountLogin__row,
.woocommerce form.register.woocommerce-form-register .form-row.accountRegister__row,
.woocommerce-page form.lost_reset_password .form-row.accountLogin__row,
.woocommerce-page form.lost_reset_password .form-row.accountRegister__row {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0 0;
}
.woocommerce form.login.woocommerce-form-login .form-row.accountRegister__row,
.woocommerce form.register.woocommerce-form-register .form-row.accountRegister__row,
.woocommerce-page form.lost_reset_password .form-row.accountRegister__row {
  margin: 0 0 10px;
}
.woocommerce form.login.woocommerce-form-login .form-row.mailchimp-newsletter label,
.woocommerce form.register.woocommerce-form-register .form-row.mailchimp-newsletter label,
.woocommerce-page form.lost_reset_password .form-row.mailchimp-newsletter label {
  font-size: 14px;
  line-height: 1em;
  text-transform: none;
}
.woocommerce form.login.woocommerce-form-login .form-row input.input-text,
.woocommerce form.register.woocommerce-form-register .form-row input.input-text,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 10px 15px;
  border: 1px solid var(--primary-border-color);
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  color: var(--primary-text-color) !important;
  background-color: var(--primary-bg-color);
  border-radius: 8px;
  outline: none;
}
.woocommerce form.login.woocommerce-form-login .form-row input.input-text::-moz-placeholder, .woocommerce form.register.woocommerce-form-register .form-row input.input-text::-moz-placeholder, .woocommerce-page form.lost_reset_password .form-row input.input-text::-moz-placeholder {
  color: var(--primary-text-color);
  text-transform: uppercase;
}
.woocommerce form.login.woocommerce-form-login .form-row input.input-text::placeholder,
.woocommerce form.register.woocommerce-form-register .form-row input.input-text::placeholder,
.woocommerce-page form.lost_reset_password .form-row input.input-text::placeholder {
  color: var(--primary-text-color);
  text-transform: uppercase;
}
.woocommerce form.login.woocommerce-form-login .form-row .woocommerce-form-login__submit,
.woocommerce form.login.woocommerce-form-login .form-row .woocommerce-form-register__submit,
.woocommerce form.login.woocommerce-form-login .form-row .button,
.woocommerce form.register.woocommerce-form-register .form-row .woocommerce-form-login__submit,
.woocommerce form.register.woocommerce-form-register .form-row .woocommerce-form-register__submit,
.woocommerce form.register.woocommerce-form-register .form-row .button,
.woocommerce-page form.lost_reset_password .form-row .woocommerce-form-login__submit,
.woocommerce-page form.lost_reset_password .form-row .woocommerce-form-register__submit,
.woocommerce-page form.lost_reset_password .form-row .button {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  color: var(--primary-text-color) !important;
  background-color: transparent !important;
}
.woocommerce form.login.woocommerce-form-login .woocommerce-privacy-policy-text,
.woocommerce form.register.woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-page form.lost_reset_password .woocommerce-privacy-policy-text {
  font-size: 9px;
  line-height: 1em;
}
.woocommerce form.login.woocommerce-form-login .woocommerce-privacy-policy-text a,
.woocommerce form.register.woocommerce-form-register .woocommerce-privacy-policy-text a,
.woocommerce-page form.lost_reset_password .woocommerce-privacy-policy-text a {
  color: var(--primary-text-color);
  text-decoration: underline;
}

.loginFormOptions {
  display: flex;
  flex-direction: column;
  padding: 50px;
  border-radius: 8px;
  background-color: var(--primary-bg-color);
}
.loginFormOptions h3 {
  margin: 0 0 20px;
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary-text-color);
}
.loginFormOptions span,
.loginFormOptions a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--secondary-text-color);
  cursor: pointer;
}

.accountContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 42px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .accountContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0 25px;
  }
}
.accountContainer.v--login {
  margin-top: 100px;
}

.accountContainer__column h2 {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.accountContainer__column .woocommerce-form-row,
.accountContainer__column .form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 10px !important;
}
@media screen and (min-width: 1024px) {
  .accountContainer__column .woocommerce-form-row,
  .accountContainer__column .form-row {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.accountContainer__column .woocommerce-form-row.accountLogin__row,
.accountContainer__column .form-row.accountLogin__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 42px 0 0 !important;
}
.accountContainer__column .woocommerce-form-row.mailchimp-newsletter,
.accountContainer__column .form-row.mailchimp-newsletter {
  display: block;
}
.accountContainer__column .woocommerce-form-row .accountLogin__row__options,
.accountContainer__column .form-row .accountLogin__row__options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
}
.accountContainer__column .woocommerce-form-row .accountLogin__row__options a,
.accountContainer__column .form-row .accountLogin__row__options a {
  color: var(--primary-text-color);
}
.accountContainer__column .woocommerce-form-row:after, .accountContainer__column .woocommerce-form-row:before,
.accountContainer__column .form-row:after,
.accountContainer__column .form-row:before {
  display: none !important;
}
.accountContainer__column .woocommerce-form-row label,
.accountContainer__column .form-row label {
  position: static !important;
  width: auto;
  height: auto;
  text-transform: capitalize !important;
}
@media screen and (min-width: 1024px) {
  .accountContainer__column .woocommerce-form-row label,
  .accountContainer__column .form-row label {
    flex-basis: 250px;
  }
}
.accountContainer__column .woocommerce-form-row label[for=mailchimp_woocommerce_is_transactional], .accountContainer__column .woocommerce-form-row label[for=mailchimp_woocommerce_is_unsubscribed], .accountContainer__column .woocommerce-form-row label[for=mailchimp_woocommerce_is_subscribed],
.accountContainer__column .form-row label[for=mailchimp_woocommerce_is_transactional],
.accountContainer__column .form-row label[for=mailchimp_woocommerce_is_unsubscribed],
.accountContainer__column .form-row label[for=mailchimp_woocommerce_is_subscribed] {
  display: none;
}
.accountContainer__column .woocommerce-form-row label .required,
.accountContainer__column .form-row label .required {
  color: var(--primary-text-color) !important;
}
.accountContainer__column .woocommerce-form-row .password-input,
.accountContainer__column .woocommerce-form-row .woocommerce-Input,
.accountContainer__column .woocommerce-form-row .woocommerce-input-wrapper,
.accountContainer__column .form-row .password-input,
.accountContainer__column .form-row .woocommerce-Input,
.accountContainer__column .form-row .woocommerce-input-wrapper {
  flex: 1;
}
.accountContainer__column .woocommerce-form-row .country_select,
.accountContainer__column .form-row .country_select {
  padding: 10px 24px;
  border: none;
  font-family: "SeaMeHappy Regular";
  font-size: 13px;
  color: #ababab;
  background: #fafafa;
  border-radius: 8px;
  outline: none;
}
.accountContainer__column .woocommerce-form-row #account_display_name_description,
.accountContainer__column .form-row #account_display_name_description {
  display: none;
}
.accountContainer__column .button {
  align-items: center;
  float: none !important;
  height: 38px;
  padding: 0 15px !important;
  max-width: none !important;
  border-radius: 8px !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 16px !important;
  background-color: var(--primary-bgs-color) !important;
}
.accountContainer__column .button:hover {
  color: var(--alt-text-color) !important;
}
.accountContainer__column fieldset {
  margin: 20px 0 0;
}
.accountContainer__column fieldset legend {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.accountContainer__column .woocommerce-privacy-policy-link {
  color: var(--primary-text-color);
  text-decoration: underline;
}
.accountContainer__column .woocommerce-privacy-policy-text {
  margin: 0 0 42px;
}

.accountTitle {
  margin: 0 0 20px;
  font-family: "SeaMeHappy Bold";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.woocommerce-address-fields__field-wrapper {
  margin: 0 0 42px;
}

.woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.woocommerce-Address-title:before, .woocommerce-Address-title:after {
  display: none !important;
}
.woocommerce-Address-title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.woocommerce-Address-title .edit {
  float: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-text-color);
}

.woocommerce-Address address {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    padding: 0 25px;
  }
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  padding: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
  display: none;
}

.woocommerce-view-order .woocommerce-notices-wrapper,
.woocommerce-edit-address .woocommerce-notices-wrapper {
  padding: 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-edit-address .woocommerce-MyAccount-content {
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-view-order .woocommerce-MyAccount-content,
  .woocommerce-edit-address .woocommerce-MyAccount-content {
    padding: 0 25px;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .accountContainer,
.woocommerce-edit-address .woocommerce-MyAccount-content .accountContainer {
  padding: 0;
}

.woocommerce table.my_account_orders {
  display: block;
  padding: 0 12px;
  border: none;
}
@media screen and (min-width: 1024px) {
  .woocommerce table.my_account_orders {
    padding: 0 25px;
  }
}
.woocommerce table.my_account_orders thead {
  display: none;
}
.woocommerce table.my_account_orders tbody {
  display: block;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: rgba(230, 230, 230, 0.6);
}
@media screen and (min-width: 1024px) {
  .woocommerce table.my_account_orders .woocommerce-orders-table__row {
    flex-direction: row;
    margin-bottom: 10px;
  }
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row th,
.woocommerce table.my_account_orders .woocommerce-orders-table__row td {
  flex: 1;
  padding: 0;
  border: none;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-number:before,
.woocommerce table.my_account_orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-number:before {
  content: "Order";
  display: block;
  text-transform: uppercase;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-date:before,
.woocommerce table.my_account_orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-date:before {
  content: "Date";
  display: block;
  text-transform: uppercase;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-status:before,
.woocommerce table.my_account_orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-status:before {
  content: "Status";
  display: block;
  text-transform: uppercase;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-total:before,
.woocommerce table.my_account_orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-total:before {
  content: "Total";
  display: block;
  text-transform: uppercase;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-actions,
.woocommerce table.my_account_orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-direction: column;
  text-align: left !important;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-actions:before,
.woocommerce table.my_account_orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-actions:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .woocommerce table.my_account_orders .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-actions:before,
  .woocommerce table.my_account_orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-actions:before {
    display: block;
  }
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-actions a.button,
.woocommerce table.my_account_orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-actions a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  max-width: none;
  padding: 0 15px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (min-width: 1024px) {
  .woocommerce table.my_account_orders .woocommerce-orders-table__row th.woocommerce-orders-table__cell-order-actions a.button,
  .woocommerce table.my_account_orders .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-actions a.button {
    width: auto;
    max-width: 316px;
  }
}
.woocommerce table.my_account_orders .woocommerce-orders-table__row th a,
.woocommerce table.my_account_orders .woocommerce-orders-table__row td a {
  color: var(--primary-text-color);
}

.wishlist-title-container {
  pointer-events: none;
}
.wishlist-title {
  padding: 16px 12px;
  margin: 0 !important;
}
@media screen and (min-width: 1024px) {
  .wishlist-title {
    padding: 40px 25px;
  }
}
.wishlist-title h2 {
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0;
}
.wishlist-title a.show-title-form {
  display: none;
}

table.wishlist_table.shop_table {
  display: block;
  border: none;
}
table.wishlist_table.shop_table thead {
  display: none;
}
table.wishlist_table.shop_table .wishlist-items-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1024px) {
  table.wishlist_table.shop_table .wishlist-items-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr:hover td.product-remove {
  opacity: 1;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr:hover td.product-remove a.remove {
  color: transparent;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr:hover td.product-remove a.remove::after {
  color: var(--secondary-text-color);
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td {
  display: block;
  padding: 0;
  border: none;
  text-align: left;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.wishlist-empty {
  padding: 0 12px;
  font-family: "SeaMeHappy Regular";
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary-text-color);
}
@media screen and (min-width: 1024px) {
  table.wishlist_table.shop_table .wishlist-items-wrapper tr td.wishlist-empty {
    padding: 0 25px;
  }
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-add-to-cart {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-add-to-cart .button {
  border-color: 1px solid var(--secondary-border-color);
  min-width: 130px;
  margin: 0 !important;
  color: var(--secondary-text-color) !important;
  background-color: var(--primary-bg-color) !important;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-add-to-cart .button:hover {
  font-family: "SeaMeHappy Bold";
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-thumbnail {
  width: 100%;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-thumbnail a {
  max-width: none;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-thumbnail img {
  display: block;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-name {
  flex: 1;
  padding: 24px 5px 24px 10px;
  font-family: "SeaMeHappy Bold";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary-text-color);
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-name a {
  color: var(--primary-text-color);
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-price {
  width: 35%;
  padding: 24px 10px 24px 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--secondary-text-color);
  text-align: right;
}
table.wishlist_table.shop_table .wishlist-items-wrapper tr td.product-price .woocommerce-Price-currencySymbol {
  display: inline-block;
  margin: 0 0 0 0.4em;
}

.wishlist_table.mobile li {
  position: relative;
  margin: 0;
}
.wishlist_table.mobile li .item-wrapper {
  width: 100%;
  margin: 0;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  display: block;
  max-width: 100%;
  margin: 0;
}
.wishlist_table.mobile li .item-wrapper .item-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary-text-color);
}
.wishlist_table.mobile li .item-wrapper .item-details h3 {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
}
.wishlist_table.mobile li .item-wrapper .item-details h3 a {
  color: var(--primary-text-color);
}
.wishlist_table.mobile li .item-wrapper .item-details .item-details-table {
  margin: 0;
}
.wishlist_table.mobile li .item-wrapper .item-details .item-details-table .label {
  display: none;
}
.wishlist_table.mobile li .item-wrapper .item-details .item-details-table .value {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary-text-color);
}
.wishlist_table.mobile li .item-wrapper .item-details .item-details-table .value .amount .woocommerce-Price-currencySymbol {
  display: inline-block;
  margin-left: 0.04em;
}
.wishlist_table.mobile li .additional-info-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove .remove_from_wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 316px;
  border: 1px solid var(--secondary-border-color);
  border-radius: 8px;
  padding: 6px 25px !important;
  font-size: 16px;
  line-height: 16px;
  font-family: "SeaMeHappy Regular";
  font-weight: 400;
  color: var(--secondary-text-color) !important;
  text-transform: uppercase;
  background-color: var(--primary-bg-color) !important;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove .remove_from_wishlist:after {
  content: "Remove";
}

.yith_wcwl_wishlist_footer {
  display: none;
}

.wlr-myaccount-page {
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .wlr-myaccount-page {
    padding: 0 25px;
  }
}
.wlr-myaccount-page > *,
.wlr-myaccount-page .wlr-card-container > * {
  margin: 0;
}
.wlr-myaccount-page h3.wlr-heading {
  border-left: none !important;
  font-family: "SeaMeHappy Bold";
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
}
.wlr-myaccount-page .wlr-earning-options .wlr-name {
  margin: 10px 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page .wlr-earning-options .wlr-campaign-container .wlr-discount-point {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page .wlr-earning-options .wlr-description {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page .wlr-campaign-container .wlr-discount-point {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page .wlr-norecords-container h4 {
  margin: 10px 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page .wlr-my-rewards-title h4 {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page #wlr-available-point-value,
.wlr-myaccount-page #wlr-redeemed-point-value,
.wlr-myaccount-page #wlr-used-reward-value-count {
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page .wlr-your-reward h4.wlr-name {
  margin: 10px 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page .wlr-your-reward h4.wlr-name .wlr-name {
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page .wlr-your-reward .wlr-reward-type-name {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.wlr-myaccount-page .wlr-button-reward {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 0 15px !important;
  border-radius: 8px !important;
  background-color: var(--primary-bgs-color) !important;
}
.wlr-myaccount-page .wlr-button-reward .wlr-action-text {
  font-weight: 400;
}
.wlr-myaccount-page .wlr-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 0 15px !important;
  border-radius: 8px !important;
  background-color: var(--primary-bgs-color) !important;
}
.wlr-myaccount-page .wlr-button .wlr-action-text {
  font-weight: 400;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: auto;
  float: none;
}

.myAccountPage {
  width: 100%;
}
.myAccountPage h2 {
  margin: 0;
  font-family: "SeaMeHappy Bold";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.myAccountPage .myAccountPage__header {
  margin: 0 0 42px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .myAccountPage .myAccountPage__header {
    padding: 0 25px;
  }
}
.myAccountPage .myAccountPage__header__greeting {
  margin: 0;
  font-family: "SeaMeHappy Bold";
}
.myAccountPage .myAccountPage__header__email {
  margin: 0;
}
.myAccountPage .woocommerce {
  display: flex;
  flex-direction: column;
}
.myAccountPage .woocommerce .woocommerce-MyAccount-navigation {
  width: auto;
  padding: 0 12px;
  float: none;
}
@media screen and (min-width: 1024px) {
  .myAccountPage .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0 25px;
  }
}
.myAccountPage .woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  gap: 20px;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 1024px) {
  .myAccountPage .woocommerce .woocommerce-MyAccount-navigation ul {
    overflow-x: visible;
  }
}
.myAccountPage .woocommerce .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.myAccountPage .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: lowercase;
  color: var(--primary-text-color);
  white-space: nowrap;
}
.myAccountPage .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--primary-text-color);
}
@media screen and (min-width: 1024px) {
  .myAccountPage .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    position: absolute;
    right: 0;
  }
}
.myAccountPage .woocommerce .woocommerce-MyAccount-navigation ul li a {
  margin: 0;
  color: var(--primary-text-color);
}
.myAccountPage .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--primary-text-color);
}
.myAccountPage .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  padding-bottom: 42px;
}
.myAccountPage .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 10px;
}
.myAccountPage .woocommerce .woocommerce-MyAccount-content .order-actions--heading + td {
  display: flex;
}
.myAccountPage .woocommerce .woocommerce-MyAccount-content .woocommerce-button {
  width: 100px;
  color: var(--alt-text-color);
  background-color: black;
}
.myAccountPage .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin: 0;
  padding: 0;
}
.myAccountPage .woocommerce .woocommerce-MyAccount-content form .form-row-first, .myAccountPage .woocommerce .woocommerce-MyAccount-content .woocommerce-page form .form-row-first,
.myAccountPage .woocommerce .woocommerce-MyAccount-content form .form-row-last, .myAccountPage .woocommerce .woocommerce-MyAccount-content .woocommerce-page form .form-row-last {
  width: auto;
  float: none;
}
.myAccountPage .woocommerce .woocommerce-MyAccount-content fieldset {
  border: none;
}

.woocommerce-order-details th {
  font-family: "SeaMeHappy Bold";
  font-weight: 400;
}

.yith-wcwl-form .woocommerce-message {
  margin: 0 12px 12px !important;
}
@media screen and (min-width: 1024px) {
  .yith-wcwl-form .woocommerce-message {
    margin: 24px 25px 0 !important;
  }
}/*# sourceMappingURL=seamehappy.css.map */