:root {
  --su-yellow: #ffc400;
  --su-line: #e7e9ec;
  --su-soft: #f5f6f7;
  --su-green: #15803d;
  --su-gallery-fr: 38fr;
  --su-middle-fr: 34fr;
  --su-buy-fr: 28fr;
  --su-sticky-top: 105px;
  --su-button-radius: 24px;
}

body#product #main-product-wrapper,
body#product .product-info-row,
body.page-product #main-product-wrapper,
body.page-product .product-info-row {
  overflow: visible !important;
}

body#product .product-info-row,
body.page-product .product-info-row {
  display: grid !important;
  grid-template-columns:
    minmax(0, var(--su-gallery-fr))
    minmax(300px, var(--su-middle-fr))
    minmax(330px, var(--su-buy-fr));
  gap: clamp(22px, 2.4vw, 38px);
  align-items: start;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body#product .product-info-row > .col-product-image,
body.page-product .product-info-row > .col-product-image {
  grid-column: 1;
  grid-row: 1 / span 4;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  position: -webkit-sticky;
  position: sticky;
  top: var(--su-sticky-top);
  align-self: start;
  height: max-content;
  z-index: 1;
}

body#product .product-info-row > .col-product-info,
body.page-product .product-info-row > .col-product-info {
  grid-column: 2 / 4;
  grid-row: 1 / span 4;
  display: grid !important;
  grid-template-columns:
    minmax(300px, var(--su-middle-fr))
    minmax(330px, var(--su-buy-fr));
  gap: clamp(22px, 2.4vw, 38px);
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  align-items: start;
}

body#product .product-info-row > .col-product-info > #col-product-info,
body.page-product .product-info-row > .col-product-info > #col-product-info {
  grid-column: 1 / 3;
  display: grid !important;
  grid-template-columns:
    minmax(300px, var(--su-middle-fr))
    minmax(330px, var(--su-buy-fr));
  gap: clamp(22px, 2.4vw, 38px);
  align-items: start;
}

body#product .product-info-row .product-information,
body.page-product .product-info-row .product-information {
  display: contents !important;
}

body#product .product_header_container,
body.page-product .product_header_container {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

body#product .product_header_container h1,
body.page-product .product_header_container h1 {
  margin-bottom: 12px;
  font-size: clamp(27px, 2.2vw, 38px);
  line-height: 1.08;
}

body#product .product-information > [id^="product-description-short"],
body#product .product-information > .product-description,
body.page-product .product-information > [id^="product-description-short"],
body.page-product .product-information > .product-description {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  font-size: 15px;
  line-height: 1.45;
}

body#product .su-product-support,
body.page-product .su-product-support {
  display: block !important;
  grid-column: 1;
  grid-row: 3;
  width: 100%;
  min-width: 0;
  margin-top: 24px;
  padding: 18px;
  background: #fff8da;
  border: 1px solid #ffe27a;
  border-radius: 14px;
}

.su-product-support h3 {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: 800;
}

.su-product-support p {
  margin: 0 0 13px;
  color: #555d66;
}

.su-product-support .btn,
.su-product-support button,
.su-product-support #open_form_by_button_wpcfu-f4-o1,
.su-product-support .no_floating_form {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-right: 22px;
  padding-left: 22px;
}

body#product .product-information > .product-actions,
body.page-product .product-information > .product-actions {
  grid-column: 2;
  grid-row: 1 / span 4;
  min-width: 0;
  margin: 0;
  padding: 18px;
  background: var(--su-soft);
  border: 1px solid var(--su-line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, .08);
  position: -webkit-sticky !important;
  position: sticky !important;
  top: var(--su-sticky-top);
  align-self: start;
  height: max-content;
  z-index: 2;
}

.product-actions .product_p_price_container {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--su-line);
}

.product-actions .product-prices {
  margin: 0;
  padding: 0;
}

.product-actions .current-price {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.product-actions .product-add-to-cart .add-to-cart {
  width: 100%;
  min-height: 52px;
  font-size: 16px;
}

.product-actions .product-quantity {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-actions .product-quantity .add {
  flex: 1;
  min-width: 210px;
}

.product-actions .product-variants-item {
  margin-bottom: 15px;
}

.product-actions .form-control-label,
.product-actions .control-label {
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
}

body.su-product-variants-highlight .product-actions .product-variants {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

body.su-product-variants-highlight .product-actions .product-variants-item {
  position: relative;
  margin: 0;
  padding: 13px;
  background: #ffffff;
  border: 1px solid #d9dde1;
  border-left: 5px solid var(--su-yellow);
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(17, 24, 39, .05);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.su-product-variants-highlight .product-actions .product-variants-item:hover {
  border-color: #ffc400;
  box-shadow: 0 6px 18px rgba(17, 24, 39, .10);
  transform: translateY(-1px);
}

body.su-product-variants-highlight .product-actions .product-variants-item:focus-within {
  border-color: #ffc400;
  box-shadow: 0 0 0 3px rgba(255, 196, 0, .22);
}

body.su-product-variants-highlight .product-actions .product-variants-item .control-label,
body.su-product-variants-highlight .product-actions .product-variants-item .form-control-label {
  margin-bottom: 8px;
  color: #25282c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

body.su-product-variants-highlight .product-actions .product-variants-item select,
body.su-product-variants-highlight .product-actions .product-variants-item .form-control-select,
body.su-product-variants-highlight .product-actions .product-variants-item .form-control {
  width: 100%;
  min-height: 50px;
  padding-right: 38px;
  padding-left: 13px;
  color: #111111;
  background-color: #fffdf4;
  border: 2px solid #ffc400 !important;
  border-radius: 10px !important;
  box-shadow: none;
  font-size: 15px;
  font-weight: 750;
}

body.su-product-variants-highlight .product-actions .product-variants-item select:focus,
body.su-product-variants-highlight .product-actions .product-variants-item .form-control-select:focus,
body.su-product-variants-highlight .product-actions .product-variants-item .form-control:focus {
  background-color: #ffffff;
  border-color: #111111 !important;
  box-shadow: 0 0 0 3px rgba(255, 196, 0, .25);
}

body.su-product-rounded .product-actions .btn,
body.su-product-rounded .product-actions .add-to-cart,
body.su-product-rounded .product-actions button,
body.su-product-rounded .product-actions input[type="button"],
body.su-product-rounded .product-actions input[type="submit"],
body.su-product-rounded .su-product-support .btn {
  border-radius: var(--su-button-radius) !important;
}

body.su-product-square .product-actions .btn,
body.su-product-square .product-actions .add-to-cart,
body.su-product-square .product-actions button,
body.su-product-square .product-actions input[type="button"],
body.su-product-square .product-actions input[type="submit"],
body.su-product-square .su-product-support .btn {
  border-radius: 4px !important;
}

body.su-product-variants-plain .product-actions .product-variants-item {
  margin-bottom: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

body.su-product-variants-plain .product-actions .product-variants-item select,
body.su-product-variants-plain .product-actions .product-variants-item .form-control-select,
body.su-product-variants-plain .product-actions .product-variants-item .form-control {
  min-height: 46px;
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #d9dde1 !important;
  border-radius: 4px !important;
  box-shadow: none;
  font-weight: 400;
}

#product .product-quantity .qty input,
#product .product-variants select,
#product .product-variants .form-control,
#product .bootstrap-touchspin {
  min-height: 46px;
  border-radius: 12px !important;
}

/* PrestaShop 8.2 / Warehouse: keep the quantity control visibly white. */
body#product .product-quantity .qty .bootstrap-touchspin,
body.page-product .product-quantity .qty .bootstrap-touchspin {
  background-color: #ffffff !important;
  border: 1px solid #d9dde1 !important;
  border-radius: 12px !important;
  overflow: hidden;
}

body#product .product-quantity .qty .bootstrap-touchspin input,
body.page-product .product-quantity .qty .bootstrap-touchspin input,
body#product .product-quantity .qty .bootstrap-touchspin .btn-touchspin,
body.page-product .product-quantity .qty .bootstrap-touchspin .btn-touchspin,
body#product .product-quantity .qty .bootstrap-touchspin .bootstrap-touchspin-up,
body.page-product .product-quantity .qty .bootstrap-touchspin .bootstrap-touchspin-up,
body#product .product-quantity .qty .bootstrap-touchspin .bootstrap-touchspin-down,
body.page-product .product-quantity .qty .bootstrap-touchspin .bootstrap-touchspin-down {
  background-color: #ffffff !important;
}

.su-trust-microcopy {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 12px 0 0;
  color: #4e555d;
  font-size: 12px;
  font-weight: 600;
}

.su-trust-microcopy span::before {
  content: "✓";
  margin-right: 5px;
  color: var(--su-green);
  font-weight: 900;
}

body#product.su-product-sticky-off .col-product-image,
body#product.su-product-sticky-off .product-actions,
body.page-product.su-product-sticky-off .col-product-image,
body.page-product.su-product-sticky-off .product-actions {
  position: static !important;
}

body.su-product-price-left .su-price-middle {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  margin: 8px 0 16px;
  padding: 14px 0 16px;
  border-bottom: 1px solid var(--su-line);
}

body.su-product-price-left .su-price-middle .product-prices {
  margin: 0;
  padding: 0;
}

body.su-product-price-left .su-price-middle .current-price {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.03em;
}

body.su-product-price-left .product-information > [id^="product-description-short"],
body.su-product-price-left .product-information > .product-description {
  grid-row: 3;
}

body.su-product-price-left .su-product-support {
  grid-row: 4;
}

.ctf-popup-wapper {
  position: fixed !important;
  z-index: 2147483000 !important;
  isolation: isolate;
}

.ctf-popup-wapper .ctf-popup-table,
.ctf-popup-wapper .ctf-popup-tablecell,
.ctf-popup-wapper .ctf-popup-content {
  position: relative;
  z-index: 2147483001 !important;
}

body#product.su-contact-popup-open .product-actions,
body.page-product.su-contact-popup-open .product-actions {
  position: relative !important;
  z-index: 0 !important;
}

body#product.su-contact-popup-open .col-product-image,
body.page-product.su-contact-popup-open .col-product-image {
  z-index: 0 !important;
}

#iqitsizecharts-modal,
.js-iqitsizecharts-modal {
  position: fixed !important;
  z-index: 2147482000 !important;
}

#iqitsizecharts-modal .modal-dialog,
.js-iqitsizecharts-modal .modal-dialog {
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 30px auto;
}

#iqitsizecharts-modal .modal-content,
.js-iqitsizecharts-modal .modal-content {
  max-height: calc(100vh - 60px);
  overflow: hidden;
}

#iqitsizecharts-modal .modal-header,
.js-iqitsizecharts-modal .modal-header {
  flex: 0 0 auto;
}

#iqitsizecharts-modal .modal-body,
.js-iqitsizecharts-modal .modal-body {
  overflow: auto;
}

body.su-sizechart-open .modal-backdrop {
  z-index: 2147481000 !important;
}

body.su-sizechart-open .product-actions,
body.su-sizechart-open .col-product-image {
  z-index: 0 !important;
}

@media (max-width: 767px) {
  body#product .product-info-row,
  body.page-product .product-info-row {
    display: block !important;
  }

  body#product .product-info-row > .col-product-info,
  body#product .product-info-row > .col-product-info > #col-product-info,
  body#product .product-info-row .product-information,
  body.page-product .product-info-row > .col-product-info,
  body.page-product .product-info-row > .col-product-info > #col-product-info,
  body.page-product .product-info-row .product-information {
    display: block !important;
    width: 100% !important;
  }

  body#product .col-product-image,
  body#product .product-actions,
  body.page-product .col-product-image,
  body.page-product .product-actions {
    position: static !important;
    margin-bottom: 20px;
  }

  body#product .product-actions,
  body.page-product .product-actions {
    padding: 14px;
    border-radius: 14px;
  }

  body#product .su-product-support,
  body.page-product .su-product-support {
    display: block !important;
    width: 100% !important;
    margin: 20px 0 !important;
    padding: 16px;
    clear: both;
  }

  body#product .su-product-support .btn,
  body#product .su-product-support button,
  body#product .su-product-support #open_form_by_button_wpcfu-f4-o1,
  body#product .su-product-support .no_floating_form,
  body.page-product .su-product-support .btn,
  body.page-product .su-product-support button,
  body.page-product .su-product-support #open_form_by_button_wpcfu-f4-o1,
  body.page-product .su-product-support .no_floating_form {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body#product .su-product-support,
  body.page-product .su-product-support {
    display: block !important;
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    margin-top: 22px;
  }
}
