@charset "UTF-8";
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.woocommerce-cart-form {
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  column-gap: 14px; }
  @media screen and (max-width: 780px) {
    .woocommerce-cart-form {
      display: block; } }

.cart-grid {
  grid-column: 3 / span 4;
  box-sizing: border-box;
  width: 100%;
  margin: 0; }
  @media screen and (max-width: 780px) {
    .cart-grid {
      border-top: 1px solid #c4c4c4; } }

.grid-4 {
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  column-gap: 14px;
  padding-top: 15px; }
  @media screen and (max-width: 780px) {
    .grid-4 {
      display: block; } }

.grid-4-items {
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  column-gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #c4c4c4; }
  @media screen and (max-width: 780px) {
    .grid-4-items {
      grid-template-columns: 1fr 2fr; } }

.cart-grid-header {
  padding: 6px 0 24px 0; }

.column-1 {
  grid-column: 1 / span 2;
  display: flex;
  /*   @media screen and (max-width: $three-columns) {
    grid-column: 1 / span 1;
  } */ }

.column-1-span-2 {
  grid-column: 1 / span 2; }

.column-3 {
  grid-column: 1 / span 1;
  display: flex; }

.column-3-span-2 {
  grid-column: 3 / span 2; }

.column-3-span-3 {
  grid-column: 3 / span 3; }

.column-5-span-2 {
  grid-column: 5 / span 2; }

.column-4 {
  grid-column: 2 / span 1;
  display: flex;
  padding-right: 30px; }
  @media screen and (max-width: 780px) {
    .column-4 {
      grid-column: 2 / span 1;
      display: block;
      padding-right: unset; } }

.column-4-item {
  grid-column: 1 / span 1;
  display: flex;
  padding-right: 36px; }

.column-5 {
  grid-column: 3 / span 1;
  display: flex;
  justify-content: space-between; }

.column-5-item {
  grid-column: 2 / span 1;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 780px) {
    .column-5-item {
      display: block; } }

.column-6 {
  grid-column: 4 / span 1;
  display: flex;
  justify-content: space-between; }

.column-6-item {
  grid-column: 3 / span 1;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 780px) {
    .column-6-item {
      display: block; } }

.product-quantity,
.quantity {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.cart-thumbnail .attachment-woocommerce_thumbnail,
.cart-thumbnail .attachment-woocommerce_thumbnail,
.cart-thumbnail .size-woocommerce_thumbnail img,
.cart-thumbnail img.woocommerce-placeholder.wp-post-image {
  max-width: unset;
  height: unset;
  width: 166px !important;
  object-fit: unset; }
  @media screen and (max-width: 780px) {
    .cart-thumbnail .attachment-woocommerce_thumbnail,
    .cart-thumbnail .attachment-woocommerce_thumbnail,
    .cart-thumbnail .size-woocommerce_thumbnail img,
    .cart-thumbnail img.woocommerce-placeholder.wp-post-image {
      width: 150px !important; } }

.hentry .wp-post-image {
  margin-bottom: 0; }

.product-remove a.remove,
a.remove::before {
  content: url("../shop-etdm/assets/icons/close.svg"); }

.mobile-item-info-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 14px;
  padding-right: 28px; }

.product-remove {
  padding-right: 10px; }
  @media screen and (max-width: 780px) {
    .product-remove {
      padding-right: 0;
      position: absolute;
      top: 0;
      right: 0; } }

.product-name {
  font-weight: 700; }

.cart-collaterals .cart_totals {
  width: 100%; }

.cart-subtotal {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 32px; }

.order-total {
  display: flex;
  justify-content: space-between; }

.wc-proceed-to-checkout .button.checkout-button,
.wc-proceed-to-checkout .button.checkout-button:hover {
  color: #fff;
  font-size: 18px; }

.wc-proceed-to-checkout {
  margin: 32px 0 0 0; }

.coupon {
  padding-bottom: calc(32px - 6px);
  display: flex; }
  .coupon .button {
    float: right; }
  .coupon input[type="text"] {
    width: 100%;
    margin-right: 28px;
    padding: 6px 0 6px 12px;
    height: unset; }

.cart-discount {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px; }
  .cart-discount th {
    font-weight: 700; }
  .cart-discount .woocommerce-remove-coupon {
    display: none; }

@media screen and (max-width: 1280px) {
  .woocommerce-cart-form {
    display: block; }
  .column-1 {
    padding-bottom: 32px; }
  .grid-4 {
    display: block; } }

@media screen and (max-width: 780px) {
  .product-price,
  .product-quantity,
  .product-subtotal {
    font-size: 18px;
    font-weight: 300; } }

@media screen and (max-width: 780px) {
  .product-name {
    font-size: 18px; } }

.woocommerce-cart-form__cart-item-mobile {
  display: flex;
  padding: 12px 0;
  border-top: 1px solid #c4c4c4; }
  .woocommerce-cart-form__cart-item-mobile .product-price,
  .woocommerce-cart-form__cart-item-mobile .product-quantity,
  .woocommerce-cart-form__cart-item-mobile .product-subtotal {
    font-size: 14px;
    font-weight: 700;
    padding-top: 12px; }
  .woocommerce-cart-form__cart-item-mobile .woocommerce-Price-amount,
  .woocommerce-cart-form__cart-item-mobile .counter,
  .woocommerce-cart-form__cart-item-mobile input[type="text"] {
    font-size: 18px;
    font-weight: 300; }
  @media screen and (min-width: 780px) {
    .woocommerce-cart-form__cart-item-mobile {
      display: none; } }

/* div.woocommerce-cart-form__cart-item-mobile.cart-item:last-of-type {
  border-bottom: $line;
}  */
@media screen and (max-width: 780px) {
  .shop_table {
    display: none; } }

button.button-plus-minus {
  background-color: transparent;
  padding: 0;
  color: #adadad; }

@media screen and (max-width: 780px) {
  .column-4, .column-5, .column-6 {
    display: block; } }

.mobile-product-info-wrapper {
  grid-column: 2 / span 4;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  column-gap: 14px; }
  @media screen and (max-width: 780px) {
    .mobile-product-info-wrapper {
      display: block;
      position: relative; } }

.sml-text {
  font-size: 14px; }

.mobile-vertical-padding {
  padding-top: 18px; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.col2-set {
  grid-column: 3 / span 2;
  box-sizing: border-box;
  width: 100%;
  margin: 0; }
  @media screen and (max-width: 1280px) {
    .col2-set {
      grid-column: 1 / span 3; } }

#order_review_heading,
.woocommerce-checkout-review-order {
  grid-column: 5 / span 2;
  box-sizing: border-box;
  width: 100%;
  margin: 0; }
  @media screen and (max-width: 1280px) {
    #order_review_heading,
    .woocommerce-checkout-review-order {
      grid-column: 4 / span 3; } }

#order_review,
#order_review_heading {
  background-color: transparent;
  width: unset; }

#order_review_heading {
  display: none; }

.input-text,
input[type="text"] {
  background-color: white;
  height: 41px; }

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  padding-right: 28px; }
  @media screen and (max-width: 780px) {
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields {
      padding-right: 0; } }
  .woocommerce-billing-fields ::-webkit-input-placeholder,
  .woocommerce-shipping-fields ::-webkit-input-placeholder {
    color: transparent; }
  .woocommerce-billing-fields :-moz-placeholder,
  .woocommerce-shipping-fields :-moz-placeholder {
    /* Firefox 18- */
    color: transparent; }
  .woocommerce-billing-fields ::-moz-placeholder,
  .woocommerce-shipping-fields ::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent; }
  .woocommerce-billing-fields :-ms-input-placeholder,
  .woocommerce-shipping-fields :-ms-input-placeholder {
    color: transparent; }
  .woocommerce-billing-fields .form-row,
  .woocommerce-shipping-fields .form-row {
    font-size: 14px; }

input.input-text {
  outline: none;
  border-radius: 3px;
  border: 1px solid #c4c4c4; }

abbr[title] {
  text-decoration: none; }

/* .woocommerce-shipping-fields, */
.woocommerce-additional-fields {
  display: none; }

.woocommerce-checkout-review-order {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  column-gap: 14px; }

.grid-2-left {
  grid-column: 1 / span 1;
  width: 100%;
  margin: 0; }

.grid-2-right {
  grid-column: 2 / span 1;
  width: 100%;
  margin: 0;
  text-align: right; }

.grid-right {
  grid-column: 2 / span 1;
  width: 100%;
  margin: 0;
  text-align: left; }

.shop_table.woocommerce-checkout-review-order-table,
.span-two,
.woocommerce-checkout-payment {
  grid-column: 1 / span 2;
  width: 100%;
  margin: 0;
  display: grid; }

.shipping-review {
  padding-top: 32px; }

.woocommerce-NoticeGroup-checkout {
  /*   position: absolute;
  width: 100vw;
  margin-left: -$side-padding;
  top: 190px; */ }

.large-bold,
.woocommerce-billing-fields h3,
#ship-to-different-address label {
  margin: 0;
  font-size: 28px;
  font-weight: 700; }

.woocommerce-billing-fields h3 {
  padding-bottom: 5px; }

.line {
  border-top: 1px solid #c4c4c4; }

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

.woocommerce-checkout-review-order-table thead {
  padding-bottom: 10px; }

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 0; }

.woocommerce-checkout-review-order-table .checkout-shipping {
  padding-bottom: 10px; }

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  padding-top: 32px; }

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  font-size: 14px;
  padding-top: 10px; }

.woocommerce-checkout-review-order-table .padding_cell {
  display: none; }

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods,
.woocommerce-checkout-review-order-table .cart_item,
.woocommerce-checkout-review-order-table .cart-subtotal {
  line-height: 2; }

.woocommerce-checkout-review-order-table .cart-subtotal {
  font-weight: 700;
  border-top: 1px solid #c4c4c4; }

.woocommerce-checkout-review-order-table .includes_tax {
  font-size: 14px;
  right: 28px;
  padding-top: 40px; }

#ship-to-different-address-checkbox,
#privacy_policy {
  outline: none; }

#payment .place-order {
  background-color: transparent;
  margin-top: 44px;
  padding: 0; }

#payment .place-order .button {
  font-size: 18px;
  font-weight: 400;
  padding: 6px 12px; }

.woocommerce-terms-and-conditions-checkbox-text a {
  color: #8d8d8d !important; }

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #8d8d8d; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #f96131; }

table:not(.has-background) tbody td,
table:not(.has-background) tbody tr:nth-child(2n) td,
table:not(.has-background) th {
  background-color: transparent; }

table.woocommerce-checkout-review-order-table .product-name {
  width: unset;
  display: flex; }

.woocommerce-checkout-review-order-table .cart_item {
  width: 100%;
  display: inline-table; }

#payment .payment_methods > .wc_payment_method > label {
  display: none; }

input[id="billing_address_2"],
p#billing_address_2_field {
  display: none !important; }

.select2-container--default .select2-selection--single {
  height: 41px;
  border: 1px solid #c4c4c4; }

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 41px;
  display: flex;
  align-items: center; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 41px; }

.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-container--default
.select2-results__option--highlighted[data-selected] {
  background-color: #5e6369; }

select.parcel-machine-select-box {
  color: #000;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  outline: none;
  padding: 4px;
  border-radius: 2px; }

.woocommerce-shipping-methods li {
  text-indent: -25px;
  padding-left: 25px; }

td.woocommerce-table__product-name.product-name {
  display: flex; }
  td.woocommerce-table__product-name.product-name .product-quantity {
    margin-left: 14px; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.woocommerce-thankyou-order-received {
  padding-top: 60px; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.cookie-wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100vw;
  padding: 16px 28px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.85);
  z-index: 20;
  font-size: 18px;
  font-weight: 300; }
  @media screen and (max-width: 780px) {
    .cookie-wrapper {
      padding: 16px 16px;
      font-size: 14px; } }
  .cookie-wrapper .cookie-content {
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .cookie-wrapper .cookie-link {
    text-decoration: underline;
    text-underline-offset: 4px; }
    .cookie-wrapper .cookie-link a {
      color: #fff; }
    .cookie-wrapper .cookie-link:hover {
      text-decoration: none; }
  .cookie-wrapper .cookie-close {
    font-weight: 400;
    background-color: #c4c4c4;
    color: #333333;
    padding: 4px 16px;
    border-radius: 2px;
    white-space: nowrap; }
    .cookie-wrapper .cookie-close:hover {
      background-color: #fff; }
    @media screen and (max-width: 780px) {
      .cookie-wrapper .cookie-close {
        margin-top: 16px; } }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.site-footer {
  width: 100%;
  background-color: #fff;
  color: #000;
  display: block;
  padding: 32px 28px; }
  .site-footer p {
    font-size: 34px;
    font-weight: 400;
    padding-right: 8%;
    line-height: 1.2;
    margin: 0; }
  @media screen and (max-width: 1300px) {
    .site-footer p {
      font-size: 2.5vw; } }
  @media screen and (max-width: 780px) {
    .site-footer {
      padding: 18px 16px; }
      .site-footer p {
        font-size: 1.25rem; } }

.site-footer a:not(.button):not(.components-button) {
  text-decoration: none;
  color: #000; }

.site-footer a:not(.button):not(.components-button):hover {
  font-weight: 700; }

.storefront-handheld-footer-bar {
  display: none; }

.wp-block-columns {
  max-width: 1920px;
  gap: 14px;
  margin-bottom: 0; }
  @media screen and (min-width: 1920px) {
    .wp-block-columns {
      margin: auto; } }
  @media (min-width: 780px) {
    .wp-block-columns {
      flex-wrap: nowrap !important; } }

.wp-block-column.is-layout-flow p {
  margin: 0 0 8px; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.woocommerce-product-gallery__image {
  max-width: 77%; }
  .woocommerce-product-gallery__image :hover {
    opacity: 0.7; }

.thumbnails-wrapper {
  display: flex;
  align-items: center;
  padding: 32px 0;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  column-gap: 14px; }
  .thumbnails-wrapper .woocommerce-product-gallery__image {
    max-height: calc( ((100vw - 2 * 14px- 2 * 28px) / 3) / 3);
    display: flex;
    align-items: center;
    max-width: 100%; }
    .thumbnails-wrapper .woocommerce-product-gallery__image a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%; }
    .thumbnails-wrapper .woocommerce-product-gallery__image img {
      align-items: center;
      width: 100%;
      height: 100%;
      object-fit: scale-down; }
  .thumbnails-wrapper .woocommerce-product-gallery__image:nth-child(n + 4) {
    display: none; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.site-header {
  background: linear-gradient(180deg, white 38.54%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0) 100%);
  height: 160px;
  position: fixed;
  width: 100vw;
  border-bottom-color: transparent;
  border-bottom: unset;
  display: flex;
  padding: 16px 28px 50px 28px;
  color: #000; }
  @media screen and (max-width: 780px) {
    .site-header {
      padding: 0;
      margin: 0;
      height: 100px; } }

head#masthead.site-header {
  margin: 0; }

.home.post-type-archive-product .site-header {
  width: 100%;
  margin: 0; }

.header-desktop {
  width: 100%;
  max-width: 1920px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 14px;
  margin: 0; }
  @media screen and (min-width: 1920px) {
    .header-desktop {
      margin: auto; } }
  @media screen and (max-width: 780px) {
    .header-desktop {
      display: none; } }

.header-mobile {
  width: 100%;
  display: flex;
  position: fixed; }
  @media screen and (min-width: 780px) {
    .header-mobile {
      display: none; } }

.hidden-desktop {
  display: none; }
  @media screen and (max-width: 780px) {
    .hidden-desktop {
      display: flex; } }

ul {
  margin-block-start: 0;
  margin-block-end: 0; }

.main-navigation {
  display: none; }

.nav-menu {
  font-size: 34px; }

.woocommerce-active .site-header .main-navigation {
  width: unset;
  margin: 0; }

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  padding: 0; }

.woocommerce-active .site-header .site-branding {
  display: none; }

.logo-wrapper {
  grid-column: 1 / span 2; }
  @media screen and (max-width: 780px) {
    .logo-wrapper {
      width: 100%;
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 24px 16px 32px 16px;
      background: linear-gradient(180deg, white 38.54%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0) 100%); } }
  .logo-wrapper .logo-desktop {
    margin-right: 8%;
    max-width: 418px;
    cursor: pointer; }
    @media screen and (max-width: 780px) {
      .logo-wrapper .logo-desktop {
        display: none; } }
  .logo-wrapper .logo-desktop-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  @media screen and (min-width: 780px) {
    .logo-wrapper .logo-mobile {
      display: none; } }
  .logo-wrapper .mobile-burger {
    -webkit-tap-highlight-color: transparent; }
    @media screen and (min-width: 780px) {
      .logo-wrapper .mobile-burger {
        display: none; } }
  .logo-wrapper button.mobile-burger {
    background-color: transparent;
    padding: 0; }

ul.nav-list {
  list-style: none;
  grid-column: 3 / span 4;
  box-sizing: border-box;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 14px;
  padding-left: 0px;
  margin: 0px;
  /* TODO: fix */
  max-height: 86px;
  /*  */ }
  @media screen and (max-width: 1000px) {
    ul.nav-list {
      max-height: 40px; } }
  @media screen and (min-width: 1000px) and (max-width: 1280px) {
    ul.nav-list {
      max-height: 60px; } }
  @media screen and (max-width: 780px) {
    ul.nav-list {
      display: none; } }

.mobile-nav-wrapper {
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 96px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
  overflow: hidden scroll; }
  @media screen and (min-width: 780px) {
    .mobile-nav-wrapper {
      display: none; } }

@media screen and (min-width: 780px) {
  .mobile-nav-open-close {
    display: none; } }

.mobile-locale-switch {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 18px;
  text-transform: uppercase; }
  .mobile-locale-switch li {
    padding-right: 14px; }
  @media screen and (max-width: 780px) {
    .mobile-locale-switch {
      font-size: 14px; } }

.mobile-nav-footer {
  background: #fff;
  padding: 16px; }

.mobile-nav-list {
  text-transform: lowercase;
  padding: 32px 16px;
  margin: 0;
  font-size: 28px;
  background-image: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(163, 175, 194, 0.6) 100%);
  line-height: 1.5; }

.close-icon {
  padding: 0 4px; }

.close-icon {
  display: none; }

ul.mobile-nav-list {
  list-style: none; }

li.nav-item {
  font-size: 34px;
  display: inline-flex;
  line-height: 1.2;
  text-transform: lowercase;
  margin: 0px;
  align-items: center;
  letter-spacing: -1px; }
  @media screen and (max-width: 1300px) {
    li.nav-item {
      font-size: 2.5vw; } }
  li.nav-item a {
    color: #000; }
  li.nav-item a:hover {
    font-weight: 700; }

.bold-nav-item {
  font-weight: 700;
  letter-spacing: 0; }

.nav-cart {
  position: relative; }
  @media screen and (max-width: 1300px) {
    .nav-cart {
      display: flex; } }

.cart-contents {
  display: flex;
  /*   @media screen and (max-width: $mobile) {
    padding-left: $column-gap;
  } */ }

span.count {
  color: #000; }
  span.count:hover {
    color: #000; }

a.cart-contents {
  color: #000; }
  a.cart-contents:hover {
    color: #000; }

.count::before {
  display: none; }

.count {
  font-size: 18px;
  opacity: 1;
  padding-bottom: 15px;
  padding-left: 3px; }
  @media screen and (max-width: 1300px) {
    .count {
      font-size: 14px; } }
  @media screen and (max-width: 1000px) {
    .count {
      font-size: 12px; } }

@media screen and (max-width: 1300px) {
  img.cart-icon {
    width: 50%;
    padding-bottom: 3px; } }

@media screen and (max-width: 1000px) {
  img.cart-icon {
    width: 50%;
    padding-bottom: 5px; } }

@media screen and (max-width: 780px) {
  img.cart-icon {
    width: 50%;
    padding-bottom: 0;
    padding-left: 16px; } }

.count:hover {
  font-weight: 700;
  color: #000; }

.woocommerce-active .site-header .site-header-cart {
  display: none; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.pswp__bg,
.pswp__img--placeholder--blank {
  background: #fff;
  opacity: 0.8 !important; }

.pswp__top-bar,
.pswp__ui--fit .pswp__top-bar {
  background: transparent; }

.pswp__ui--idle,
.pswp__ui--idle .pswp__top-bar,
button.pswp__button.pswp__button--arrow--left,
button.pswp__button.pswp__button--arrow--right {
  opacity: 1; }

.pswp–zoom-allowed .pswp__img,
.pswp--animated-in .pswp__bg,
.pswp--animated-in.pswp__bg,
.pswp__img {
  pointer-events: none !important;
  cursor: pointer; }

.pswp__caption,
.pswp__caption.pswp__caption--fake .pswp__top-bar.pswp__counter,
button.pswp__button.pswp__button--zoom,
button.pswp__button.pswp__button--fs,
button.pswp__button.pswp__button--share,
.pswp__counter {
  display: none; }

button.pswp__button.pswp__button--close {
  background: url("../shop-etdm/assets/icons/close-large.svg") 0 0 no-repeat !important;
  top: 32px;
  right: 28px;
  width: 30px;
  height: 30px; }

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  max-height: 75vh;
  object-fit: scale-down; }

.pswp__button--arrow--right::before {
  content: url("../shop-etdm/assets/icons/arrow-right.svg");
  right: 28px; }
  @media screen and (max-width: 780px) {
    .pswp__button--arrow--right::before {
      display: none; } }

.pswp__button--arrow--left::before {
  content: url("../shop-etdm/assets/icons/arrow-left.svg");
  left: 28px; }
  @media screen and (max-width: 780px) {
    .pswp__button--arrow--left::before {
      display: none; } }

button.pswp__button.pswp__button--arrow--left {
  padding-left: 28px; }

button.pswp__button.pswp__button--arrow--right {
  padding-right: 28px; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.locale-switcher-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  outline: transparent;
  text-transform: uppercase; }
  .locale-switcher-wrapper ::marker {
    display: none; }
  .locale-switcher-wrapper ul {
    list-style: none;
    margin: 0; }

li.lang-item {
  padding-bottom: 4px; }
  li.lang-item:hover {
    font-weight: 700; }

button.locale-dropdown-button {
  color: #000;
  font-weight: 300;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: none;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
  outline: transparent; }
  button.locale-dropdown-button span {
    padding-right: 4px; }
  button.locale-dropdown-button:hover {
    font-weight: 700; }

.rotate-180 {
  transform: rotate(180deg); }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

body {
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(163, 175, 194, 0.6) 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  color: #000; }

body,
button,
input,
textarea,
select {
  font-family: "Ladna Sans", sans-serif; }

main {
  max-width: 1920px;
  margin: 0 28px 0 28px; }
  @media screen and (min-width: 1976px) {
    main {
      margin: 0 auto; } }
  @media screen and (max-width: 780px) {
    main {
      margin: 0 16px 0 16px; } }

.widget {
  margin: 0; }

.entry-header {
  display: none; }

.right-sidebar .content-area {
  width: 100%;
  margin-right: unset; }

.col-full {
  max-width: unset;
  padding: 0;
  margin-left: unset;
  margin-right: unset; }

a,
.hentry .entry-content a {
  color: #000;
  text-decoration: none; }

.grid-6 {
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  column-gap: 14px; }
  @media screen and (max-width: 780px) {
    .grid-6 {
      display: block; } }

.grid-6-mobile-3 {
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  column-gap: 14px; }
  @media screen and (max-width: 780px) {
    .grid-6-mobile-3 {
      display: block; } }

.grid-6-med-mobile-block {
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  column-gap: 14px; }
  @media screen and (max-width: 1280px) {
    .grid-6-med-mobile-block {
      display: block; } }

.storefront-breadcrumb {
  display: none; }

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.site-content {
  flex: 1 0 0px;
  margin: 160px 0 0 0; }
  @media screen and (max-width: 780px) {
    .site-content {
      margin: 100px 0 0 0; } }

.site-main {
  margin-bottom: 0; }

ul.products {
  padding-top: 22px; }
  @media screen and (max-width: 1280px) {
    ul.products {
      padding-top: 40px; } }

.woocommerce-active .site-header .site-search {
  display: none; }

.search-wrapper {
  right: 28px;
  height: 48px;
  grid-column: 6 / span 1; }

.woocommerce-product-search {
  border-bottom: 2px solid #c4c4c4;
  align-items: end;
  max-width: 100%;
  padding-right: 36px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #c4c4c4;
  -webkit-box-shadow: 0 0 0px 40rem #f9f9fb inset; }

input#woocommerce-product-search-field-1.search-field {
  color: #c4c4c4; }

input[type="search"]::placeholder {
  position: absolute;
  bottom: 1px; }

.widget_product_search form:not(.wp-block-search) input[type="search"],
input[type="search"]::placeholder {
  outline: none;
  font-size: 34px;
  font-weight: 400;
  color: #c4c4c4;
  text-transform: lowercase; }
  @media screen and (max-width: 780px) {
    .widget_product_search form:not(.wp-block-search) input[type="search"],
    input[type="search"]::placeholder {
      font-size: 28px; } }

input[type="search"] {
  height: 42px;
  box-shadow: none; }

input[type="text"],
input[type="tel"],
input[type="email"] {
  box-shadow: none;
  background-color: #fff; }

.widget_product_search form {
  margin-bottom: 0px; }

.widget_product_search form:not(.wp-block-search)::before {
  display: none; }

.widget_product_search form:not(.wp-block-search)::after {
  content: url("../shop-etdm/assets/icons/search.svg");
  position: absolute;
  bottom: 1px;
  right: 0; }

.site-search .widget_product_search form input[type="search"],
.widget_product_search form:not(.wp-block-search) input[type="search"] {
  padding: 0;
  background-color: transparent; }

.storefront-sorting:nth-of-type(2n),
.category-sort-search:nth-of-type(2n) {
  display: none; }

.woocommerce-products-header {
  display: none; }

.storefront-sorting {
  display: inline-block;
  margin: 0; }

.orderby {
  padding-bottom: 3px; }
  .orderby button {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    padding-right: 10px; }
  .orderby button:hover,
  .orderby button[selected="selected"] {
    font-weight: 700;
    outline: none; }
  @media screen and (max-width: 780px) {
    .orderby {
      padding-top: 8px; } }

.category-sort-search {
  width: 100%;
  align-items: end; }
  .category-sort-search .woocommerce-notices-wrapper {
    display: none; }

.category-name {
  font-size: 44px;
  padding-right: 28px;
  grid-column: 1 / span 4; }
  @media screen and (max-width: 780px) {
    .category-name {
      font-size: 28px; } }

.category-name h1 {
  padding-bottom: 0; }

.woocommerce-ordering {
  float: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  grid-column: 1 / span 5;
  align-items: end; }
  @media screen and (max-width: 780px) {
    .woocommerce-ordering {
      display: block;
      padding-bottom: 18px; } }

.woocommerce-result-count {
  display: none; }

.columns-6 {
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  column-gap: 14px; }
  @media screen and (max-width: 1280px) {
    .columns-6 {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 780px) {
    .columns-6 {
      grid-template-columns: repeat(2, 1fr); } }

.site-main ul.products.columns-6 li.product,
.storefront-full-width-content .site-main ul.products.columns-6 li.product {
  width: unset;
  margin-right: 0; }

li.product:hover {
  opacity: 0.5; }

ul.products::before {
  content: none; }

.bold,
strong {
  font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
p,
ul.products li.product .price {
  color: #000; }

ul.products li.product .price,
.price del,
ul.products li.product .price ins {
  font-weight: 300; }

.price del {
  color: #8d8d8d;
  opacity: 1; }

ul.products li.product .price ins {
  margin-left: 2px; }

em {
  font-style: italic; }

h1 {
  margin: 0;
  font-size: 44px;
  font-weight: 400;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-bottom: 32px; }
  @media screen and (max-width: 780px) {
    h1 {
      font-size: 28px; } }

p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 18px; }

.woocommerce-loop-product__title,
.author-editor-attribute {
  max-width: 200px; }
  @media screen and (max-width: 1300px) {
    .woocommerce-loop-product__title,
    .author-editor-attribute {
      max-width: unset; } }

ul.products li.product .price {
  font-size: 18px;
  margin-bottom: 0; }

ul.products li.product .woocommerce-loop-product__title {
  padding-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700; }

ul.products li.product {
  text-align: left;
  margin-bottom: 84px; }
  @media screen and (max-width: 780px) {
    ul.products li.product {
      margin-bottom: 68px; } }

.product-image-wrapper {
  position: relative; }

img.attachment-woocommerce_thumbnail,
.attachment-woocommerce_thumbnail,
.size-woocommerce_thumbnail,
.woocommerce-placeholder.wp-post-image {
  width: 100%;
  max-height: calc((1920px - 5 * 14px) / 6);
  height: calc((100vw - 5 * 14px - 2 * 28px) / 6);
  object-fit: scale-down;
  object-position: left bottom; }
  @media screen and (max-width: 1280px) {
    img.attachment-woocommerce_thumbnail,
    .attachment-woocommerce_thumbnail,
    .size-woocommerce_thumbnail,
    .woocommerce-placeholder.wp-post-image {
      height: calc((100vw - 28px - 56px) / 3); } }
  @media screen and (max-width: 780px) {
    img.attachment-woocommerce_thumbnail,
    .attachment-woocommerce_thumbnail,
    .size-woocommerce_thumbnail,
    .woocommerce-placeholder.wp-post-image {
      height: calc((100vw - 14px - 28px) / 2); } }

ul.products li.product img {
  margin: 0; }

ul.products li.product .woocommerce-LoopProduct-link {
  padding-right: 20px; }

img {
  border-radius: 0; }

a:focus,
.focus a,
button:focus,
.focus button {
  outline: none; }

.add_to_cart_button,
.product_type_simple {
  display: none; }

.author-editor-attribute {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3; }

.onsale-new {
  border-color: transparent;
  color: #fff;
  background-color: #f96131;
  padding: 2px 10px 2px 10px;
  font-size: 14px;
  font-weight: 700; }

.soldout {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px 10px 2px 10px;
  font-size: 14px;
  font-weight: 700; }

.onsale-new,
.soldout {
  border-radius: 2px;
  left: -5px;
  position: absolute;
  top: 80%; }
  @media screen and (max-width: 780px) {
    .onsale-new,
    .soldout {
      top: 75%; } }

.uppercase {
  text-transform: uppercase; }

.soldout-product-page {
  border-radius: 2px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0;
  display: inline-block; }

.stock.out-of-stock {
  display: none; }

.stock.out-of-stock::before {
  display: none; }

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background-color: #5e6369;
  border-left: none;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0; }

ul.wc_payment_methods.payment_methods.methods .woocommerce-info {
  margin-left: 0;
  margin-right: 0; }

.woocommerce-notices-wrapper .woocommerce-message {
  margin-left: -28px;
  margin-right: -28px; }
  @media screen and (max-width: 780px) {
    .woocommerce-notices-wrapper .woocommerce-message {
      margin-left: -16px;
      margin-right: -16px; } }

.woocommerce-info,
.woocommerce-error {
  margin-left: -28px;
  margin-right: -28px; }
  @media screen and (max-width: 780px) {
    .woocommerce-info,
    .woocommerce-error {
      margin-left: -16px;
      margin-right: -16px; } }

.woocommerce-error {
  background-color: #f96131; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  border-left: transparent;
  margin-bottom: 22px;
  padding: 14px 57px 14px 57px; }
  @media screen and (max-width: 780px) {
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce-noreviews,
    p.no-comments {
      padding: 14px 14px 14px 40px; } }

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
  top: 14px; }
  @media screen and (max-width: 780px) {
    .woocommerce-info::before,
    .woocommerce-message::before,
    .woocommerce-error::before {
      left: 16px; } }

.woocommerce-info.woocommerce-no-products-found {
  padding: 32px 28px; }
  @media screen and (max-width: 780px) {
    .woocommerce-info.woocommerce-no-products-found {
      padding: 32px 16px; } }

a.button.wc-backward.wp-element-button {
  color: #fff !important; }

.site-content p a {
  box-shadow: inset 0 -2px 0 0 #c4c4c4;
  padding-bottom: 3px; }
  .site-content p a:hover {
    font-weight: 700;
    box-shadow: inset 0 -2px 0 0 #000; }
  .site-content p a.button {
    box-shadow: none;
    padding-bottom: 6px; }
    .site-content p a.button:hover {
      font-weight: 400;
      box-shadow: none; }

.hidden {
  display: none; }

.show {
  display: block; }

.overflow-hidden {
  overflow: hidden; }

@media screen and (min-width: 780px) {
  .hidden-desktop {
    display: none; } }

.side-padding-right {
  padding-right: 28px; }

.align-end {
  display: inline-flex;
  align-items: end; }

.no-results-search {
  margin-top: 2px; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.storefront-product-pagination,
.woocommerce-tabs ul.tabs,
.related .products,
.related > h2:first-child {
  display: none; }

.single-product
div.product
.woocommerce-product-gallery
.woocommerce-product-gallery__trigger {
  display: none; }

.single-product div.product {
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  column-gap: 14px;
  padding-top: 10px;
  /*   @media screen and (max-width: $three-columns) {
    grid-template-columns: repeat(3, 1fr);
    } */ }
  @media screen and (max-width: 780px) {
    .single-product div.product {
      display: block; } }

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery,
.single-product div.product .woocommerce-product-gallery {
  width: 100%;
  grid-column: 1 / span 2;
  margin: 0; }

.storefront-full-width-content.single-product div.product .summary,
.single-product div.product .summary,
.single-product div.product .woocommerce-tabs {
  grid-column: 3 / span 3;
  width: 100%;
  float: right;
  margin-right: 0; }

.woocommerce-product-gallery__image.flex-active-slide img {
  min-width: 80%; }

.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3
.flex-control-thumbs
li {
  margin-bottom: 14px; }

.single-product
div.product
.woocommerce-product-gallery
.flex-control-thumbs::before {
  content: none; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  column-gap: 14px; }

.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3
.flex-control-thumbs
li {
  width: 100%; }

.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3
.flex-control-thumbs
li
img {
  height: 180px;
  width: 180px;
  opacity: 0.7;
  object-fit: scale-down; }

.woocommerce-product-gallery__image--placeholder {
  height: 220px;
  max-width: 200px;
  object-fit: scale-down;
  object-position: left bottom; }

.woocommerce-tabs .panel {
  width: unset;
  float: unset; }

.woocommerce-tabs .panel h2:first-of-type {
  display: none; }

.single-product div.product .summary h1 {
  font-weight: 700; }

.single-product div.product .summary .price {
  font-size: 28px;
  margin: 0; }

.single-product div.product form.cart .quantity {
  display: none; }

.button,
.button.alt {
  padding: 6px 12px 6px 12px;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 400;
  background-color: #5e6369;
  color: #fff;
  white-space: nowrap; }

.button:hover {
  background-color: #000;
  color: #fff; }

.single-product div.product form.cart {
  padding: 0;
  margin-bottom: 54px;
  margin-top: 14px; }

.woocommerce-tabs .panel p {
  font-size: 14px;
  margin: 0 0 8px; }

.woocommerce-tabs {
  padding: 32px 0 100px 0; }

.single-product div.product .product_meta .posted_in:last-child {
  display: none; }

.single-product div.product .product_meta {
  border-top: none; }

table.woocommerce-product-attributes.shop_attributes {
  display: none; }

/* .woocommerce-product-gallery__wrapper{
  transition-duration: 0s !important;
  transform: unset !important;
}  */
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child {
  margin-top: 0; }

.woocommerce-message {
  background-color: #5e6369; }

.single-product div.product .summary h1 {
  position: relative; }

.woocommerce-message .button {
  border-left-color: transparent !important;
  padding-right: 28px; }

.woocommerce-message a.button.wc-forward.wp-element-button:hover,
.woocommerce-message a.wc-backward:hover,
.woocommerce-message a.restore-item:hover {
  font-weight: 700; }

.wc-forward::after {
  content: url("../shop-etdm/assets/icons/arrow.svg");
  padding-top: 2px;
  position: absolute; }

table.product-attributes {
  width: unset; }

.product-attributes {
  font-size: 14px; }
  .product-attributes table {
    margin: 0; }
  .product-attributes th {
    padding: 2px 14px 0 0;
    font-weight: 400; }

.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .tagged_as {
  display: none; }

.price del + ins {
  margin-left: 0; }

div.summary.entry-summary h1.product_title.entry-title {
  padding-bottom: 8px; }

/* Color */
/* Font Family */
/* Font Size */
/* Line Height */
/* Font Weight */
/* Heights */
/* Padding */
/* Gap */
/* Border */
/* Width */
/* Break points */
@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBeta-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Ladna Sans";
  src: url("../shop-etdm/assets/fonts/LadnaSansBetaGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal; }

.counter {
  display: flex;
  padding-left: 20px;
  justify-content: start;
  font-size: 18px; }
  @media screen and (max-width: 780px) {
    .counter {
      padding-left: 0; } }

.counter input {
  width: 25px;
  height: unset;
  padding: 0;
  border: 0;
  text-align: center;
  background: none;
  appearance: none;
  outline: transparent;
  color: #000;
  box-shadow: none; }

.counter span {
  display: block;
  padding: 0 0;
  cursor: pointer;
  color: #adadad;
  user-select: none; }

.quantity .qty {
  width: 28px; }
  @media screen and (max-width: 780px) {
    .quantity .qty {
      font-weight: 300; } }
