.scf-woo-shell {
  padding: 3.25rem 0 4rem;
  background: #fff;
}

.woocommerce {
  padding-top: 30px;
}

.archive.woocommerce {
  padding-top: 0;
}

.single-product.woocommerce,
.single-product .woocommerce {
  padding-top: 0;
}

.woocommerce-checkout form.checkout {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.woocommerce-checkout form.checkout.scf-checkout-layout {
  display: grid;
  gap: 1.75rem;
}

.woocommerce-checkout .scf-checkout-main,
.woocommerce-checkout .scf-checkout-sidebar {
  min-width: 0;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
  margin-top: 1.5rem;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment,
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .woocommerce-form-login {
  padding: 1.4rem 1.5rem;
  border: 1px solid #e5ddd1;
  border-radius: 18px;
  background: #fcfaf7;
  box-shadow: 0 14px 32px rgba(32, 24, 14, 0.05);
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-checkout #payment > h2 {
  margin: 0 0 1rem;
  color: #1f2a1d;
  font-size: 1.35rem;
  line-height: 1.2;
}

.woocommerce-checkout .form-row {
  margin-bottom: 1.25rem;
  width: 100%;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last,
.woocommerce-checkout .form-row-wide {
  float: none;
  width: 100%;
}

.woocommerce-checkout .form-row label:not(.checkbox) {
  display: block;
  width: 100%;
  margin-bottom: 0.45rem;
  line-height: 1.4;
  vertical-align: middle;
}

.woocommerce-checkout .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.8rem 0.95rem;
  border: 1px solid #d9d0c5;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(38, 31, 21, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.woocommerce-checkout textarea {
  min-height: 140px;
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  border-color: #6d8b5a;
  box-shadow: 0 0 0 3px rgba(109, 139, 90, 0.15);
  outline: none;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message {
  margin-bottom: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid #e4ddd2;
  border-radius: 16px;
  background: #f7f2ea;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid;
  gap: 0.2rem;
}

.woocommerce-checkout #ship-to-different-address {
  margin-bottom: 1rem;
}

.woocommerce-checkout #ship-to-different-address .checkbox,
.woocommerce-checkout .create-account .checkbox,
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.woocommerce-checkout input.input-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #6d8b5a;
}

.woocommerce-checkout .woocommerce-account-fields {
  margin-top: 1rem;
}

.woocommerce-checkout .woocommerce-account-fields > .form-row.create-account {
  margin-bottom: 0.35rem;
}

.woocommerce-checkout .woocommerce-account-fields .create-account {
  margin-top: 0;
  padding: 1rem 0 0.2rem;
}

.woocommerce-checkout .woocommerce-account-fields .create-account > .form-row:first-child {
  margin-top: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin: 0;
  border: 0;
  background: transparent;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 0.9rem 0;
  border-top: 1px solid #ebe4d9;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
  padding-top: 0;
  border-top: 0;
  color: #5c544c;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:first-child td {
  border-top: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  color: #2d2b29;
  font-weight: 600;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  color: #1f2a1d;
  font-size: 1.1rem;
  font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table hr {
  margin: 0.2rem 0;
  border-top-color: #e1d8cb;
}

.woocommerce-checkout .wc_payment_methods {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .wc_payment_method {
  margin-top: 0.9rem;
  padding: 1rem 1rem 0.2rem;
  border: 1px solid #e3dbcf;
  border-radius: 16px;
  background: #fff;
}

.woocommerce-checkout .wc_payment_method:first-child {
  margin-top: 0;
}

.woocommerce-checkout .wc_payment_method > input.input-radio {
  margin-top: 0.25rem;
}

.woocommerce-checkout .scf-payment-method__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  color: #2b2927;
  font-weight: 600;
}

.woocommerce-checkout .scf-payment-method__icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.woocommerce-checkout .payment_box {
  margin-top: 0.9rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  color: #5d554d;
}

.woocommerce-checkout #place_order {
  min-height: 54px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(36, 74, 46, 0.14);
}

.woocommerce-checkout .place-order {
  margin-bottom: 0;
  padding-top: 0.4rem;
}

.woocommerce-checkout #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_ppcp-gateway img,
.woocommerce-checkout #payment .payment_methods img[alt*="PayPal"] {
  width: 120px;
  max-width: none;
  height: auto;
}

.scf-preview-notice {
  margin-bottom: 1.25rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid #d9d0c5;
  border-radius: 16px;
  background: #f7f2ea;
  color: #5d554d;
}

.scf-preview-notice strong {
  color: #2f342b;
}

.page-id-150 .page-content.about-us {
  padding-bottom: 4rem;
}

.page-id-150 .page-content.about-us .container {
  max-width: 1120px;
}

.page-id-150 .page-content.about-us .col-12 {
  max-width: 860px;
  color: #5d554d;
  font-size: 1.03rem;
  line-height: 1.75;
}

.page-id-150 .page-content.about-us h2 {
  margin-bottom: 0.85rem;
  color: #1f2a1d;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.page-id-150 .wpcf7 {
  position: relative;
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid #e5ddd1;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(109, 139, 90, 0.12), transparent 34%),
    linear-gradient(180deg, #fcfaf7 0%, #f6f1e8 100%);
  box-shadow: 0 18px 40px rgba(32, 24, 14, 0.08);
}

.page-id-150 .wpcf7::before {
  content: "Send us a message";
  display: block;
  margin-bottom: 1.4rem;
  color: #6d8b5a;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-id-150 .wpcf7 form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
}

.page-id-150 .wpcf7 form > p {
  margin: 0;
}

.page-id-150 .wpcf7 form > p:nth-of-type(5),
.page-id-150 .wpcf7 form > p:nth-of-type(6) {
  grid-column: 1 / -1;
}

.page-id-150 .wpcf7 label {
  display: block;
  margin: 0;
  color: #2f342b;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.page-id-150 .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.45rem;
}

.page-id-150 .wpcf7 input[type="text"],
.page-id-150 .wpcf7 input[type="email"],
.page-id-150 .wpcf7 input[type="tel"],
.page-id-150 .wpcf7 textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border: 1px solid #d9d0c5;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 2px rgba(38, 31, 21, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.page-id-150 .wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}

.page-id-150 .wpcf7 input[type="text"]:focus,
.page-id-150 .wpcf7 input[type="email"]:focus,
.page-id-150 .wpcf7 input[type="tel"]:focus,
.page-id-150 .wpcf7 textarea:focus {
  border-color: #6d8b5a;
  box-shadow: 0 0 0 3px rgba(109, 139, 90, 0.15);
  background: #fff;
  outline: none;
}

.page-id-150 .wpcf7 .wpcf7-submit {
  min-height: 54px;
  padding: 0.9rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #36553f 0%, #4d6e55 100%);
  box-shadow: 0 14px 28px rgba(36, 74, 46, 0.16);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.page-id-150 .wpcf7 .wpcf7-submit:hover,
.page-id-150 .wpcf7 .wpcf7-submit:focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(36, 74, 46, 0.2);
  filter: brightness(1.03);
}

.page-id-150 .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.45rem;
  color: #9d322b;
  font-size: 0.85rem;
  font-weight: 600;
}

.page-id-150 .wpcf7 .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0.25rem 0 0;
  padding: 0.95rem 1rem;
  border-radius: 16px;
}

.page-id-150 .wpcf7 form.invalid .wpcf7-response-output,
.page-id-150 .wpcf7 form.unaccepted .wpcf7-response-output,
.page-id-150 .wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #e3b1aa;
  background: #f9ece9;
  color: #7c2f27;
}

.page-id-150 .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #bfd4b4;
  background: #eef6e8;
  color: #34503b;
}

.scf-hero-breadcrumbs {
  position: relative;
  top: 95px;
}

.woocommerce-order-received .woocommerce-order.scf-thankyou,
.woocommerce-view-order .woocommerce-order.scf-thankyou {
  display: grid;
  gap: 2rem;
}

.scf-thankyou-hero {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border: 1px solid #e5ddd1;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(109, 139, 90, 0.16), transparent 34%),
    linear-gradient(180deg, #fcfaf7 0%, #f6f1e8 100%);
  box-shadow: 0 18px 40px rgba(32, 24, 14, 0.08);
}

.scf-thankyou-hero--failed {
  background:
    radial-gradient(circle at top right, rgba(172, 79, 52, 0.12), transparent 34%),
    linear-gradient(180deg, #fcfaf7 0%, #f7eee8 100%);
}

.scf-thankyou-badge {
  position: relative;
  display: inline-flex;
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #edf4e8;
  border: 1px solid #c9d9bd;
}

.scf-thankyou-badge::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 27px;
  width: 16px;
  height: 28px;
  border-right: 4px solid #567243;
  border-bottom: 4px solid #567243;
  transform: rotate(40deg);
}

.scf-thankyou-eyebrow {
  margin: 0 0 0.45rem;
  color: #6d8b5a;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scf-thankyou-title {
  margin: 0;
  color: #1f2a1d;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-view-order .woocommerce-thankyou-order-received,
.woocommerce-order-received .woocommerce-thankyou-order-failed,
.woocommerce-view-order .woocommerce-thankyou-order-failed {
  margin: 0.95rem 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #4e473f;
  font-size: 1.05rem;
}

.scf-thankyou-copy {
  max-width: 54rem;
  margin: 0.75rem 0 0;
  color: #5d554d;
}

.scf-thankyou-order-number {
  display: inline-flex;
  align-items: center;
  margin: 1rem 0 0;
  padding: 0.5rem 0.9rem;
  border: 1px solid #d9d0c5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #2f342b;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.scf-thankyou-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.scf-thankyou-overview li {
  min-width: 0;
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid #e0d8cb;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.scf-thankyou-overview li::before,
.scf-thankyou-overview li::after {
  display: none;
}

.scf-thankyou-overview span {
  display: block;
  margin-bottom: 0.35rem;
  color: #6b635c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scf-thankyou-overview strong {
  display: block;
  color: #1f2a1d;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-word;
}

.scf-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.scf-thankyou-actions .button {
  min-height: 48px;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
}

.scf-thankyou-details {
  display: grid;
  gap: 1.5rem;
}

.scf-order-receipt {
  margin-bottom: 1.5rem;
  padding: 1.6rem;
  border: 1px solid #e5ddd1;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(109, 139, 90, 0.12), transparent 34%),
    linear-gradient(180deg, #fcfaf7 0%, #f6f1e8 100%);
  box-shadow: 0 14px 32px rgba(32, 24, 14, 0.05);
}

.scf-order-receipt .scf-thankyou-title {
  font-size: clamp(1.8rem, 2.7vw, 2.5rem);
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-view-order .woocommerce-order-details,
.woocommerce-view-order .woocommerce-customer-details {
  margin: 0;
  padding: 1.6rem;
  border: 1px solid #e5ddd1;
  border-radius: 24px;
  background: #fcfaf7;
  box-shadow: 0 14px 32px rgba(32, 24, 14, 0.05);
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-view-order .woocommerce-column__title {
  margin: 0 0 1rem;
  color: #1f2a1d;
  font-size: 1.35rem;
  line-height: 1.2;
}

.woocommerce-order-received .woocommerce-table--order-details,
.woocommerce-view-order .woocommerce-table--order-details {
  margin: 0;
  border: 0;
  background: transparent;
}

.woocommerce-order-received .woocommerce-table--order-details th,
.woocommerce-order-received .woocommerce-table--order-details td,
.woocommerce-view-order .woocommerce-table--order-details th,
.woocommerce-view-order .woocommerce-table--order-details td {
  padding: 0.9rem 0;
  border-top: 1px solid #ebe4d9;
}

.woocommerce-order-received .woocommerce-table--order-details thead th,
.woocommerce-view-order .woocommerce-table--order-details thead th {
  padding-top: 0;
  border-top: 0;
  color: #5c544c;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr:first-child td,
.woocommerce-view-order .woocommerce-table--order-details tbody tr:first-child td {
  border-top: 0;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot th,
.woocommerce-order-received .woocommerce-table--order-details tfoot td,
.woocommerce-view-order .woocommerce-table--order-details tfoot th,
.woocommerce-view-order .woocommerce-table--order-details tfoot td {
  color: #2d2b29;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td,
.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child td {
  color: #1f2a1d;
  font-size: 1.05rem;
  font-weight: 700;
}

.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-view-order .woocommerce-customer-details address {
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid #e7e0d5;
  border-radius: 18px;
  background: #fff;
  color: #5d554d;
  line-height: 1.75;
}

.woocommerce-order-received .woocommerce-columns--addresses,
.woocommerce-view-order .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.woocommerce-order-received .woocommerce-column,
.woocommerce-view-order .woocommerce-column {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce-checkout form.checkout.scf-checkout-layout {
  grid-template-columns: minmax(0, 1fr);
}

.woocommerce-checkout .scf-checkout-sidebar {
  position: static;
}

.page-content.about-us,
.page-content.fourohfour,
.shop-content {
  padding-top: 30px;
}

.scf-page-breadcrumbs {
  position: relative;
  top: 95px;
  color: #6e645a;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.scf-page-breadcrumbs a:hover {
  color: #6e645a;
}

.scf-woo-shop {
  padding-top: 60px;
}

.scf-woo-single {
  padding-top: 4rem;
}

.scf-woo-shell .site-main {
  width: 100%;
}

.scf-woo-shell .woocommerce-breadcrumb {
  margin: 0 0 1.25rem;
  color: #6e645a;
  font-size: 0.95rem;
}

.scf-woo-shell .woocommerce-products-header {
  clear: both;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
}

#cart-info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11000;
}

.scf-woo-shell .woocommerce-products-header .page-title {
  position: static;
  color: #1f2a1d;
  line-height: 1.15;
  margin-bottom: 0.85rem;
}

.scf-shop-description,
.scf-woo-shell .term-description {
  max-width: 760px;
  color: #5d554d;
}

.scf-shop-results,
.scf-woo-category .products {
  padding-top: 1rem;
}

.scf-woo-category .scf-shop-results {
  padding-top: 0;
}

.scf-woo-shell ul.products {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 4rem 1.5rem;
  margin: 0;
  padding: 0;
}

.scf-woo-shell ul.products li.product,
.scf-woo-shell ul.products li.product-category {
  float: none;
  grid-column: span 4;
  width: auto;
  max-width: none;
  margin: 0;
}

.scf-woo-category ul.products li.product,
.scf-woo-category ul.products li.product-category {
  margin-bottom: 2rem;
}

.scf-woo-shell ul.products li.product > a:first-child,
.scf-woo-shell ul.products li.product-category > a:first-child {
  display: block;
  height: 100%;
  padding: 1rem;
  border: 1px solid #e4ddd2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(32, 24, 14, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scf-woo-shell ul.products li.product > a:first-child:hover,
.scf-woo-shell ul.products li.product-category > a:first-child:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(32, 24, 14, 0.1);
}

.scf-woo-shell ul.products li.product img,
.scf-woo-shell ul.products li.product-category img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 1rem;
}

.single-product div.product .scf-product-layout {
  align-items: flex-start;
  margin: 0 0 2rem;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  margin-bottom: 1.5rem;
  outline: none;
}

.single-product div.product .scf-gallery-stage {
  overflow: hidden;
  background: transparent;
  width: 100%;
}

.single-product div.product .scf-gallery-main {
  aspect-ratio: 1 / 1;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
  margin: 0;
  height: 100%;
}

.single-product div.product .woocommerce-product-gallery__image {
  width: 100%;
  margin: 0;
  height: 100%;
}

.single-product div.product .woocommerce-product-gallery__image a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 12px;
}

.single-product div.product .scf-gallery-main .swiper-slide {
  height: 100%;
}

.single-product div.product .scf-gallery-navigation {
  display: block;
  margin-top: 30px;
}

.single-product div.product .scf-gallery-thumbs-viewport {
  min-width: 0;
  overflow: hidden;
}

.single-product div.product .scf-gallery-thumbs {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.single-product div.product .scf-gallery-thumbs .swiper-wrapper {
  align-items: stretch;
  justify-content: flex-start;
}

.single-product div.product .scf-gallery-thumb {
  width: clamp(108px, 14vw, 156px);
  height: auto;
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
}

.single-product div.product .scf-gallery-thumb-button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.single-product div.product .scf-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #d9d0c5;
  border-radius: 18px;
  display: block;
  margin: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.single-product div.product .scf-gallery-thumb.is-active img,
.single-product div.product .scf-gallery-thumb.swiper-slide-thumb-active img {
  border-color: #6d8b5a;
  box-shadow: 0 0 0 3px rgba(109, 139, 90, 0.15);
  transform: translateY(-1px);
}

.scf-product-summary {
  padding: 1.5rem;
  border: 1px solid #e7e1d8;
  border-radius: 18px;
  background: #fcfaf7;
}

.scf-product-summary .product_title {
  margin-bottom: 0.5rem;
}

.scf-price-block {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5ddd1;
}

.scf-price-block .price {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #2b3924;
}

.scf-price-note {
  margin-top: 0.35rem;
  color: #6d665f;
  font-size: 0.9rem;
}

.scf-purchase-box {
  margin: 1.5rem 0;
  padding-top: 1rem;
  border-top: 1px solid #e5ddd1;
}

.scf-product-summary form.cart {
  margin-bottom: 0;
}

.scf-product-summary table.variations {
  margin-bottom: 1rem;
}

.scf-product-summary table.variations td {
  vertical-align: middle;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.scf-product-summary table.variations td.label {
  padding-right: 0.85rem;
}

.scf-product-summary table.variations td.label label {
  margin: 0;
  font-weight: 600;
  color: #3a332d;
}

.scf-product-summary table.variations select {
  min-height: 46px;
  border: 1px solid #cfc5b8;
  border-radius: 10px;
  padding: 0.45rem 0.75rem;
  background: #fff;
}

.scf-product-summary .quantity {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75rem;
}

.scf-product-summary .quantity .qty {
  min-width: 84px;
  min-height: 46px;
  border-radius: 10px;
  border: 1px solid #cfc5b8;
}

.scf-product-summary .single_add_to_cart_button {
  min-height: 48px;
  font-weight: 700;
}

.scf-cart-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.9rem;
}

.scf-cart-links .btn-link {
  padding-left: 0;
  padding-right: 0;
}

.scf-cart-note {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #eef4ea;
  color: #34503b;
  font-size: 0.95rem;
}

.scf-product-summary .product_meta {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5ddd1;
  color: #5d554d;
}

.scf-product-detail-sections {
  margin-top: 2.25rem;
}

.scf-tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9d0c5;
}

.scf-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.scf-tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  color: #5b5148;
  background: #efe6da;
  font-weight: 600;
  padding: 0.9rem 1.35rem;
}

.scf-tabs .nav-tabs .nav-link.active,
.scf-tabs .nav-tabs .nav-link:hover {
  color: #2f342b;
  background: #fff;
  border-color: #d9d0c5;
}

.scf-tabs .tab-content {
  border: 1px solid #d9d0c5;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
  padding: 1.5rem;
}

.woocommerce ul.products li.product .price {
  display: block;
  margin-bottom: 0.5rem;
}

.woocommerce ul.products li.product .scf-loop-sizes {
  margin: 0;
  color: #6b635c;
  font-size: 0.95rem;
}

.scf-blog-strip {
  padding: 3rem 0 4rem;
  background: #fff;
}

.scf-blog-strip__header {
  margin-bottom: 1.5rem;
}

.scf-blog-strip__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d8b5a;
  font-weight: 700;
}

.scf-blog-strip__header h2 {
  margin: 0;
  color: #1f2a1d;
}

.scf-blog-card {
  height: 100%;
  border: 1px solid #e4ddd2;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(32, 24, 14, 0.06);
}

.scf-blog-card__image,
.scf-blog-card__image img {
  display: block;
  width: 100%;
}

.scf-blog-card__image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.scf-blog-card__body {
  padding: 1.2rem 1.2rem 1.35rem;
}

.scf-blog-card__body h3 {
  margin-bottom: 0.65rem;
  font-size: 1.1rem;
  line-height: 1.35;
}

.scf-blog-card__body h3 a {
  color: #1f2a1d;
}

.scf-blog-card__body p {
  margin: 0;
  color: #5d554d;
}

.scf-blog-index-list {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .hero {
    top: 0;
    margin-top: 120px;
  }

  body.single-product {
    padding-top: 120px;
  }

  .single-product .hero.shop {
    top: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  #mobilenav {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  }

  .hero,
  .hero.shop,
  .hero.scf-product {
    position: relative !important;
    top: 0 !important;
    margin-top: 90px !important;
    height: 80px !important;
    min-height: 80px !important;
    padding: 0 !important;
    background-position: center;
  }

  .hero .page-title {
    position: absolute !important;
    display: block;
    min-height: auto;
    line-height: 80px;
    font-size: 24px;
    margin-bottom: 0;
  }

  .hero .page-title p {
    margin-left: 40px;
  }

  .hero .page-title-icon {
    position: absolute;
  }

  .hero .page-title-icon img {
    height: 30px;
    margin-top: -10px;
  }

  .scf-hero-breadcrumbs {
    position: relative !important;
    top: 95px !important;
    margin-top: 0;
  }

  .scf-hero-breadcrumbs .woocommerce-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .scf-woo-shell ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scf-woo-shell ul.products li.product,
  .scf-woo-shell ul.products li.product-category {
    grid-column: auto;
    width: auto;
  }

  .scf-woo-category .scf-shop-results {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .scf-woo-shell {
    padding: 2.25rem 0 3rem;
  }

  #mobile-cart-info {
    top: 12px;
    right: 15px;
  }

  #mobile-cart-info .btn {
    padding: 0.35rem 0.65rem;
    font-size: 0.9rem;
  }

  .scf-woo-shop {
    padding-top: 60px;
  }

  .scf-woo-single {
    padding-top: 4rem;
  }

  .scf-woo-shell ul.products {
    grid-template-columns: 1fr;
    gap: 2.5rem 1.25rem;
  }

  .scf-woo-shell ul.products li.product,
  .scf-woo-shell ul.products li.product-category {
    grid-column: 1 / -1;
    width: 100%;
  }

  .scf-product-summary {
    margin-top: 1.25rem;
    padding: 1.25rem;
  }

  .single-product div.product .scf-gallery-thumb {
    width: clamp(96px, 32vw, 132px);
    height: auto;
  }

  .scf-tabs .nav-tabs {
    gap: 0.35rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0.75rem;
    border-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .scf-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  .scf-tabs .nav-tabs .nav-item {
    width: auto;
    flex: 1 1 0;
    margin-bottom: -1px;
  }

  .scf-tabs .nav-tabs .nav-link {
    width: 100%;
    min-width: max-content;
    margin: 0;
    border: 1px solid #d9d0c5;
    border-bottom: 1px solid #d9d0c5;
    border-radius: 16px 16px 0 0;
    background: #f3ecdf;
    padding: 0.95rem 1rem;
  }

  .scf-tabs .nav-tabs .nav-link.active,
  .scf-tabs .nav-tabs .nav-link:hover {
    border-color: #d9d0c5;
    border-bottom-color: #fff;
    background: #fff;
  }

  .scf-tabs .tab-content {
    border-top: 1px solid #d9d0c5;
    margin-top: -1px;
    border-radius: 0 0 18px 18px;
    padding: 1rem;
  }

  .scf-blog-card {
    margin-bottom: 1rem;
  }

  .scf-woo-category .scf-shop-results {
    padding-top: 0;
  }

  .scf-blog-strip {
    padding-top: 2.25rem;
  }

  .scf-page-breadcrumbs {
    top: 85px;
    font-size: 0.9rem;
    flex-wrap: wrap;
  }

  .page-id-150 .page-content.about-us {
    padding-top: 2rem;
  }

  .page-id-150 .page-content.about-us .col-12 {
    font-size: 1rem;
    line-height: 1.65;
  }

  .page-id-150 .page-content.about-us h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .scf-thankyou-hero,
  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details,
  .woocommerce-view-order .woocommerce-order-details,
  .woocommerce-view-order .woocommerce-customer-details {
    padding: 1.25rem;
    border-radius: 20px;
  }

  .scf-thankyou-overview {
    grid-template-columns: 1fr;
  }

  .scf-thankyou-actions {
    flex-direction: column;
  }

  .scf-thankyou-actions .button {
    width: 100%;
    text-align: center;
  }

  .woocommerce-order-received .woocommerce-columns--addresses,
  .woocommerce-view-order .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }

  .page-id-150 .wpcf7 {
    padding: 1.25rem;
    border-radius: 20px;
  }

  .page-id-150 .wpcf7::before {
    margin-bottom: 1rem;
  }

  .page-id-150 .wpcf7 form {
    grid-template-columns: 1fr;
  }

  .page-id-150 .wpcf7 form > p:nth-of-type(5),
  .page-id-150 .wpcf7 form > p:nth-of-type(6) {
    grid-column: auto;
  }

}
