.single-product .col-full {
    padding: 0 20px;
    max-width: 100%;
}

.cont-pad {
    padding: 0 25px;
}

.cont-top-pad {
    padding-top: 4vw;
}

.cont-btm-pad {
    padding-bottom: 4vw;
}

.product__technical-features {
	text-align:center;
	max-width: 100%;
	margin: auto;
	padding-top: 3vw;
    width: 100%;
}

.product__technical-features__carousel {
	max-width: calc(100% - 200px);
	margin: auto;
}

@media screen and (max-width: 800px) {
    .product__technical-features__carousel {
        max-width: 100%;
    }
}

.product {
	display: flex;
	flex-wrap: wrap;
}

.product__performance-fill {
	height: 100%;
	width: 0;
	background-color: #4CAF50;
	transition: width 1s ease-out;
}

.full-ecommmerce-usa.single-product, 
.full-ecommmerce-usa.single-product #page  {
    overflow: inherit;
}

.product__container {
    flex: 1;
    padding-left: 50px;
    z-index: 0;
}

.product-md-tl {
    flex-basis: 65%;
}

.product__sticky-details {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    width: 100%;
}

.product__container {
    display: flex;
    flex-direction: column;
}

 .summary.entry-summary {
    order: -1;
    width: 60% !important;
    display: block;
}

.single-product p.product__price, .woocommerce-variation-price, ul.products li.product .price, .single-product div.product p.price {
    font-weight: 900;
    color: #000;
    font-size: 2.25em;
    margin-bottom: 20px;
    margin-top: 20px;
}
.single-product p.product__price .price {
    font-size: 36px !important;
}

#primary .site-main .woocommerce-loop-product__link .price .woocommerce-Price-amount {color:inherit !important;}

table.variations th {
    background: transparent;
    width: 80px;
    text-align: left;
    padding-right: 10px !important;
    text-transform: uppercase;
}

.woocommerce button.single_add_to_cart_button.button {
    background: #000;
    border: 0;
    opacity: 1 !important;
    flex: 1;
    width: auto !important;
    border-radius: 0;
    padding: 15px;
}

.quantity, .single_variation_wrap, .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.woocommerce-variation-add-to-cart {
    flex: none;
    flex-basis: 100%;
    padding-top: 15px !important;
}

.single.single-product div.product form.cart .quantity {
    flex-basis: 95px;
    background: #e5e5e5;
    margin-right: 5px;
    margin-bottom: 0;
}

.single.single-product div.product form.cart .quantity * {
    color: #000;
}

.qty-wrap {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
}

.qty-btn {
  border: 0;
  background: transparent;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  line-height: 1;
  border-radius: 0 !important;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance: textfield; }


.quantity .qty.text {
    margin: 0;
    width: inherit;
    flex: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
}

.quantity .quantity-button, .quantity .quantity-nav {
    display: none;
}

table td, table th {
    padding: 10px 0;
}


table.variations {
    margin: 0;
    padding-bottom: 0 !important;
}

.product__technical-features__item {
    margin: 0 20px;
}

.single-product button.slick-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: calc(10vw - 15px);
    cursor: pointer;
    background: url('/wp-content/themes/paramo-child-theme/assets/images/icons/white-arrow-left-icon.svg') center/14px no-repeat;
    background-color: #000 !important;
}

.single-product button.slick-arrow.slick-prev {
    background: url('/wp-content/themes/paramo-child-theme/assets/images/icons/white-arrow-right-icon.svg') center/14px no-repeat;
}

.single-product button.slick-arrow:before {
    content: '';
}

.single-product button.slick-arrow.slick-prev {
	left: -60px;
}

.single-product button.slick-arrow.slick-next {
	right: -60px;
}

button.slick-prev.slick-arrow .slick-prev {}

.flex-direction-nav { display:none; }

.single-product button.slick-prev.slick-arrow:before, .flex-nav-prev a:before {
    transform: rotateY(358deg);
    left: -2px;
}

.product__technical-features__item img {
    padding-bottom: 20px;
}

/* Video reveal */
.videoExpCont {
    width: calc(100% + 40px);
    /* height: 90vh; */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 -20px;
}
.videoExp {
	width: 100%; /* Full width of the parent div */
	position: sticky; /* Default position */
	clip-path: inset(25% round 20px);
	transition: clip-path 0.1s ease; /* Smooth transition for clip-path */
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	/* height: 100vh; */
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
}
.videoExp video {object-fit: cover;position: relative;width: 100%;/* height: 90vh; */top: 0;left: 0;}
/* Video reveal */	

.product__features-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product__features-row .product__feature {
    flex-basis: 33.33%;
    padding: 20px;
    display: block;
}

.product__feature-content {
    flex: 1;
    padding-top: 20px;
    text-align: center;
}

.product__feature-content p {
    margin: 0;
}

.product__feature-image {
    flex-basis: 100px;
}

.product__feature-image img {
    max-height: 60px;
    margin: auto;
}

.storefront-full-width-content .col-full .woocommerce-tabs ul.tabs,
.storefront-full-width-content .col-full .woocommerce-tabs .panel {
    width: 100% !important;
    min-height: inherit !important;
    background: transparent !important;
    padding: 10px 0 !important;
}

.thumbs-scroll {
    flex-wrap: wrap !important;
    width: 80px;
    min-width: 50px;
    position: absolute;
    right: 20px;
    top: 0;
    overflow: auto;
    align-content: flex-start;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    height: calc(90% - 80px);
    top: 50%;
    transform: translateY(-50%);
    align-content: center;
}

.woocommerce-product-gallery li {
    flex-basis: 80px !important;
    list-style-type: none !important;
    width: 80px !important;
    height: 80px;
    border: 1px solid #f3f3f3;
    margin: 5px 0 !important;
    display: flex;
    align-items: center;
}

ol.flex-control-nav li img {
    height: 30vw;
    width: auto;
    max-height: 500px;
    display: block;
    margin: auto;
}

select#pa_colour-t, select#size,
label[for="pa_colour-t"] span, label[for="size"] span
{
    display:none;
}

.woocommerce button.single_add_to_cart_button.button {
    background: #000 !important;
    border: 0;
    opacity: 1 !important;
    flex: 1;
    width: auto !important;
    border-radius: 0;
    padding: 20px !important;
    font-size: inherit !important;
}

.variation-radios label {
    border-radius: 50%;
    height: 40px;
    position: relative;
    margin-right: 5px;
     /* Border effect */
    /* flex: 1; */
    width: 40px;
}

.variation-radios .colour {
    font-size: 0;
}

.variation-radios {
    display: flex;
    flex-wrap: wrap;
}

label[for^="attribute_pa_colour-t"] input[type="radio"] {
    display:none;
}

label.tooltip.colour.active {
    outline: 1px solid #000;
    outline-offset: 2px;
    border: 0 !important;
}

.variation-radios.size label input:checked,
.variation-radios.size label.active {
    background-color: #000;
}

.variation-radios.size label.active span {
    color: #fff;
}

.variation-radios label {
    cursor: pointer;
    border-radius: 0;
    border-color: #000 !important;
}

.single.gfs-paramo-child-theme .product .variations .variation-radios label.colour {
    height: 40px;
    width: 40px;
    border: 0;
}

.gfs-paramo-child-theme .product .variations label.tooltip.colour:has(input[name="attribute_pa_colour-t"]:hover) {
	outline:2px solid #000;
	outline-offset: 2px;
}

table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background: transparent;
}


.slick-dots li button:before {
    content: "";
    font-size: 0;
    opacity: 1;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
}

.slick-dots li.slick-active button:before {
    content: "";
    background: #000;
    opacity: 1;
}


.single_add_to_cart_button {
    position: relative;
}

.single_add_to_cart_button::before, 
.single_add_to_cart_button::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -2px;
}

.single_add_to_cart_button::before {
    content: url('/wp-content/uploads/sites/2/2025/03/bag-icon.svg'); /* Add bag icon */
    margin-right: 8px;
    width: 30px;
    height: 30px;
    left: 25px;
}

.single_add_to_cart_button::after {
    content: url('/wp-content/uploads/sites/2/2025/03/arrow-right-icon.svg'); /* Add arrow icon */
    margin-left: 8px;
    width: 12px;
    height: 12px;
    right: 15px;
}

button.reset_variations {width: auto;margin-top: 0 !important;padding-top: 5px;}

.woocommerce-variation.single_variation {
    display: flex;
    /* width: 100%; */
    justify-content: center;
    padding-top: 15px;
}

.woocommerce-variation-availability {
    padding-left: 10px;
    align-content: center;
}

.stock.in-stock {
    color: #000;
    margin-bottom: 0;
}

p.stock.in-stock:before {
    display: none;
}

table:not( .has-background ) th {
    vertical-align: middle;
}

.gfs-paramo-child-theme .product .variations label.colour.active:before {
    display: none;
}

.single-product div.product table.variations th, .single-product div.product table.variations td {
    display: inline-table;
    margin: 0 !important;
}

.single-product div.product .single_variation .price {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.single-product.gfs-paramo-child-theme .product .variations label.colour.active:before {
    display: none;
}

.variation-radios.pa_colour-t label {
    border-radius: 50px;
}

.products .product table.variations .product-weight,
.products .product table.variations .type {
    display: none !important;
}
.products .product {
    flex-direction: column !important;
    justify-content: center !important;
}

.product table.variations tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product table.variations tr.pa_colour-t {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.product table.variations tr:last-child {
    border: 0;
}

.pa_size td.value, .pa_size-t td.value {
    width:100%;
}

.single-product .d-flex {display:block !important;}

.single-product-promotion, .single-product-promotion img {width: 100%;}

.single-product.woocommerce.single-product #primary.content-area .product .woocommerce-tabs {
    width: 100%;
    margin-top:30px;
}

.woocommerce.single-product #page div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {object-fit: contain !important;width: 100% !important;height: 100% !important;object-fit: contain;padding: 0;max-height: 800px;}

.woocommerce.single-product #page div.product .woocommerce-product-gallery .flex-control-nav img {
    width: auto !important;
    padding: 0;
    max-height: 100%;
    margin: 0 auto !important;
    height: 100%;
    object-fit: cover !important;
}

@media screen and (max-width: 1250px) {
    .woocommerce.single-product #page div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
        object-fit: contain !important;
    }
}

.thumbs-scroll__container {
	overflow-y: auto;
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	/* padding: 20px 0; */
	/* max-height:600px; */
	height: calc(100% - 70px);
}

.thumbs-scroll__list {
	display: flex;
	flex-direction: column;
}

.thumbs-scroll__item {
	height: 100px;
	scroll-snap-align: start;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumbs-scroll__button {
	background: none;
	border: none;
	padding: 6px;
	cursor: pointer;
	margin: auto;
	height: 30px;
	bottom: auto;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

button.thumbs-scroll__button.thumbs-scroll__button--next {top: auto;bottom: 0;}

.thumbs-scroll__icon {
	width: 20px;
	height: auto;
	display: block;
}

.thumbs-scroll__button--down .thumbs-scroll__icon {
	transform: rotate(180deg);
}

.single_variation_wrap:has(.stock.in-stock) .size-chart {
    color: #000;
    text-align: center;
    display: block;
    /* width: 100%; */
    padding: 0;
    cursor: pointer;
    border-right: 1px solid #000;
    padding: 0 10px;
    margin-bottom: 0;
}

.product > div.size-chart {
    position: fixed;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product > div.size-chart .size-chart__content {
    width: 90%;
    height: 100%;
    max-width: 1200px;
    max-height: calc(100vh - 110px);
    overflow: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    padding-top: 0;
    position: absolute;
    background: #fff;
}

.size-chart__close {
    background: var(--brand-red);
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    transition: 0.6s;
}

.size-chart__close:hover {
    background: #000;
}

.size-chart__content img {
    padding: 0 20px 20px 20px;
}

.tabs-l-content {display:none;padding: 20px 0;}

ul.tabs li.active .tabs-l-content {display:block;}

.single.woocommerce.single-product #primary.content-area .product .woocommerce-tabs .tabs {
    float: none;
    width: 100%;
    text-align: center;
}

p.stars span {
    max-width: 200px;
    display: block;
    display: flex;
}

.woocommerce.single-product #primary.content-area .product .woocommerce-tabs ul.tabs.wc-tabs li a,
.woocommerce-tabs h2.resp-accordion a {
    text-align: left;
    font-size:inherit;
    line-height: inherit;
    padding: 10px 0;
    height: inherit;
    position: relative;
}

.single.woocommerce.single-product #primary.content-area .product .woocommerce-tabs ul.tabs li.active a {
    background: transparent;
    color: #000;
}

.woocommerce-tabs ul.tabs li {
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 0;
    position: relative;
}

.tabs-l-content ol, .tabs-l-content ul {
    padding: 0;
    margin: 0;
}

.tabs-l-content li {
    padding: 5px 0;
}

.tech-feature-items {
    flex-basis: 100%;
}

.full-ecommmerce-usa .single-product-promotion {
    order: 1000;
}

.full-ecommmerce-usa.single-product div.product, 
.full-ecommmerce-usa .site, 
.full-ecommmerce-usa.woocommerce.single-product #primary.content-area .product .woocommerce-tabs {
    overflow: inherit;
}

.woocommerce-tabs ul.tabs li > a:after {
    content: '';
    background-image:url('/wp-content/uploads/2025/01/arrow-down.svg');
    background-size:contain;
    width: 15px;
    height: 11px;
    display: block;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right:0;
    background-repeat: no-repeat;
}

.woocommerce-tabs ul.tabs li.active > a:after {
    transform: translateY(-50%) rotate(180deg) scaleX(-1);
}

.single-product h3, .single-product h2, 
#primary .site-main .cross-sells .woocommerce-loop-product__link h2.woocommerce-loop-product__title {
    font-size: 1.5em;
    color: #000;
}

#primary .site-main .cross-sells .woocommerce-loop-product__link h2.woocommerce-loop-product__title {
	line-height:inherit;
	font-family:inherit !important;
	font-weight:bold;
	padding-top: 20px;
	word-spacing: inherit;
}

.size-chart__content table th {
    background: #000;
    color: #fff;
    text-align: center;
}

.product-template-default.woocommerce.single-product #primary.content-area .product .woocommerce-tabs .tabs {position:relative;}

.woocommerce-product-gallery {
    width: 100% !important;
}

.woocommerce-product-gallery,
.flex-control-nav l {
    flex-basis: 100%;
}

.flex-viewport {
	height: 100% !important;
	margin: 0 !important;
	/* max-height: 640px; */
	position: relative;
}

img.zoomImg {
    display: none !important;
}


.woocommerce-product-gallery__image.flex-active-slide {
    display: flex !important;
    justify-content: center;
    height: 800px;
}

@media screen and (max-width: 1000px) {
    .woocommerce-product-gallery__image.flex-active-slide {
        height: 100%;
        max-height: 350px;
    }
}

.woocommerce-product-gallery__image.flex-active-slide a {
	align-content: center;
}

.woocommerce-product-gallery__wrapper {
    transform: none !important;
    display: flex;
    flex-wrap:wrap;
}

.woocommerce-product-gallery__wrapper {
    height: 100%;
    width: calc(100% - 120px) !important;
    margin: 0;
}

.woocommerce-product-gallery__image {
    display: none !important;
}

.woocommerce-product-gallery__image:only-child { display: block !important; margin: auto; }

.woocommerce-product-gallery__wrapper:has(> .woocommerce-product-gallery__image:only-child) {
  width:100% !important;
}

.single-product .woocommerce-product-gallery:has(.flex-viewport) {
	/* width: 100% !important; */
	margin: 0;
}

.flex-active-slide {
    order:-1;
}

.thumbs--vertical .thumbs-scroll__button--next img {
	transform: translate(-50%, 0) rotate(180deg);
	position: relative;
	left: 8px;
}

.thumbs-scroll__container {
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	scrollbar-width: none;
}

.thumbs-scroll__container::-webkit-scrollbar {
	display: none; 
}





@media screen and (max-width: 1000px) {
    .woocommerce-product-gallery {
        display: flex !important;
        flex-direction: column;
        margin-bottom: 0 !important;
    }


    .woocommerce-product-gallery .thumbs-scroll {
        margin-top: 20px;
        padding: 0 50px;
        position: relative;
        width: 100%;
        justify-content: center;
        height: inherit;
        top: 0;
        transform: none;
        height: initial;
        bottom: 0;
        position-area: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .woocommerce-product-gallery .thumbs-scroll .thumbs-scroll__container {
        height: auto;
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

    .woocommerce-product-gallery .thumbs-scroll .thumbs-scroll__container .flex-control-thumbs {
        width: 100%;
        display: flex !important;
        background: none;
        gap: 10px;
        flex-direction: row;
        height: auto !important;
		overflow: initial !important;
        padding-top: 0 !important;
    }
	
	.thumbs--horizontal .thumbs-scroll__container {
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}	
	
	.thumbs-scroll__button.thumbs-scroll__button--prev {
		left: 10px;
        top: 50%;
        transform: translate(0px, -50%) rotate(-90deg);
	}
    .thumbs-scroll__button.thumbs-scroll__button--next {
		left: auto;
        right: 10px;
        top: 50% !important;
        bottom: auto !important;
        transform: translate(0px, -50%) rotate(90deg);
	}
}
.yith-add-to-wishlist-button-block {
    display: none !important;
}


nav.storefront-product-pagination {display:none !important;}

/* New tabs */
.wc-tabs-wrapper.woocommerce-tabs h2.resp-accordion:not(.resp-tab-active),
.wc-tabs-wrapper h2.resp-tab-active {
    background: transparent;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.wc-tabs-wrapper h2.resp-accordion:after {
    content: '';
    background-image: url(/wp-content/uploads/sites/2/2025/03/arrow-down.svg);
    background-size: contain;
    width: 15px;
    height: 11px;
    display: block;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
}

.wc-tabs-wrapper h2 span.resp-arrow {
    display: none !important;
}

.wc-tabs-wrapper h2.resp-accordion.resp-tab-active:after {
    transform: translateY(-50%) rotate(180deg) scaleX(-1);
}

.wc-tabs-wrapper.woocommerce-tabs {padding: 20px 0 0px;}

.wc-tabs-wrapper.woocommerce-tabs h2.resp-accordion {padding-left: 0;padding-right: 25px;}

ul.tabs.wc-tabs.resp-tabs-list {
    display: none !important;
}

h2.resp-accordion {
    display: block !important;
}
/* New tabs */

/* Review */
.klaviyo-star-rating-widget {
    margin: -10px 0 10px 0;
}

.product__klaviyo-trigger {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* cursor:pointer; */
}

.product__klavio {
    position: relative;
}

.product h2.kl_reviews__summary__header {
    display: none;
}

.product .kl_reviews__histogram {
    max-width: inherit;
}

.product .kl_reviews__summary__rating--1-1:not(.kl_preview *) {
    grid-template-columns: 1fr 3fr;
}

.product .kl_reviews__histogram {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 50px;
  align-items: start;
  grid-auto-flow: column;
}

.product .kl_reviews__histogram__row:nth-child(1),
.product .kl_reviews__histogram__row:nth-child(2),
.product .kl_reviews__histogram__row:nth-child(3) {
  grid-column: 1;
}

.product .kl_reviews__histogram__row:nth-child(4),
.product .kl_reviews__histogram__row:nth-child(5) {
  grid-column: 2;
}

.product .kl_reviews__histogram__value {
    width: 60px;
}

.product .kl_reviews__review_item.kl_reviews__review_item.kl_reviews__review_item p.kl_reviews__review__content {
    font-size: inherit;
    line-height: inherit;
}

.product #klaviyo-product-reviews-wrapper button,
.product #klaviyo-product-reviews-wrapper select, 
.product #klaviyo-product-reviews-wrapper input {
    font-size: 1rem !important;
}

.product button.kl_reviews__button {
    background: var(--brand-gold) !important;
}

.product .kl_reviews__reviews_list.kl_reviews__reviews_list.kl_reviews__reviews_list .kl_reviews__list__tab--active::after {background: var(--brand-gold);}


.product #klaviyo-product-reviews-wrapper .kl_reviews__button {
    padding: .6180469716em 1.41575em;
    border-radius:0;
    font-weight: 600;
    line-height: inherit;
}
/* Review */

.single-product div.product form.cart {
    padding: 0;
    margin-bottom: 20px;
}

.product form table.variations tr {
    padding: 0;
}

.single-product div.product table.variations .label {
    padding: 10px 0;
    margin: 0;
}

.product__cart {
    margin-top: -10px;
}

.product__cart {
    margin-top: -10px;
}

.storefront-breadcrumb {
    margin-bottom: 0;
    padding: 10px 0;
}

.product__sticky-details * {
    color: #000;
}

.product__sticky-details h1 {
    font-weight: bold;
    font-size: 2rem;
}

.product__sticky-details p {
    font-weight: 600;
}

.variation-radios.pa_colour-t span {
    display: none;
}

.woocommerce-variation.single_variation span.woocommerce-Price-amount.amount {
    font-size: 24px;
    display: block;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .woocommerce-variation-availability .stock {
    color: #000;
    margin: 0;
    padding: 0;
}

.single_variation_wrap:not(:has(.size-chart)) .woocommerce-variation.single_variation .woocommerce-variation-price {
    margin: 0;
    display: block;
}


/* tr:has(.variation-radios.size) th {
    display: none !important;
} */

/* tr:has(.variation-radios.pa_length) ,
tr:has(.variation-radios.pa_size-t),
tr:has(.variation-radios.size)
{
    display:block !important;
} */

tr:has(.variation-radios.pa_length) th,
tr:has(.variation-radios.pa_size-t) th,
tr:has(.variation-radios.size) th
{
    /* padding:0 0 10px 0 !important; */
}

tr:has(.variation-radios.pa_length) th span, tr:has(.variation-radios.pa_size-t) th span,
tr:has(.variation-radios.size) th span, tr:has(.variation-radios.pa_size) th span {
	font-size:0;
}

tr:has(.variation-radios.pa_length) td,
tr:has(.variation-radios.pa_size-t) td,
tr:has(.variation-radios.size) td
{
    display:block !important;
}

.variation-radios.pa_size-t span,
.variation-radios.size span,
.variation-radios.pa_length span
{
	font-weight: 600;
}

.variation-radios.pa_length label.tooltip {
    min-width: auto !important;
    flex-basis: calc(33.33% - 4px);
    margin-bottom: 10px;
}

.variation-radios.pa_length label.tooltip.active,
.variation-radios.pa_size-t label.tooltip.active,
.variation-radios.size label.tooltip.active,
.variation-radios.pa_size label.tooltip.active,
.variation-radios.pa_size label:hover,
.variation-radios.pa_size-t label:hover{
    background: #000 !important;
}

.variation-radios.pa_length label.tooltip.active span,
.variation-radios.pa_size-t label.tooltip.active span,
.variation-radios.pa_size label.tooltip.active span,
.variation-radios.size label.tooltip.active span {
    transition:0.6s;
}

.variation-radios.pa_length label.tooltip.active span,
.variation-radios.pa_size-t label.tooltip.active span,
.variation-radios.pa_size label.tooltip.active span,
.variation-radios.size label.tooltip.active span,
.variation-radios.pa_size label:hover span,
.variation-radios.pa_size-t label:hover span  {
    color: #fff !important;
}

.single .product .variations .variation-radios.pa_length,
.product .variations .variation-radios.size,
.product .variations .variation-radios.pa_size-t,
.product .variations .variation-radios.pa_size {
    gap: 0;
    justify-content: flex-start;
    margin-top: -10px;
}

/* .product .variations .variation-radios {
	flex-wrap: nowrap !important;
} */

.product .variations .variation-radios.pa_size,
.product .variations .variation-radios.pa_size-t,
.product .variations .variation-radios.size {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 6), 1fr));
    gap: 5px !important;
}

.product .variations .variation-radios.pa_size label,
.product .variations .variation-radios.pa_size-t label,
.product .variations .variation-radios.size label {
    width:100%;
    transition: 0.6s;
}

.variation-radios.pa_size-t label,
.variation-radios.size label,
.variation-radios.pa_size label {
    flex-basis: 100%;
    margin-bottom: 0px;
    text-align: center !important;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.single-product .variation-radios.pa_size-t label:has(input[disabled]),
.single-product .variation-radios.pa_size label:has(input[disabled]) {
    opacity: 0.2;
    cursor: not-allowed;
    background: none !important;
    position: relative;
    pointer-events: none;
    padding-bottom: 8px;
}

.single-product .variation-radios.pa_size-t label:has(input[disabled])::before,
.single-product .variation-radios.pa_size label:has(input[disabled])::before {
    content: 'OUT OF STOCK';
    position: absolute;
    bottom: 7px;
    left: 50%;
    pointer-events: none;
    font-size: 7px;
    line-height: 1;
    transform: translate(-50%, 0px);
}

.single-product .variation-radios.pa_size-t label:has(input[disabled]) span,
.single-product .variation-radios.pa_size label:has(input[disabled]) span {
    color: #000 !important;
}

.variation-radios.pa_size-t label input, .variation-radios.size label input, .variation-radios.pa_size label input {
    display: none;
}

tr:has(.variation-radios.size) .value {
    width: 100%;
}


.kl_reviews__star_rating_widget__label {
    font-weight: 600 !important;
}

span.product__weight,
.product .variations .label label,
.size-chart {
    font-weight:600;
}

.product .variations .label label {
    margin: 0 !important;
}

.product table:not( .has-background ) tbody td:nth-of-type(2) {
    text-align: left;
}

.size-chart__content table:not(.has-background) tbody td,
.size-chart__content table:not(.has-background) thead th {
    text-align:center;
    border: 1px solid #000;
    vertical-align: middle;
    padding: 15px !important;
}

.product table:not(.has-background) thead th {
	border-color:#fff;
	border-bottom:0;
}

.product table:not(.has-background) tbody td {
	color:#000;
	font-weight:600;
}

.size-chart__content table th.heading-DESCRIPTION {
    text-align: left;
}

table.table.gf-size-guide {
    border-collapse: collapse;
}

th.heading-DESCRIPTION {
    width: 40%;
    text-align: left !important;
}

table.table.gf-size-guide thead {
    border: 2px solid #000;
    border-bottom: 0;
}

tr.gf-notes td {
    border: 0 !important;
}

.product table:not(.has-background) thead th {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 100px;
}

.size-chart__content table:not(.has-background) tbody tr td:first-child,
.size-chart__content table:not(.has-background) tbody tr td:last-child,
.size-chart__content table:not(.has-background) thead tr th:first-child,
.size-chart__content table:not(.has-background) thead tr th:last-child {
    border-left: none;
    border-right: none;
}

.product .variations select {
	display:none !important;
}

.cross-sells {
	padding: 4vw 0 0;
	text-align: center;
}

.cross-sells .slick-track {
	display: flex !important;
}

.cross-sells .side-popout {
	display:none;
}

.cross-sells .product {
    display: flex;
    justify-content: center;
}

.cross-sells .products {
    padding-top: 20px;
	width:100%;
}

.cross-sells .product-taxonomies {
    display: none !important;
}

.site-main .cross-sells ul.products.columns-1 li.product {
    float: left !important;
}

.cross-sells ul.products li.product.first {
    clear: inherit !important;
    background: #f4f4f4;
    margin: 0 10px !important;
}

.cross-sells .product a.popup-trigger {
    display: none !important;
}

/* .cross-sells ul.products li.product.first a {
    padding: 20px;
    height: 100%;
} */

.cross-sells .slick-list {
    max-width: 100%;
    margin:auto;
}

.cross-sells .slick-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    margin: 0 10px !important;
    height: inherit !important;
    flex-wrap: nowrap;
}

.cross-sells .product a {
    background: transparent;
    height: 100%;
    /* padding: 15px; */
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

a.cross-sell-overlay-link {
    order: 9999;
}

.products .product .variations_form .variations .pa_size {
    display: none !important;
}

/* .cross-sells form.variations_form.cart,
.cross-sells .img-info {
    display: none !important;
} */

.cross-sells .img-info h4 {
    margin-top: 10px !important;
}

.cross-sells button.slick-arrow {
    top: calc(50% - 15px);
}

.cross-sells .product a.button.view-product {
    background: #000 !important;
    width: 100% !important;
    color: #fff;
    transition: 0.6s;
    height: 50px;
}

.cross-sells .product a.button.view-product:hover {
    background:#be9166 !important;
}

ul.products li.product .price {
	margin-bottom:0;
	font-size: 1.5em;
}

.woocommerce.single-product .cross-sells ul.products {
    display: block;
}

/* .cross-sells .slick-track {
    display: flex;
} */
.cross-sells form table tr:first-child {
    display: flex !important;
}
.cross-sells form table tr, 
.cross-sells form table tr:first-child th label {
    display: none !important;
}

.resp-accordion:has(a[href="#tab-klaviyo_reviews"]) {
    pointer-events:none;
    border:0 !important;
    padding-top:20px;
}

.resp-accordion:has(a[href="#tab-klaviyo_reviews"]):after {
    display: none;
}

#tab-klaviyo_reviews {
    display: block !important;
}

.single-product-promotion {
    padding-top: 5vw;
}

.woocommerce-Tabs-panel {margin-bottom:0 !important;}

/* Site banner - to be moved into main style once confirmed */
.site-banner {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.widget {
    width: 100%;
}

.site-banner p {
    font-size:14px;
	padding:10px;
}

.site-banner p {
    display: flex;
    align-items: center;
    justify-content: center;
}


.site-banner p img {
    margin-right:10px;
}
/* Site banner - to be moved into main style once confirmed */

/* Quick view */
#woosq-popup {
    height: 65vh !important;
    max-width: 1000px;
    max-height: inherit;
}

#woosq-popup .product > h1.product_title.entry-title {
    background: #000;
    padding: 15px 20px;
    padding-right: 100px;
    flex: none;
    width: 100%;
    text-align: left;
    color: #fff;
    flex-shrink: 0 !important;
    order: -1;
    height: 60px;
    overflow: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    display: block;
}


#woosq-popup .mfp-close {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-left: 1px solid #fff;
    opacity: 1 !important;
    background: #000;
}

#woosq-popup .mfp-close:before {
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
}

#woosq-popup .woocommerce-product-details__short-description h2 {
    font-size: 16px;
    font-weight: 300;
}

#woosq-popup h1.product_title.entry-title {
    text-align: left;
}

#woosq-popup .woocommerce-product-details__short-description {
    padding-top: 10px;
}

#woosq-popup .view-details-btn {
    width: 100%;
    position: relative;
    box-shadow: none;
    line-height: inherit;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    overflow: inherit;
    display: block;
    padding: 15px;
    height: auto;
    margin: 15px 0 5px 0;
}

#woosq-popup .woosq-product > .product > div {
    height: calc(65vh - 60px) !important;
    flex: none;
    flex-basis: 50%;
    max-height: inherit;
    height: inherit;
}

#woosq-popup .woosq-product > .product > div.summary {
    order: 1;
}

#woosq-popup .view-details-btn:after {
    display: none;
}

#woosq-popup .product {align-items: inherit;overflow: scroll;/* flex-direction: column; */}

#woosq-popup .klaviyo-star-rating-widget {
    margin-top: 10px;
}

#woosq-popup .stock.in-stock {border-left:0;}

#woosq-popup .woosq-product .thumbnails .slick-track {
    max-height: inherit !important;
}

#woosq-popup .thumbnails .slick-arrow {
    background:#000 !important;
}

#woosq-popup .thumbnails img {
    max-height: calc(65vh - 120px);
}

@media only screen and (max-width: 1023px) {
.woosq-product > .product {flex-direction:inherit;}
}
/* Quick view */

.single.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {opacity:1;}

.video-centre {
    width: 100%;
	padding: 4vw 0;
}

.video-centre #video {
    margin: auto;
    display: block;
    max-width:1200px;
    width: 100%;
    min-height: inherit;
}

.full-ecommmerce-usa span.product__weight {/* display:none !important; */}

.single.single-product #primary .site-main .woocommerce-loop-product__link .price .woocommerce-Price-amount {font-family: "Montserrat" !important;font-weight: bold !important;}

.variation-radios.pa_size-t span {
    font-size: calc(10px + 0.4vw);
    white-space: nowrap;
}

.single_variation_wrap:has(.woocommerce-variation-add-to-cart-disabled) .size-chart {
    border-right:0 !important;
}

.site-main .cross-sells ul.products.columns-1 li.product {
    display: block !important;
}

.woocommerce-variation.single_variation .woocommerce-variation-price {
    margin-bottom: 0 !important;
}

.single_variation_wrap:not(:has(.size-chart)) .woocommerce-variation.single_variation .woocommerce-variation-price {
    border-right: 1px solid #000;
    padding: 0 10px !important;
}

.size-chart {
    cursor: pointer;
}

.cross-sells .product .product__performance-in-loop {
    display: flex !important;
    width: 100%;
    margin-top: 0;
}

.cross-sells .product .product__performance-in-loop .product__performance-section--single {
	padding-top:30px !important;
}

.cross-sells .product .product__performance-in-loop .product__performance-section--single h2 {
	display: none !important;
}

.cross-sells .product .product__performance-in-loop .product__performance-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
}
.cross-sells .product .product__performance-in-loop .product__performance-rating {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cross-sells .product .product__performance-in-loop .product__performance-rating .product__performance-label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cross-sells .product .product__performance-in-loop .product__performance-rating .product__performance-bar {
    background-color: #ffffff;
}
.cross-sells .product .product__performance-in-loop .product__performance-rating .product__performance-label .popup-trigger {
    padding: 0;
}
.cross-sells .product .product__performance-in-loop .product__performance-rating .product__performance-label .popup-trigger img {
    width: 20px;
    margin: 0;
}
.cross-sells .product .product__performance-in-loop .product__performance-rating span{
    font-size: 14px;
}
.cross-sells .product .product__performance-in-loop .product__performance-value {
    display: flex;
    align-items: center;
}

.cross-sells .product__performance-section--single h2 {
    display: none;
}

.cross-sells .product__performance-section--single {
    padding-top:0;
}

.product__performance-section--single .product__performance-group {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
    justify-content: center;
}
@media screen and (max-width: 800px) {
    .product__performance-section--single .product__performance-group {
        gap: 30px;
    }
}
.product__performance-section--single .product__performance-group .product__performance-rating {
    flex:1 1 calc(33.333% - 34px);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-grow: 0;
}

span.product__performance-label {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .product__performance-section--single .product__performance-group .product__performance-rating {
        flex: 1 1 calc(50% - 50px);
    }

    .product__performance-section--single .product__performance-group .product__performance-rating > span {
        font-size: 14px;
    }
}

.popup-trigger_image {
    width: 20px;
    margin-left: 10px;
    display: block;
}
@media screen and (max-width: 500px) {
    .popup-trigger_image {
        width: 15px;
        margin-left: 5px;
    }
}

.product__performance-bar {
    width: 100%;
    height: 10px;
    background-color: #f1f1f1;
    overflow: hidden;
    margin-top: 10px;
}

.product__performance-fill {
    height: 100%;
    background-color: #000;
    transition: width 0.4s ease;
}

.side-popout {
	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;	
    text-align: left;
}

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

button.side-popout_close {
    background: transparent;
    padding: 0;
    border: 1px solid #000;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    position: relative;
    cursor:pointer;
    margin-left: a;
}

button.side-popout_close svg {
    width: 60%;
    height: 60%;
}

span.product__tag {
    padding: 10px;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 600;
}

span.product__tag.product__tag-activity {
    background: #0882c5;
    border-color: #0882c5;
    text-transform: uppercase;
    color: #fff;
}

.product__tags-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


img.thumbs-scroll__icon {
    width: 15px !important;
    padding: 0 !important;
}
@media screen and (max-width: 550px) {
    img.thumbs-scroll__icon {
        width: 8px !important;
    }
}

a.reset_variations {
    display: none !important;
}

.side-icon-button {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.side-icon-button img.icon-button__icon {
    height: 20px;
    margin-right: 10px;
}

.button {
    text-transform: uppercase;
    font-family: inherit;
    padding: 12px !important;
    border-radius: 0 !important;
    background: inherit !important;
    font-size: 14px !important;
}

.dark-grey-button {
    background: #e3e3e3 !important;
}

img.icon-button__icon {
    height: 40px;
    width: auto;
    display: block;
}

.no-transform {
	text-transform:none;
}

.product__icon-button-row .icon-button__icon {
    margin:0 auto 10px;
}

.product__icon-button-row {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
}

.product__icon-button-row .icon-button {
    text-align: center;
    width: 100px;
    padding: 10px;
    cursor: pointer;
    font-size: 12px !important;
}

.grey-button {
    background: #f1f1f1 !important;
}

.product__fit-guide {
    width: 100%;
}

.fit-guide__button {
	flex-wrap:nowrap !important;
}

#compare-page .product__performance-section--single .product__performance-group .product__performance-rating {
    flex: none;
    flex-basis: 100%;
}

#compare-page a.popup-trigger {
    margin-left: 5px;
}

/* Accordion */
.accordion-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 9px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	cursor: pointer;
	text-align: left;
	transition: background 0.3s ease;
	text-transform: uppercase;
}

.accordion-toggle:nth-last-child(2) {
	border-bottom:0;
}

.accordion-toggle:hover {
}

.accordion-label {
	flex: 1;
}

.accordion-icon {
	width: 20px;
	height: 20px;
	margin-left: 1em;
	transition: transform 0.3s ease;
}

.woocommerce-Tabs-panel {
	display: none;
	padding: 0 15px !important;
}

.woocommerce-Tabs-panel.open {
	display: block;
}
/* Accordion */

.product__performance-section--single {
    text-align: center;
    width: 100%;
    padding-top: 4vw;
}

#aftercare {
	padding-top:4vw;
}

div#aftercare > h2 {
    text-align: center;
}

#aftercare .aftercare-block__title.wc-block-cart__totals-title {display:none;}

a.woocommerce-product-gallery__trigger {
	background: #f2f2f2 !important;
	width: 115px !important;
	border-radius: 0 !important;
	display: flex;
	align-items: center;
	gap: 5px;
	left:10px;
	right:auto !important;
	z-index: 8 !important;
	top: auto !important;
	bottom: 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_2%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2027.55%2027.55%22%3E%3Cg%20id%3D%22Layer_1-2%22%3E%3Cpolygon%20points%3D%2227.55%208.04%2027.55%200%2019.52%200%2019.52%202.3%2023.63%202.3%2013.78%2012.15%203.92%202.3%208.04%202.3%208.04%200%200%200%200%208.04%202.3%208.04%202.3%203.92%2012.15%2013.78%202.3%2023.63%202.3%2019.52%200%2019.52%200%2027.55%208.04%2027.55%208.04%2025.26%203.92%2025.26%2013.78%2015.4%2023.63%2025.26%2019.52%2025.26%2019.52%2027.55%2027.55%2027.55%2027.55%2019.52%2025.26%2019.52%2025.26%2023.63%2015.4%2013.78%2025.26%203.92%2025.26%208.04%2027.55%208.04%22/%3E%3C/g%3E%3C/svg%3E) no-repeat center center;
    background-size: 15px;
    flex-shrink: 0;
    transform: none !important;
    border: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	content: 'Full screen';
    font-size: 12px;
    background: transparent !important;
    text-indent: 0;
    display: inline-block;
    flex-grow: 1;
    height: auto;
    line-height: 1;
    transform: none !important;
    width: auto;
    padding-left: 15px;
    top: 0;
    position: relative;
}

.content-accordion {
    padding-top:4vw;
    width: 100%;
}

.accordion {
    margin: 10px auto;
}

.accordion__heading {
    text-align: center;
}

.accordion__trigger {
    padding: 15px 45px 15px 15px;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: all 0.2s linear;
    display: block;
    position: relative;
    font-weight: bold;
}

.accordion__item:last-child a.accordion__trigger {
    /* border: 0; */
}

.accordion__icon {
    margin-top: 2px;
    height: 20px !important;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

a.accordion__trigger.accordion__trigger--active .accordion__icon {
	filter: invert(100%) sepia(10%) saturate(6567%) hue-rotate(212deg) brightness(117%) contrast(108%);
}

.accordion__trigger--active {
    background: #000;
    color: #fff;
}

.accordion__content {
    background: #fff;
    border-bottom: 1px solid #000;
    display: none;
    padding:15px;
}

div#features {
    width:100%;
}

a[aria-controls="tab-features"] {
    display: none;
}

.wp-block-gf-dm-aftercare-block h2 {
    font-size: 14px;
    margin: 10px 0 5px 0;
}

.wp-block-gf-dm-aftercare-block span.price {
    color: #000 !important;
}

.wp-block-gf-dm-aftercare-block .aftercare-block__size-container {
    position: relative;
}

.wp-block-gf-dm-aftercare-block .aftercare-block__heading {
    margin: 0;
}

.wp-block-gf-dm-aftercare-block .aftercare-block__content-container {
    align-self: center;
}

.wp-block-gf-dm-aftercare-block .aftercare-block__size-row {
    padding-bottom: 10px;
}

.wp-block-gf-dm-aftercare-block button.aftercare-block__button {
    font-weight: bold;
}

.wp-block-gf-dm-aftercare-block .aftercare-block__container:hover .aftercare-block__button {
    background: #bd9165;
}

.wp-block-gf-dm-aftercare-block .aftercare-block__container .aftercare-block__button {
    transition: 0.6s;
    border: 0;
    padding: 12px;
}

.fit-guide__button,
.woocommerce button.single_add_to_cart_button.button {
    transition:0.6s !important;
}

.fit-guide__button:hover,
.woocommerce button.single_add_to_cart_button.button:hover {
    background: #c99870 !important;
}

.fit-guide__button:hover * {
    color: #fff !important;
}

.fit-guide__button:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(103%);
}

.woocommerce.single-product .product__sticky-details .product__icon-button-row button.icon-button.button.compare-checkbox:hover span,
.woocommerce.single-product .product__sticky-details .product__icon-button-row .icon-button:hover span {
    text-decoration:underline;
}



@media(max-width: 66.4989378333em) {.col-full {margin-left:0;margin-right:0;}}

@media only screen and (max-width: 1150px) {
	.summary.entry-summary {flex-basis:50%;}
	.single-product {overflow: inherit !important;}
	.w-75 {max-width: 100%;}
	.product__technical-features button.slick-arrow {top: calc(14vw - 20px);}
}

@media only screen and (max-width: 1000px) {
	.product__container, .summary.entry-summary {flex-basis:100%;}
	.product__container {padding-left:0;padding-right:0;}
	.single-product .col-full {margin-left:0;margin-right:0;}
	.product__features-row {display:block;}
	.product__features-row .product__feature {align-items: center;padding: 20px 0;}
	.cont-top-pad {padding-top: 0;}
	.product__technical-features.w-75 {padding-top:50px;}
	.woocommerce-product-gallery, .flex-control-nav, .flex-viewport {height: 100%
 !important;}
	a.woocommerce-product-gallery__trigger {right: 15px !important;left:auto;top: 0 !important;}
	.videoExpCont {height: inherit;padding:0 0 5vh 0;}
	.product .kl_reviews__summary__rating--1-1:not(.kl_preview *) {grid-template-columns: 1fr 2fr;}
	.summary.entry-summary {display: block !important;}
	.summary.entry-summary {min-height: 0;min-width: 0;margin-right: 0 !important;position: relative;}
	.product__sticky-details {/* text-align: center; */}
	table.variations th {padding-right:0 !important;}
	.single-product .product table.variations .value {margin-bottom: 20px !important;}
	.single-product .product table.variations tr:last-child .value {margin-bottom:0 !important;}
	.flex-viewport {width: 100%;/*height: 50vw !important;*/justify-items: center;}
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {float:none !important;}
	.woocommerce-product-gallery__wrapper {height: 100% !important;width: 100% !important;justify-content: center;}
	.single-product .woocommerce-product-gallery:has(.flex-viewport) {width: 100% !important;}
	ol.flex-control-nav {/* left: 41.5%; *//* right: auto; *//* width: 9%; */}
	.single-product-promotion {padding-top: 70px;}
	.single .product .variations .variation-radios.pa_length, .product .variations .variation-radios.pa_size-t, .product .variations .variation-radios.size {justify-content: center;}
	table.variations tr {display: block !important;}
    .products .product table.variations tr.pa_size {display: none !important;}
	table.variations * {text-align: center;}
	.product .variations .variation-radios {}
	table.variations tr th, table.variations tr td {display: block !important;width: 100% !important;}	
	.single-product div.product table.variations .label {padding-bottom:0 !important;}	
	.single-product div.product table.variations .label label, .size-chart {text-align: left !important;}	
	.size-chart {padding-bottom:10px;}
	.cont-top-pad.cont-pad.cont-btm-pad.video-centre {padding-left:0;padding-right:0;}
	.product .variations .variation-radios {justify-content:center !important;}
	.summary.entry-summary {margin-bottom: 20px !important;}
	.single-product div.product table.variations .label {padding: 10px 0;}
	.product__sticky-details p, .product__sticky-details h1 {margin-bottom: 15px;}
	ol.flex-control-nav {left: auto;right: auto;width: 100%;position: relative;flex-wrap: nowrap !important;background: #f4f4f4;padding: 10px 0 0 !important;display: none !important;}
	.woocommerce-product-gallery li {flex-basis:100px !important;width: 100px !important;min-width: 100px !important;}
	.woocommerce-product-gallery li img {margin: auto !important;}
	.woocommerce-product-gallery {width:100% !important;}
}

@media screen and (max-width: 550px) {
    .woocommerce-product-gallery li {
        flex-basis:40px !important;
        width: 40px !important;
        min-width: 40px !important;
        height: 40px;
    }
}

@media only screen and (max-width: 800px) {
	.woocommerce-product-gallery, .flex-viewport {flex-basis: 100%;width: 100%;}	
	.woocommerce-product-gallery {display:block;}
	/* .woocommerce-product-gallery, .flex-viewport {height: 70vw !important;}	 */
	.woocommerce-product-gallery {height:inherit !important;}
	.videoExp {height: inherit;position: relative !important;top: 0 !important;left: 0 !important;transform: none !important;}
	.videoExp video {/* height: 50vh; */min-height: auto;}
	.woocommerce.single-product #primary.content-area .product .woocommerce-tabs ul.tabs.wc-tabs li a, .woocommerce-tabs h2.resp-accordion a {font-size:1em;}
	.product__technical-features button.slick-arrow {top: calc(20vw - 20px);}
	.woocommerce-product-gallery__wrapper {width: 100% !important;}	
	#woosq-popup .woosq-product > .product > div {width: 100% !important;flex: none;flex-basis: 100%;}
	#woosq-popup .woosq-product > .product > div.thumbnails {padding-top:20px;}
	#woosq-popup .woosq-product > .product > div.thumbnails, #woosq-popup .woosq-product > .product > div {height: inherit !important;max-height: inherit;}
	#woosq-popup .product > h1.product_title.entry-title {height:inherit;overflow: auto;white-space: normal;}
	#woosq-popup .mfp-close {border:0;}
	.cont-top-pad.cont-pad.cont-btm-pad.video-centre {padding-bottom:40px;}
	.woocommerce-breadcrumb {font-size:0.55rem;}
	.product__technical-features__item {text-align:left;}
	.product__technical-features.w-75 {padding-top:20px;}
	.product__technical-features__item {margin-bottom:10px;}
	.kl_reviews__review_item.kl_reviews__review_item.kl_reviews__review_item {margin-bottom:10px !important;}
	.storefront-breadcrumb {padding-top:0;margin-top:-5px;}
    label[for="pa_size-t"][title="Size"] {display: none !important;}
    .size-chart {text-transform: uppercase;}
	.single_variation_wrap:not(:has(.size-chart)) .woocommerce-variation.single_variation .woocommerce-variation-price {border:0;padding-right:0 !important;}
	.woocommerce-variation.single_variation .woocommerce-variation-price .price {border-right:1px solid #000 !important;padding-right:10px !important;}
    .cross-sells li {margin:10px;}
    .woocommerce .cross-sells ul.products li.product {margin: 0 10px !important;}
    .woocommerce.single-product #page div.product .woocommerce-gallery__image:only-child .woocommerce-product-gallery__wrapper img {object-fit: contain !important;}
    .woocommerce-product-gallery__image:only-child, .woocommerce-product-gallery__image:only-child a {height: 100% !important;}
    .woocommerce-product-gallery__wrapper {width:100% !important;}
    .woocommerce-product-gallery__image:only-child, .woocommerce-product-gallery__image:only-child a {height: 100%;}
    .woocommerce ul.products li.product .compare-item {width:100% !important;}
}

@media only screen and (max-width: 700px) {
	.product__feature-image {flex-basis: 60px;}
	.product .kl_reviews__summary__rating--1-1 {display:block;}
	.product .kl_reviews__histogram {display: block;}
	.product__technical-features button.slick-arrow {top: calc(35vw - 20px);}
	.cross-sells ul.products li.product.first {margin: 0;}
	.cross-sells ul.products li.product.first a {padding:20px 15px;}
	.single-product-promotion {padding-bottom: 0px;}
	.woocommerce-tabs h2.resp-accordion, #primary .site-main .cross-sells .woocommerce-loop-product__link h2.woocommerce-loop-product__title {font-size:1.25em;}
	.size-chart__content table:not(.has-background) tbody td, .size-chart__content table:not(.has-background) thead th {font-size:12px;line-height:18px;}
	.size-chart__content table:not(.has-background) tbody td {padding:5px !important;}
	.woocommerce-breadcrumb {font-size:0.4rem;}
	.cross-sells .slick-list {max-width: 100%;}
	.cross-sells {padding: 0;}
	.cross-sells .slick-prev {left:15px;z-index:1;}
	.cross-sells .slick-next {right:15px;z-index:1;}
	.cross-sells .slick-slide {margin: 0 !important;}
	.single-product-promotion {padding-top:30px;}
	.cross-sells .product a {padding: 10px 45px;}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {display:none;}
	a.woocommerce-product-gallery__trigger {width:38px !important;}
}

@media only screen and (max-width: 500px) {
	.size-chart__content table:not(.has-background) tbody td, .size-chart__content table:not(.has-background) thead th {font-size:10px;line-height:16px;}	
	.variation-radios.pa_size-t span {font-size: calc(9px + 0.4vw);white-space: nowrap;}
	.gfs-paramo-child-theme .product .variations label input[disabled]:before {width:36px;top: 8px !important;}
	.product__performance-section--single .product__performance-group {display:block;}
	.product__performance-section--single .product__performance-group .product__performance-rating {padding:10px 0;}
    .cross-sells .slick-dots {position:relative;}
    .product__freee-delivery .side-icon-button {flex-wrap: nowrap;}
}