@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

img {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

#breadcrumbs {
  padding: 0.75rem;
}
@media only screen and (min-width: 768px) {
  #breadcrumbs {
    position: absolute;
  }
}
#breadcrumbs a {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
#breadcrumbs .breadcrumb_last {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}

main, footer, .woocommerce {
  position: relative;
  top: 3.652rem;
}

.nbdc.woocommerce {
  top: 0;
}

.nbdc.woocommerce-cart .woocommerce, .nbdc.woocommerce-checkout .woocommerce {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 0.75rem 2.5rem;
}

.nbdc.woocommerce-cart .woocommerce {
  max-width: 26.25rem;
}

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

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.nbdc-quick-variation button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}
.nbdc-quick-variation button:hover {
  text-decoration: underline;
}
.nbdc-quick-variation button:hover::before, .nbdc-quick-variation button:hover::after {
  position: absolute;
  background-color: #333;
  top: 0;
  left: 50%;
}
.nbdc-quick-variation button:hover::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  transform: translate(-50%, -110%) rotate(45deg);
  transform-origin: 50% 50%;
}
.nbdc-quick-variation button:hover::after {
  color: #fff;
  content: attr(data-text);
  font-family: "Oswald", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  padding: 0.375rem 0.75rem;
  transform: translate(-50%, -122%);
  min-width: -moz-max-content;
  min-width: max-content;
  z-index: 1;
}

.nbdc-section {
  padding: 0 0.75rem;
  margin: 0.75rem 0;
}

main > .nbdc-section:first-child {
  margin-top: 0;
}

.nbdc-section header, .nbd-article header {
  margin-bottom: 1.5rem;
}
.nbdc-section header h1, .nbd-article header h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.nbdc-four-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .nbdc-four-column {
    grid-template-columns: repeat(4, 1fr);
  }
}

.nbdc-svg {
  display: none;
}

.nbdc-social svg {
  transition: all 0.3s ease-out;
}
.nbdc-social:hover svg {
  transform: scale(1.2);
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0rem;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
@media only screen and (min-width: 992px) {
  .slick-dots {
    bottom: 4rem;
  }
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #f2f2f2;
  transition: background-color 0.5s;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #393939;
}

.nbd-mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .nbd-mobile {
    display: none;
  }
}

.nbd-desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .nbd-desktop {
    display: block;
  }
}

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}

.nbdc-spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #000;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce-order-received {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}
.woocommerce-order-received .woocommerce-order {
  text-align: center;
}
.woocommerce-order-received .woocommerce-order-overview {
  margin: 2rem 0;
}
.woocommerce-order-received .woocommerce-table--order-details {
  margin: 0 auto;
}
.woocommerce-order-received .order_details > * {
  margin-bottom: 1rem;
}
.woocommerce-order-received .woocommerce-table--order-details {
  margin-bottom: 2rem;
}
.woocommerce-order-received .woocommerce-table--order-details tfoot {
  text-align: left;
}
.woocommerce-order-received .woocommerce-table--order-details tfoot tr {
  margin-bottom: 1rem;
}
.woocommerce-order-received .woocommerce-table--order-details tfoot tr .woocommerce-Price-amount, .woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
  font-size: 1rem;
}
.woocommerce-order-received .woocommerce-column__title {
  margin: 1rem 0;
}
.woocommerce-order-received .woocommerce-order-details__title {
  margin-bottom: 2rem;
}
.woocommerce-order-received .woocommerce-columns--addresses {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .woocommerce-order-received .woocommerce-columns--addresses {
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .woocommerce-order-received .woocommerce-columns--addresses {
    gap: 6rem;
  }
}
.woocommerce-order-received .nbdc-order__product {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .woocommerce-order-received .nbdc-order__product a {
    font-size: 1.4rem;
  }
}
.woocommerce-order-received .nbdc-order__product-details {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .woocommerce-order-received .nbdc-order__product-details {
    text-align: center;
  }
}
.woocommerce-order-received .nbdc-order__product-details .product-quantity {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .woocommerce-order-received .nbdc-order__product-details .product-quantity {
    font-size: 1.2rem;
  }
}

.nbdc-blog__article {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .nbdc-blog__article {
    margin-bottom: 1rem;
  }
}
.nbdc-blog__article a {
  display: block;
}
.nbdc-blog__article a:hover img {
  scale: 1.08;
}
.nbdc-blog__article--image {
  overflow: hidden;
}
.nbdc-blog__article--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s all;
}
.nbdc-blog__article h2 {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .nbdc-blog__article h2 {
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1440px) {
  .nbdc-blog__article h2 {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

.nbd-side-cart {
  position: relative;
}
.nbd-side-cart .slide-out-panel-container .slide-out-content {
  height: 100vh;
  padding: 0.75rem;
}
.nbd-side-cart .slide-out-panel-container .slide-out-content .close-slide-out-panel {
  display: block;
  top: 1.6rem;
  right: 0.75rem;
  font-size: 1rem;
}
.nbd-side-cart__count {
  position: absolute;
  top: 51.5%;
  left: 49%;
  font-family: sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.nbd-side-cart h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.75rem;
}

.widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2.375rem);
}

.woocommerce-mini-cart {
  overflow-y: auto;
  width: 100%;
  min-height: 250px;
}
.woocommerce-mini-cart__empty-message {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 0.75rem;
}

.nbdc-mini-cart__item, .nbdc-cart__item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0.75rem 0.75rem 0;
  border-bottom: 1px solid #ddd;
}
.nbdc-mini-cart__item:last-child, .nbdc-cart__item:last-child {
  border-bottom: unset;
}
.nbdc-mini-cart__product-details, .nbdc-cart__product-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.nbdc-mini-cart__product-details--header, .nbdc-mini-cart__product-details--footer, .nbdc-cart__product-details--header, .nbdc-cart__product-details--footer {
  display: flex;
  justify-content: space-between;
}
.nbdc-mini-cart__product-details--size, .nbdc-cart__product-details--size {
  font-size: small;
}
.nbdc-mini-cart__product-details--footer, .nbdc-cart__product-details--footer {
  margin-top: auto;
}
.nbdc-mini-cart__product-details--footer .woocommerce-Price-amount, .nbdc-cart__product-details--footer .woocommerce-Price-amount {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.nbdc-mini-cart__product-details--footer .quantity-input, .nbdc-cart__product-details--footer .quantity-input {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 0.75rem;
}
.nbdc-mini-cart__product-details--footer .disabled:hover, .nbdc-cart__product-details--footer .disabled:hover {
  cursor: not-allowed;
}
.nbdc-mini-cart__footer, .nbdc-cart__footer {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid #ddd;
}
.nbdc-mini-cart__footer .woocommerce-mini-cart__total, .nbdc-cart__footer .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nbdc-mini-cart__footer .woocommerce-mini-cart__total strong, .nbdc-cart__footer .woocommerce-mini-cart__total strong {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.nbdc-mini-cart__footer .woocommerce-mini-cart__total .woocommerce-Price-amount, .nbdc-cart__footer .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.nbdc-mini-cart__footer .woocommerce-mini-cart__buttons a:first-child, .nbdc-cart__footer .woocommerce-mini-cart__buttons a:first-child {
  display: none;
}
.nbdc-mini-cart__footer a.button, .nbdc-cart__footer a.button {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background-color: #444;
  margin-top: 1.75rem;
  padding: 0.7rem;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.nbdc-mini-cart__footer a.button:hover, .nbdc-cart__footer a.button:hover {
  transform: scale(1.05);
  text-decoration: none;
}

.nbdc-cart__product-details--footer .quantity input {
  width: 50px;
}
.nbdc-cart__coupon {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding: 1.5rem 0;
}
.nbdc-cart__coupon--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 2.5rem;
}
.nbdc-cart__coupon--btn .button {
  --s: 10px;
  --t: 1px;
  --g: .5rem;
  padding: calc(var(--g) + var(--t));
  outline: var(--t) solid #000;
  outline-offset: calc(-1 * var(--t));
  -webkit-mask: conic-gradient(at var(--s) var(--s), rgba(0, 0, 0, 0) 75%, #000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .nbdc-cart__coupon--btn .button:hover {
    padding: 4px;
  }
}
.nbdc-cart__coupon--btn .button.active {
  padding: 4px;
  -webkit-mask: conic-gradient(at var(--s) var(--s), #000 0, #000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
}
.nbdc-cart__coupon--btn .button.active span {
  font-weight: bold;
}
.nbdc-cart__update-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background-color: #444;
  margin-top: 1.75rem;
  padding: 0.7rem;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 0 1.5rem;
}
.nbdc-cart__update-btn:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.nbdc-cart__footer {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.nbdc-cart__footer .shop_table tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.nbdc-cart__footer .shop_table .shipping td {
  text-align: right;
  margin-bottom: 1rem;
}

#nbd-side-cart__drawer {
  position: absolute;
  right: -400px !important;
}
#nbd-side-cart__drawer.open {
  position: fixed;
  right: 0 !important;
}
#nbd-side-cart__drawer .slide-out-panel-container {
  bottom: 0;
}

.nbdc.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .nbdc.woocommerce-checkout form.woocommerce-checkout {
    flex-direction: row;
  }
}
.nbdc.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none;
}
.nbdc.woocommerce-checkout form.woocommerce-checkout p label, .nbdc.woocommerce-checkout form.woocommerce-checkout span, .nbdc.woocommerce-checkout form.woocommerce-checkout .woocommerce-info,
.nbdc.woocommerce-checkout form.woocommerce-checkout .woocommerce-privacy-policy-text,
.nbdc.woocommerce-checkout form.woocommerce-checkout .nbdc-checkout__order-total, .nbdc.woocommerce-checkout form.woocommerce-checkout .product-name, .nbdc.woocommerce-checkout form.woocommerce-checkout .payment_methods {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.nbdc.woocommerce-checkout form.woocommerce-checkout .product-name > *:not(:last-child) {
  margin-right: 1.5rem;
}
.nbdc.woocommerce-checkout form.woocommerce-checkout .product-name > :last-child {
  flex-grow: 1;
  text-align: right;
}
.nbdc.woocommerce-checkout form.woocommerce-checkout #place_order {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background-color: #444;
  margin-top: 1.75rem;
  padding: 0.7rem;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  width: -moz-max-content;
  width: max-content;
}
.nbdc.woocommerce-checkout form.woocommerce-checkout #place_order:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.nbdc.woocommerce-checkout form.woocommerce-checkout .cart-subtotal span, .nbdc.woocommerce-checkout form.woocommerce-checkout .nbdc-checkout__shipping label {
  font-weight: 300;
}
.nbdc.woocommerce-checkout form.woocommerce-checkout .nbdc-checkout__price {
  width: 100%;
  margin: 1.5rem 0 2.5rem;
}
@media only screen and (min-width: 992px) {
  .nbdc.woocommerce-checkout form.woocommerce-checkout .nbdc-checkout__price {
    width: 89%;
  }
}
.nbdc.woocommerce-checkout form.woocommerce-checkout .cart-subtotal, .nbdc.woocommerce-checkout form.woocommerce-checkout .nbdc-checkout__shipping, .nbdc.woocommerce-checkout form.woocommerce-checkout .order-total {
  display: flex;
  justify-content: space-between;
}
.nbdc.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order {
  display: flex;
  align-items: flex-end;
}
.nbdc.woocommerce-checkout .shop_table, .nbdc.woocommerce-checkout #customer_details {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .nbdc.woocommerce-checkout .shop_table, .nbdc.woocommerce-checkout #customer_details {
    width: 50%;
  }
}
.nbdc.woocommerce-checkout h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper p {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.75rem 0;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p label,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p label,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p label,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper p label {
  margin-bottom: 0.75rem;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p label abbr,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p label abbr,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p label abbr,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper p label abbr {
  text-decoration: none;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_country_field, .nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_state_field,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p#billing_country_field,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p#billing_state_field,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#billing_country_field,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#billing_state_field,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper p#billing_country_field,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper p#billing_state_field {
  margin-top: 0;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper input,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper input {
  padding: 10px 10px 5px 5px;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  color: #000;
  opacity: 0.7;
  transition: 0.2s ease;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input:focus,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input:focus,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper input:focus,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper input:focus {
  outline: none;
  opacity: 1;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper label {
  position: absolute;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  font-family: inherit;
  left: 5px;
  top: 8px;
  opacity: 0.5;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .has-value,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .has-value,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .has-value,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper .has-value {
  top: -10px !important;
  font-size: 12px !important;
  color: #000 !important;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper textarea,
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=text],
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=number],
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=email],
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=search],
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=tel],
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper select,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper textarea,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type=text],
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type=number],
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type=email],
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type=search],
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type=tel],
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper select,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper textarea,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=text],
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=number],
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=email],
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=search],
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper input[type=tel],
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper select,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper textarea,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper input[type=text],
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper input[type=number],
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper input[type=email],
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper input[type=search],
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper input[type=tel] {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 1rem;
  font-family: inherit;
  border-color: #aaa;
  background-color: transparent;
}
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field label, .nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field label,
.nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_country_field label, .nbdc.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #shipping_state_field label,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_country_field label,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #billing_state_field label,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_country_field label,
.nbdc.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_state_field label,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper #billing_country_field label,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper #billing_state_field label,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper #shipping_country_field label,
.nbdc.woocommerce-checkout .woocommerce-additional-fields__field-wrapper #shipping_state_field label,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper #billing_country_field label,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper #billing_state_field label,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper #shipping_country_field label,
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper #shipping_state_field label {
  position: relative;
  font-size: 0.75rem;
}
.nbdc.woocommerce-checkout .nbdc-checkout__field-wrapper {
  justify-content: flex-start;
  gap: 1.5rem;
}
.nbdc.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  position: relative;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  margin-top: 0.75rem;
}
.nbdc.woocommerce-checkout #billing_first_name_field, .nbdc.woocommerce-checkout #billing_last_name_field,
.nbdc.woocommerce-checkout #billing_address_1_field, .nbdc.woocommerce-checkout #billing_address_2_field,
.nbdc.woocommerce-checkout #billing_phone_field, .nbdc.woocommerce-checkout #billing_email_field,
.nbdc.woocommerce-checkout #shipping_first_name_field, .nbdc.woocommerce-checkout #shipping_last_name_field,
.nbdc.woocommerce-checkout #shipping_address_1_field, .nbdc.woocommerce-checkout #shipping_address_2,
.nbdc.woocommerce-checkout #billing_city_field, .nbdc.woocommerce-checkout #shipping_city_field,
.nbdc.woocommerce-checkout #billing_postcode_field, .nbdc.woocommerce-checkout #shipping_postcode_field {
  width: calc(50% - 0.75rem);
}
.nbdc.woocommerce-checkout #billing_state_field, .nbdc.woocommerce-checkout #billing_country_field,
.nbdc.woocommerce-checkout #shipping_state_field, .nbdc.woocommerce-checkout #shipping_country_field,
.nbdc.woocommerce-checkout #order_comments_field {
  width: 100%;
}
.nbdc.woocommerce-checkout #break-field_field {
  visibility: hidden;
}
.nbdc.woocommerce-checkout .select2-selection {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.nbdc.woocommerce-checkout .select2-dropdown {
  border-top: 1px solid #aaa;
}
.nbdc.woocommerce-checkout .select2-selection__rendered {
  color: #aaa;
}
.nbdc.woocommerce-checkout .select2-search__field {
  background-image: url(icons/search.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  padding-left: 25px;
}

.woocommerce-error {
  color: red;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.woocommerce-message {
  color: green;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.nbdc-checkout__order-review .product-name {
  display: flex;
  align-items: center;
}
.nbdc-checkout__cart-items {
  width: 100%;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 992px) {
  .nbdc-checkout__cart-items {
    width: 89%;
    overflow-y: auto;
    max-height: 377px;
    padding-right: 0.75rem;
  }
}
.nbdc-checkout__price {
  margin-top: 1rem;
}
.nbdc-checkout__price .cart-subtotal, .nbdc-checkout__price .cart-discount {
  margin-bottom: 0.75rem;
}
.nbdc-checkout__price .cart-discount {
  display: flex;
  justify-content: space-between;
}
.nbdc-checkout__shipping {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.nbdc-checkout__coupon {
  margin-bottom: 1.5rem;
}
.nbdc-checkout__coupon-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background-color: #444;
  margin-top: 1.75rem;
  padding: 0.7rem;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 0.5rem;
}
.nbdc-checkout__coupon-btn:hover {
  transform: scale(1.05);
  text-decoration: none;
}

label.p-FieldLabel.Label.Label--empty {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000 !important;
  opacity: 0.5;
}

.nbdc-footer {
  display: block;
  background-color: #f2f2f2;
}
.nbdc-footer__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 22rem;
  padding: 2.5rem 0.75rem;
  margin: 0 auto;
  gap: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .nbdc-footer__container {
    flex-direction: row;
    align-items: unset;
    max-width: 80rem;
    gap: 1.5rem;
  }
}
.nbdc-footer__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .nbdc-footer__menu {
    justify-content: unset;
    width: auto;
    gap: 3rem;
  }
}
.nbdc-footer__menu--items a {
  font-size: 1.125rem;
}
.nbdc-footer h2, .nbdc-footer__connect--socials ul {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .nbdc-footer h2, .nbdc-footer__connect--socials ul {
    margin-bottom: 0.5rem;
  }
}
.nbdc-footer__offer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .nbdc-footer__offer {
    padding: 0 2.5rem;
    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;
  }
}
@media only screen and (min-width: 1280px) {
  .nbdc-footer__offer {
    padding: 0 5rem;
  }
}
.nbdc-footer__offer h2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.nbdc-footer__offer p {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.nbdc-footer__payment-methods {
  display: flex;
  gap: 0.25rem;
}
.nbdc-footer__payment-methods li {
  display: flex;
}
.nbdc-footer__connect {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .nbdc-footer__connect {
    align-items: flex-end;
  }
}
.nbdc-footer__connect h2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.nbdc-footer__connect--socials ul {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .nbdc-footer__connect--socials ul {
    justify-content: flex-end;
  }
}
.nbdc-footer__copyright {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
}
.nbdc-footer__back-to-top {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  background-color: #fff;
}
.nbdc-footer__back-to-top p {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.nbdc-footer__back-to-top p span svg {
  position: relative;
  vertical-align: bottom;
}
.nbdc-footer__back-to-top p:hover span svg {
  animation: moveUpAndBack 2s ease infinite;
}
@keyframes moveUpAndBack {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.25rem);
  }
}

.single-gallery .nbdc-footer {
  display: none;
}

.nbdc-header__container {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 0.75rem;
  z-index: 9999;
}
.nbdc-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  min-width: 174px;
}
.nbdc-header nav .menu a {
  font-size: 0.85rem;
  font-weight: 500;
}
.nbdc-header__menu-right {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.nbdc-header__menu-right .menu {
  display: none;
}
@media only screen and (min-width: 992px) {
  .nbdc-header__menu-right .menu {
    display: block;
  }
}
.nbdc-header__menu-right--icons {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  position: relative;
  align-items: center;
  top: 2px;
}
.nbdc-header__menu-right--icons .nbd-search__btn svg {
  position: relative;
  top: 1px;
}
.nbdc-header__menu-left {
  display: none;
}
@media only screen and (min-width: 992px) {
  .nbdc-header__menu-left {
    display: block;
  }
}
.nbdc-header__mobile {
  position: relative;
  top: 4px;
  height: 23px;
  cursor: pointer;
}
.nbdc-header__mobile--btn {
  display: block;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .nbdc-header__mobile--btn {
    display: none;
  }
}
.nbdc-header__mobile--menu {
  position: absolute;
  top: -1000px;
}
@media only screen and (min-width: 992px) {
  .nbdc-header__mobile--menu {
    display: none !important;
  }
}
.nbdc-header__mobile--menu.slide-out-panel-container {
  left: 0;
  z-index: 999;
}
.nbdc-header__mobile--menu.slide-out-panel-container.open {
  top: 58px !important;
}
.nbdc-header__mobile--menu.slide-out-panel-container.open.admin-panel {
  top: 104px !important;
}
@media only screen and (min-width: 768px) {
  .nbdc-header__mobile--menu.slide-out-panel-container.open.admin-panel {
    top: 90px !important;
  }
}
.nbdc-header__mobile--nav {
  text-align: center;
}
.nbdc-header__mobile--nav li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ccc;
}
.nbdc-header__mobile--nav li:first-child {
  padding-top: 0;
}
.nbdc-header__mobile--nav li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.nbdc-header__mobile--nav a {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nbdc-header__mobile--page-settings {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 768px) {
  .nbdc-header__mobile--page-settings {
    display: none;
  }
}
.nbdc-header__mobile--page-settings li {
  text-align: center;
}
.nbdc-header__mobile--page-settings .wpml-ls-sub-menu li a, .nbdc-header__mobile--page-settings .wcml-cs-submenu li a {
  background-color: #eee;
}
@media only screen and (min-width: 992px) {
  .nbdc-header__menu-right ul.menu, .nbdc-header__menu-left ul.menu {
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding: 0;
    margin: 0;
  }
}
.nbdc-header__menu-right ul.menu li a, .nbdc-header__menu-left ul.menu li a {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 0 0 0.2rem;
}
.nbdc-header__menu-right ul.menu li a::after, .nbdc-header__menu-left ul.menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.13rem;
  background-color: #b0ada5;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
.nbdc-header__menu-right ul.menu li a:hover::after, .nbdc-header__menu-right ul.menu li a:focus::after, .nbdc-header__menu-left ul.menu li a:hover::after, .nbdc-header__menu-left ul.menu li a:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.05rem, 0);
}
.nbdc-header h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 0.9;
  text-decoration: underline;
  width: -moz-max-content;
  width: max-content;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 23px;
  height: auto;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nbdc-hero {
  position: relative;
  z-index: 1;
}
.nbdc-hero picture, .nbdc-hero img {
  display: block;
}
.nbdc-hero img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 70vw;
}
@media only screen and (min-width: 992px) {
  .nbdc-hero img {
    max-height: 47vw;
  }
}
.nbdc-hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.nbdc-hero__title h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .nbdc-hero__title h1 {
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
.nbdc-hero__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nbdc-hero__gradient.top {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 40%);
}
.nbdc-hero__gradient.bottom {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 40%);
}

.nbd-lookbook {
  padding: 0 0.75rem;
}
.nbd-lookbook__grid {
  visibility: hidden;
  width: 100%;
}
.nbd-lookbook__grid-sizer, .nbd-lookbook__grid-item {
  width: calc(100% - 4px);
}
@media only screen and (min-width: 768px) {
  .nbd-lookbook__grid-sizer, .nbd-lookbook__grid-item {
    width: calc(50% - 9px);
  }
}
@media only screen and (min-width: 1024px) {
  .nbd-lookbook__grid-sizer, .nbd-lookbook__grid-item {
    width: calc(33.3% - 10px);
  }
}
@media only screen and (min-width: 1440px) {
  .nbd-lookbook__grid-sizer, .nbd-lookbook__grid-item {
    width: calc(25% - 11px);
  }
}
.nbd-lookbook__grid-item {
  margin-bottom: 12px;
  float: left;
}
.nbd-lookbook__grid-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.nbd-lookbook__modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  place-items: center;
  color: #fff;
  z-index: 2;
}
.nbd-lookbook__modal.show {
  display: grid;
}
.nbd-lookbook__modal-close {
  position: absolute;
  top: 4.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.nbd-lookbook__modal-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .nbd-lookbook__modal-content {
    width: unset;
    min-height: 800px;
    min-width: 800px;
    max-width: 80%;
  }
}
.nbd-lookbook__modal-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.nbd-lookbook__modal-content img.show {
  opacity: 1;
}
.nbd-lookbook__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.nbd-lookbook__modal-nav {
  padding: 10px 5px;
}
.nbd-lookbook__modal-nav button {
  padding: 5px;
  width: 100px;
  font-size: 20px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.5s;
}
.nbd-lookbook__modal-nav button:hover {
  background-color: #000;
}

.nbdc-product-card {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .nbdc-product-card:hover .nbdc-product-card__images img:first-child {
    display: none;
  }
  .nbdc-product-card:hover .nbdc-product-card__images img:last-child {
    display: block;
  }
  .nbdc-product-card:hover .nbdc-product-card__link {
    display: none;
  }
  .nbdc-product-card:hover .nbdc-product-card__quick-add {
    display: flex;
  }
}
.nbdc-product-card__images {
  display: block;
}
@media only screen and (min-width: 992px) {
  .nbdc-product-card__images {
    max-width: 100%;
    overflow: hidden;
  }
}
.nbdc-product-card__images img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .nbdc-product-card__images img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.nbdc-product-card__images img:last-child {
  display: none;
}
.nbdc-product-card__info {
  min-height: 74px;
}
.nbdc-product-card__info h2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.nbdc-product-card__info .amount {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.nbdc-product-card__quick-add {
  display: none;
  gap: 0.75rem;
  height: inherit;
  justify-content: center;
  padding-top: 0.75rem;
}

.nbdc-settings {
  display: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .nbdc-settings {
    display: block;
  }
}
.nbdc-settings__btn {
  width: 27px;
  height: 27px;
}
.nbdc-settings__panel {
  display: none;
  position: fixed;
  transform: translate(0px, 11px);
  right: 58px;
  background-color: #fff;
  padding: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.nbdc-settings__panel h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 1px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.75rem;
}
.nbdc-settings__panel h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}
.nbdc-settings__panel-close {
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  opacity: 0.5;
  cursor: pointer;
}
.nbdc-settings__panel-close:hover {
  opacity: 1;
}
.nbdc-settings__language {
  margin: 0.75rem 0 1rem;
}
.nbdc-settings .wpml-ls-sub-menu li a, .nbdc-settings .wcml-cs-submenu li a {
  background-color: #eee;
}

.nbdc-single-product {
  padding: 0 0.75rem;
}
.nbdc-single-product__container {
  display: flex;
  flex-wrap: wrap;
}
.nbdc-single-product__container .nbdc-single-product__carousel, .nbdc-single-product__container .entry-summary {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .nbdc-single-product__container .nbdc-single-product__carousel, .nbdc-single-product__container .entry-summary {
    width: 50%;
  }
}
.nbdc-single-product__carousel {
  position: relative;
}
.nbdc-single-product .slick-slider {
  touch-action: auto;
}
.nbdc-single-product .slick-list {
  max-height: 700px;
}
.nbdc-single-product .slick-dots {
  margin-top: 2.5rem;
}
.nbdc-single-product__slide {
  max-height: 700px;
}
.nbdc-single-product__slide img {
  display: block;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
@media only screen and (min-width: 1440px) {
  .nbdc-single-product__slide img {
    max-width: 700px;
  }
}
.nbdc-single-product .onsale {
  display: none;
}
.nbdc-single-product .entry-summary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 420px;
  margin: 1.5rem auto 2.5rem;
}
.nbdc-single-product .variations_form.cart {
  width: 100%;
}
.nbdc-single-product__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #000;
}
.nbdc-single-product__title h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.nbdc-single-product .woocommerce-Price-amount {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.nbdc-single-product__variations {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nbdc-single-product__variations p {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.nbdc-single-product__variations ul {
  display: flex;
  gap: 0.75rem;
  margin-top: 5px;
}
.nbdc-single-product__variations ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.nbdc-single-product__variations ul li div {
  --s: 10px;
  --t: 1px;
  --g: .5rem;
  padding: calc(var(--g) + var(--t));
  outline: var(--t) solid #000;
  outline-offset: calc(-1 * var(--t));
  -webkit-mask: conic-gradient(at var(--s) var(--s), rgba(0, 0, 0, 0) 75%, #000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .nbdc-single-product__variations ul li div:hover {
    padding: 4px;
  }
}
.nbdc-single-product__variations ul li div.active {
  padding: 4px;
  -webkit-mask: conic-gradient(at var(--s) var(--s), #000 0, #000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
}
.nbdc-single-product__variations ul li div.active span {
  font-weight: bold;
}
.nbdc-single-product__variations ul li span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  min-height: 1.45rem;
  font-size: 0.75rem;
}
.nbdc-single-product .quantity, .nbdc-single-product .product_meta, .nbdc-single-product .variations {
  display: none !important;
}
.nbdc-single-product .related, .nbdc-single-product .up-sells {
  padding: 0 0.75rem 2.5rem;
  width: 100%;
}
.nbdc-single-product .related h2, .nbdc-single-product .up-sells h2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.nbdc-single-product .related ul.products, .nbdc-single-product .up-sells ul.products {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .nbdc-single-product .related ul.products, .nbdc-single-product .up-sells ul.products {
    flex-direction: row;
  }
}
.nbdc-single-product .related ul.products li .add_to_cart_button, .nbdc-single-product .up-sells ul.products li .add_to_cart_button {
  display: none;
}
.nbdc-single-product .nbdc-add-to-cart__button {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background-color: #444;
  margin-top: 1.75rem;
  padding: 0.7rem;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.nbdc-single-product .nbdc-add-to-cart__button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.nbdc-single-product .nbdc-add-to-cart__button.disabled {
  color: #000;
  background-color: #f2f2f2;
}
.nbdc-single-product .nbdc-add-to-cart__button.disabled:hover {
  transform: scale(1);
  cursor: not-allowed;
}
.nbdc-single-product .single_add_to_cart_button {
  display: none;
}
.nbdc-single-product .nbdc-carousel__arrow-left, .nbdc-single-product .nbdc-carousel__arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nbdc-single-product .nbdc-carousel__arrow-left {
  left: 0;
}
.nbdc-single-product .nbdc-carousel__arrow-right {
  right: -0.75rem;
}

.nbdc-subscribe.tnp-subscription, .nbdc-subscribe.tnp-subscription .tnp-field {
  margin: 0;
  background-color: #fff;
}
.nbdc-subscribe.tnp-subscription input[type=email], .nbdc-subscribe.tnp-subscription .tnp-field input[type=email] {
  background: url("icons/mail.svg") no-repeat left #fff;
  padding: 0.5rem 0 0.5rem 2.1rem;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.nbdc-subscribe.tnp-subscription input[type=email]::-moz-placeholder, .nbdc-subscribe.tnp-subscription .tnp-field input[type=email]::-moz-placeholder {
  color: #393939;
}
.nbdc-subscribe.tnp-subscription input[type=email]::placeholder, .nbdc-subscribe.tnp-subscription .tnp-field input[type=email]::placeholder {
  color: #393939;
}
.nbdc-subscribe.tnp-subscription input[type=email]:focus-visible, .nbdc-subscribe.tnp-subscription .tnp-field input[type=email]:focus-visible {
  outline: none;
}
.nbdc-subscribe.tnp-subscription .tnp-field-email, .nbdc-subscribe.tnp-subscription .tnp-field .tnp-field-email {
  width: 68%;
}
.nbdc-subscribe.tnp-subscription .tnp-field-button, .nbdc-subscribe.tnp-subscription .tnp-field .tnp-field-button {
  display: flex;
}
.nbdc-subscribe.tnp-subscription input[type=submit], .nbdc-subscribe.tnp-subscription .tnp-field input[type=submit] {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.nbdc-subscribe.tnp-subscription input[type=submit]:hover, .nbdc-subscribe.tnp-subscription .tnp-field input[type=submit]:hover {
  transform: scale(1.1);
}
.nbdc-subscribe__container {
  display: flex;
  padding-left: 0.75rem;
  justify-content: space-between;
}
.nbdc-subscribe__field label {
  display: none !important;
}

.nbdc-404 {
  position: relative;
}
.nbdc-404 > img {
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nbdc-404__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.nbdc-404__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
}
.nbdc-404__content h2, .nbdc-404__content p {
  color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  max-width: 850px;
}
.nbdc-404__content a {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0.7rem;
  background-color: #444;
  max-width: -moz-max-content;
  max-width: max-content;
}
.nbdc-404__content a:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.nbdc-page {
  position: relative;
}
.nbdc-page__content {
  padding: 2rem 0.75rem 0;
  margin: 0 auto 2.5rem;
  max-width: 48rem;
}
.nbdc-page__content h2, .nbdc-page__content h3, .nbdc-page__content h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.nbdc-page__content ul, .nbdc-page__content ol {
  margin-bottom: 1.5rem;
  padding-left: 0;
}
.nbdc-page__content ul li, .nbdc-page__content ol li {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 1rem;
  list-style-type: disc;
  margin-left: 1rem;
}
.nbdc-page__content ol li {
  list-style-type: decimal;
}
.nbdc-page__content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.nbdc-page__content p:last-child {
  margin-bottom: 0;
}
.nbdc-page__content a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: underline;
}
.nbdc-page__content figure img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 120%;
}
.nbdc-page__content > header {
  text-align: center;
  margin: 1rem 0 2rem;
}
.nbdc-page__content > header h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 2rem;
}
.nbdc-page__mail a {
  font-size: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .nbdc-two-column .nbdc-hero img {
    max-height: 22vw;
  }
}
.nbdc-two-column__row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .nbdc-two-column__row {
    flex-direction: row;
  }
}
.nbdc-two-column__row.revert .nbdc-two-column__col:first-child {
  order: 2;
}
@media only screen and (min-width: 992px) {
  .nbdc-two-column__row.revert .nbdc-two-column__col:first-child {
    order: 1;
  }
}
.nbdc-two-column__row.revert .nbdc-two-column__col:last-child {
  order: 1;
}
@media only screen and (min-width: 992px) {
  .nbdc-two-column__row.revert .nbdc-two-column__col:last-child {
    order: 2;
  }
}
.nbdc-two-column__col {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .nbdc-two-column__col {
    width: 50%;
  }
}
.nbdc-two-column__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2.5rem 0.75rem;
}
.nbdc-two-column__text {
  max-width: 450px;
}
.nbdc-two-column__text h2, .nbdc-two-column__text h3, .nbdc-two-column__text h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.nbdc-two-column__text p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.nbdc-two-column__text a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: underline;
}
.nbdc-two-column__text ul {
  padding-left: 1.5rem;
}
.nbdc-two-column__text ul li {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  list-style-type: disc;
}
.nbdc-two-column__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .nbdc-two-column__image img {
    max-height: 100%;
  }
}
