/* ================================================================
   ALPINE CREATORS — Salient-native storefront layer
   Scoped to the store so the DAZONE site remains untouched.
   ================================================================ */

.alpine-creators-scope {
  --ac-black: #0a0b0c;
  --ac-dark: #141618;
  --ac-paper: #f3f3f1;
  --ac-white: #f7f7f5;
  --ac-muted: #6f7477;
  --ac-line-dark: rgba(10, 11, 12, .14);
  --ac-line-light: rgba(255, 255, 255, .16);
  background: var(--ac-paper);
  color: #17191a;
}

.alpine-creators-scope #ajax-content-wrap,
.alpine-creators-scope .container-wrap,
.alpine-creators-scope .main-content {
  background: var(--ac-paper);
}

.alpine-creators-scope .ac-eyebrow {
  color: #8d9396;
  margin: 0 0 18px;
  text-transform: uppercase;
}

/* Header: keep Salient's structure and restore its native cart control. */
body.alpine-creators-scope #header-outer,
html body.alpine-creators-scope #header-outer.transparent,
body.alpine-creators-scope #header-outer > .nectar,
body.alpine-creators-scope #header-outer .bg-color-stripe {
  background: rgba(10, 11, 12, .97) !important;
  background-color: rgba(10, 11, 12, .97) !important;
  box-shadow: none !important;
}

body.alpine-creators-scope #header-outer {
  border-bottom: 1px solid var(--ac-line-light);
}

body.alpine-creators-scope #header-outer #top #logo {
  align-items: center;
  color: var(--ac-white) !important;
  display: flex;
  white-space: nowrap;
}

body.alpine-creators-scope #header-outer #top nav > ul > li > a,
body.alpine-creators-scope #slide-out-widget-area a {
  color: var(--ac-white) !important;
}

body.alpine-creators-scope #header-outer #top nav > ul.buttons,
body.alpine-creators-scope #header-outer #top nav > ul.buttons > li.nectar-woo-cart {
  display: flex !important;
  margin: 0 0 0 6px !important;
  width: 42px !important;
}

body.alpine-creators-scope #header-outer .cart-outer,
body.alpine-creators-scope #header-outer .cart-menu-wrap,
body.alpine-creators-scope #header-outer .cart-menu,
body.alpine-creators-scope #header-outer a.cart-contents,
body.alpine-creators-scope #header-outer #mobile-cart-link {
  align-items: center;
  display: flex !important;
  height: 42px !important;
  justify-content: center;
  opacity: 1 !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  visibility: visible !important;
  width: 42px !important;
}

body.alpine-creators-scope #header-outer a.cart-contents,
body.alpine-creators-scope #header-outer #mobile-cart-link {
  color: var(--ac-white) !important;
  padding: 0 !important;
}

body.alpine-creators-scope #header-outer a.cart-contents::before,
body.alpine-creators-scope #header-outer #mobile-cart-link::before,
body.alpine-creators-scope #header-outer a[href*="/cart/"]::after {
  content: none !important;
}

body.alpine-creators-scope #header-outer .icon-salient-cart {
  color: var(--ac-white) !important;
  display: inline-block !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

body.alpine-creators-scope #header-outer .icon-salient-cart::before {
  color: var(--ac-white) !important;
}

body.alpine-creators-scope #header-outer .cart-icon-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

body.alpine-creators-scope #header-outer .cart-wrap {
  position: absolute;
  right: -9px;
  top: -9px;
}

body.alpine-creators-scope #header-outer .cart-wrap span {
  align-items: center;
  background: var(--ac-white) !important;
  border-radius: 50%;
  color: var(--ac-black) !important;
  display: flex !important;
  font-size: 8px !important;
  height: 16px;
  justify-content: center;
  min-width: 16px;
  padding: 0 3px;
}

/* Shop archive: the WPBakery page is the catalogue landing. */
.alpine-creators-scope.post-type-archive-product #page-header-wrap,
.alpine-creators-scope.post-type-archive-product #page-header-bg,
.alpine-creators-scope.post-type-archive-product .container.main-content > .row > ul.products,
.alpine-creators-scope.post-type-archive-product .woocommerce-breadcrumb,
.alpine-creators-scope.post-type-archive-product .woocommerce-result-count,
.alpine-creators-scope.post-type-archive-product .woocommerce-ordering {
  display: none !important;
}

body.alpine-creators-scope.post-type-archive-product .container-wrap,
.alpine-creators-scope.post-type-archive-product .container.main-content,
.alpine-creators-scope.post-type-archive-product .container.main-content > .row {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.alpine-creators-scope .ac-shop-hero {
  background-color: var(--ac-black);
  background-image: linear-gradient(90deg, rgba(5, 6, 7, .92) 0%, rgba(5, 6, 7, .58) 50%, rgba(5, 6, 7, .18) 100%), url("https://staging.dazoneproduction.com/wp-content/uploads/2026/08/FORD-RANGER-RAPTOR-TRACKING-9-copy-1536x800.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--ac-white);
  min-height: min(820px, 88vh);
}

.alpine-creators-scope .ac-shop-hero > .row_col_wrap_12,
.alpine-creators-scope .ac-section > .row_col_wrap_12,
.alpine-creators-scope .ac-dark-section > .row_col_wrap_12,
.alpine-creators-scope .ac-info-hero > .row_col_wrap_12,
.alpine-creators-scope .ac-support-row > .row_col_wrap_12,
.alpine-creators-scope .ac-product-detail-row > .row_col_wrap_12 {
  margin: 0 auto;
  max-width: 1200px;
}

.alpine-creators-scope .ac-shop-hero .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.alpine-creators-scope .ac-shop-hero-copy {
  max-width: 760px;
}

.alpine-creators-scope .ac-shop-hero h1 {
  color: var(--ac-white);
  margin: 0 0 30px;
}

.alpine-creators-scope .ac-shop-hero-copy > p:last-child {
  color: rgba(247, 247, 245, .82);
  line-height: 1.55;
  margin-bottom: 30px;
  max-width: 620px;
}

.alpine-creators-scope .ac-section,
.alpine-creators-scope .ac-dark-section,
.alpine-creators-scope .ac-support-row,
.alpine-creators-scope .ac-product-detail-row {
  padding: clamp(72px, 8vw, 125px) clamp(24px, 6vw, 90px) !important;
}

.alpine-creators-scope .ac-dark-section,
.alpine-creators-scope .ac-product-detail-row {
  background: var(--ac-dark);
  color: var(--ac-white);
}

.alpine-creators-scope .ac-dark-section h1,
.alpine-creators-scope .ac-dark-section h2,
.alpine-creators-scope .ac-dark-section h3,
.alpine-creators-scope .ac-dark-section h4,
.alpine-creators-scope .ac-product-detail-row h1,
.alpine-creators-scope .ac-product-detail-row h2,
.alpine-creators-scope .ac-product-detail-row h3,
.alpine-creators-scope .ac-product-detail-row h4,
.alpine-creators-scope .ac-official-visuals h1,
.alpine-creators-scope .ac-official-visuals h2,
.alpine-creators-scope .ac-official-visuals h3,
.alpine-creators-scope .ac-official-visuals h4 {
  color: var(--ac-white);
}

.alpine-creators-scope .ac-dark-section a,
.alpine-creators-scope .ac-product-detail-row a,
.alpine-creators-scope .ac-official-visuals a {
  color: inherit;
}

.alpine-creators-scope .nectar-social.fixed.woo {
  display: none !important;
}

.alpine-creators-scope .ac-section-copy,
.alpine-creators-scope .ac-info-hero p:last-child,
.alpine-creators-scope .ac-product-detail-row .ac-lead {
  color: var(--ac-muted);
  line-height: 1.55;
}

.alpine-creators-scope .ac-info-hero p:last-child {
  color: #b8bcbe;
}

.alpine-creators-scope .ac-dark-section .ac-section-copy,
.alpine-creators-scope .ac-product-detail-row .ac-lead {
  color: #aeb3b5;
}

.alpine-creators-scope .ac-featured-product-row ul.products,
.alpine-creators-scope .ac-catalog-product-row ul.products {
  margin: 0;
}

.alpine-creators-scope .ac-featured-product-row ul.products li.product,
.alpine-creators-scope .ac-catalog-product-row ul.products li.product {
  margin: 0 !important;
  width: 100% !important;
}

.alpine-creators-scope .ac-feature-copy {
  padding-left: clamp(0px, 4vw, 55px);
}

.alpine-creators-scope .ac-feature-copy p:not(.ac-eyebrow) {
  color: #aeb3b5;
  line-height: 1.65;
  max-width: 540px;
}

.alpine-creators-scope .ac-value-card,
.alpine-creators-scope .ac-spec-card,
.alpine-creators-scope .ac-roadmap-card {
  border-top: 1px solid currentColor;
  min-height: 190px;
  opacity: .82;
  padding: 28px 24px 20px 0;
}

.alpine-creators-scope .ac-value-card h3,
.alpine-creators-scope .ac-spec-card h3,
.alpine-creators-scope .ac-roadmap-card h3 {
  margin-bottom: 14px;
}

.alpine-creators-scope .ac-value-card p,
.alpine-creators-scope .ac-spec-card p,
.alpine-creators-scope .ac-roadmap-card p {
  color: inherit;
  line-height: 1.65;
}

.alpine-creators-scope .ac-final-row {
  background: #dfe2e2;
  padding: clamp(62px, 7vw, 105px) clamp(24px, 6vw, 90px) !important;
  text-align: center;
}

/* Internal page hero and support. */
.alpine-creators-scope.page .container-wrap {
  padding-bottom: 0;
  padding-top: clamp(78px, 7vw, 104px);
}

.alpine-creators-scope .ac-info-hero {
  background: var(--ac-dark);
  color: var(--ac-white);
  padding: clamp(72px, 8vw, 120px) clamp(24px, 6vw, 90px) !important;
}

.alpine-creators-scope .ac-info-copy {
  max-width: 880px;
}

.alpine-creators-scope .ac-support-row {
  background: var(--ac-paper);
}

.alpine-creators-scope .ac-support-faq {
  padding-right: clamp(20px, 4vw, 60px);
}

.alpine-creators-scope .ac-support-faq h2 {
  margin-bottom: 35px;
}

.alpine-creators-scope .ac-support-faq h3 {
  margin: 28px 0 7px;
}

.alpine-creators-scope .ac-support-faq p {
  color: var(--ac-muted);
  line-height: 1.65;
}

.alpine-creators-scope .ac-support-form-wrap,
.alpine-creators-scope .ac-support-form-wrap .wpcf7,
.alpine-creators-scope .ac-support-form-wrap form {
  width: 100%;
}

.alpine-creators-scope .ac-support-form-wrap {
  background: #fff;
  border: 1px solid var(--ac-line-dark);
  box-sizing: border-box;
  padding: clamp(24px, 3vw, 38px);
}

.alpine-creators-scope .ac-support-form {
  display: block;
  width: 100%;
}

.alpine-creators-scope .ac-support-form > p:first-of-type {
  display: grid;
  gap: 22px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.alpine-creators-scope .ac-support-form > p:first-of-type > br {
  display: none;
}

.alpine-creators-scope .ac-support-form label,
.alpine-creators-scope .ac-support-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.alpine-creators-scope .ac-support-form label {
  color: #3f4446;
}

.alpine-creators-scope .ac-support-form label.ac-form-full,
.alpine-creators-scope .ac-support-form .ac-form-full {
  grid-column: 1 / -1;
}

.alpine-creators-scope .ac-support-form input[type="text"],
.alpine-creators-scope .ac-support-form input[type="email"],
.alpine-creators-scope .ac-support-form select,
.alpine-creators-scope .ac-support-form textarea {
  background: #fff !important;
  border: 1px solid #c8cccd !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #17191a !important;
  margin-top: 8px;
  min-height: 54px;
  padding: 13px 15px !important;
  width: 100% !important;
}

.alpine-creators-scope .ac-support-form textarea {
  min-height: 190px;
  resize: vertical;
}

.alpine-creators-scope .ac-form-consent {
  margin: 22px 0 10px;
}

.alpine-creators-scope .ac-form-consent label {
  align-items: flex-start;
  display: flex;
  font-weight: 400;
  gap: 10px;
  line-height: 1.5;
}

.alpine-creators-scope .ac-form-consent input {
  margin-top: 4px;
}

/* Product page: preserve Salient/WooCommerce layout. */
.alpine-creators-scope.single-product .container-wrap {
  padding-bottom: 0;
  padding-top: clamp(92px, 8vw, 128px);
}

.alpine-creators-scope.single-product div.product {
  margin: 0 auto;
  max-width: 1200px;
}

.alpine-creators-scope.single-product div.product .product_title {
  margin-bottom: 20px;
}

.alpine-creators-scope.single-product div.product .summary .price {
  color: #17191a !important;
  margin-bottom: 28px;
}

.alpine-creators-scope.single-product .woocommerce-product-details__short-description {
  color: var(--ac-muted);
  line-height: 1.65;
}

.alpine-creators-scope .ac-trust-strip {
  border-bottom: 1px solid var(--ac-line-dark);
  border-top: 1px solid var(--ac-line-dark);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
  padding: 18px 0;
}

.alpine-creators-scope .ac-trust-strip span {
  color: #62676a;
  text-transform: uppercase;
}

.alpine-creators-scope.single-product .summary form.cart {
  border-top: 1px solid var(--ac-line-dark);
  margin-top: 28px;
  padding-top: 28px;
}

.alpine-creators-scope.single-product .single_add_to_cart_button {
  min-height: 54px;
  min-width: min(100%, 330px);
}

.alpine-creators-scope.single-product .product_meta {
  display: none;
}

.alpine-creators-scope.single-product .woocommerce-tabs {
  border-top: 1px solid var(--ac-line-dark);
  margin-top: clamp(65px, 8vw, 105px);
  padding-top: 34px;
}

.alpine-creators-scope.single-product .woocommerce-Tabs-panel {
  line-height: 1.7;
  max-width: 900px;
}

.alpine-creators-scope .ac-included-list {
  list-style: none;
  margin: 28px 0 0;
}

.alpine-creators-scope .ac-included-list li {
  border-top: 1px solid var(--ac-line-light);
  color: #bbc0c2;
  padding: 15px 0;
}

.alpine-creators-scope .ac-product-faq details {
  border-top: 1px solid var(--ac-line-dark);
  padding: 20px 0;
}

.alpine-creators-scope .ac-product-faq details:last-child {
  border-bottom: 1px solid var(--ac-line-dark);
}

.alpine-creators-scope .ac-product-faq summary {
  cursor: pointer;
}

.alpine-creators-scope .ac-product-faq details p {
  color: var(--ac-muted);
  line-height: 1.65;
  margin-top: 12px;
}

.alpine-creators-scope .ac-profile-grid,
.alpine-creators-scope .ac-official-camera-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alpine-creators-scope .ac-profile-card {
  background: #fff;
  border: 1px solid var(--ac-line-dark);
  margin-right: -1px;
  padding: clamp(24px, 3vw, 36px);
}

.alpine-creators-scope .ac-profile-card h3 {
  margin: 0 0 12px;
}

.alpine-creators-scope .ac-profile-card p:last-child {
  color: var(--ac-muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.alpine-creators-scope .ac-official-visuals {
  background: var(--ac-black);
  color: var(--ac-white);
  padding: clamp(70px, 8vw, 120px) clamp(22px, 6vw, 90px) !important;
}

.alpine-creators-scope .ac-official-visuals > .row_col_wrap_12 {
  margin: 0 auto;
  max-width: 1200px;
}

.alpine-creators-scope .ac-visual-intro {
  margin-bottom: clamp(34px, 5vw, 58px);
  max-width: 760px;
}

.alpine-creators-scope .ac-visual-intro p:last-child,
.alpine-creators-scope .ac-workflow-copy p:not(.ac-eyebrow) {
  color: #aeb3b5;
  line-height: 1.65;
}

.alpine-creators-scope .ac-brand-visual {
  border: 1px solid var(--ac-line-light);
  margin: 0 -1px -1px 0;
  overflow: hidden;
}

.alpine-creators-scope .ac-brand-visual .ac-image-stage {
  align-items: center;
  background: #eceeed;
  display: flex;
  height: clamp(210px, 22vw, 300px);
  justify-content: center;
  overflow: hidden;
}

.alpine-creators-scope .ac-brand-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.alpine-creators-scope .ac-brand-visual--contain img {
  object-fit: contain;
  padding: 18px;
}

.alpine-creators-scope .ac-brand-visual:hover img {
  transform: scale(1.015);
}

.alpine-creators-scope .ac-brand-visual figcaption {
  background: #111315;
  min-height: 88px;
  padding: 19px 20px;
}

.alpine-creators-scope .ac-brand-visual strong {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.alpine-creators-scope .ac-brand-visual span {
  color: #92989b;
  line-height: 1.4;
}

.alpine-creators-scope .ac-source-note {
  color: #777e81;
  line-height: 1.5;
  margin: 20px 0 0;
}

.alpine-creators-scope .ac-workflow-row {
  padding: clamp(72px, 8vw, 120px) clamp(22px, 6vw, 90px) !important;
}

.alpine-creators-scope .ac-workflow-row > .row_col_wrap_12 {
  margin: 0 auto;
  max-width: 1200px;
}

.alpine-creators-scope .ac-workflow-image img {
  border: 1px solid var(--ac-line-dark);
  display: block;
  width: 100%;
}

.alpine-creators-scope .ac-workflow-copy {
  padding-left: clamp(0px, 4vw, 54px);
}

.alpine-creators-scope .ac-workflow-steps {
  counter-reset: ac-step;
  list-style: none !important;
  margin: 28px 0 0;
  padding-left: 0;
}

.alpine-creators-scope .ac-workflow-steps li {
  border-top: 1px solid var(--ac-line-dark);
  counter-increment: ac-step;
  list-style: none !important;
  line-height: 1.55;
  padding: 16px 0 16px 36px;
  position: relative;
}

.alpine-creators-scope .ac-workflow-steps li::before {
  content: counter(ac-step, decimal-leading-zero);
  left: 0;
  position: absolute;
  top: 19px;
}

.alpine-creators-scope .ac-product-cta {
  background: #dfe2e2;
  padding: clamp(62px, 7vw, 100px) clamp(22px, 6vw, 90px) !important;
  text-align: center;
}

.alpine-creators-scope .ac-product-cta .add_to_cart_inline {
  border: 0 !important;
  margin: 28px 0 0;
  padding: 0 !important;
}

.alpine-creators-scope .ac-product-cta .add_to_cart_button {
  min-height: 54px;
  padding: 17px 30px !important;
}

/* WooCommerce cart, checkout and account. */
.alpine-creators-scope.woocommerce-cart .container-wrap,
.alpine-creators-scope.woocommerce-checkout .container-wrap,
.alpine-creators-scope.woocommerce-account .container-wrap {
  padding-bottom: 95px;
  padding-top: clamp(120px, 10vw, 155px);
}

.alpine-creators-scope .wc-block-components-sidebar,
.alpine-creators-scope .wc-block-components-order-summary,
.alpine-creators-scope .wc-block-checkout__payment-method,
.alpine-creators-scope .woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid var(--ac-line-dark);
  border-radius: 0;
}

.alpine-creators-scope.woocommerce-cart .wc-block-cart__sidebar,
.alpine-creators-scope.woocommerce-checkout .wc-block-checkout__sidebar {
  box-sizing: border-box;
  padding: 24px !important;
}

.alpine-creators-scope.woocommerce-cart .wc-block-cart__sidebar > *,
.alpine-creators-scope.woocommerce-checkout .wc-block-checkout__sidebar > * {
  box-sizing: border-box;
  max-width: 100%;
  width: 100% !important;
}

.alpine-creators-scope .wc-block-cart__totals-title {
  padding: 0 0 18px !important;
}

.alpine-creators-scope .wc-block-checkout__payment-method {
  box-sizing: border-box;
  margin-top: 18px;
  padding: 24px !important;
}

.alpine-creators-scope .wc-block-checkout__payment-method .wc-block-components-checkout-step__heading {
  margin: 0 0 18px;
}

.alpine-creators-scope .wc-block-components-totals-wrapper,
.alpine-creators-scope .wc-block-components-order-summary-item {
  box-sizing: border-box;
}

.alpine-creators-scope .wc-block-components-text-input input,
.alpine-creators-scope .wc-block-components-combobox .wc-block-components-combobox-control input,
.alpine-creators-scope .woocommerce form .form-row input.input-text,
.alpine-creators-scope .woocommerce form .form-row textarea {
  background: #fff !important;
  border: 1px solid #c8cccd !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 52px;
}

/* Legal pages. */
.alpine-creators-scope .ac-legal-hero {
  background: var(--ac-dark);
  color: var(--ac-white);
  margin: calc(-1 * clamp(94px, 9vw, 128px)) calc(50% - 50vw) clamp(58px, 7vw, 95px);
  padding: clamp(165px, 15vw, 220px) max(24px, calc((100vw - 900px) / 2)) clamp(65px, 7vw, 100px);
  width: 100vw;
}

.alpine-creators-scope .ac-legal,
.alpine-creators-scope .ac-legal-hero > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.alpine-creators-scope .ac-legal h2 {
  margin: 48px 0 16px;
}

.alpine-creators-scope .ac-legal p,
.alpine-creators-scope .ac-legal li {
  color: #545a5d;
  line-height: 1.75;
}

/* Store footer and consent. */
.alpine-creators-scope #footer-outer,
.alpine-creators-scope #footer-widgets {
  display: none !important;
}

.alpine-creators-footer {
  background: var(--ac-black);
  border-top: 1px solid var(--ac-line-light);
  color: var(--ac-white);
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(220px, 1fr) minmax(360px, 1.6fr);
  padding: clamp(55px, 7vw, 90px) clamp(24px, 6vw, 90px) 34px;
}

.alpine-creators-footer .ac-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.alpine-creators-footer .ac-footer-brand span,
.alpine-creators-footer .ac-copyright {
  color: #979d9f;
}

.alpine-creators-footer nav {
  display: grid;
  gap: 12px 28px;
  grid-template-columns: repeat(3, minmax(95px, 1fr));
}

.alpine-creators-footer a,
.alpine-creators-footer .ac-cookie-settings {
  background: none;
  border: 0;
  color: var(--ac-white);
  cursor: pointer;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.alpine-creators-footer .ac-copyright {
  border-top: 1px solid var(--ac-line-light);
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 26px;
}

.alpine-creators-scope .ac-consent[hidden] {
  display: none !important;
}

.alpine-creators-scope .ac-consent {
  align-items: end;
  background: rgba(10, 11, 12, .98);
  border: 1px solid var(--ac-line-light);
  bottom: 18px;
  color: var(--ac-white);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 1fr) auto;
  left: 18px;
  max-width: 720px;
  padding: 24px;
  position: fixed;
  z-index: 100000;
}

.alpine-creators-scope .ac-consent h2 {
  color: var(--ac-white);
  margin-bottom: 10px;
}

.alpine-creators-scope .ac-consent p {
  color: #aeb3b5;
  line-height: 1.55;
  margin-bottom: 8px;
}

.alpine-creators-scope .ac-consent-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.alpine-creators-scope .ac-consent-actions button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .45);
  color: var(--ac-white);
  cursor: pointer;
  min-height: 46px;
  padding: 12px 16px;
}

.alpine-creators-scope .ac-consent-actions .ac-primary {
  background: var(--ac-white);
  color: var(--ac-black);
}

@media (min-width: 1000px) {
  body.alpine-creators-scope #header-outer #mobile-cart-link {
    display: none !important;
  }

  body.alpine-creators-scope #header-outer #top nav > ul > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 999px) {
  body.alpine-creators-scope #header-outer .cart-outer,
  body.alpine-creators-scope #header-outer #top nav > ul.buttons {
    display: none !important;
  }

  body.alpine-creators-scope #header-outer #mobile-cart-link {
    display: flex !important;
    margin-right: 12px;
  }

  body.alpine-creators-scope #header-outer #top .slide-out-widget-area-toggle a,
  body.alpine-creators-scope #header-outer #top .slide-out-widget-area-toggle a i {
    color: var(--ac-white) !important;
  }

  .alpine-creators-scope .ac-shop-hero {
    background-position: 58% center;
    min-height: 690px;
  }

  .alpine-creators-scope .ac-feature-copy {
    padding-left: 0;
    padding-top: 40px;
  }

  .alpine-creators-scope .ac-profile-grid,
  .alpine-creators-scope .ac-official-camera-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alpine-creators-scope .ac-workflow-copy {
    padding-left: 0;
    padding-top: 38px;
  }

  .alpine-creators-scope .ac-support-faq {
    padding-bottom: 50px;
    padding-right: 0;
  }

  .alpine-creators-scope .ac-consent {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 690px) {
  .alpine-creators-scope .ac-shop-hero {
    background-image: linear-gradient(90deg, rgba(5, 6, 7, .92), rgba(5, 6, 7, .45)), url("https://staging.dazoneproduction.com/wp-content/uploads/2026/08/FORD-RANGER-RAPTOR-TRACKING-9-copy-1536x800.jpg");
    background-position: 62% center;
    min-height: 600px;
  }

  .alpine-creators-scope .ac-section,
  .alpine-creators-scope .ac-dark-section,
  .alpine-creators-scope .ac-support-row,
  .alpine-creators-scope .ac-product-detail-row,
  .alpine-creators-scope .ac-info-hero,
  .alpine-creators-scope .ac-final-row {
    padding-left: 22px;
    padding-right: 22px;
  }

  .alpine-creators-scope .ac-value-card,
  .alpine-creators-scope .ac-spec-card,
  .alpine-creators-scope .ac-roadmap-card {
    min-height: 0;
    padding: 25px 0;
  }

  .alpine-creators-scope .ac-support-form > p:first-of-type {
    grid-template-columns: 1fr;
  }

  .alpine-creators-scope .ac-support-form-wrap {
    padding: 18px;
  }

  .alpine-creators-scope .ac-support-row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .alpine-creators-scope .ac-support-row .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .alpine-creators-scope .ac-profile-grid,
  .alpine-creators-scope .ac-official-camera-grid {
    grid-template-columns: 1fr;
  }

  .alpine-creators-scope .ac-brand-visual .ac-image-stage {
    height: 260px;
  }

  .alpine-creators-scope .ac-support-form label.ac-form-full,
  .alpine-creators-scope .ac-support-form .ac-form-full {
    grid-column: 1;
  }

  .alpine-creators-scope .ac-trust-strip {
    grid-template-columns: 1fr;
  }

  .alpine-creators-scope.single-product .summary form.cart {
    background: transparent;
    margin: 22px 0 0;
    padding: 0;
    position: static;
  }

  .alpine-creators-scope.single-product .summary form.cart .single_add_to_cart_button {
    min-height: 50px;
    width: 100%;
  }

  .alpine-creators-scope.page .container-wrap,
  .alpine-creators-scope.single-product .container-wrap {
    padding-top: 76px;
  }

  .alpine-creators-scope.single-product {
    padding-bottom: 70px;
  }

  .alpine-creators-scope.woocommerce-cart .wc-block-cart__sidebar,
  .alpine-creators-scope.woocommerce-checkout .wc-block-checkout__sidebar,
  .alpine-creators-scope .wc-block-checkout__payment-method {
    padding: 18px !important;
  }

  .alpine-creators-scope.woocommerce-cart .wc-block-cart-item__total .wc-block-components-sale-badge {
    display: none !important;
  }

  .alpine-creators-scope.woocommerce-cart .wc-block-cart-items {
    min-width: 0 !important;
    table-layout: fixed !important;
    width: 100% !important;
  }

  .alpine-creators-scope.woocommerce-cart .wc-block-cart-items__row {
    box-sizing: border-box;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .alpine-creators-scope.woocommerce-cart .wc-block-cart-item__image {
    grid-column: 1 !important;
    padding-right: 12px !important;
  }

  .alpine-creators-scope.woocommerce-cart .wc-block-cart-item__product {
    grid-area: 1 / 2 !important;
    min-width: 0;
  }

  .alpine-creators-scope.woocommerce-cart .wc-block-cart-item__total {
    display: none !important;
  }

  .alpine-creators-footer {
    grid-template-columns: 1fr;
  }

  .alpine-creators-footer nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .alpine-creators-footer .ac-copyright {
    grid-column: 1;
  }

  .alpine-creators-scope .ac-consent {
    bottom: 10px;
    gap: 18px;
    left: 10px;
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 22px;
    right: 10px;
  }

  .alpine-creators-scope .ac-consent-actions {
    flex-direction: column-reverse;
  }

  .alpine-creators-scope .ac-consent-actions button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alpine-creators-scope *,
  .alpine-creators-scope *::before,
  .alpine-creators-scope *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
