﻿/* EuroDrop WordPress and WooCommerce integration. */

/* WordPress and WooCommerce integration */
body {
  overflow-x: hidden;
}

.col-full,
.site-main > .col-full {
  max-width: none !important;
  padding: 0 !important;
}

.site-content,
.content-area,
.widget-area {
  margin: 0 !important;
  padding: 0 !important;
}

.site-main,
.site-main > .col-full {
  margin: 0 !important;
  padding: 0 !important;
}

#page,
#content {
  margin: 0 !important;
  padding: 0 !important;
}

.site-header {
  padding: 0;
  margin: 0 !important;
}

.storefront-breadcrumb,
.page-header,
.site-description,
.woocommerce-products-header,
.storefront-handheld-footer-bar {
  display: none;
}

.custom-logo-link img {
  max-height: 46px;
  width: auto;
}

.primary-nav ul,
.primary-nav li {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ed-search-form {
  width: min(260px, 28vw);
}

.ed-search-form input[type="search"] {
  width: 100%;
  min-height: 42px;
  padding: 0 var(--s4);
  color: var(--ink);
  background: var(--soft);
  border: 0;
  border-radius: 999px;
  font-weight: 700;
}

.ed-search-form input[type="hidden"] {
  display: none;
}

.ed-hamburger,
.ed-drawer-close {
  display: none;
}

.ed-drawer-overlay,
.ed-mobile-drawer {
  display: none;
}

.ed-breadcrumb {
  margin-bottom: var(--s5);
  color: #c9d1dc;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ed-breadcrumb a {
  color: inherit;
}

.shop-count-card {
  align-self: end;
  color: var(--ink);
}

.shop-count-card strong {
  display: block;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 0.9;
}

.shop-count-card span {
  display: block;
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.price-filter {
  align-items: stretch;
}

.products {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s4);
}

.grid.four.products,
.related ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

ul.products::before,
ul.products::after {
  display: none !important;
}

ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.ed-product-card {
  position: relative;
}

.ed-product-card .product-title a {
  color: inherit;
}

.ed-wishlist-btn {
  position: absolute;
  top: var(--s3);
  right: var(--s3);
  z-index: 4;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--ink);
  background: rgba(255,255,255,0.86);
  border: 0;
  border-radius: 50%;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.ed-wishlist-btn svg {
  display: block;
}

.ed-wishlist-btn:hover {
  color: var(--red);
  transform: scale(1.08);
}

.ed-wishlist-btn.is-active {
  color: var(--surface);
  background: var(--red);
}

.ed-wishlist-btn.is-active svg path {
  fill: currentColor;
  stroke: currentColor;
}

.sale .woocommerce-Price-amount,
.price-row .woocommerce-Price-amount,
.price-large .woocommerce-Price-amount {
  font-weight: 900;
}

.price-row del,
.price-large del {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.price-row ins,
.price-large ins {
  color: inherit;
  text-decoration: none;
}

.woocommerce-result-count {
  margin: 0;
  color: var(--slate);
  font-weight: 800;
}

.woocommerce-ordering {
  margin: 0;
}

.woocommerce-ordering select,
.variations select,
.quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 46px;
  padding: 0 var(--s4);
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 700;
}

.woocommerce form .form-row textarea {
  min-height: 120px;
  padding-top: var(--s3);
}

.woocommerce form .form-row {
  margin: 0 0 var(--s4);
}

.woocommerce form .form-row label {
  color: var(--graphite);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  max-width: 1500px;
  margin: var(--s4) auto;
  padding: var(--s4) var(--s5);
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.woocommerce-message {
  border-left: 4px solid var(--green);
}

.woocommerce-error {
  border-left: 4px solid var(--red);
}

.woocommerce-info {
  border-left: 4px solid var(--blue);
}

.woocommerce-pagination {
  margin-top: var(--s6);
}

.related.products > h2 {
  display: none;
}

.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: var(--s2);
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce-pagination li {
  border: 0 !important;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  display: grid;
  min-width: 40px;
  height: 40px;
  place-items: center;
  color: var(--ink);
  background: var(--soft);
  border-radius: 50%;
  font-weight: 900;
}

.woocommerce-pagination .current,
.woocommerce-pagination a:hover {
  color: var(--surface);
  background: var(--ink);
}

.empty-state {
  padding: var(--s7);
  background: var(--soft);
  border-radius: var(--radius);
  text-align: center;
}

.empty-state h2,
.empty-state h3 {
  margin: 0 0 var(--s3);
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.empty-state p {
  margin: 0;
  color: var(--slate);
}

.single_add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.checkout-button,
#place_order {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 var(--s5) !important;
  color: var(--surface) !important;
  background: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  border-radius: var(--radius) !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  line-height: 1 !important;
}

.single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.checkout-button:hover,
#place_order:hover {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
}

.ed-add-to-cart-panel {
  margin-top: var(--s5);
}

.ed-add-to-cart-panel form.cart {
  display: grid;
  gap: var(--s3);
}

.ed-add-to-cart-panel form.cart::before,
.ed-add-to-cart-panel form.cart::after {
  display: none;
}

.ed-add-to-cart-panel .quantity {
  margin: 0;
}

.variations {
  width: 100%;
  margin: 0 0 var(--s4);
}

.variations th,
.variations td {
  display: block;
  padding: 0 0 var(--s2);
}

.reset_variations {
  display: inline-block;
  margin-top: var(--s2);
  color: var(--muted);
  font-weight: 800;
}

.ed-product-story {
  background: linear-gradient(180deg, var(--soft) 0%, var(--surface) 100%);
}

.ed-related-section {
  padding-top: var(--s6);
  background: var(--surface);
}

.ed-related-section .related ul.products,
.ed-related-section .related .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: var(--s4) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

@media (max-width: 1100px) {
  .ed-related-section .related ul.products,
  .ed-related-section .related .products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .ed-related-section .related ul.products,
  .ed-related-section .related .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.ed-product-description {
  max-width: 680px;
  color: var(--slate);
  font-size: 1rem;
  line-height: 1.75;
}

.ed-product-description p {
  margin: 0 0 var(--s4);
}

.ed-product-description h2,
.ed-product-description h3 {
  margin: var(--s5) 0 var(--s3);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.ed-product-description ul,
.ed-product-description ol {
  margin: 0 0 var(--s4);
  padding-left: 1.3em;
}

.ed-product-description li {
  margin: 0 0 var(--s2);
}

.related > h2 {
  display: none;
}

.ed-cart-wrap,
.ed-checkout-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: var(--s8) var(--s5);
}

.ed-cart-items {
  margin-top: var(--s6);
}

.ed-cart-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
  align-items: center;
  margin-top: var(--s3);
}

.ed-cart-remove {
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ed-cart-footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
  align-items: center;
  justify-content: space-between;
  margin-top: var(--s5);
}

.ed-cart-coupon {
  display: flex;
  gap: var(--s2);
  align-items: center;
}

.cart-collaterals,
.cart_totals {
  width: 100% !important;
  float: none !important;
}

.cart_totals h2 {
  display: none;
}

.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.shop_table th,
.shop_table td {
  padding: var(--s3) 0;
  border-bottom: 1px solid var(--line);
}

.shop_table th {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.shop_table td {
  text-align: right;
  font-weight: 800;
}

.wc-proceed-to-checkout {
  margin-top: var(--s5);
}

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
}

.ed-checkout-form {
  align-items: start;
}

.ed-checkout-section {
  margin-top: var(--s6);
}

.wc-block-cart,
.wc-block-checkout {
  max-width: 1500px;
  margin: 0 auto;
  padding: var(--s7) var(--s5);
}

.wc-block-cart__main,
.wc-block-cart__sidebar,
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.wc-block-cart__main,
.wc-block-components-sidebar-layout .wc-block-components-main {
  padding: var(--s5);
}

.wc-block-cart__sidebar,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: var(--s5);
}

.wc-block-components-button:not(.is-link),
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  min-height: 52px;
  color: var(--surface) !important;
  background: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  border-radius: var(--radius) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.wc-block-components-button:not(.is-link):hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"] {
  min-height: 48px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  font-weight: 700;
}

.wc-block-components-title,
.wc-block-components-checkout-step__title,
.wc-block-cart-items__header,
.wc-block-components-totals-wrapper {
  color: var(--ink);
  font-weight: 900;
}

.wc-block-cart__empty-cart__title {
  color: var(--ink);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s3);
}

.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce-additional-fields__field-wrapper .form-row-wide {
  grid-column: 1 / -1;
}

.woocommerce-checkout-review-order-table .product-name {
  text-align: left;
}

.woocommerce-checkout-payment {
  margin-top: var(--s5);
}

.wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc_payment_method {
  padding: var(--s4);
  background: var(--soft);
  border-radius: var(--radius);
}

.wc_payment_method label {
  font-weight: 900;
}

.place-order {
  margin-top: var(--s4);
}

#place_order {
  width: 100%;
}

.footer-brand {
  margin-bottom: var(--s5);
}

.footer-copy {
  max-width: 390px;
  margin: var(--s4) 0 0;
  color: #c9d1dc;
}

.ed-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--s3);
  padding-bottom: var(--s5);
  color: #c9d1dc;
  font-weight: 800;
}

.ed-whatsapp-btn {
  position: fixed;
  right: var(--s5);
  bottom: var(--s5);
  z-index: 40;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--surface);
  background: var(--green);
  border-radius: 50%;
  box-shadow: var(--shadow);
  font-weight: 900;
}

.ed-toast {
  position: fixed;
  left: 50%;
  bottom: var(--s6);
  z-index: 100;
  padding: var(--s3) var(--s5);
  color: var(--surface);
  background: var(--ink);
  border-radius: 999px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  font-weight: 800;
}

.ed-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.ed-page-content {
  padding: var(--s8) 0;
}

.ed-page-title {
  margin: 0 0 var(--s5);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.entry-content {
  color: var(--slate);
}

.entry-content a {
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 1180px) {
  ul.products,
  .grid.four.products,
  .related ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .ed-search-form {
    display: none;
  }

  .ed-hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 42px;
    height: 42px;
    background: var(--soft);
    border: 0;
    border-radius: 50%;
  }

  .ed-hamburger span {
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: var(--ink);
    border-radius: 999px;
  }

  .ed-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    background: rgba(14, 17, 22, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .ed-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: block;
    width: min(360px, 90vw);
    padding: var(--s5);
    background: var(--surface);
    box-shadow: var(--shadow);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .ed-menu-open .ed-drawer-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .ed-menu-open .ed-mobile-drawer {
    transform: translateX(0);
  }

  .ed-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--s6);
  }

  .ed-drawer-close {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    background: var(--soft);
    border: 0;
    border-radius: 50%;
    font-weight: 900;
  }

  .ed-drawer-nav {
    display: grid;
    gap: var(--s2);
  }

  .ed-drawer-nav a {
    padding: var(--s4);
    background: var(--soft);
    border-radius: var(--radius);
    font-weight: 900;
    text-transform: uppercase;
  }

  .ed-cart-wrap,
  .ed-checkout-wrap {
    padding: var(--s7) var(--s4);
  }

  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper,
  .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  ul.products,
  .grid.four.products,
  .related ul.products {
    grid-template-columns: 1fr;
  }

  .ed-cart-coupon {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .ed-footer-bottom {
    display: grid;
  }
}

