body.single-product.danpol-config-product {
  background: #fbfbfa;
}

body.single-product.danpol-config-product:not(.danpol-config-ready) .woocommerce-product-gallery,
body.single-product.danpol-config-product:not(.danpol-config-ready) .summary.entry-summary > * {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.single-product.danpol-config-product:not(.danpol-config-ready) .summary.entry-summary {
  position: relative;
  width: 100%;
  min-height: 720px;
}

body.single-product.danpol-config-product:not(.danpol-config-ready) .summary.entry-summary::before {
  content: "";
  position: absolute;
  inset: 0;
  min-height: 650px;
  border: 1px solid #e7e6e1;
  border-radius: 12px;
  background:
    linear-gradient(90deg, #ecebea 0%, #f7f7f5 45%, #ecebea 90%) 28px 28px / 180px 20px no-repeat,
    linear-gradient(90deg, #ecebea 0%, #f7f7f5 45%, #ecebea 90%) 28px 66px / 310px 14px no-repeat,
    linear-gradient(90deg, #ecebea 0%, #f7f7f5 45%, #ecebea 90%) 28px 118px / calc(50% - 44px) 180px no-repeat,
    linear-gradient(90deg, #ecebea 0%, #f7f7f5 45%, #ecebea 90%) calc(50% + 16px) 118px / calc(50% - 44px) 180px no-repeat,
    linear-gradient(90deg, #ecebea 0%, #f7f7f5 45%, #ecebea 90%) 28px 330px / calc(50% - 44px) 64px no-repeat,
    linear-gradient(90deg, #ecebea 0%, #f7f7f5 45%, #ecebea 90%) calc(50% + 16px) 330px / calc(50% - 44px) 64px no-repeat,
    #fff;
  background-size:
    220% 20px,
    220% 14px,
    220% 180px,
    220% 180px,
    220% 64px,
    220% 64px,
    auto;
  animation: danpol-config-skeleton 1.15s ease-in-out infinite;
  box-shadow: 0 1px 2px rgba(20, 22, 28, 0.04);
  z-index: 1;
}

@keyframes danpol-config-skeleton {
  0% {
    background-position:
      -160px 28px,
      -160px 66px,
      -160px 118px,
      calc(50% - 172px) 118px,
      -160px 330px,
      calc(50% - 172px) 330px,
      0 0;
  }
  100% {
    background-position:
      220px 28px,
      360px 66px,
      560px 118px,
      calc(50% + 560px) 118px,
      560px 330px,
      calc(50% + 560px) 330px,
      0 0;
  }
}

body.single-product.danpol-config-product .content-single-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 36px;
  overflow: visible !important;
}

body.single-product.danpol-config-product.danpol-config-ready .danpol-sticky-parent,
body.single-product.danpol-config-product.danpol-config-ready .site-content,
body.single-product.danpol-config-product.danpol-config-ready #content,
body.single-product.danpol-config-product.danpol-config-ready #primary,
body.single-product.danpol-config-product.danpol-config-ready main,
body.single-product.danpol-config-product.danpol-config-ready .product,
body.single-product.danpol-config-product.danpol-config-ready .entry-summary,
body.single-product.danpol-config-product.danpol-config-ready form.cart,
body.single-product.danpol-config-product.danpol-config-ready .wapf-wrapper {
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

body.single-product.danpol-config-product.danpol-config-ready .summary.entry-summary {
  width: 100%;
  max-width: none;
}

body.single-product.danpol-config-product.danpol-config-ready .woocommerce-product-gallery {
  display: none;
}

.danpol-book-form .wapf-wrapper {
  width: 100%;
  overflow: visible !important;
}

.danpol-config-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-top: 24px;
  overflow: visible !important;
}

.danpol-config-sidebar {
  position: relative;
  top: auto;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: start;
  height: fit-content;
  max-height: none;
  overflow: visible;
  overscroll-behavior: auto;
  padding-bottom: 4px;
  transition: transform 0.08s linear;
  will-change: transform;
}

.danpol-preview-card,
.danpol-matrix-card,
.danpol-config-group {
  background: #fff;
  border: 1px solid #e7e6e1;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(20, 22, 28, 0.04);
}

.danpol-preview-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 16px;
}

.danpol-preview-image {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f4f2;
  border: 1px solid #e7e6e1;
}

.danpol-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.danpol-preview-placeholder {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, #f4f4f2 0 8px, #fff 8px 16px);
}

.danpol-eyebrow,
.danpol-sticky-label {
  color: #6c727c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.danpol-preview-title {
  margin: 5px 0 4px;
  color: #13161c;
  font-size: 21px;
  line-height: 1.15;
}

.danpol-preview-meta,
.danpol-preview-qty {
  margin: 0;
  color: #6c727c;
  font-size: 13px;
  line-height: 1.45;
}

.danpol-preview-qty {
  margin-top: 8px;
  color: #3a3f48;
}

.danpol-matrix-head {
  padding: 18px 18px 12px;
  border-bottom: 1px solid #e7e6e1;
}

.danpol-matrix-head h3 {
  margin: 4px 0 6px;
  color: #13161c;
  font-size: 18px;
}

.danpol-matrix-head p {
  margin: 0;
  color: #6c727c;
  font-size: 12.5px;
  line-height: 1.45;
}

.danpol-matrix-list {
  display: flex;
  flex-direction: column;
}

.danpol-matrix-row {
  width: 100%;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 92px;
  gap: 10px;
  align-items: center;
  padding: 13px 18px;
  border: 0;
  border-bottom: 1px solid #e7e6e1;
  background: transparent;
  color: #13161c;
  cursor: pointer;
  text-align: left;
}

.danpol-matrix-row:focus {
  outline: 2px solid #1956d3;
  outline-offset: -2px;
}

.danpol-matrix-row:last-child {
  border-bottom: 0;
}

.danpol-matrix-row:hover,
.danpol-matrix-row.is-current {
  background: #eaf0fd;
}

.danpol-matrix-qty {
  font-weight: 700;
}

.danpol-matrix-price {
  min-width: 0;
}

.danpol-matrix-loader {
  display: none;
  width: min(180px, 100%);
}

.danpol-matrix-loader::before,
.danpol-matrix-loader::after {
  content: "";
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #ecebea 0%, #f7f7f5 45%, #ecebea 90%);
  background-size: 220% 100%;
  animation: danpol-matrix-shimmer 1.1s ease-in-out infinite;
}

.danpol-matrix-loader::before {
  width: 148px;
  height: 16px;
  margin-bottom: 7px;
}

.danpol-matrix-loader::after {
  width: 92px;
  height: 11px;
}

.danpol-matrix-row.is-loading .danpol-matrix-loader {
  display: block;
}

.danpol-matrix-row.is-loading .danpol-matrix-total,
.danpol-matrix-row.is-loading .danpol-matrix-unit {
  display: none;
}

@keyframes danpol-matrix-shimmer {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

.danpol-matrix-total {
  display: block;
  color: #13161c;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.danpol-matrix-total .woocommerce-Price-amount {
  white-space: nowrap;
}

.danpol-matrix-unit {
  display: block;
  color: #3f4650;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.danpol-matrix-action button {
  width: 100%;
  border: 1px solid #d7d6cf;
  border-radius: 8px;
  background: #fff;
  color: #1956d3;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 8px;
}

.danpol-matrix-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border-top: 1px solid #e7e6e1;
  background: #f7f7f5;
  color: #6c727c;
  font-size: 12.5px;
}

.danpol-matrix-foot button {
  border: 0;
  background: transparent;
  color: #1956d3;
  font-size: 12.5px;
  font-weight: 800;
  padding: 0;
  cursor: pointer;
}

.danpol-matrix-foot button:hover {
  color: #0b3aa0;
}

.danpol-config-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.danpol-config-group {
  padding: 22px;
}

.danpol-config-group:first-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
}

.danpol-config-group:first-child .danpol-group-head,
.danpol-config-group:first-child .danpol-format-field {
  grid-column: 1 / -1;
}

.danpol-config-group:first-child .field-3c4f23a,
.danpol-config-group:first-child .field-a858d1f {
  margin-bottom: 0;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card-wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card {
  min-height: 84px;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card-img {
  flex: 0 0 46px;
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  border: 1px solid #e7e6e1;
  border-radius: 8px;
  background: #f4f4f2;
  display: grid;
  place-items: center;
  overflow: hidden;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card-img > * {
  max-width: 36px !important;
  max-height: 36px !important;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card-img img {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  object-fit: contain;
  opacity: 0.72;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card-body {
  min-width: 0;
  flex: 1;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card-title span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card-description,
body.single-product.danpol-config-product .danpol-format-field .wapf-card-content,
body.single-product.danpol-config-product .danpol-format-field .wapf-card-desc {
  color: #6c727c;
  font-size: 12px;
  line-height: 1.35;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card.wapf-checked::before,
body.single-product.danpol-config-product .danpol-format-field .wapf-card.wapf-checked::after {
  display: none !important;
}

body.single-product.danpol-config-product .danpol-format-field .wapf-card.wapf-checked .wapf-card-inner::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #1956d3;
  box-shadow: inset 0 0 0 3px #fff;
}

.danpol-group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e7e6e1;
}

.danpol-group-title {
  color: #13161c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.danpol-group-subtitle {
  margin-top: 3px;
  color: #6c727c;
  font-size: 13px;
}

.danpol-group-step {
  color: #9aa0a8;
  font-family: monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

body.single-product.danpol-config-product .wapf-field-container {
  margin-bottom: 20px;
}

body.single-product.danpol-config-product .wapf-field-container:last-child {
  margin-bottom: 0;
}

body.single-product.danpol-config-product .wapf-field-container.danpol-field-pulse {
  border-radius: 12px;
  animation: danpol-field-pulse 1.2s ease;
}

body.single-product.danpol-config-product .wapf-field-container.danpol-field-error .danpol-stepper {
  border-color: #d92d20;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.1);
}

.danpol-field-error-message {
  display: none;
  margin-top: 7px;
  color: #b42318;
  font-size: 12px;
  line-height: 1.35;
}

body.single-product.danpol-config-product .wapf-field-container.danpol-field-error .danpol-field-error-message {
  display: block;
}

@keyframes danpol-field-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(25, 86, 211, 0.32);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(25, 86, 211, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(25, 86, 211, 0);
  }
}

body.single-product.danpol-config-product .wapf-field-container:not(.danpol-format-field) .wapf-card-wrap {
  display: grid !important;
  gap: 12px;
}

body.single-product.danpol-config-product .wapf-field-label label span {
  color: #13161c;
  font-size: 14px;
  font-weight: 700;
}

body.single-product.danpol-config-product .wapf-card {
  border: 1px solid #e7e6e1;
  border-radius: 10px;
  background: #fff;
  min-height: 82px;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

body.single-product.danpol-config-product .wapf-card:hover {
  border-color: #d7d6cf;
}

body.single-product.danpol-config-product .wapf-card.wapf-checked {
  border-color: #1956d3;
  background: #eaf0fd;
  box-shadow: inset 0 0 0 1px #1956d3;
}

body.single-product.danpol-config-product .wapf-card-inner {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 44px 12px 12px;
}

body.single-product.danpol-config-product .wapf-card-img {
  flex: 0 0 50px;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  border-radius: 8px;
  background: #f6f6f4;
  display: grid;
  place-items: center;
  overflow: hidden;
}

body.single-product.danpol-config-product .wapf-card-img > * {
  max-width: 40px !important;
  max-height: 40px !important;
}

body.single-product.danpol-config-product .wapf-card-img img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  object-fit: contain;
  opacity: 0.72;
}

body.single-product.danpol-config-product .wapf-card-body {
  min-width: 0;
  flex: 1;
}

body.single-product.danpol-config-product .wapf-card-title span {
  color: #13161c;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

body.single-product.danpol-config-product .wapf-card-description,
body.single-product.danpol-config-product .wapf-card-content,
body.single-product.danpol-config-product .wapf-card-desc {
  color: #6c727c;
  font-size: 12px;
  line-height: 1.35;
}

body.single-product.danpol-config-product .wapf-card.wapf-checked::before,
body.single-product.danpol-config-product .wapf-card.wapf-checked::after {
  display: none !important;
}

body.single-product.danpol-config-product .wapf-card.wapf-checked .wapf-card-inner::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #1956d3;
  box-shadow: inset 0 0 0 3px #fff;
}

body.single-product.danpol-config-product input[type="number"],
body.single-product.danpol-config-product input[type="text"],
body.single-product.danpol-config-product select {
  border: 1px solid #d7d6cf;
  border-radius: 10px;
  background: #fff;
  color: #13161c;
  min-height: 44px;
}

.danpol-stepper {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d7d6cf;
  border-radius: 10px;
  background: #f4f4f2;
}

.danpol-stepper button {
  width: 42px;
  height: 42px;
  border: 0;
  margin: 0;
  padding: 0 !important;
  background: transparent;
  color: #3a3f48;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1 !important;
  cursor: pointer;
  appearance: none;
  transform: none;
}

.danpol-stepper input[type="number"] {
  width: 120px;
  height: 42px;
  min-height: 42px;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
  font-weight: 700;
  padding: 0 !important;
  line-height: 42px;
}

.danpol-stepper-unit {
  padding-right: 12px;
  color: #6c727c;
  font-family: monospace;
  font-size: 12px;
}

.danpol-field-hidden-by-apf {
  display: none !important;
}

.danpol-apf-technical {
  display: none !important;
}

body.single-product.danpol-config-product .wapf-field-calc.field-5a6ebbe,
body.single-product.danpol-config-product .wapf-field-calc.field-2c2bcba,
body.single-product.danpol-config-product .wapf-field-calc.field-055e5f9,
body.single-product.danpol-config-product .wapf-field-calc.field-21dedec {
  display: none;
}

body.single-product.danpol-config-product.danpol-config-ready form.cart > .quantity,
body.single-product.danpol-config-product.danpol-config-ready form.cart > .single_add_to_cart_button {
  display: none !important;
}

body.single-product.danpol-config-product.danpol-config-ready .danpol-book-form {
  padding-bottom: 96px;
}

.danpol-sticky-price {
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 999;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(920px, calc(100vw - 96px));
  min-height: 64px;
  padding: 10px 14px 10px 18px;
  border-radius: 12px;
  background: #13161c;
  color: #fff;
  box-shadow: 0 18px 50px rgba(20, 22, 28, 0.28);
}

.danpol-sticky-price > div:first-child {
  flex: 0 0 158px;
}

.danpol-sticky-price .danpol-sticky-label {
  line-height: 1.1;
}

.danpol-sticky-total {
  margin-top: 2px;
  min-width: 120px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

.danpol-sticky-unit {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
}

.danpol-summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1 1 auto;
  max-width: 300px;
  max-height: 21px;
  min-width: 0;
  overflow: hidden;
}

.danpol-summary-tags span {
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  line-height: 1.2;
}

.danpol-sticky-qty {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 32px;
  margin-left: auto;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.danpol-sticky-qty button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 26px;
  min-height: 26px;
  border: 0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.danpol-sticky-qty button:hover {
  background: rgba(255, 255, 255, 0.2);
}

body.single-product.danpol-config-product .danpol-sticky-price .danpol-sticky-qty-input {
  width: 62px;
  height: 26px !important;
  min-height: 26px !important;
  border: 0;
  border-radius: 7px;
  background: #fff;
  color: #13161c;
  font-size: 13px;
  font-weight: 800;
  line-height: 26px;
  padding: 0 6px;
  text-align: center;
}

.danpol-sticky-qty span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.danpol-sticky-submit {
  min-height: 40px;
  border: 0;
  border-radius: 9px;
  background: #1956d3;
  color: #fff;
  font-weight: 800;
  padding: 0 18px;
  cursor: pointer;
}

.danpol-sticky-submit:hover {
  background: #0b3aa0;
}

@media (max-width: 991px) {
  .danpol-config-layout {
    grid-template-columns: 1fr;
  }

  .danpol-config-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  body.single-product.danpol-config-product .content-single-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.single-product.danpol-config-product.danpol-config-ready .danpol-book-form {
    padding-bottom: 88px;
  }

  .danpol-config-layout {
    gap: 14px;
    margin-top: 16px;
  }

  .danpol-preview-card {
    grid-template-columns: 72px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .danpol-preview-title {
    font-size: 18px;
  }

  .danpol-preview-meta {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .danpol-matrix-card {
    display: none;
  }

  .danpol-config-group {
    padding: 16px;
  }

  .danpol-config-group:first-child {
    grid-template-columns: 1fr;
  }

  body.single-product.danpol-config-product .danpol-format-field .wapf-card-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product.danpol-config-product .danpol-format-field .wapf-card {
    min-height: 118px;
  }

  body.single-product.danpol-config-product .danpol-format-field .wapf-card-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
  }

  body.single-product.danpol-config-product .danpol-format-field .wapf-card-img {
    flex-basis: 42px;
    width: 42px !important;
    height: 42px !important;
  }

  .danpol-config-group:first-child .field-3c4f23a,
  .danpol-config-group:first-child .field-a858d1f {
    margin-bottom: 20px;
  }

  .danpol-matrix-row {
    grid-template-columns: 82px 1fr;
  }

  .danpol-matrix-action {
    grid-column: 1 / -1;
  }

  .danpol-matrix-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .danpol-sticky-price {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    bottom: 8px;
    width: calc(100vw - 20px);
    min-height: 60px;
    padding: 9px 10px 9px 12px;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(110%);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  body.danpol-mobile-sticky-visible .danpol-sticky-price {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%);
  }

  .danpol-sticky-price > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .danpol-sticky-price .danpol-sticky-label {
    font-size: 9px;
  }

  .danpol-sticky-total {
    min-width: 0;
    font-size: 20px;
  }

  .danpol-sticky-unit {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
  }

  .danpol-summary-tags {
    display: none;
  }

  .danpol-sticky-qty {
    display: none;
  }

  .danpol-sticky-submit {
    flex: 0 0 auto;
    width: auto;
    min-height: 40px;
    margin-left: 0;
    padding: 0 14px;
    font-size: 13px;
  }
}
