.jacket-finder-pl div#content > .main-container {
	max-width: 100%;
	padding: 0;
} 

.jacket-finder-pl .hentry {
    margin: 0;
}

.jacket-finder-pl header {
    margin-bottom: 0 !important;
}

.jacket-finder-pl .yoast-breadcrumb-wrapper {
    display: none;
}

.jf-hero__container {
	max-width: 700px;
	background: #1b1d1c;
	padding: 40px;
	color: #fff;
	margin: 0 0 0 10px;
}

.jf-hero__panel, .pjf-wrapper {
	max-width: var(--main-container);
	margin: auto;
}

.jf-hero__panel {
	text-align: left;
}

section.jf-hero {
	margin: auto;
	padding: 5vw 0 20vw;
/* 	background-image: url('https://paramo-development.com/wp-content/themes/paramo-parent-theme/assets/images/jacket-finder.jpg'); */
	background-position: top center;
	background-size: cover;
}

h1.jf-hero__title {
	font-size: 8em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1em;
}

p.jf-hero__subtitle {
	font-size: 1.2em;
	font-weight: 800;
	margin: 10px 0;
}

button.jf-hero__cta {
	margin-top: 20px;
	background: #fff;
	padding: 10px 20px;
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	color:#000;
	transition:0.6s;
}

button.jf-hero__cta:hover {
    box-shadow: 0 .5em .5em -.4em #ffffff;
    transform: translateY(-.35em) !important;
}

span.jf-hero__cta-icon {margin-left: 10px;width: 10px;}

.pjf-wrapper {
	margin: auto;
	text-align: center;
	padding: 15px;
}

.pjf-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;  
}

.pjf-wrapper--step-0 {
	max-width: 100%;
	padding: 0;
}

.pjf-wrapper button {
    appearance: none;
    -webkit-appearance: none;	
}

button.pjf-btn {
	width: 100%;
	border-radius: 0;
	border: 0;
	padding: 12px;
	background: #000000;
	color: #fff;
	cursor: pointer;	
	transition:0.6s;
}

.pjf-actions__right button.pjf-btn:hover {
    box-shadow: 0 .5em .5em -.4em #000;
    transform: translateY(-.35em) !important;
}

button.pjf-btn.secondary {
    background: transparent;
}

.pjf-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

span.pjf-btn__icon svg {
    width: 10px;
    height: 10px;
    margin-left: 6px;
}

.pjf-card {
	position: relative;
	z-index: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 20vw;
	max-height: 300px;
	padding: 15px;
	border-radius: var(--pjf-radius);
	border: 1px solid #000;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	line-height: 1.15;
	font-size: 26px;
	box-shadow: none;
}

.pjf-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--pjf-bg, none);
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition: transform .35s ease;
	z-index: -1;
	pointer-events: none;
}

.pjf-card > *{ position: relative; z-index: 1; }

.pjf-card:hover::before,
.pjf-card:focus-visible::before{
  transform: scale(1.1);
}

.pjf-card:active::before{
  transform: scale(1.03);
}

@media (prefers-reduced-motion: reduce){
  .pjf-card::before{ transition: none; }
}

.pjf-card {color: #000;}
.pjf-card[style*="--pjf-bg:"] {color: #fff;}


.pjf-card.selected {
	background: #000;
	color: #fff;
	align-content: center;
}

.pjf-card.selected:before {
    display: none;
}

.pjf-card.selected + .pjf-feature__info {
    display: none;
}

.pjf-card.selected::after {
	content: '';
	position: relative;
	width: 45px;
	height: 45px;
	margin-top: 20px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.25 75.25'><circle fill='%23fff' cx='37.63' cy='37.63' r='37.63'/><polyline fill='none' stroke='%23000' stroke-width='5' stroke-miterlimit='10' points='18.39 39.01 30.86 50.98 56.86 24.46'/></svg>");
}

button.pjf-btn.secondary {
	color: #000;
}

.pjf-actions {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 20px;
}

.pjf-actions__right {
	order: -1;
}

.pjf-card--feature {
	height: 15vw;
}

h2.pjf-sub {
	text-transform: uppercase;
}

.pjf-validation {
	color: #e3150a;
	font-size: 14px;
	position: relative;
	top: -5px;
}

.pjf-toggle {
	display: flex;
	gap: 8px;
	margin: 0 0 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.pjf-toggle__btn {
	border: 1px solid #ccc;
	background: #fff;
	padding: 12px 35px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	color:#000;
}

.pjf-toggle__btn.is-active,
.pjf-toggle__btn[aria-selected="true"] {
	background: #000;
	color: #fff;
	border-color: #000;
}

.pjf-steps {
	--pjf-marker: 40px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0;
	margin: 28px 0;
	font-size: 20px;
}

.pjf-step {
	width: var(--pjf-marker);
	height: var(--pjf-marker);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
}

.pjf-step.is-complete:before, .pjf-step.is-complete:after,
.pjf-step.active:before, .pjf-step.active:after {
	content:'';
	width:10px;
	height: 10px;
	background:#000;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.pjf-step.is-complete:after {
	left: auto;
	right: -10px;
}

.pjf-step.is-complete,
.pjf-step.active {
	background: #000;
	color: #fff;
}

.pjf-steps__connector {
	flex: 1 1 auto;
	height: 10px;
	background: #eee;
	border-radius: 2px;
}

.pjf-steps__connector.is-complete {
	background: #000;
	position: relative;
}

.pjf-step:first-child:before,
.pjf-step:first-child:after {
    display:none;
}

.pjf-card--fit {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #000;
    font-size: inherit;
    overflow: auto;
}

.pjf-card--fit.selected {
	background:#000;
}

.pjf-card--fit.selected * {
	color:#fff;
}

.pjf-card--fit.selected::after {
	position:absolute;
	bottom: 7px;
	right: 7px;
	width: 30px;
	height: 30px;
}

.pjf-card__media {
	flex: none;
	flex-basis: 35%;
	padding-right:20px;
	height: 100%;
}

.pjf-card__media img {
    width: auto;
    height: 100%;
    display: block;
    margin: auto;
}

.pjf-card__container {
	margin-block:auto;
	width: calc(100% - 27px);
}

.pjf-card--fit {
    display:flex;
    height:100%;
    min-height: 20vw;
}

.pjf-card__body {
	flex:1;
	min-height:0;	
    color: #000;
    text-align: left;
    overflow: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.pjf-card__body p.pjf-card__desc {
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
}

.pjf-card__body h3.pjf-card__title {
    text-transform: none;
    margin: 10px 0;
}

.pjf-feature-wrap { 
	position:relative; 
}

.pjf-feature__info {
  position:absolute;
  top: 10px;
  right: 10px;
  border: 0;
  padding:6px;
  cursor:pointer;
  background: transparent;
  padding: 0;
}

.pjf-feature__info svg {
    width: 24px;
    height: 24px;
}

.essential-features_side {
	position: fixed;
	right: 0;
	top: 0;
	width: 380px;
	background: #fff;
	padding: 30px;
	height: 100vh;
	z-index: 99999;
	overflow: auto;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.05);
	transform: translateX(100%);
	transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
	will-change: transform;	
}

.essential-features_side.active {
	transform: translateX(0);
	box-shadow: -8px 0 24px rgba(0,0,0,.12);
}

button.essential-features_close {
    background: transparent;
    padding: 0;
    border: 1px solid #000;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
	cursor:pointer;
}

button.essential-features_close svg {
    width: 70%;
    height: 70%;
}

ul.products li.child-featured-product > *:not(.featured-product-wrapper) {
	display: none !important;
}

.featured__product-content {
	text-align: left;
}

@media (min-width: 1100px) {
	.woocommerce ul.products.child-category li.product.child-featured-product {grid-area: 1;grid-column: span 4;}
	.woocommerce.columns-4 ul.products li.product {grid-area: 2;}
}

.pjf-wrapper--step-5 .pjf-header {
    padding: 15px 0 10px;
}

.pjf-header.pjf-header--between {
    padding-top: 30px;
}

.woocommerce ul.products.child-category li.product.child-featured-product {
    max-height: inherit;
}

.featured__product-image {
    max-height: 800px;
}

.product .variations .variation-radios {
    justify-self: center;
}

.woocommerce ul.products.child-category li.product.child-featured-product .featured-product-wrapper .featured__product-image img {
	width: 100%;
}

.woocommerce ul.products.child-category li.product.child-featured-product .featured-product-wrapper .featured__product-image .featured__product-image-tools .featured__product-image-tool {
	z-index:9;
}

.featured-product-wrapper table.variations tr.pa_colour-t {
	justify-content: flex-start;
}

tr.pa_size * {
	display: none !important;
}

.product .featured-product-wrapper .variations .variation-radios {
	justify-self: flex-start;
}

.pjf-btn {
	position: relative;
}

.pjf-btn.is-loading {
	pointer-events: none;
	opacity: 0.9;
}

.pjf-btn.is-loading .pjf-btn__icon {
	opacity: 0;
}

.pjf-btn.is-loading::after {
	content: "";
	position: relative;
	right: 12px;
	left: 0px;
	top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border: 2px solid rgba(255,255,255,0.5);
	border-top-color: #fff;
	border-radius: 50%;
	animation: pjf-spin 0.8s linear infinite;
}

@keyframes pjf-spin {
	to { transform: rotate(360deg); }
}

.woocommerce ul.products.child-category li.product.child-featured-product.one .featured-product-wrapper .featured__product-content {
    padding: 10px 0;
}


@media (min-width: 800px) {
	.pjf-wrapper--step-3 .pjf-grid {grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1450px) {
	.jf-hero__container {margin-left:30px;}
}

@media (max-width: 1100px) {
	h1.jf-hero__title {font-size: 4em;}
	.jf-hero__container {max-width: calc(100% - 60px);}
	.pjf-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
	.pjf-card {height:30vw;}
}

@media (max-width: 797px) {
	.jf-hero__container {padding: 25px;margin-left:10px;max-width: calc(100% - 20px);}
	.pjf-grid {grid-template-columns: repeat(1, minmax(0, 1fr));}
	.pjf-card {height:50vw;max-height: inherit;}
	h1.jf-hero__title {font-size: 3em;}
	.pjf-card {font-size: 1.75em;} 
	.pjf-card.selected::after {width: 30px;height: 30px;}
	.woocommerce ul.products.child-category li.product.child-featured-product .featured-product-wrapper .featured__product-image img {height:auto;}
	.featured__img {pointer-events:none;}
	.woocommerce ul.products li.product .compare-item button {/* width: 60px; *//* padding: 10px !important; */}
	
	.pjf-card--fit {height: inherit;display: block;min-height: inherit;overflow: inherit;}
	.pjf-card--fit .pjf-card__media img {height: 30vw;}
	.pjf-card--fit .pjf-card__media {height:inherit;padding: 0;}
	.pjf-card--fit .pjf-card__body {height:inherit;text-align:center;}
	.pjf-card--fit .pjf-card__container {width:100%;}
}

@media (max-width: 500px) {
	.essential-features_side {padding: 20px;width: 90%;}	
	.woocommerce ul.products li.product .compare-item {width: 60px;top: 0;right: 0;}
}