:root {
  --pellucci-ink: #171412;
  --pellucci-muted: #706a64;
  --pellucci-ivory: #fbf8f3;
  --pellucci-rose: #b77d69;
  --pellucci-rose-dark: #986452;
  --pellucci-line: #e9dfd5;
  --pellucci-success: #3f7c58;
}

.page-id-9621 .elementor-element-5d108e9,
.page-id-9621 .elementor-element-69f334d,
.page-id-9621 .elementor-element-a9dfda8 {
  display: none !important;
}

.pellucci-guide {
  padding: 56px 20px 72px;
  background: linear-gradient(180deg, #fff 0%, var(--pellucci-ivory) 100%);
  color: var(--pellucci-ink);
}

.pellucci-guide__inner {
  width: min(100%, 860px);
  margin: 0 auto;
}

.pellucci-guide__eyebrow {
  margin: 0 0 12px;
  color: var(--pellucci-rose);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-align: center;
}

.pellucci-guide__panel[hidden] { display: none !important; }
.pellucci-guide__panel h2 {
  margin: 0;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.08;
  text-align: center;
  text-transform: none;
}
.pellucci-guide__panel > p {
  max-width: 600px;
  margin: 14px auto 28px;
  color: var(--pellucci-muted);
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.pellucci-guide__mode-grid,
.pellucci-guide__category-grid,
.pellucci-guide__answers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pellucci-guide button {
  font: inherit;
}

.pellucci-guide__mode,
.pellucci-guide__category,
.pellucci-guide__answer {
  display: flex;
  min-height: 148px;
  padding: 22px;
  border: 1px solid var(--pellucci-line);
  border-radius: 16px;
  background: #fff;
  color: var(--pellucci-ink);
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pellucci-guide__mode:hover,
.pellucci-guide__mode:focus-visible,
.pellucci-guide__category:hover,
.pellucci-guide__category:focus-visible,
.pellucci-guide__answer:hover,
.pellucci-guide__answer:focus-visible {
  border-color: var(--pellucci-rose);
  box-shadow: 0 12px 34px rgba(77, 49, 37, .10);
  outline: none;
  transform: translateY(-2px);
}

.pellucci-guide__mode--primary {
  background: linear-gradient(145deg, #fcf4ef, #fff);
  border-color: #d7ad9c;
}

.pellucci-guide__mode > span,
.pellucci-guide__category > span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #f5e8e2;
  color: var(--pellucci-rose-dark);
  font-size: 20px;
  place-items: center;
}

.pellucci-guide__mode strong,
.pellucci-guide__category strong,
.pellucci-guide__answer strong {
  font-size: 20px;
  line-height: 1.2;
}

.pellucci-guide__mode small,
.pellucci-guide__category small {
  margin-top: 7px;
  color: var(--pellucci-muted);
  font-size: 13px;
}

.pellucci-guide__progress {
  margin: 0 0 26px;
  color: var(--pellucci-rose-dark);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.pellucci-guide__progress i,
.pellucci-free-shipping i {
  display: block;
  height: 4px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 99px;
  background: #eadfd7;
}
.pellucci-guide__progress i::before,
.pellucci-free-shipping i::before {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: var(--pellucci-rose);
  content: '';
}

.pellucci-guide__category-grid,
.pellucci-guide__answers {
  margin-top: 28px;
}

.pellucci-guide__answer {
  position: relative;
  min-height: 104px;
}
.pellucci-guide__answer small {
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: 99px;
  background: #f1ddd4;
  color: var(--pellucci-rose-dark);
  font-size: 11px;
  font-weight: 800;
}

.pellucci-guide__back {
  display: block;
  margin: 24px auto 0;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--pellucci-muted);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pellucci-guide__products {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.pellucci-guide__product {
  display: grid;
  grid-template-columns: 72px 1fr 34px;
  gap: 14px;
  min-height: 92px;
  padding: 10px 14px 10px 10px;
  border: 1px solid var(--pellucci-line);
  border-radius: 14px;
  background: #fff;
  align-items: center;
}
.pellucci-guide__product img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}
.pellucci-guide__product div {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.pellucci-guide__product strong { font-size: 15px; }
.pellucci-guide__product span { color: var(--pellucci-muted); font-size: 13px; }
.pellucci-guide__product i {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--pellucci-rose);
  color: #fff;
  font-style: normal;
  place-items: center;
}
.pellucci-guide__total {
  display: flex;
  margin: 18px 0;
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
}
.pellucci-guide__submit {
  width: 100%;
  padding: 17px 22px;
  border: 0;
  border-radius: 12px;
  background: var(--pellucci-rose);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}
.pellucci-guide__submit:hover,
.pellucci-guide__submit:focus-visible { background: var(--pellucci-rose-dark); }
.pellucci-guide__submit:disabled { cursor: wait; opacity: .65; }
.pellucci-guide__status { min-height: 22px; margin: 10px 0 0 !important; color: var(--pellucci-rose-dark) !important; font-size: 13px !important; }

.woocommerce-cart .mkdf-title-holder,
.woocommerce-checkout .mkdf-title-holder { display: none !important; }
.woocommerce-cart .mkdf-content,
.woocommerce-checkout .mkdf-content { padding-top: 34px; }
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce { width: min(100%, 1160px); margin: 0 auto; padding: 0 20px; }

.pellucci-order-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 740px;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid var(--pellucci-line);
  border-radius: 12px;
  background: #fff;
}
.pellucci-order-progress span {
  padding: 13px 8px;
  color: var(--pellucci-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.pellucci-order-progress .is-active { background: var(--pellucci-ink); color: #fff; }

.woocommerce-cart table.shop_table,
.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review {
  border: 1px solid var(--pellucci-line) !important;
  border-radius: 14px !important;
  background: #fff;
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th { padding: 16px 12px; }
.woocommerce-cart .coupon { display: none !important; }
.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: 520px;
  margin: 24px 0 0 auto;
  padding: 24px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
  width: 100%;
  padding: 17px 22px !important;
  border-radius: 10px !important;
  background: var(--pellucci-rose) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.pellucci-free-shipping {
  margin: 0 0 18px;
  color: var(--pellucci-muted);
  font-size: 13px;
  text-align: center;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle { display: none !important; }
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 36px;
  align-items: start;
}
.woocommerce-checkout #customer_details { grid-column: 1; grid-row: 1; }
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 { float: none; width: 100%; }
.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
}
.woocommerce-checkout #customer_details .form-row { grid-column: 1 / -1; width: 100%; }
.woocommerce-checkout #customer_details #billing_first_name_field,
.woocommerce-checkout #customer_details #billing_last_name_field,
.woocommerce-checkout #customer_details #billing_email_field,
.woocommerce-checkout #customer_details #billing_phone_field,
.woocommerce-checkout #customer_details #billing_city_field,
.woocommerce-checkout #customer_details #billing_postcode_field { grid-column: auto; }
.woocommerce-checkout #order_review_heading { grid-column: 2; grid-row: 1; margin: 0 0 12px; }
.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 1;
  position: sticky;
  top: 24px;
  margin-top: 44px;
  padding: 24px;
}
.woocommerce-checkout #billing_country_field { display: none !important; }
.woocommerce-checkout .form-row { margin: 0 0 13px; }
.woocommerce-checkout .form-row label { margin-bottom: 5px; color: var(--pellucci-ink); font-size: 12px; font-weight: 750; }
.woocommerce-checkout .input-text,
.woocommerce-checkout select {
  min-height: 48px;
  border: 1px solid #d8cec5 !important;
  border-radius: 9px !important;
  background: #fff !important;
}
.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus { border-color: var(--pellucci-rose) !important; box-shadow: 0 0 0 3px rgba(183, 125, 105, .12); }
.pellucci-company-toggle {
  grid-column: 1 / -1;
  justify-self: start;
  margin: 0 0 14px;
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: var(--pellucci-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.woocommerce-checkout .woocommerce-privacy-policy-text { font-size: 12px; line-height: 1.5; }

.woocommerce-checkout #order_review .pellucci-econt-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 14px 0;
  padding: 16px;
  border: 1px solid #dfd4cb;
  border-radius: 12px;
  background: #fbf8f5;
}
.woocommerce-checkout #order_review .pellucci-econt-row > th,
.woocommerce-checkout #order_review .pellucci-econt-row > td {
  display: block;
  width: auto;
  padding: 0 !important;
  border: 0 !important;
  text-align: left;
}
.woocommerce-checkout #order_review .pellucci-econt-row > th { font-size: 15px; font-weight: 800; }
.woocommerce-checkout #order_review .pellucci-econt-row #shipping_method { margin: 0; }
.woocommerce-checkout #order_review .pellucci-econt-row #shipping_method > li { margin: 0; }
.woocommerce-checkout #order_review .pellucci-econt-row #shipping_method label { display: none; }
.woocommerce-checkout #order_review #econt_delivery_calculate_buttons { display: grid; gap: 8px; }
.woocommerce-checkout #order_review #calculate_shipping_button {
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid var(--pellucci-ink);
  border-radius: 9px;
  background: #fff;
  color: var(--pellucci-ink);
  cursor: pointer;
  font-weight: 800;
}
.woocommerce-checkout #order_review #calculate_shipping_button:hover,
.woocommerce-checkout #order_review #calculate_shipping_button:focus-visible { background: var(--pellucci-ink); color: #fff; }
.pellucci-econt-status { margin: 0 !important; color: var(--pellucci-muted); font-size: 12px; line-height: 1.45; }
.pellucci-econt-status.is-success { color: #376443; }
.pellucci-econt-status.is-error { color: #9d2c2c; font-weight: 700; }
.pellucci-econt-status.is-loading { color: var(--pellucci-ink); }
.woocommerce-checkout #econt_detailed_shipping:empty { display: none !important; }
.woocommerce-checkout #place_order.pellucci-needs-econt { opacity: .72; }

.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
  display: grid;
  gap: 10px;
  margin: 18px 0 !important;
  padding: 0 !important;
}
.woocommerce-checkout .wc_payment_method {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #dfd4cb;
  border-radius: 12px;
  background: #fff;
}
.woocommerce-checkout .wc_payment_method.is-selected,
.woocommerce-checkout .wc_payment_method:has(input[name="payment_method"]:checked) {
  border-color: var(--pellucci-rose-dark);
  background: #fbf6f2;
  box-shadow: 0 0 0 2px rgba(123, 72, 56, .1);
}
.woocommerce-checkout .wc_payment_method input[name="payment_method"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
}
.woocommerce-checkout .wc_payment_method > label {
  position: relative;
  display: flex !important;
  min-height: 56px;
  margin: 0 !important;
  padding: 17px 48px 17px 18px;
  align-items: center;
  cursor: pointer;
  color: var(--pellucci-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
}
.woocommerce-checkout .wc_payment_method > label::before {
  content: '';
  position: absolute;
  right: 17px;
  width: 22px;
  height: 22px;
  border: 2px solid #b9ada3;
  border-radius: 50%;
  background: #fff;
}
.woocommerce-checkout .wc_payment_method > label::after {
  content: '✓';
  position: absolute;
  right: 21px;
  top: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(-50%);
}
.woocommerce-checkout .wc_payment_method input[name="payment_method"]:checked + label::before {
  border-color: var(--pellucci-rose-dark);
  background: var(--pellucci-rose-dark);
}
.woocommerce-checkout .wc_payment_method input[name="payment_method"]:checked + label::after { opacity: 1; }
.woocommerce-checkout .wc_payment_method .payment_box {
  margin: 0 !important;
  padding: 0 18px 16px !important;
  background: transparent !important;
  color: var(--pellucci-muted);
  font-size: 12px;
}

.woocommerce-checkout #myModal.econt-modal {
  position: fixed !important;
  z-index: 999999 !important;
  inset: 0 !important;
  box-sizing: border-box;
  padding: 3vh 3vw !important;
  align-items: center;
  justify-content: center;
  background: rgba(25, 20, 17, .68) !important;
}
.woocommerce-checkout #myModal .econt-modal-content {
  position: relative;
  box-sizing: border-box;
  width: min(1080px, 94vw) !important;
  height: min(860px, 92vh) !important;
  margin: 0 !important;
  padding: 40px 14px 14px !important;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}
.woocommerce-checkout #myModal .close {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 16px;
  color: var(--pellucci-ink);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}
.woocommerce-checkout #myModal #place_iframe_here,
.woocommerce-checkout #myModal #delivery_with_econt_iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 520px;
  border: 0 !important;
}

@media (max-width: 767px) {
  .pellucci-guide { padding: 38px 12px 52px; }
  .pellucci-guide__mode-grid,
  .pellucci-guide__category-grid,
  .pellucci-guide__answers { grid-template-columns: 1fr; gap: 10px; }
  .pellucci-guide__mode,
  .pellucci-guide__category { min-height: 112px; padding: 16px; }
  .pellucci-guide__mode > span,
  .pellucci-guide__category > span { width: 36px; height: 36px; margin-bottom: 12px; }
  .pellucci-guide__answer { min-height: 76px; padding: 16px; }
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce { padding: 0 12px; }
  .pellucci-order-progress { margin-bottom: 20px; }
  .pellucci-order-progress span { padding: 11px 4px; font-size: 10px; }
  .woocommerce-checkout form.checkout { display: block; }
  .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper { display: block; }
  .woocommerce-checkout #order_review_heading { margin-top: 26px; }
  .woocommerce-checkout #order_review { position: static; margin-top: 0; padding: 16px; }
  .woocommerce-checkout #myModal.econt-modal { padding: 0 !important; }
  .woocommerce-checkout #myModal .econt-modal-content { width: 100vw !important; height: 100vh !important; border-radius: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals { padding: 18px; }
}
