.elementor-kit-2246{--e-global-color-primary:#050505;--e-global-color-secondary:#F5F5F5;--e-global-color-text:#050505;--e-global-color-accent:#C11616;--e-global-color-db88b5d:#D7BEAA;--e-global-color-19f002d:#F1E9E2;--e-global-color-13cda3a:#C11616;--e-global-color-320cd87:#6B1C14;--e-global-color-1e99367:#A5AE8F;--e-global-color-b563af3:#3B533F;--e-global-color-a2d6141:#B9D3E3;--e-global-color-bbcdc95:#1B212F;--e-global-color-cc1cb3a:#FBD5B5;--e-global-color-16a686c:#EED4A2;--e-global-typography-primary-font-family:"Anek Devanagari";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;background-color:var( --e-global-color-19f002d );font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-2246 button,.elementor-kit-2246 input[type="button"],.elementor-kit-2246 input[type="submit"],.elementor-kit-2246 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;color:#FFFFFF;border-radius:4px 4px 4px 4px;padding:14px 14px 14px 14px;}.elementor-kit-2246 button:hover,.elementor-kit-2246 button:focus,.elementor-kit-2246 input[type="button"]:hover,.elementor-kit-2246 input[type="button"]:focus,.elementor-kit-2246 input[type="submit"]:hover,.elementor-kit-2246 input[type="submit"]:focus,.elementor-kit-2246 .elementor-button:hover,.elementor-kit-2246 .elementor-button:focus{background-color:var( --e-global-color-db88b5d );color:#FFFFFF;}.elementor-kit-2246 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2246 a{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-2246 a:hover{color:var( --e-global-color-db88b5d );font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-2246 h1{font-family:"Anek Devanagari", Sans-serif;font-size:64px;font-weight:600;}.elementor-kit-2246 h2{font-family:"Anek Devanagari", Sans-serif;font-size:48px;font-weight:500;}.elementor-kit-2246 h3{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-2246 h4{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-2246 h5{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-2246 h6{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-2246 label{color:var( --e-global-color-secondary );}.elementor-kit-2246 input:not([type="button"]):not([type="submit"]),.elementor-kit-2246 textarea,.elementor-kit-2246 .elementor-field-textual{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:40px;--container-default-padding-right:40px;--container-default-padding-bottom:40px;--container-default-padding-left:40px;}.elementor-widget:not(:last-child){--kit-widget-spacing:25px;}.elementor-element{--widgets-spacing:25px 25px;--widgets-spacing-row:25px;--widgets-spacing-column:25px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}}/* Start custom CSS */section.woocommerce-customer-details {
    display: none !important;
}

/* ===== Contact Form 7 – Westmans Transport ===== */

/* Form wrapper */
.wpcf7 form {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* Grid layout */
.cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 24px;
  align-items: start;
  width: 100%;
}

/* Full width rows */
.cf7-full {
  grid-column: 1 / -1;
}

/* Labels */
.wpcf7 label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

/* Inputs & textarea */
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  color: #111;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Textarea */
.wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

/* Remove weird CF7 margins */
.wpcf7 p {
  margin: 0;
}

/* Submit wrapper */
.cf7-full:last-child {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}

/* Submit button */
.wpcf7-submit {
  background-color: #000;
  color: #fff;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: auto;
  min-width: 220px;
}

.wpcf7-submit:hover {
  background-color: #222;
}

/* Validation messages */
.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 14px;
  border-radius: 4px;
  font-size: 14px;
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
  .cf7-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cf7-full:last-child {
    justify-content: stretch;
  }

  .wpcf7-submit {
    width: 100%;
  }
}

/* Förhindra att shoppable images skapar horisontell overflow */
.wpcsi-shoppable-image {
    overflow: hidden;
}

/* Större klickyta på mobil – utan layout shift */
@media (max-width: 768px) {
    .wpcsi-shoppable-image .wpcsi-tag.wpcsi-trigger-click {
        position: absolute;
    }

    .wpcsi-shoppable-image .wpcsi-tag.wpcsi-trigger-click::after {
        content: "";
        position: absolute;
        width: 56px;
        height: 56px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: transparent;
        pointer-events: auto;
    }
}

/* Säkerställ korrekt kontext */
.wpcsi-shoppable-image {
    position: relative;
    overflow: hidden;
}

/* Popup – stabil mobilposition */
@media (max-width: 768px) {
    .wpcsi-popup {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-width: calc(100% - 24px);
        width: auto;
        z-index: 20;
    }
}/* End custom CSS */