html {
  padding-top: 0 !important;
}

body.crt-commerce {
  min-width: 320px;
  margin: 0;
  color: #071733;
  background: #f6f8fb;
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.crt-commerce *,
.crt-commerce *::before,
.crt-commerce *::after {
  box-sizing: border-box;
}

.crt-commerce img {
  max-width: 100%;
}

.crt-commerce a {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}

.crt-commerce button,
.crt-commerce input,
.crt-commerce select,
.crt-commerce textarea {
  font: inherit;
}

.crt-site--commerce {
  overflow: visible;
}

.crt-commerce-content {
  padding-top: 0 !important;
}

.crt-commerce-main {
  min-height: calc(100vh - 172px);
}

.crt-commerce-hero {
  color: #fff;
  background: #0a2b59;
}

.crt-commerce-hero__inner {
  display: flex;
  width: min(100%, 1220px);
  min-height: 230px;
  margin: 0 auto;
  padding: 46px 32px;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.crt-commerce-hero__copy {
  max-width: 590px;
}

.crt-commerce-hero__copy > p {
  margin: 0;
  color: #ffbd16;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.crt-commerce-hero__copy h1 {
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.crt-commerce-hero__copy > span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.crt-checkout-steps {
  display: flex;
  min-width: 390px;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
}

.crt-checkout-steps li {
  position: relative;
  display: grid;
  width: 100px;
  justify-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.crt-checkout-steps li:not(:last-child)::after {
  position: absolute;
  top: 19px;
  left: 78px;
  width: 94px;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  content: "";
}

.crt-checkout-steps li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: #0a2b59;
  font-weight: 700;
}

.crt-checkout-steps li.is-active,
.crt-checkout-steps li.is-complete {
  color: #fff;
}

.crt-checkout-steps li.is-active > span {
  border-color: #ffbd16;
  color: #071733;
  background: #ffbd16;
}

.crt-checkout-steps li.is-complete > span {
  border-color: #fd0061;
  background: #fd0061;
}

.crt-commerce-shell {
  width: min(calc(100% - 48px), 1160px);
  margin: 0 auto;
  padding: 48px 0 72px;
}

.crt-commerce-shell .woocommerce {
  color: #071733;
  font-family: "Titillium Web", Arial, sans-serif;
}

.crt-commerce-shell .woocommerce-notices-wrapper:empty {
  display: none;
}

.crt-commerce-shell .woocommerce-message,
.crt-commerce-shell .woocommerce-info,
.crt-commerce-shell .woocommerce-error {
  margin: 0 0 24px !important;
  padding: 17px 20px 17px 54px !important;
  border: 1px solid #cdddea;
  border-top: 3px solid #4474b8;
  border-radius: 12px;
  color: #344054;
  background: #eef7ff;
  font-size: 16px;
}

.crt-commerce-shell .woocommerce-error {
  border-color: #ffd1e2;
  border-top-color: #fd0061;
  background: #fff5f8;
}

.crt-commerce-shell .woocommerce-message::before,
.crt-commerce-shell .woocommerce-info::before {
  top: 18px;
  color: #4474b8;
}

.crt-commerce-shell .woocommerce-error::before {
  top: 18px;
  color: #fd0061;
}

/* Cart */
.crt-commerce-shell--cart .woocommerce {
  display: grid;
  align-items: start;
  gap: 28px;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.75fr);
}

.crt-commerce-shell--cart .woocommerce-notices-wrapper,
.crt-commerce-shell--cart .woocommerce-message,
.crt-commerce-shell--cart .woocommerce-info,
.crt-commerce-shell--cart .woocommerce-error,
.crt-commerce-shell--cart .return-to-shop {
  grid-column: 1 / -1;
}

.crt-commerce-shell--cart .woocommerce-cart-form,
.crt-commerce-shell--cart .cart-collaterals {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #e1e6ed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 23, 51, 0.07);
}

.crt-commerce-shell--cart .woocommerce-cart-form {
  overflow: hidden;
}

.crt-commerce-shell--cart table.shop_table {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  border-radius: 0 !important;
}

.crt-commerce-shell--cart table.shop_table thead {
  background: #f8fafc;
}

.crt-commerce-shell--cart table.shop_table th {
  padding: 15px 16px;
  border: 0;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.crt-commerce-shell--cart table.shop_table td {
  padding: 18px 16px;
  border: 0;
  border-top: 1px solid #edf0f4;
  color: #071733;
  vertical-align: middle;
}

.crt-commerce-shell--cart td.product-remove {
  width: 42px;
  padding-right: 0 !important;
}

.crt-commerce-shell--cart a.remove {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: #667085 !important;
  background: #f3f5f8;
  font-size: 20px;
  line-height: 1;
}

.crt-commerce-shell--cart a.remove:hover {
  color: #fff !important;
  background: #fd0061;
}

.crt-commerce-shell--cart td.product-thumbnail {
  width: 82px;
}

.crt-commerce-shell--cart td.product-thumbnail img {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  object-fit: cover;
}

.crt-commerce-shell--cart td.product-name a {
  color: #071733;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.crt-commerce-shell--cart td.product-price,
.crt-commerce-shell--cart td.product-subtotal {
  font-weight: 700;
  white-space: nowrap;
}

.crt-commerce-shell--cart .quantity .qty {
  width: 72px;
  height: 44px;
  padding: 8px;
  border: 1px solid #d5dbe3;
  border-radius: 10px;
  color: #071733;
  background: #fff;
  font-weight: 700;
  text-align: center;
}

.crt-commerce-shell--cart td.actions {
  padding: 18px !important;
  background: #fbfcfd;
}

.crt-commerce-shell--cart .coupon {
  display: flex;
  gap: 8px;
}

.crt-commerce-shell--cart .coupon #coupon_code {
  width: 170px !important;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d5dbe3;
  border-radius: 10px;
  background: #fff;
}

.crt-commerce-shell .button,
.crt-commerce-shell button.button,
.crt-commerce-shell input.button {
  min-height: 44px;
  padding: 10px 18px !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #071733 !important;
  background: #e9eef5 !important;
  font-weight: 700 !important;
  text-transform: none;
  box-shadow: none !important;
}

.crt-commerce-shell .button:hover,
.crt-commerce-shell button.button:hover,
.crt-commerce-shell input.button:hover {
  color: #071733 !important;
  background: #dbe4ef !important;
}

.crt-commerce-shell .button:disabled,
.crt-commerce-shell button.button:disabled {
  opacity: 0.5;
}

.crt-commerce-shell--cart .cart-collaterals {
  position: sticky;
  top: 106px;
  padding: 26px;
}

.crt-commerce-shell--cart .cart-collaterals::before {
  display: block;
  margin-bottom: 4px;
  color: #fd0061;
  content: "ORDER SUMMARY";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.crt-commerce-shell--cart .cart_totals {
  float: none !important;
  width: 100% !important;
}

.crt-commerce-shell--cart .cart_totals h2 {
  margin: 0 0 18px;
  color: #071733;
  font-size: 28px;
  font-weight: 700;
}

.crt-commerce-shell--cart .cart_totals table {
  border: 0 !important;
}

.crt-commerce-shell--cart .cart_totals th,
.crt-commerce-shell--cart .cart_totals td {
  padding: 14px 0 !important;
  border-top: 1px solid #edf0f4 !important;
  background: transparent;
}

.crt-commerce-shell--cart .cart_totals th {
  width: 38%;
  color: #475467;
  font-weight: 600;
}

.crt-commerce-shell--cart .order-total th,
.crt-commerce-shell--cart .order-total td {
  color: #071733;
  font-size: 18px;
  font-weight: 700;
}

.crt-commerce-shell--cart .wc-proceed-to-checkout {
  padding: 18px 0 0;
}

.crt-commerce-shell--cart .checkout-button,
.crt-commerce-shell .place-order .button {
  display: flex !important;
  width: 100% !important;
  min-height: 58px;
  margin: 0 !important;
  padding: 14px 22px !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  color: #071733 !important;
  background: #ffbd16 !important;
  box-shadow: 0 8px 20px rgba(255, 189, 22, 0.22) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2;
}

.crt-commerce-shell--cart .checkout-button:hover,
.crt-commerce-shell .place-order .button:hover {
  transform: translateY(-2px);
  background: #f6ae00 !important;
}

/* Checkout */
.crt-commerce-shell--checkout .woocommerce-form-coupon-toggle {
  max-width: 760px;
  margin: 0 auto 24px;
}

.crt-commerce-shell--checkout form.checkout {
  display: grid;
  align-items: start;
  gap: 0 32px;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.85fr);
}

.crt-commerce-shell--checkout #wc-stripe-payment-request-wrapper,
.crt-commerce-shell--checkout #wc-stripe-payment-request-button-separator {
  grid-column: 1 / -1;
}

.crt-commerce-shell--checkout #customer_details {
  grid-column: 1;
  grid-row: 2 / span 2;
}

.crt-commerce-shell--checkout #customer_details .col-1,
.crt-commerce-shell--checkout #customer_details .col-2 {
  float: none;
  width: 100%;
  padding: 28px;
  border: 1px solid #e1e6ed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 23, 51, 0.06);
}

.crt-commerce-shell--checkout #customer_details .col-2 {
  margin-top: 24px;
}

.crt-commerce-shell--checkout #order_review_heading {
  grid-column: 2;
  grid-row: 2;
  z-index: 2;
  margin: 0;
  padding: 28px 28px 18px;
  border: 1px solid #e1e6ed;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  color: #071733;
  background: #fff;
  font-size: 28px;
  font-weight: 700;
}

.crt-commerce-shell--checkout #order_review_heading::before {
  display: block;
  margin-bottom: 4px;
  color: #fd0061;
  content: "ORDER SUMMARY";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.crt-commerce-shell--checkout #order_review {
  position: sticky;
  top: 106px;
  grid-column: 2;
  grid-row: 3;
  padding: 0 28px 28px;
  border: 1px solid #e1e6ed;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 23, 51, 0.07);
}

.crt-commerce-shell--checkout h3 {
  margin: 0 0 22px;
  color: #071733;
  font-size: 28px;
  font-weight: 700;
}

.crt-commerce-shell--checkout .woocommerce-billing-fields__field-wrapper,
.crt-commerce-shell--checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  gap: 0 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crt-commerce-shell--checkout .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.crt-commerce-shell--checkout .form-row-wide,
.crt-commerce-shell--checkout #billing_company_field,
.crt-commerce-shell--checkout #billing_country_field,
.crt-commerce-shell--checkout #billing_address_1_field,
.crt-commerce-shell--checkout #billing_address_2_field {
  grid-column: 1 / -1;
}

.crt-commerce-shell--checkout .form-row label {
  display: block;
  margin-bottom: 7px;
  color: #344054;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.crt-commerce-shell--checkout .form-row .required {
  color: #fd0061;
}

.crt-commerce-shell--checkout .input-text,
.crt-commerce-shell--checkout select,
.crt-commerce-shell--checkout .select2-container .select2-selection--single {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #d5dbe3;
  border-radius: 10px;
  color: #071733;
  background: #fff;
  box-shadow: none;
}

.crt-commerce-shell--checkout textarea.input-text {
  min-height: 120px;
  resize: vertical;
}

.crt-commerce-shell--checkout .select2-container .select2-selection--single {
  padding: 10px 38px 10px 14px;
}

.crt-commerce-shell--checkout .select2-selection__rendered {
  padding: 0 !important;
  line-height: 28px !important;
}

.crt-commerce-shell--checkout .select2-selection__arrow {
  top: 12px !important;
  right: 10px !important;
}

.crt-commerce-shell--checkout .input-text:focus,
.crt-commerce-shell--checkout select:focus,
.crt-commerce-shell--checkout .select2-container--focus .select2-selection {
  border-color: #4474b8;
  outline: 3px solid rgba(68, 116, 184, 0.13);
}

.crt-commerce-shell--checkout #order_review table.shop_table {
  width: 100%;
  margin: 0 0 22px !important;
  border: 0 !important;
  border-collapse: collapse;
}

.crt-commerce-shell--checkout #order_review table th,
.crt-commerce-shell--checkout #order_review table td {
  padding: 13px 0;
  border: 0;
  border-top: 1px solid #edf0f4;
  color: #344054;
  vertical-align: top;
}

.crt-commerce-shell--checkout #order_review table thead {
  display: none;
}

.crt-commerce-shell--checkout #order_review table td:last-child,
.crt-commerce-shell--checkout #order_review table th:last-child {
  padding-left: 16px;
  color: #071733;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.crt-commerce-shell--checkout #order_review .order-total th,
.crt-commerce-shell--checkout #order_review .order-total td {
  padding-top: 18px;
  color: #071733;
  font-size: 18px;
}

.crt-commerce-shell--checkout #payment {
  border-radius: 12px !important;
  background: #f7f9fc !important;
}

.crt-commerce-shell--checkout #payment ul.payment_methods {
  padding: 18px !important;
  border-bottom-color: #e1e6ed !important;
}

.crt-commerce-shell--checkout #payment div.payment_box {
  margin: 14px 0 0 !important;
  padding: 16px !important;
  border-radius: 10px;
  color: #475467;
  background: #fff !important;
}

.crt-commerce-shell--checkout #payment div.payment_box::before {
  border-bottom-color: #fff !important;
}

.crt-commerce-shell--checkout #payment .payment_box label {
  font-size: 14px;
  font-weight: 600;
}

.crt-commerce-shell--checkout #payment .form-row.place-order {
  margin: 0 !important;
  padding: 18px !important;
}

.crt-commerce-shell--checkout .woocommerce-privacy-policy-text {
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.crt-commerce-shell--checkout .woocommerce-privacy-policy-text a {
  color: #4474b8;
  text-decoration: underline;
}

.crt-commerce-shell .cart-empty {
  margin: 0 !important;
  padding: 46px 28px !important;
  border: 1px solid #dfe4ea;
  border-radius: 16px;
  background: #fff;
  color: #475467;
  font-size: 20px;
  text-align: center;
}

.crt-commerce-shell .return-to-shop {
  margin-top: 18px;
  text-align: center;
}

.crt-commerce-shell .return-to-shop .button {
  color: #071733 !important;
  background: #ffbd16 !important;
}

/* Product pages */
.crt-product-hero .crt-commerce-hero__inner {
  min-height: 260px;
}

.crt-commerce-shell--product {
  width: min(calc(100% - 48px), 1220px);
}

.crt-commerce-shell--product > .woocommerce-notices-wrapper:empty {
  display: none;
}

.crt-commerce-shell--product .woocommerce-message,
.crt-commerce-shell--product .woocommerce-info,
.crt-commerce-shell--product .woocommerce-error {
  margin: 0 0 24px !important;
  padding: 17px 20px 17px 54px !important;
  border: 1px solid #cdddea;
  border-top: 3px solid #4474b8;
  border-radius: 12px;
  color: #344054;
  background: #eef7ff;
}

.crt-product-layout {
  display: grid;
  align-items: start;
  gap: 32px;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
}

.crt-product-media,
.crt-product-card,
.crt-product-details {
  min-width: 0;
  border: 1px solid #e1e6ed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 23, 51, 0.06);
}

.crt-product-media {
  position: sticky;
  top: 106px;
  padding: 20px;
}

.crt-product-media .onsale {
  position: absolute !important;
  z-index: 6;
  top: 34px !important;
  right: auto !important;
  left: 34px !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #fd0061 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.crt-product-media .images,
.crt-product-media #wooswipe {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.crt-product-gallery {
  margin: 0;
}

.crt-product-gallery__main {
  overflow: hidden;
  border-radius: 14px;
  background: #edf4fb;
}

.crt-product-gallery__main img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.crt-product-gallery__thumbs {
  display: flex;
  margin-top: 12px;
  padding: 0 0 7px;
  overflow-x: auto;
  gap: 10px;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: #9eb5d4 #edf2f7;
  scrollbar-width: thin;
}

.crt-product-gallery__thumb {
  flex: 0 0 92px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  scroll-snap-align: start;
}

.crt-product-gallery__thumb:hover {
  border-color: #9eb5d4;
}

.crt-product-gallery__thumb.is-current {
  border-color: #fd0061;
}

.crt-product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.crt-product-media .single-product-main-image,
.crt-product-media .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 14px;
}

.crt-product-media .single-product-main-image img,
.crt-product-media .woocommerce-product-gallery__image img {
  display: block;
  width: 100% !important;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  object-fit: cover;
}

.crt-product-media .thumbnails {
  margin-top: 12px;
}

.crt-product-media .thumbnail-nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.crt-product-media .thumbnail-nav .thumb {
  margin: 0 5px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
}

.crt-product-media .thumbnail-nav .slick-current .thumb {
  border-color: #fd0061;
}

.crt-product-media .thumbnail-nav img {
  display: block;
  width: 100% !important;
  height: 78px !important;
  object-fit: cover;
}

.crt-product-card {
  position: sticky;
  top: 106px;
  padding: 34px;
}

.crt-product-card__kicker,
.crt-product-details__heading > p {
  margin: 0;
  color: #fd0061;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.crt-product-card h2,
.crt-product-details h2 {
  margin: 5px 0 0;
  color: #071733;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.crt-product-card__intro {
  margin: 12px 0 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.55;
}

.crt-product-card__price {
  display: flex;
  margin-top: 24px;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
}

.crt-product-card__price > span {
  color: #667085;
  font-size: 15px;
  font-weight: 600;
}

.crt-product-card__price .price {
  margin: 0 !important;
  color: #071733 !important;
  font-size: 25px !important;
  font-weight: 700;
}

.crt-product-purchase {
  margin-top: 24px;
}

.crt-product-purchase form.cart {
  margin: 0 !important;
}

.crt-product-purchase .woovr-variations {
  display: grid;
  gap: 12px;
  margin: 0 0 20px !important;
}

.crt-product-purchase .woovr-variation {
  position: relative;
  display: grid !important;
  min-height: 88px;
  margin: 0 !important;
  padding: 15px 16px !important;
  align-items: center;
  gap: 14px;
  grid-template-columns: 28px minmax(0, 1fr);
  border: 2px solid #dfe4ea !important;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.crt-product-purchase .woovr-variation:hover {
  border-color: #9eb5d4 !important;
}

.crt-product-purchase .woovr-variation.is-selected,
.crt-product-purchase .woovr-variation:has(input:checked) {
  border-color: #f5a800 !important;
  background: #fffaf0;
  box-shadow: 0 9px 25px rgba(245, 168, 0, 0.1);
}

.crt-product-purchase .woovr-variation-selector {
  grid-column: 1;
  grid-row: 1;
}

.crt-product-purchase .woovr-variation-selector input {
  width: 25px;
  height: 25px;
  margin: 0;
  border: 2px solid #667085;
  border-radius: 999px;
  appearance: none;
  background: #fff;
  cursor: pointer;
}

.crt-product-purchase .woovr-variation-selector input:checked {
  border-color: #f5a800;
  background: #f5a800;
  box-shadow: inset 0 0 0 5px #fff;
}

.crt-product-purchase .woovr-variation-image {
  display: none !important;
}

.crt-product-purchase .woovr-variation-info {
  display: flex !important;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
}

.crt-product-purchase .woovr-variation-name {
  min-width: 0;
  color: #071733;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.crt-product-purchase .woovr-variation-name label {
  cursor: pointer;
}

.crt-product-purchase .woovr-variation-price {
  flex-shrink: 0;
  color: #071733;
  text-align: right;
}

.crt-product-purchase .woovr-variation-price del {
  display: block;
  color: #667085;
  font-size: 13px;
}

.crt-product-purchase .woovr-variation-price ins {
  color: #071733;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.crt-product-purchase .woovr-variations + table.variations,
.crt-product-purchase .woocommerce-variation.single_variation {
  display: none !important;
}

.crt-product-purchase .woocommerce-variation-add-to-cart-enabled,
.crt-product-purchase form.cart:not(.variations_form) {
  display: grid !important;
  align-items: stretch;
  gap: 12px;
  grid-template-columns: 156px minmax(0, 1fr);
}

.crt-product-purchase .woocommerce-variation-add-to-cart-disabled {
  display: none !important;
}

.crt-product-purchase .quantity {
  display: flex !important;
  width: 156px;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #ced7e2;
  border-radius: 12px;
  background: #fff;
}

.crt-product-purchase .quantity .qty {
  width: 54px !important;
  height: 58px;
  margin: 0;
  padding: 0;
  border: 0;
  border-right: 1px solid #ced7e2;
  border-left: 1px solid #ced7e2;
  border-radius: 0;
  color: #071733;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
}

.crt-product-purchase .quantity .qty::-webkit-inner-spin-button,
.crt-product-purchase .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.crt-product-purchase .quantity [data-crt-quantity-action] {
  display: grid;
  width: 50px;
  padding: 0;
  place-items: center;
  border: 0;
  color: #071733;
  background: #fff;
  font-size: 22px;
  cursor: pointer;
}

.crt-product-purchase .single_add_to_cart_button {
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 20px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #071733 !important;
  background: #ffbd16 !important;
  box-shadow: 0 12px 26px rgba(255, 189, 22, 0.24);
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.crt-product-purchase .single_add_to_cart_button:hover {
  background: #f5a800 !important;
}

.crt-product-trust {
  display: flex;
  margin: 18px 0 0;
  align-items: flex-start;
  gap: 9px;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.crt-product-trust > i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 18px;
}

.crt-product-trust strong {
  color: #475467;
}

.crt-product-details {
  margin-top: 32px;
  padding: 34px;
}

.crt-product-details__heading {
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e8ee;
}

.crt-product-details__content {
  margin-top: 24px;
  columns: 2;
  column-gap: 46px;
  color: #475467;
  font-size: 17px;
  line-height: 1.7;
}

.crt-product-details__content > p {
  margin: 0 0 20px;
  break-inside: avoid;
}

.crt-product-details__content > p:first-child:has(img.aligncenter),
.crt-product-details__content h2 {
  display: none;
}

.crt-product-details__content strong {
  color: #071733;
}

.crt-product-details__content img {
  display: inline;
  width: 17px;
  height: 17px;
  margin: 0 4px 0 0;
  vertical-align: -2px;
}

@media (max-width: 1023px) {
  .crt-commerce-hero__inner {
    gap: 28px;
  }

  .crt-checkout-steps {
    min-width: 330px;
  }

  .crt-checkout-steps li:not(:last-child)::after {
    left: 72px;
    width: 70px;
  }

  .crt-commerce-shell--cart .woocommerce,
  .crt-commerce-shell--checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .crt-product-layout {
    grid-template-columns: 1fr;
  }

  .crt-product-media {
    position: relative;
    top: auto;
  }

  .crt-product-card {
    position: static;
  }

  .crt-commerce-shell--cart .woocommerce-cart-form,
  .crt-commerce-shell--cart .cart-collaterals,
  .crt-commerce-shell--checkout #customer_details,
  .crt-commerce-shell--checkout #order_review_heading,
  .crt-commerce-shell--checkout #order_review {
    grid-column: 1;
  }

  .crt-commerce-shell--cart .cart-collaterals,
  .crt-commerce-shell--checkout #order_review {
    position: static;
  }

  .crt-commerce-shell--checkout #customer_details {
    grid-row: 2;
  }

  .crt-commerce-shell--checkout #order_review_heading {
    grid-row: 3;
    margin-top: 28px;
  }

  .crt-commerce-shell--checkout #order_review {
    grid-row: 4;
  }
}

@media (max-width: 767px) {
  .crt-commerce-hero__inner {
    min-height: 0;
    padding: 36px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .crt-commerce-hero__copy h1 {
    font-size: 42px;
  }

  .crt-commerce-hero__copy > span {
    font-size: 16px;
  }

  .crt-checkout-steps {
    width: 100%;
    min-width: 0;
  }

  .crt-checkout-steps li:not(:last-child)::after {
    left: calc(50% + 28px);
    width: calc(100% - 56px);
  }

  .crt-commerce-shell {
    width: min(calc(100% - 32px), 1160px);
    padding: 28px 0 48px;
  }

  .crt-commerce-shell--product {
    width: min(calc(100% - 32px), 1220px);
  }

  .crt-product-card,
  .crt-product-details {
    padding: 24px 20px;
  }

  .crt-product-card h2,
  .crt-product-details h2 {
    font-size: 34px;
  }

  .crt-product-purchase .woocommerce-variation-add-to-cart-enabled,
  .crt-product-purchase form.cart:not(.variations_form) {
    grid-template-columns: 1fr;
  }

  .crt-product-purchase .quantity {
    width: 100%;
  }

  .crt-product-purchase .quantity .qty {
    flex: 1;
    width: auto !important;
  }

  .crt-product-purchase .quantity [data-crt-quantity-action] {
    width: 58px;
  }

  .crt-product-details__content {
    columns: 1;
  }

  .crt-commerce-shell--cart .woocommerce-cart-form {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .crt-commerce-shell--cart table.shop_table_responsive thead {
    display: none;
  }

  .crt-commerce-shell--cart table.shop_table_responsive tr.cart_item {
    position: relative;
    display: grid;
    margin-bottom: 14px;
    padding: 18px;
    grid-template-columns: 70px minmax(0, 1fr);
    border: 1px solid #e1e6ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(7, 23, 51, 0.05);
  }

  .crt-commerce-shell--cart table.shop_table_responsive tr.cart_item td {
    display: block;
    padding: 6px 0 !important;
    border: 0;
    text-align: left !important;
  }

  .crt-commerce-shell--cart table.shop_table_responsive tr.cart_item td::before {
    display: inline;
    margin-right: 8px;
    color: #667085;
    font-weight: 600;
  }

  .crt-commerce-shell--cart td.product-remove {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    width: auto;
  }

  .crt-commerce-shell--cart td.product-remove::before,
  .crt-commerce-shell--cart td.product-thumbnail::before,
  .crt-commerce-shell--cart td.product-name::before {
    display: none !important;
  }

  .crt-commerce-shell--cart td.product-thumbnail {
    display: block !important;
    grid-column: 1;
    grid-row: 1 / span 4;
  }

  .crt-commerce-shell--cart td.product-thumbnail img {
    width: 56px;
    height: 56px;
  }

  .crt-commerce-shell--cart td.product-name,
  .crt-commerce-shell--cart td.product-price,
  .crt-commerce-shell--cart td.product-quantity,
  .crt-commerce-shell--cart td.product-subtotal {
    grid-column: 2;
  }

  .crt-commerce-shell--cart tr:not(.cart_item) td.actions {
    display: grid !important;
    gap: 10px;
    border: 1px solid #e1e6ed !important;
    border-radius: 14px;
  }

  .crt-commerce-shell--cart .coupon {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .crt-commerce-shell--cart .coupon #coupon_code {
    width: 100% !important;
  }

  .crt-commerce-shell--cart td.actions > .button {
    width: 100% !important;
  }

  .crt-commerce-shell--cart .cart-collaterals,
  .crt-commerce-shell--checkout #customer_details .col-1,
  .crt-commerce-shell--checkout #customer_details .col-2,
  .crt-commerce-shell--checkout #order_review_heading,
  .crt-commerce-shell--checkout #order_review {
    padding-right: 20px;
    padding-left: 20px;
  }

  .crt-commerce-shell--checkout .woocommerce-billing-fields__field-wrapper,
  .crt-commerce-shell--checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .crt-commerce-shell--checkout .form-row {
    grid-column: 1 !important;
  }

  .crt-commerce-shell--checkout #order_review table td.product-name {
    max-width: 190px;
  }
}

@media (max-width: 430px) {
  .crt-commerce-hero__copy h1 {
    font-size: 38px;
  }

  .crt-checkout-steps li {
    font-size: 12px;
  }

  .crt-checkout-steps li > span {
    width: 36px;
    height: 36px;
  }

  .crt-checkout-steps li:not(:last-child)::after {
    top: 17px;
  }

  .crt-commerce-shell--cart .coupon {
    grid-template-columns: 1fr;
  }
}
