/* =========================================================
   Gavekortsiden – Single Product CSS
   Stable base + Card A polish
   ========================================================= */

body.dk-gift-single-product {
  --dk-contact-icon-color: #616a6d;

  /* Mobile layout tweaks */
  --dk-mobile-viewport-gap: 12px;
  --dk-mobile-card-pad-x: 30px;
  --dk-mobile-card-pad-top: 30px;
  --dk-mobile-card-pad-bottom: 28px;
  --dk-mobile-about-top: 30px;
  --dk-mobile-hero-gap-top: 8px;
  --dk-mobile-hero-gap-bottom: 8px;

  /* Collapsible cards */
  --dk-mobile-collapsible-pad-top: 24px;
  --dk-mobile-collapsible-pad-bottom: 8px;
  --dk-mobile-collapsible-pad-x: 30px;
}

body.dk-gift-single-product .woocommerce-review-link,
body.dk-gift-single-product .product_meta,
body.dk-gift-single-product .social-icons.share-icons.share-row,
body.dk-gift-single-product .woocommerce-tabs,
body.dk-gift-single-product #reviews,
body.dk-gift-single-product .dk-module-test-box,
body.dk-gift-single-product .summary > p.price,
body.dk-gift-single-product form.cart,
body.dk-gift-single-product .onsale,
body.dk-gift-single-product .product-title,
body.dk-gift-single-product .product-title-container,
body.dk-gift-single-product .dk-single-meta-box,
body.dk-gift-single-product .breadcrumb-row,
body.dk-gift-single-product .woocommerce-breadcrumb,
body.dk-gift-single-product nav.woocommerce-breadcrumb,
body.dk-gift-single-product .product-thumbnails,
body.dk-gift-single-product .image-tools,
body.dk-gift-single-product .zoom-button {
  display: none !important;
}

body.dk-gift-single-product .product-main {
  padding-top: 50px;
}

body.dk-gift-single-product .product .product-main,
body.dk-gift-single-product .shop-container,
body.dk-gift-single-product .container-width {
  max-width: 1080px;
  margin: 0 auto;
}

body.dk-gift-single-product .product-main .row,
body.dk-gift-single-product .product-page-container .row {
  display: block !important;
}

body.dk-gift-single-product .product-gallery,
body.dk-gift-single-product .product-info,
body.dk-gift-single-product .large-6.col,
body.dk-gift-single-product .large-5.col,
body.dk-gift-single-product .large-7.col,
body.dk-gift-single-product .col {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Top layout */
body.dk-gift-single-product .dk-store-top-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  column-gap: 40px;
  row-gap: 10px;
  align-items: start;
  margin-bottom: 50px;
}

/* Breadcrumb */
body.dk-gift-single-product {
  --dk-breadcrumb-color: #6f777a;
  --dk-breadcrumb-hover: #18a8bf;
  --dk-breadcrumb-current: #18a8bf;
  --dk-breadcrumb-home-size: 22px;
  --dk-breadcrumb-chevron-size: 7px;
}

/* Wrapper */
body.dk-gift-single-product .dk-store-breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0px;
  font-size: 0.92rem;
  line-height: 1.3;
  color: var(--dk-breadcrumb-color);
}

/* Links + text */
body.dk-gift-single-product .dk-store-breadcrumb a,
body.dk-gift-single-product .dk-store-breadcrumb .dk-breadcrumb-link,
body.dk-gift-single-product .dk-store-breadcrumb .dk-breadcrumb-current {
  display: inline-flex;
  align-items: center;
}

/* Default links */
body.dk-gift-single-product .dk-store-breadcrumb a {
  color: var(--dk-breadcrumb-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

body.dk-gift-single-product .dk-store-breadcrumb a:hover {
  color: var(--dk-breadcrumb-hover);
}

/* Middle crumb */
body.dk-gift-single-product .dk-store-breadcrumb .dk-breadcrumb-link {
  color: var(--dk-breadcrumb-color);
}

/* Active crumb */
body.dk-gift-single-product .dk-store-breadcrumb .dk-breadcrumb-current {
  color: var(--dk-breadcrumb-current);
}

/* Separator (chevron) */
body.dk-gift-single-product .dk-store-breadcrumb .sep {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 10px;
  flex: 0 0 14px;
}

body.dk-gift-single-product .dk-store-breadcrumb .sep::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: var(--dk-breadcrumb-chevron-size);
  height: var(--dk-breadcrumb-chevron-size);
  border-top: 1.8px solid #8e9598;
  border-right: 1.8px solid #8e9598;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================================================
   Home icon (IMG version – stable)
   ========================================================= */

body.dk-gift-single-product .dk-store-breadcrumb .dk-breadcrumb-home {
  position: relative;
  top: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--dk-breadcrumb-home-size);
  height: var(--dk-breadcrumb-home-size);
  flex: 0 0 var(--dk-breadcrumb-home-size);
  margin-right: 2px;
  text-decoration: none;
}

/* skjul img fallback */
body.dk-gift-single-product .dk-store-breadcrumb .dk-breadcrumb-home-icon {
  display: none;
}

body.dk-gift-single-product .dk-store-breadcrumb .dk-breadcrumb-home::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;

  background-color: #616a6d;

  -webkit-mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-home.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-home.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  transition: background-color 0.2s ease, opacity 0.2s ease;
}

body.dk-gift-single-product .dk-store-breadcrumb .dk-breadcrumb-home:hover::before {
  background-color: #8b9497; /* lysere grå */
}

/* Strammere spacing ved home */
body.dk-gift-single-product .dk-store-breadcrumb .dk-breadcrumb-home {
  margin-right: 4px;
}

/* Justér separator spacing */
body.dk-gift-single-product .dk-store-breadcrumb .sep {
  margin: 0 8px 0 4px;
}

/* =========================================================
   Hero Image
   ========================================================= */

body.dk-gift-single-product .dk-store-hero {
  grid-column: 1;
  margin-top: 16px;
}

body.dk-gift-single-product .dk-store-right-col {
  grid-column: 2;
  display: grid;
  gap: 22px;
  transform: translateY(16px);
}

body.dk-gift-single-product .dk-store-hero-inner {
  width: 100%;
}

body.dk-gift-single-product .dk-store-hero .woocommerce-product-gallery,
body.dk-gift-single-product .dk-store-hero .product-images,
body.dk-gift-single-product .dk-store-hero .woocommerce-product-gallery__wrapper,
body.dk-gift-single-product .dk-store-hero .product-image,
body.dk-gift-single-product .dk-store-hero .product-gallery-slider,
body.dk-gift-single-product .dk-store-hero .flickity-viewport,
body.dk-gift-single-product .dk-store-hero .slider {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.dk-gift-single-product .dk-store-hero img,
body.dk-gift-single-product .woocommerce-product-gallery img,
body.dk-gift-single-product .product-gallery img,
body.dk-gift-single-product .product-images img {
  display: block;
  width: 100% !important;
  height: auto !important;
  border-radius: 28px;
}

body.dk-gift-single-product .summary {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.dk-gift-single-product .summary > * {
  display: none !important;
}

/* Lower content under image */
body.dk-gift-single-product .dk-store-lower-left {
  grid-column: 1;
  margin-top: 40px;
}

body.dk-gift-single-product .dk-store-section-title {
  margin: 0 0 14px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
  color: #616a6d;
  text-transform: none;
  letter-spacing: -0.02em;
  font-family: inherit;
}

body.dk-gift-single-product .dk-store-about {
  margin-bottom: 28px;
}

body.dk-gift-single-product .dk-store-about-content {
  color: #666d6f;
  font-size: 1.08rem;
  line-height: 1.7;
}

body.dk-gift-single-product .dk-store-about-content > *:first-child {
  margin-top: 0;
}

body.dk-gift-single-product .dk-store-about-content > *:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Social icons – direct SVG version
   ========================================================= */

body.dk-gift-single-product {
  --dk-social-icon-size: 38px;
  --dk-social-icon-gap: 6px;
  --dk-social-icon-hover-opacity: 0.88;
}

body.dk-gift-single-product .dk-store-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--dk-social-icon-gap);
}

body.dk-gift-single-product .dk-store-social-links .dk-social-link {
  position: relative;
  display: inline-block;
  width: var(--dk-social-icon-size);
  height: var(--dk-social-icon-size);
  flex: 0 0 var(--dk-social-icon-size);
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body.dk-gift-single-product .dk-store-social-links .dk-social-link:hover {
  transform: translateY(-1px);
  opacity: var(--dk-social-icon-hover-opacity);
}

body.dk-gift-single-product .dk-store-social-links .dk-social-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Facebook */
body.dk-gift-single-product .dk-store-social-links .dk-social-facebook::before {
  background-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-social-facebook.svg");
}

/* Instagram */
body.dk-gift-single-product .dk-store-social-links .dk-social-instagram::before {
  background-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-social-insta.svg");
}

/* X */
body.dk-gift-single-product .dk-store-social-links .dk-social-x::before {
  background-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-social-x.svg");
}

/* YouTube */
body.dk-gift-single-product .dk-store-social-links .dk-social-youtube::before {
  background-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-social-youtube.svg");
}

/* Card base */
body.dk-gift-single-product .dk-store-card {
  background: #f2f2f2;
  border: 1px solid #d4d4d4;
  border-radius: 28px;
  padding: 40px 40px 38px;
  box-shadow: 0 0px 10px rgba(22, 22, 22, 0.124);
  margin-top: 0px;
}

/* Card A */
body.dk-gift-single-product .dk-store-title {
  margin: 0 0 7px;
  font-size: 2.4rem;
  line-height: 0.98;
  font-weight: 700;
  color: #616a6d;
  letter-spacing: -0.02em;
}

body.dk-gift-single-product .dk-store-type {
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 600;
  color: #616a6d;
  letter-spacing: -0.02em;
}

body.dk-gift-single-product .dk-store-cta-wrap {
  margin: 0 0 8px;
}

body.dk-gift-single-product .dk-store-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 12px 20px;
  border-radius: 999px !important;
  background: #29a9bd !important;
  border: 2px solid #2d8f9f !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08) !important;
}

body.dk-gift-single-product .dk-store-cta:hover {
  background: #2fb8ca !important;
  border-color: #308c9c !important;
  color: #fff !important;
}

body.dk-gift-single-product .dk-store-address {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.28;
  font-weight: 600;
  color: #616a6d;
  letter-spacing: -0.02rem;
}

/* Card A – contact list + icons */
body.dk-gift-single-product .dk-store-contact-list {
  display: grid;
  gap: 5px;
}

body.dk-gift-single-product .dk-store-contact-item {
  position: relative;
  min-height: 28px;
  padding-left: 32px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
  color: #18a8bf;
}

body.dk-gift-single-product .dk-store-contact-item a {
  color: #18a8bf;
  text-decoration: none;
}

body.dk-gift-single-product .dk-store-contact-item a:hover {
  text-decoration: underline;
}

body.dk-gift-single-product .dk-store-contact-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background-color: var(--dk-contact-icon-color);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 24px 24px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
}

/* common optical baseline */
body.dk-gift-single-product .dk-contact-email::before,
body.dk-gift-single-product .dk-contact-phone::before,
body.dk-gift-single-product .dk-contact-website::before,
body.dk-gift-single-product .dk-contact-maps::before {
  top: 0.08em;
}

/* individual optical tweaks */
body.dk-gift-single-product .dk-contact-email::before {
  top: 0.02em;
  -webkit-mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-email.svg");
  mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-email.svg");
}

body.dk-gift-single-product .dk-contact-phone::before {
  top: -0.05em;
  -webkit-mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-phone.svg");
  mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-phone.svg");
}

body.dk-gift-single-product .dk-contact-website::before {
  top: -0.02em;
  -webkit-mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-web.svg");
  mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-web.svg");
}

body.dk-gift-single-product .dk-contact-maps::before {
  top: -0.05em;
  -webkit-mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-pin.svg");
  mask-image: url("https://gavekortsiden.dk/wp-content/uploads/2026/03/dk-icon-ui-pin.svg");
}

body.dk-gift-single-product .dk-contact-email::after,
body.dk-gift-single-product .dk-contact-phone::after,
body.dk-gift-single-product .dk-contact-website::after,
body.dk-gift-single-product .dk-contact-maps::after {
  content: none !important;
}

/* Card B */
body.dk-gift-single-product .dk-store-card-b {
  padding-top: 35px;
  padding-bottom: 40px;
}

body.dk-gift-single-product .dk-card-b-group + .dk-card-b-group {
  margin-top: 22px;
}

body.dk-gift-single-product .dk-store-card-b .dk-card-b-title {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600 !important;
  color: #616a6d;
  text-transform: none !important;
  letter-spacing: -0.02em !important;
  font-family: inherit !important;
}

body.dk-gift-single-product .dk-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}

body.dk-gift-single-product .dk-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #88d1e0;
  border: 1px solid #43a7bb;
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 0.05 !important;
  line-height: 1;
  font-weight: 600 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

body.dk-gift-single-product .dk-pill::before {
  content: "✓";
  margin-right: 6px;
  font-size: 0.9em;
  line-height: 1;
}

/* Card C og D */
body.dk-gift-single-product .dk-collapsible-card {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

body.dk-gift-single-product .dk-collapsible-toggle {
width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 35px 28px 0px 0px;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  text-align: left;
  color: #616a6d;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: -0.1em !important;
  font-family: inherit !important;
}

body.dk-gift-single-product .dk-collapsible-toggle span:first-child {
  text-transform: none;
  letter-spacing: 0;
}

body.dk-gift-single-product .dk-collapsible-toggle:hover {
  background: transparent;
}

body.dk-gift-single-product .dk-collapsible-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

body.dk-gift-single-product .dk-collapsible-icon::before,
body.dk-gift-single-product .dk-collapsible-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
  background: #6d7578;
  border-radius: 2px;
  transition: transform 0.2s ease;
}

body.dk-gift-single-product .dk-collapsible-icon::after {
  transform: rotate(90deg);
}

body.dk-gift-single-product .dk-collapsible-card.is-open .dk-collapsible-icon::after,
body.dk-gift-single-product .dk-collapsible-card.is-open-desktop .dk-collapsible-icon::after {
  transform: rotate(0deg);
}

body.dk-gift-single-product .dk-collapsible-content {
  padding: 0 35px 26px 0px;
}

body.dk-gift-single-product .dk-card-c-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.dk-gift-single-product .dk-card-c-content li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  font-size: 1.1rem;
  line-height: 1.15;
  color: #616a6d;
}

body.dk-gift-single-product .dk-card-c-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #1ca9bf;
  font-weight: 700;
  font-size: 1.0em;
  line-height: 1;
}

body.dk-gift-single-product .dk-card-d-content table {
  width: 100%;
  border-collapse: collapse;
}

body.dk-gift-single-product .dk-card-d-content td {
  padding: 2px 0;
  font-size: 1.1rem;
  line-height: 1.35;
  color: #616a6d;
  vertical-align: top;
}

body.dk-gift-single-product .dk-card-d-content td:first-child {
  width: 48%;
  padding-right: 16px;
}

body.dk-gift-single-product .dk-store-card-d .dk-collapsible-content {
  padding-top: 0px;
}

body.dk-gift-single-product .dk-store-card-d .dk-collapsible-content {
  padding-top: 6px;
  padding-bottom: 24px;
}

/* Card C og D */
body.dk-gift-single-product .dk-collapsible-card {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

body.dk-gift-single-product .dk-collapsible-toggle {
width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 35px 28px 0px 0px;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  text-align: left;
  color: #616a6d;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: -0.1em !important;
  font-family: inherit !important;
}

body.dk-gift-single-product .dk-collapsible-toggle span:first-child {
  text-transform: none;
  letter-spacing: 0;
}

body.dk-gift-single-product .dk-collapsible-toggle:hover {
  background: transparent;
}

body.dk-gift-single-product .dk-collapsible-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

body.dk-gift-single-product .dk-collapsible-icon::before,
body.dk-gift-single-product .dk-collapsible-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
  background: #6d7578;
  border-radius: 2px;
  transition: transform 0.2s ease;
}

body.dk-gift-single-product .dk-collapsible-icon::after {
  transform: rotate(90deg);
}

body.dk-gift-single-product .dk-collapsible-card.is-open .dk-collapsible-icon::after,
body.dk-gift-single-product .dk-collapsible-card.is-open-desktop .dk-collapsible-icon::after {
  transform: rotate(0deg);
}

body.dk-gift-single-product .dk-collapsible-content {
  padding: 0 35px 26px 0px;
}

body.dk-gift-single-product .dk-card-c-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.dk-gift-single-product .dk-card-c-content li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  font-size: 1.1rem;
  line-height: 1.15;
  color: #616a6d;
}

body.dk-gift-single-product .dk-card-c-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #1ca9bf;
  font-weight: 700;
  font-size: 1.0em;
  line-height: 1;
}

body.dk-gift-single-product .dk-card-d-content table {
  width: 100%;
  border-collapse: collapse;
}

body.dk-gift-single-product .dk-card-d-content td {
  padding: 1px 0;
  font-size: 1.1rem;
  line-height: 1.35;
  color: #616a6d;
  vertical-align: top;
}

body.dk-gift-single-product .dk-card-d-content td:first-child {
  width: 48%;
  padding-right: 16px;
}

body.dk-gift-single-product .dk-store-card-d .dk-collapsible-content {
  padding-top: 0;
  padding-bottom: 0px;
}

body.dk-gift-single-product .dk-card-d-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

body.dk-gift-single-product .dk-store-card-d .dk-collapsible-content {
  padding-top: 0;
  padding-bottom: 30px;
}

body.dk-gift-single-product .dk-store-card-d .dk-card-d-content table,
body.dk-gift-single-product .dk-store-card-d .dk-card-d-content tbody,
body.dk-gift-single-product .dk-store-card-d .dk-card-d-content tr:first-child,
body.dk-gift-single-product .dk-store-card-d .dk-card-d-content tr:first-child td {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.dk-gift-single-product .product-main .container,
body.dk-gift-single-product .product-main .row,
body.dk-gift-single-product .product-page-container .container,
body.dk-gift-single-product .product-page-container .row,
body.dk-gift-single-product .dk-store-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* Desktop */
@media (min-width: 850px) {
  body.dk-gift-single-product .dk-collapsible-card .dk-collapsible-content {
    display: block !important;
  }

  body.dk-gift-single-product .dk-collapsible-card .dk-collapsible-toggle {
    cursor: default;
  }

  body.dk-gift-single-product .dk-collapsible-card .dk-collapsible-icon {
    display: none;
  }
}

body.dk-gift-single-product .dk-card-d-content table,
body.dk-gift-single-product .dk-card-d-content tbody,
body.dk-gift-single-product .dk-card-d-content tr,
body.dk-gift-single-product .dk-card-d-content td {
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

@media (min-width: 850px) {
  body.dk-gift-single-product .dk-collapsible-card .dk-collapsible-content {
    display: block !important;
  }

  body.dk-gift-single-product .dk-collapsible-card .dk-collapsible-toggle {
    cursor: default;
  }

  body.dk-gift-single-product .dk-collapsible-card .dk-collapsible-icon {
    display: none;
  }
}

/* Mobil */
@media (max-width: 849px) {
  body.dk-gift-single-product .dk-store-top-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.dk-gift-single-product .dk-store-hero,
  body.dk-gift-single-product .dk-store-right-col {
    display: contents;
  }

  body.dk-gift-single-product .dk-store-breadcrumb {
    order: 1;
  }

  body.dk-gift-single-product .dk-store-card-a {
    order: 2;
  }

  body.dk-gift-single-product .dk-store-hero-inner {
  order: 3;
  grid-column: 1;
  margin-top: var(--dk-mobile-hero-gap-top);
  margin-bottom: var(--dk-mobile-hero-gap-bottom);
}

  body.dk-gift-single-product .dk-store-card-b {
    order: 4;
  }

  body.dk-gift-single-product .dk-store-card-c {
    order: 5;
  }

  body.dk-gift-single-product .dk-store-card-d {
    order: 6;
  }

  body.dk-gift-single-product .dk-store-lower-left {
  order: 7;
  grid-column: 1;
  margin-top: var(--dk-mobile-about-top);
}

  body.dk-gift-single-product .dk-store-breadcrumb {
    margin: 0 0 12px;
    font-size: 0.9rem;
    line-height: 1.25;
  }

  body.dk-gift-single-product .dk-store-breadcrumb .sep {
    margin: 0 8px;
  }

  body.dk-gift-single-product .dk-store-card {
  padding:
    var(--dk-mobile-card-pad-top)
    var(--dk-mobile-card-pad-x)
    var(--dk-mobile-card-pad-bottom);
  border-radius: 24px;
}

  body.dk-gift-single-product .dk-store-title {
    font-size: 2.75rem;
    line-height: 0.98;
  }

  body.dk-gift-single-product .dk-store-type {
    font-size: 1.35rem;
    margin-bottom: 18px;
  }

  body.dk-gift-single-product .dk-store-cta {
    min-height: 60px;
    font-size: 1.02rem;
    letter-spacing: 0.15em;
    padding: 14px 18px;
  }

  body.dk-gift-single-product .dk-store-address {
    font-size: 1.45rem;
  }

  body.dk-gift-single-product .dk-store-contact-item {
    min-height: 26px;
    padding-left: 38px;
    font-size: 1.08rem;
  }

  body.dk-gift-single-product .dk-store-contact-item::before {
    width: 22px;
    height: 22px;
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
  }

  body.dk-gift-single-product .dk-card-b-title,
  body.dk-gift-single-product .dk-store-section-title,
  body.dk-gift-single-product .dk-collapsible-toggle {
    font-size: 1.25rem;
  }

  body.dk-gift-single-product .dk-pill {
    font-size: 0.82rem;
    padding: 6px 10px;
  }

  body.dk-gift-single-product .dk-collapsible-card {
    padding: 0;
  }

body.dk-gift-single-product .dk-collapsible-toggle {
  padding:
    var(--dk-mobile-collapsible-pad-top)
    var(--dk-mobile-collapsible-pad-x)
    var(--dk-mobile-collapsible-pad-bottom);
}

  body.dk-gift-single-product .dk-collapsible-content {
    display: none;
    padding: 0 22px 22px;
  }

  body.dk-gift-single-product .dk-collapsible-card.is-open .dk-collapsible-content {
    display: block;
  }

  body.dk-gift-single-product .dk-card-c-content li,
  body.dk-gift-single-product .dk-card-d-content td,
  body.dk-gift-single-product .dk-store-about-content {
    font-size: 1.15rem;
  }

  body.dk-gift-single-product .dk-store-hero img,
  body.dk-gift-single-product .woocommerce-product-gallery img,
  body.dk-gift-single-product .product-gallery img,
  body.dk-gift-single-product .product-images img {
    border-radius: 22px;
  }
}

@media (max-width: 849px) {
  body.dk-gift-single-product .product-main {
    padding-left: var(--dk-mobile-viewport-gap);
    padding-right: var(--dk-mobile-viewport-gap);
  }

  body.dk-gift-single-product .dk-store-top-grid {
    padding-left: 0;
    padding-right: 0;
  }

  body.dk-gift-single-product .dk-store-card,
  body.dk-gift-single-product .dk-store-hero-inner,
  body.dk-gift-single-product .dk-store-lower-left,
  body.dk-gift-single-product .dk-store-breadcrumb {
    margin-left: 0;
    margin-right: 0;
  }
}

/* =========================================================
   Gavekort lightbox – global, ID-uafhængig
   WordPress + Flatsome + Formidable
   Scope: .giftcard-modal
   ========================================================= */

body.dk-gift-single-product .giftcard-modal {
  /* =====================================================
     TWEAK ZONE
     ===================================================== */

  /* Modal shell */
  --dk-modal-max-width: 575px;
  --dk-modal-bg: #ffffff;
  --dk-modal-radius: 34px;
  --dk-modal-pad-x: 46px;
  --dk-modal-pad-top: 38px;
  --dk-modal-pad-bottom: 42px;
  --dk-modal-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);

  /* Intro */
  --dk-intro-icon-size: 72px;
  --dk-intro-gap: 16px;
  --dk-intro-bottom-gap: 22px;
  --dk-intro-title-size: 22px;
  --dk-intro-title-weight: 700;
  --dk-intro-title-color: #5a5a5a;
  --dk-intro-subtitle-size: 14px;
  --dk-intro-subtitle-line: 1.45;
  --dk-intro-subtitle-weight: 400;
  --dk-intro-subtitle-color: #7a7a7a;

  /* Form spacing */
  --dk-form-top-gap: 0px;
  --dk-section-gap: 14px;      /* luft over section heading */
  --dk-heading-gap: 4px;      /* luft under section heading */
  --dk-field-gap: 8px;        /* luft mellem felter */
  --dk-label-gap: 5px;         /* luft mellem label og felt */

  /* Section headings */
  --dk-heading-size: 17px;
  --dk-heading-line: 1.25;
  --dk-heading-weight: 700;
  --dk-heading-color: #5b5b5b;

  /* Labels */
  --dk-label-size: 12px;
  --dk-label-line: 1.35;
  --dk-label-weight: 400;
  --dk-label-color: #6f6f6f;

  /* Inputs */
  --dk-input-height: 38px;
  --dk-input-radius: 10px;
  --dk-input-border-width: 1px;
  --dk-input-border: #bcc8ca;
  --dk-input-border-focus: #169caf;
  --dk-input-bg: #ffffff;
  --dk-input-color: #5f6668;
  --dk-input-placeholder: #a0a8ab;
  --dk-input-pad-x: 14px;
  --dk-input-font-size: 13px;
  --dk-input-line-height: 1.4;
  --dk-input-shadow-focus: 0 0 0 3px rgba(22, 156, 175, 0.08);

  /* Textarea */
  --dk-textarea-height: 92px;
  --dk-textarea-pad-y: 12px;

  /* Checkbox */
  --dk-checkbox-size: 20px;
  --dk-checkbox-gap: 10px;
  --dk-checkbox-label-size: 13px;
  --dk-checkbox-label-color: #6c6c6c;
  --dk-checkbox-radius: 6px;
  --dk-checkbox-border: #bcc8ca;
  --dk-checkbox-bg: #fff;
  --dk-checkbox-row-gap: 6px;

  /* Legal / links */
  --dk-legal-size: 13px;
  --dk-legal-line: 1.45;
  --dk-legal-color: #6d6d6d;
  --dk-link-color: #169caf;

  /* Submit */
  --dk-submit-gap-top: 22px;
  --dk-submit-height: 56px;
  --dk-submit-radius: 999px;
  --dk-submit-pad-x: 28px;
  --dk-submit-font-size: 15px;
  --dk-submit-font-weight: 700;
  --dk-submit-letter-spacing: 0.18em;
  --dk-submit-text: #ffffff;
  --dk-submit-bg: linear-gradient(90deg, #089eb2 0%, #0aa3b8 100%);
  --dk-submit-border: inset 0 0 0 2px rgba(0, 0, 0, 0.14);
  --dk-submit-hover-opacity: 0.96;
  --dk-submit-hover-translate: -1px;

  /* Disabled submit */
  --dk-submit-disabled-bg: #9fd6df;
  --dk-submit-disabled-text: rgba(255, 255, 255, 0.96);

  /* Mobile */
  --dk-mobile-modal-max-width: calc(100vw - 24px);
  --dk-mobile-modal-radius: 22px;
  --dk-mobile-pad-x: 20px;
  --dk-mobile-pad-top: 24px;
  --dk-mobile-pad-bottom: 28px;
  --dk-mobile-intro-icon-size: 62px;
  --dk-mobile-intro-title-size: 18px;
  --dk-mobile-intro-subtitle-size: 13px;
  --dk-mobile-section-gap: 20px;
  --dk-mobile-heading-gap: 12px;
  --dk-mobile-field-gap: 10px;
  --dk-mobile-label-gap: 5px;
  --dk-mobile-checkbox-row-gap: 6px;
  --dk-mobile-input-height: 40px;
  --dk-mobile-textarea-height: 84px;
  --dk-mobile-submit-height: 52px;
  --dk-mobile-submit-font-size: 14px;
}

/* =========================================================
   1) LIGHTBOX / MODAL SHELL
   ========================================================= */

body.dk-gift-single-product .lightbox-content:has(.giftcard-modal) {
  width: min(100%, var(--dk-modal-max-width)) !important;
  max-width: var(--dk-modal-max-width) !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.dk-gift-single-product .giftcard-modal {
  width: 100% !important;
  max-width: var(--dk-modal-max-width) !important;
  margin: 0 auto !important;
  background: var(--dk-modal-bg) !important;
  border-radius: var(--dk-modal-radius) !important;
  box-shadow: var(--dk-modal-shadow) !important;
  padding: var(--dk-modal-pad-top) var(--dk-modal-pad-x) var(--dk-modal-pad-bottom) !important;
  overflow: hidden !important;
  position: relative !important;
  text-align: left !important;
}

/* Neutralisér Flatsome wrappers hvis de findes */
body.dk-gift-single-product .giftcard-modal .col-inner,
body.dk-gift-single-product .giftcard-modal .featured-box,
body.dk-gift-single-product .giftcard-modal .featured-box .box,
body.dk-gift-single-product .giftcard-modal .featured-box .box-text {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   2) CUSTOM INTRO
   HTML forventes som:
   .dk-gift-intro
   .dk-gift-intro__icon
   .dk-gift-intro__text
   ========================================================= */

body.dk-gift-single-product .giftcard-modal .dk-gift-intro {
  display: grid !important;
  grid-template-columns: var(--dk-intro-icon-size) 1fr !important;
  column-gap: var(--dk-intro-gap) !important;
  align-items: center !important;
  margin: 0 0 var(--dk-intro-bottom-gap) !important;
}

body.dk-gift-single-product .giftcard-modal .dk-gift-intro__icon,
body.dk-gift-single-product .giftcard-modal .dk-gift-intro__text {
  margin: 0 !important;
  padding: 0 !important;
}

body.dk-gift-single-product .giftcard-modal .dk-gift-intro__icon img {
  width: var(--dk-intro-icon-size) !important;
  height: auto !important;
  display: block !important;
}

body.dk-gift-single-product .giftcard-modal .dk-gift-intro__text h1,
body.dk-gift-single-product .giftcard-modal .dk-gift-intro__text h2,
body.dk-gift-single-product .giftcard-modal .dk-gift-intro__text h3 {
  margin: 0 0 4px !important;
  font-size: var(--dk-intro-title-size) !important;
  line-height: 1.2 !important;
  font-weight: var(--dk-intro-title-weight) !important;
  color: var(--dk-intro-title-color) !important;
  letter-spacing: -0.01em !important;
}

body.dk-gift-single-product .giftcard-modal .dk-gift-intro__text p {
  margin: 0 !important;
  font-size: var(--dk-intro-subtitle-size) !important;
  line-height: var(--dk-intro-subtitle-line) !important;
  font-weight: var(--dk-intro-subtitle-weight) !important;
  color: var(--dk-intro-subtitle-color) !important;
}

/* =========================================================
   3) FORMIDABLE RESET
   ========================================================= */

body.dk-gift-single-product .giftcard-modal .frm_forms,
body.dk-gift-single-product .giftcard-modal form,
body.dk-gift-single-product .giftcard-modal .frm_form_fields,
body.dk-gift-single-product .giftcard-modal .frm_fields_container {
  width: 100% !important;
  max-width: none !important;
}

body.dk-gift-single-product .giftcard-modal .frm_forms {
  margin: var(--dk-form-top-gap) 0 0 !important;
}

body.dk-gift-single-product .giftcard-modal form {
  margin: 0 !important;
  padding: 0 !important;
}

body.dk-gift-single-product .giftcard-modal .frm_fields_container {
  display: block !important;
  grid-template-columns: none !important;
  grid-auto-rows: auto !important;
  gap: 0 !important;
}

body.dk-gift-single-product .giftcard-modal .frm_form_field,
body.dk-gift-single-product .giftcard-modal .frm_submit,
body.dk-gift-single-product .giftcard-modal .frm_html_container,
body.dk-gift-single-product .giftcard-modal .frm_checkbox,
body.dk-gift-single-product .giftcard-modal .frm_radio {
  clear: both !important;
}

/* =========================================================
   4) STEP HEADINGS / SECTION TITLES
   ========================================================= */

/* Klassiske Formidable section headings */
body.dk-gift-single-product .giftcard-modal .frm_section_heading {
  margin: 0 0 var(--dk-heading-gap) !important;
  padding: 0 !important;
}

/* Step heading wrappers må ikke selv lægge ekstra spacing oveni */
body.dk-gift-single-product .giftcard-modal .frm_form_field:has(> legend),
body.dk-gift-single-product .giftcard-modal .frm_form_field:has(> .frm_primary_label.frm_section_heading),
body.dk-gift-single-product .giftcard-modal .frm_form_field:has(> label.frm_primary_label.frm_section_heading),
body.dk-gift-single-product .giftcard-modal .frm_form_field:has(> .frm_section_heading) {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* Luft OVER step headings styres her – kun når de ikke er første felt */
body.dk-gift-single-product .giftcard-modal .frm_form_field + .frm_form_field > legend,
body.dk-gift-single-product .giftcard-modal .frm_form_field + .frm_form_field > .frm_primary_label.frm_section_heading,
body.dk-gift-single-product .giftcard-modal .frm_form_field + .frm_form_field > label.frm_primary_label.frm_section_heading,
body.dk-gift-single-product .giftcard-modal .frm_form_field + .frm_form_field > .frm_section_heading {
  margin-top: var(--dk-section-gap) !important;
}

/* Selve step heading-teksten */
body.dk-gift-single-product .giftcard-modal .frm_form_field > legend,
body.dk-gift-single-product .giftcard-modal .frm_form_field > .frm_primary_label.frm_section_heading,
body.dk-gift-single-product .giftcard-modal .frm_form_field > label.frm_primary_label.frm_section_heading,
body.dk-gift-single-product .giftcard-modal .frm_form_field > .frm_section_heading,
body.dk-gift-single-product .giftcard-modal .frm_section_heading h3,
body.dk-gift-single-product .giftcard-modal .frm_section_heading h4,
body.dk-gift-single-product .giftcard-modal .frm_section_heading label,
body.dk-gift-single-product .giftcard-modal .frm_section_heading legend,
body.dk-gift-single-product .giftcard-modal .frm_section_heading .frm_primary_label {
  display: block !important;
  margin-bottom: var(--dk-heading-gap) !important;
  padding: 0 !important;
  font-size: var(--dk-heading-size) !important;
  line-height: var(--dk-heading-line) !important;
  font-weight: var(--dk-heading-weight) !important;
  color: var(--dk-heading-color) !important;
  border: 0 !important;
}

/* =========================================================
   5) LABELS + FIELD SPACING
   ========================================================= */

body.dk-gift-single-product .giftcard-modal .frm_form_field {
  margin: 0 0 var(--dk-field-gap) !important;
  padding: 0 !important;
}

body.dk-gift-single-product .giftcard-modal .frm_form_field > label:not(.frm_section_heading),
body.dk-gift-single-product .giftcard-modal .frm_form_field > .frm_primary_label:not(.frm_section_heading) {
  display: block !important;
  margin: 0 0 var(--dk-label-gap) !important;
  padding: 0 !important;
  font-size: var(--dk-label-size) !important;
  line-height: var(--dk-label-line) !important;
  font-weight: var(--dk-label-weight) !important;
  color: var(--dk-label-color) !important;
}

body.dk-gift-single-product .giftcard-modal .frm_required,
body.dk-gift-single-product .giftcard-modal .frm_star {
  display: none !important;
}

/* =========================================================
   6) INPUTS
   ========================================================= */

body.dk-gift-single-product .giftcard-modal input[type="text"],
body.dk-gift-single-product .giftcard-modal input[type="email"],
body.dk-gift-single-product .giftcard-modal input[type="number"],
body.dk-gift-single-product .giftcard-modal input[type="tel"],
body.dk-gift-single-product .giftcard-modal select,
body.dk-gift-single-product .giftcard-modal textarea {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: var(--dk-input-border-width) solid var(--dk-input-border) !important;
  border-radius: var(--dk-input-radius) !important;
  background: var(--dk-input-bg) !important;
  color: var(--dk-input-color) !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-size: var(--dk-input-font-size) !important;
  line-height: var(--dk-input-line-height) !important;
}

body.dk-gift-single-product .giftcard-modal input[type="text"],
body.dk-gift-single-product .giftcard-modal input[type="email"],
body.dk-gift-single-product .giftcard-modal input[type="number"],
body.dk-gift-single-product .giftcard-modal input[type="tel"],
body.dk-gift-single-product .giftcard-modal select {
  height: var(--dk-input-height) !important;
  min-height: var(--dk-input-height) !important;
  padding: 0 var(--dk-input-pad-x) !important;
}

body.dk-gift-single-product .giftcard-modal textarea {
  min-height: var(--dk-textarea-height) !important;
  padding: var(--dk-textarea-pad-y) var(--dk-input-pad-x) !important;
  resize: vertical !important;
}

body.dk-gift-single-product .giftcard-modal select {
  padding-right: 42px !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.2 4.2 6 8l3.8-3.8' fill='none' stroke='%235f6668' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 12px 12px !important;
}

body.dk-gift-single-product .giftcard-modal select::-ms-expand {
  display: none;
}

body.dk-gift-single-product .giftcard-modal input::placeholder,
body.dk-gift-single-product .giftcard-modal textarea::placeholder {
  color: var(--dk-input-placeholder) !important;
  opacity: 1 !important;
}

body.dk-gift-single-product .giftcard-modal input:focus,
body.dk-gift-single-product .giftcard-modal select:focus,
body.dk-gift-single-product .giftcard-modal textarea:focus {
  outline: none !important;
  border-color: var(--dk-input-border-focus) !important;
  box-shadow: var(--dk-input-shadow-focus) !important;
}

/* =========================================================
   7) CHECKBOX / CONSENT
   ========================================================= */

body.dk-gift-single-product .giftcard-modal .frm_checkbox,
body.dk-gift-single-product .giftcard-modal .frm_form_field.frm_type_checkbox {
  margin-bottom: var(--dk-checkbox-row-gap) !important;
}

body.dk-gift-single-product .giftcard-modal .frm_checkbox label,
body.dk-gift-single-product .giftcard-modal .frm_form_field.frm_type_checkbox > label,
body.dk-gift-single-product .giftcard-modal .frm_form_field.frm_type_checkbox .frm_primary_label {
  display: flex !important;
  align-items: center !important;
  gap: var(--dk-checkbox-gap) !important;
  margin: 0 !important;
  font-size: var(--dk-checkbox-label-size) !important;
  line-height: 1.4 !important;
  color: var(--dk-checkbox-label-color) !important;
  font-weight: 400 !important;
}

body.dk-gift-single-product .giftcard-modal input[type="checkbox"] {
  width: var(--dk-checkbox-size) !important;
  height: var(--dk-checkbox-size) !important;
  min-width: var(--dk-checkbox-size) !important;
  margin: 0 !important;
  border: 1px solid var(--dk-checkbox-border) !important;
  border-radius: var(--dk-checkbox-radius) !important;
  background: var(--dk-checkbox-bg) !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative !important;
}

body.dk-gift-single-product .giftcard-modal input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #169caf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* =========================================================
   8) HTML BLOCS / HJÆLPETEKST / MESSAGES
   ========================================================= */

body.dk-gift-single-product .giftcard-modal .frm_html_container,
body.dk-gift-single-product .giftcard-modal .frm_description,
body.dk-gift-single-product .giftcard-modal .frm_error_style,
body.dk-gift-single-product .giftcard-modal .frm_message {
  font-size: var(--dk-legal-size) !important;
  line-height: var(--dk-legal-line) !important;
}

body.dk-gift-single-product .giftcard-modal .frm_html_container {
  margin: 0 0 var(--dk-field-gap) !important;
  color: var(--dk-legal-color) !important;
}

body.dk-gift-single-product .giftcard-modal a {
  color: var(--dk-link-color) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

body.dk-gift-single-product .giftcard-modal .frm_form_field[style*="display: none"] {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   9) SUBMIT BUTTON
   ========================================================= */

body.dk-gift-single-product .giftcard-modal .frm_submit {
  margin: var(--dk-submit-gap-top) 0 0 !important;
  padding: 0 !important;
}

body.dk-gift-single-product .giftcard-modal .frm_submit button,
body.dk-gift-single-product .giftcard-modal .frm_submit input[type="submit"],
body.dk-gift-single-product .giftcard-modal button.frm_button_submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: var(--dk-submit-height) !important;
  padding: 0 var(--dk-submit-pad-x) !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: var(--dk-submit-radius) !important;
  background: var(--dk-submit-bg) !important;
  color: var(--dk-submit-text) !important;
  box-shadow: var(--dk-submit-border) !important;
  font-size: var(--dk-submit-font-size) !important;
  line-height: 1 !important;
  font-weight: var(--dk-submit-font-weight) !important;
  letter-spacing: var(--dk-submit-letter-spacing) !important;
  text-transform: uppercase !important;
  text-align: center !important;
  transition: transform .14s ease, opacity .14s ease !important;
}

body.dk-gift-single-product .giftcard-modal .frm_submit button:hover,
body.dk-gift-single-product .giftcard-modal .frm_submit input[type="submit"]:hover,
body.dk-gift-single-product .giftcard-modal button.frm_button_submit:hover {
  opacity: var(--dk-submit-hover-opacity) !important;
  transform: translateY(var(--dk-submit-hover-translate)) !important;
}

/* Disabled */
body.dk-gift-single-product .giftcard-modal .frm_submit button[disabled],
body.dk-gift-single-product .giftcard-modal .frm_submit input[type="submit"][disabled],
body.dk-gift-single-product .giftcard-modal button.frm_button_submit[disabled] {
  background: var(--dk-submit-disabled-bg) !important;
  color: var(--dk-submit-disabled-text) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Active */
body.dk-gift-single-product .giftcard-modal .frm_submit button:not([disabled]),
body.dk-gift-single-product .giftcard-modal .frm_submit input[type="submit"]:not([disabled]),
body.dk-gift-single-product .giftcard-modal button.frm_button_submit:not([disabled]) {
  background: var(--dk-submit-bg) !important;
  color: var(--dk-submit-text) !important;
  box-shadow: var(--dk-submit-border) !important;
  cursor: pointer !important;
}

/* =========================================================
   10) FORMIDABLE FEJL / VALIDERING
   ========================================================= */

body.dk-gift-single-product .giftcard-modal .frm_error {
  margin-top: 6px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.dk-gift-single-product .giftcard-modal .frm_blank_field input,
body.dk-gift-single-product .giftcard-modal .frm_blank_field select,
body.dk-gift-single-product .giftcard-modal .frm_blank_field textarea,
body.dk-gift-single-product .giftcard-modal .frm_error input,
body.dk-gift-single-product .giftcard-modal .frm_error select,
body.dk-gift-single-product .giftcard-modal .frm_error textarea {
  border-color: #d46a6a !important;
}

/* =========================================================
   11) MOBILE
   ========================================================= */

@media (max-width: 767px) {
  body.dk-gift-single-product .giftcard-modal {
    max-width: var(--dk-mobile-modal-max-width) !important;
    border-radius: var(--dk-mobile-modal-radius) !important;
    padding: var(--dk-mobile-pad-top) var(--dk-mobile-pad-x) var(--dk-mobile-pad-bottom) !important;
  }

  body.dk-gift-single-product .giftcard-modal .dk-gift-intro {
    grid-template-columns: var(--dk-mobile-intro-icon-size) 1fr !important;
  }

  body.dk-gift-single-product .giftcard-modal .dk-gift-intro__icon img {
    width: var(--dk-mobile-intro-icon-size) !important;
  }

  body.dk-gift-single-product .giftcard-modal .dk-gift-intro__text h1,
  body.dk-gift-single-product .giftcard-modal .dk-gift-intro__text h2,
  body.dk-gift-single-product .giftcard-modal .dk-gift-intro__text h3 {
    font-size: var(--dk-mobile-intro-title-size) !important;
  }

  body.dk-gift-single-product .giftcard-modal .dk-gift-intro__text p {
    font-size: var(--dk-mobile-intro-subtitle-size) !important;
  }

  body.dk-gift-single-product .giftcard-modal .frm_section_heading {
    margin-top: var(--dk-mobile-section-gap) !important;
    margin-bottom: var(--dk-mobile-heading-gap) !important;
  }

  body.dk-gift-single-product .giftcard-modal .frm_form_field {
    margin-bottom: var(--dk-mobile-field-gap) !important;
  }

  body.dk-gift-single-product .giftcard-modal .frm_form_field > label,
  body.dk-gift-single-product .giftcard-modal .frm_form_field > .frm_primary_label {
    margin-bottom: var(--dk-mobile-label-gap) !important;
  }

  body.dk-gift-single-product .giftcard-modal .frm_checkbox,
  body.dk-gift-single-product .giftcard-modal .frm_form_field.frm_type_checkbox {
    margin-bottom: var(--dk-mobile-checkbox-row-gap) !important;
  }

  body.dk-gift-single-product .giftcard-modal input[type="text"],
  body.dk-gift-single-product .giftcard-modal input[type="email"],
  body.dk-gift-single-product .giftcard-modal input[type="number"],
  body.dk-gift-single-product .giftcard-modal input[type="tel"],
  body.dk-gift-single-product .giftcard-modal select {
    height: var(--dk-mobile-input-height) !important;
    min-height: var(--dk-mobile-input-height) !important;
    font-size: 14px !important;
  }

  body.dk-gift-single-product .giftcard-modal textarea {
    min-height: var(--dk-mobile-textarea-height) !important;
    font-size: 14px !important;
  }

  body.dk-gift-single-product .giftcard-modal .frm_submit button,
  body.dk-gift-single-product .giftcard-modal .frm_submit input[type="submit"],
  body.dk-gift-single-product .giftcard-modal button.frm_button_submit {
    min-height: var(--dk-mobile-submit-height) !important;
    font-size: var(--dk-mobile-submit-font-size) !important;
  }
}

/* =========================================================
   Single product – header width + breadcrumb spacing fix
   ========================================================= */

body.dk-gift-single-product {
  --dk-single-breadcrumb-gap-top-desktop: 32px;
  --dk-single-breadcrumb-gap-top-mobile: 25px;
  --dk-single-breadcrumb-gap-bottom-desktop: 0px;
  --dk-single-breadcrumb-gap-bottom-mobile: 12px;
}

/* Match same top air as other pages */
body.dk-gift-single-product .product-main {
  padding-top: var(--dk-single-breadcrumb-gap-top-desktop);
}

/* Breadcrumb spacing */
body.dk-gift-single-product .dk-store-breadcrumb {
  margin: 0 0 var(--dk-single-breadcrumb-gap-bottom-desktop);
}

/* Mobile */
@media (max-width: 849px) {
  body.dk-gift-single-product .product-main {
    padding-top: var(--dk-single-breadcrumb-gap-top-mobile);
    padding-left: var(--dk-mobile-viewport-gap);
    padding-right: var(--dk-mobile-viewport-gap);
  }

  body.dk-gift-single-product .dk-store-breadcrumb {
    margin: 0 0 var(--dk-single-breadcrumb-gap-bottom-mobile);
  }
}

/* =========================================================
   Single product – desktop gutter alignment to header
   ========================================================= */

body.dk-gift-single-product {
  --dk-single-desktop-gutter: 25px;
}

@media (min-width: 850px) {
  body.dk-gift-single-product .product-main {
    padding-left: var(--dk-single-desktop-gutter);
    padding-right: var(--dk-single-desktop-gutter);
    box-sizing: border-box;
  }
}