:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(244,165,28);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://www.vanpods.uk/wp-content/uploads/2021/09/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(6,26,45);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

:root {
  --vp-navy: #061A2D;
  --vp-deep-navy: #03101E;
  --vp-orange: #FF5A00;
  --vp-text: #07172B;
  --vp-light: #F5F7F8;
  --vp-border: #D9DEE4;
}

/* General VanPods page polish */
body.home {
  background: #fff;
}

body.home .site-content {
  margin-bottom: 0;
}

.vp-orange,
.vp-hero-orange {
  color: var(--vp-orange) !important;
}

.vp-navy,
.vp-hero-white {
  color: var(--vp-text) !important;
}

/* Hero text helper classes */
.vp-hero-white {
  color: #fff !important;
}

.vp-hero-orange {
  color: var(--vp-orange) !important;
}

/* Buttons */
.vp-button-orange,
body.home .elementor-button {
  background-color: var(--vp-orange);
  color: #fff;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
}

body.home .elementor-button:hover {
  background-color: #e84f00;
  color: #fff;
}

/* Navy feature strip */
.vp-feature-strip {
  background: var(--vp-navy);
}

.vp-feature-item {
  border-right: 1px solid rgba(255,255,255,0.25);
}

.vp-feature-item:last-child {
  border-right: none;
}

/* Why choose section */
.vp-why-item {
  border-right: 1px solid var(--vp-border);
}

.vp-why-item:last-child {
  border-right: none;
}

/* CTA strip */
.vp-cta-strip {
  background: var(--vp-navy);
}

/* Footer */
.vp-footer {
  background: var(--vp-deep-navy);
  color: #fff;
}

.vp-footer a {
  color: #fff;
}

.vp-footer a:hover {
  color: var(--vp-orange);
}

/* Mobile fixes */
@media (max-width: 767px) {
  .vp-feature-item,
  .vp-why-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .vp-why-item {
    border-bottom: 1px solid var(--vp-border);
  }

  .vp-feature-item:last-child,
  .vp-why-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  body.home h1,
  body.home .elementor-heading-title {
    word-break: normal;
  }
}

/* ================================
   VanPods Homepage Hero - Fixed Layering
================================ */

/* Force the hero to full viewport width */
.vp-home-hero {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
}

/* Keep slider full width */
.vp-home-hero .elementor-widget-container,
.vp-home-hero .wd-slider,
.vp-home-hero .wd-slider-wrapper,
.vp-home-hero .woodmart-slider,
.vp-home-hero .wd-carousel {
  width: 100% !important;
  max-width: 100% !important;
}

/* Make each slide a stacking context */
.vp-home-hero .wd-slide,
.vp-home-hero .woodmart-slide,
.vp-home-hero .wd-slider-item,
.vp-home-hero .woodmart-slider-item {
  position: relative !important;
  overflow: hidden;
}

/* Put the gradient over the image */
.vp-home-hero .wd-slide::before,
.vp-home-hero .woodmart-slide::before,
.vp-home-hero .wd-slider-item::before,
.vp-home-hero .woodmart-slider-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(3, 16, 30, 0.86) 0%,
    rgba(3, 16, 30, 0.76) 24%,
    rgba(3, 16, 30, 0.48) 44%,
    rgba(3, 16, 30, 0.16) 68%,
    rgba(3, 16, 30, 0.03) 100%
  );
}

/* Pull the actual slide content above the gradient */
.vp-home-hero .wd-slide-container,
.vp-home-hero .wd-slide-content,
.vp-home-hero .woodmart-slide-content,
.vp-home-hero .slide-content,
.vp-home-hero .content-wrapper,
.vp-home-hero .container,
.vp-home-hero .wpb_wrapper {
  position: relative !important;
  z-index: 5 !important;
}

/* Text readability */
.vp-home-hero h1,
.vp-home-hero h2,
.vp-home-hero h3,
.vp-home-hero p,
.vp-home-hero span {
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

/* Button colour */
.vp-home-hero .btn,
.vp-home-hero .button,
.vp-home-hero .wd-button,
.vp-home-hero .woodmart-button,
.vp-home-hero a[class*="btn"] {
  background-color: #FF5A00 !important;
  color: #ffffff !important;
  border-color: #FF5A00 !important;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
}

.vp-home-hero .btn:hover,
.vp-home-hero .button:hover,
.vp-home-hero .wd-button:hover,
.vp-home-hero .woodmart-button:hover,
.vp-home-hero a[class*="btn"]:hover {
  background-color: #E84F00 !important;
  border-color: #E84F00 !important;
  color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  .vp-home-hero .wd-slide::before,
  .vp-home-hero .woodmart-slide::before,
  .vp-home-hero .wd-slider-item::before,
  .vp-home-hero .woodmart-slider-item::before {
    background: linear-gradient(
      90deg,
      rgba(3, 16, 30, 0.92) 0%,
      rgba(3, 16, 30, 0.84) 56%,
      rgba(3, 16, 30, 0.42) 100%
    );
  }

  .vp-home-hero h1,
  .vp-home-hero h2 {
    font-size: 42px !important;
    line-height: 0.95 !important;
  }
}