.wdsc-home,
.wdsc-page-block,
.wdsc-product-dispatch-block,
.wdsc-product-brand-block {
	font-size: 15px;
	line-height: 1.6;
}

.wdsc-hero {
	position: relative;
	min-height: 460px;
	margin-top: -50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.wdsc-hero-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 460px;
	color: #222;
	text-decoration: none;
}

.wdsc-hero-copy {
	display: grid;
	max-width: 640px;
	gap: 8px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

.wdsc-hero-copy strong {
	font-size: 34px;
	font-weight: 700;
}

.wdsc-intro {
	max-width: 1000px;
	margin: 35px auto;
	font-size: 18px;
}

.wdsc-section,
.wdsc-page-block {
	margin: 0 auto 55px;
	max-width: 1222px;
}

.wdsc-title {
	margin-bottom: 22px;
	border-bottom: 1px solid #d9d9d9;
}

.wdsc-title h2 {
	display: inline-block;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #f4a51c;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.wdsc-product-grid,
.wdsc-category-grid,
.wdsc-blog-grid,
.wdsc-link-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.wdsc-category-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	text-align: center;
}

.wdsc-blog-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wdsc-product-card,
.wdsc-category-card {
	display: grid;
	gap: 10px;
	justify-items: center;
	color: #242424;
	text-align: center;
	text-decoration: none;
}

.wdsc-product-image,
.wdsc-category-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1;
	background: #f3f1ef;
}

.wdsc-product-image img,
.wdsc-category-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.wdsc-product-image-hover {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .18s ease;
}

.wdsc-product-card:hover .wdsc-product-image-hover,
.wdsc-product-card:focus-visible .wdsc-product-image-hover {
	opacity: 1;
}

.wdsc-product-name,
.wdsc-category-name {
	font-weight: 600;
	text-transform: uppercase;
}

.wdsc-product-price {
	font-weight: 600;
}

.wdsc-product-rating,
.wdsc-product-cats,
.wdsc-product-options {
	display: block;
	color: #777;
	font-size: 12px;
	line-height: 1.35;
	text-transform: none;
}

.wdsc-product-rating {
	color: #b99222;
	letter-spacing: 1px;
}

.wdsc-category-count {
	color: #777;
}

.wdsc-brand-strip {
	box-sizing: border-box;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 60px;
	padding: 45px max(15px, calc((100vw - 1222px) / 2));
	background: #f7f7f7;
}

.wdsc-brand-strip-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 1222px;
	margin: 0 auto;
	overflow-x: auto;
	scroll-behavior: auto;
	scrollbar-width: none;
	cursor: grab;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
}

.wdsc-brand-strip-inner::-webkit-scrollbar {
	display: none;
}

.wdsc-brand-strip a {
	display: flex;
	flex: 0 0 calc(100% / 6);
	align-items: center;
	justify-content: center;
	min-height: 70px;
	opacity: .38;
	transition: opacity .2s ease;
}

.wdsc-brand-strip a:hover {
	opacity: .75;
}

.wdsc-brand-strip img {
	max-width: 150px;
	max-height: 70px;
	object-fit: contain;
	filter: grayscale(1);
}

.wdsc-brand-scroll-ready {
	touch-action: pan-y;
}

.wdsc-brand-scroll-ready.wdsc-brand-scroll-dragging {
	cursor: grabbing;
	scroll-behavior: auto !important;
	user-select: none;
}

.wdsc-brand-scroll-ready a,
.wdsc-brand-scroll-ready img {
	-webkit-user-drag: none;
	user-select: none;
}

.wdsc-legacy-home .wd-brands.wd-layout-carousel,
.wdsc-home-brand-strip .wd-brands.wd-layout-carousel {
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 38px max(15px, calc((100vw - 1222px) / 2));
	background: #f7f7f7;
}

.wdsc-legacy-home .wd-brands .wd-carousel-inner,
.wdsc-home-brand-strip .wd-brands .wd-carousel-inner {
	max-width: 1222px;
	margin-right: auto;
	margin-left: auto;
}

.wdsc-legacy-home .wd-brands .wd-carousel,
.wdsc-home-brand-strip .wd-brands .wd-carousel {
	overflow-x: auto !important;
	scroll-behavior: auto;
	scrollbar-width: none;
	cursor: grab;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
}

.wdsc-legacy-home .wd-brands .wd-carousel::-webkit-scrollbar,
.wdsc-home-brand-strip .wd-brands .wd-carousel::-webkit-scrollbar {
	display: none;
}

.wdsc-legacy-home .wd-brands .wd-carousel-wrap,
.wdsc-home-brand-strip .wd-brands .wd-carousel-wrap {
	display: flex !important;
	flex-wrap: nowrap !important;
	width: max-content !important;
	transform: none !important;
	transition: none !important;
}

.wdsc-legacy-home .wd-brands .wd-carousel-item,
.wdsc-home-brand-strip .wd-brands .wd-carousel-item {
	flex: 0 0 calc(1222px / 6);
	width: calc(1222px / 6) !important;
	max-width: calc(1222px / 6);
}

.wdsc-legacy-home .wd-brands .wd-btn-arrow,
.wdsc-home-brand-strip .wd-brands .wd-btn-arrow {
	opacity: 1;
	pointer-events: auto;
}

.wdsc-legacy-home .wd-brands .wd-btn-arrow.wd-disabled,
.wdsc-home-brand-strip .wd-brands .wd-btn-arrow.wd-disabled {
	opacity: 1;
}

body.single-product .related-and-upsells .related-products .product-element-top {
	display: flex;
	height: 220px;
	min-height: 220px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

body.single-product .related-and-upsells .related-products .product-image-link,
body.single-product .related-and-upsells .related-products .hover-img {
	display: flex;
	height: 220px;
	align-items: center;
	justify-content: center;
}

body.single-product .related-and-upsells .related-products .product-image-link img,
body.single-product .related-and-upsells .related-products .hover-img img {
	width: auto !important;
	max-width: 100%;
	max-height: 210px;
	object-fit: contain;
}

.wdsc-legacy-home .swiper {
	position: relative;
	overflow: hidden;
}

.wdsc-legacy-home .swiper-slide {
	position: relative;
	display: flex;
	min-height: 430px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.wdsc-legacy-home .swiper-slide-bg {
	position: absolute;
	inset: 0;
	background-image: url("/wp-content/uploads/2023/08/Can-O-Worms-expand-1.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.wdsc-legacy-home .swiper-slide-inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 430px;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #222;
	text-decoration: none;
}

.wdsc-legacy-home .swiper-slide-contents {
	max-width: 680px;
	padding: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}

.wdsc-legacy-home .swiper-slide-contents > div:first-child {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.15;
}

.wdsc-legacy-home .swiper-slide-contents > div + div {
	margin-top: 8px;
	font-size: 16px;
}

.wdsc-legacy-home .product-grid-item .product-element-top {
	display: flex;
	min-height: 235px;
	align-items: center;
	justify-content: center;
}

.wdsc-legacy-home .product-grid-item .product-image-link,
.wdsc-legacy-home .product-grid-item .hover-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.wdsc-legacy-home .product-grid-item .product-image-link img,
.wdsc-legacy-home .product-grid-item .hover-img img {
	width: auto;
	max-width: 100%;
	max-height: 225px;
	object-fit: contain;
}

.wdsc-legacy-home .category-grid-item.wd-cat {
	min-height: 270px;
	text-align: center;
}

.wdsc-legacy-home .category-grid-item .wd-cat-thumb {
	display: flex;
	min-height: 170px;
	align-items: center;
	justify-content: center;
}

.wdsc-legacy-home .category-grid-item .wd-cat-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.wdsc-legacy-home .category-grid-item .wd-cat-image img {
	width: auto;
	max-width: 100%;
	max-height: 160px;
	object-fit: contain;
}

.wdsc-blog-card {
	position: relative;
	min-height: 220px;
	padding: 28px 30px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
	text-align: center;
}

.wdsc-blog-card h3 {
	margin-top: 0;
	font-size: 22px;
}

.wdsc-blog-label {
	position: absolute;
	top: -12px;
	left: 50%;
	padding: 5px 12px;
	transform: translateX(-50%);
	background: #3e352f;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.wdsc-read-more,
.wdsc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 18px;
	background: #3e352f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.wdsc-home-reviews .cr-all-reviews-shortcode {
	max-width: 1222px;
	margin: 0 auto;
}

.wdsc-review-summary-fallback {
	display: grid;
	gap: 8px;
	padding: 24px;
	border: 1px solid #e8e8e8;
	text-align: center;
}

.wdsc-lead {
	max-width: 780px;
	margin-bottom: 24px;
	color: #5a5a5a;
	font-size: 17px;
}

.wdsc-details-list {
	display: grid;
	gap: 12px;
}

.wdsc-details-list details {
	border: 1px solid #ddd6cd;
	background: #fff;
	padding: 15px 18px;
}

.wdsc-details-list summary {
	cursor: pointer;
	font-weight: 700;
}

.wdsc-delivery-intro {
	max-width: 900px;
	margin: 0 auto 28px;
	text-align: center;
}

.wdsc-delivery-info .wdsc-dispatch-alert {
	margin: 18px 0 0;
	color: #ff0000 !important;
	font-size: 28px !important;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.wdsc-legacy-delivery-info h3 span[style*="#ff0000"] strong,
.wdsc-legacy-dispatch-info h3 span[style*="#ff0000"] strong {
	color: #ff0000;
	font-size: 28px;
	line-height: 1.25;
}

.wdsc-delivery-note {
	margin-bottom: 24px;
	font-weight: 600;
}

.wdsc-table-wrap {
	width: 100%;
	margin: 16px 0 36px;
	overflow-x: auto;
}

.wdsc-delivery-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.wdsc-delivery-table th,
.wdsc-delivery-table td {
	padding: 13px 16px;
	border: 1px solid #d8d1c8;
	text-align: left;
	vertical-align: top;
}

.wdsc-delivery-table th {
	background: #4b4038;
	color: #fff;
	font-weight: 700;
}

.wdsc-delivery-table tbody tr:nth-child(even) {
	background: #f7f4ef;
}

.wdsc-delivery-qa {
	margin-top: 35px;
}

.wdsc-link-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wdsc-link-grid a {
	display: block;
	padding: 16px;
	border: 1px solid #e5e0d8;
	background: #fff;
	color: #242424;
	text-decoration: none;
}

.wdsc-contact-legacy {
	max-width: 1222px;
	margin: 0 auto;
}

.wdsc-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 30px;
	align-items: stretch;
}

.wdsc-contact-copy {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wdsc-contact-section-title h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.wdsc-address-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
}

.wdsc-address-grid h3 {
	margin-top: 0;
	font-size: 20px;
}

.wdsc-contact-text-link {
	display: flex;
	align-items: center;
}

.wdsc-contact-text-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 16px;
	background: #3e352f;
	color: #fff;
	text-decoration: none;
}

.wdsc-chat-icon {
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 4px;
}

.wdsc-chat-icon::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: -6px;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transform: skewY(-25deg);
}

.wdsc-contact-map-wrap {
	min-height: 430px;
}

.wdsc-contact-map {
	width: 100%;
	height: 100%;
	min-height: 430px;
	border: 0;
}

.wdsc-contact-open {
	align-self: flex-start;
	border: 0;
	cursor: pointer;
}

.wdsc-contact-modal[hidden] {
	display: none;
}

.wdsc-modal-open {
	overflow: hidden;
}

.wdsc-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.wdsc-contact-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.62);
}

.wdsc-contact-modal-dialog {
	position: relative;
	width: min(900px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	background: #fff;
	box-shadow: 0 18px 70px rgba(0,0,0,.28);
}

.wdsc-contact-modal-close {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 1;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.wdsc-contact-modal-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr);
}

.wdsc-contact-form {
	padding: 34px;
}

.wdsc-contact-form h3,
.wdsc-contact-info-panel h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.wdsc-contact-info-panel {
	display: grid;
	align-content: start;
	gap: 18px;
	padding: 34px;
	background: #3e352f;
	color: #fff;
}

.wdsc-footer {
	background: #ccc5bc;
	color: #000;
}

.wdsc-footer-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	padding: 20px 15px;
	background: #776f6f;
	color: #fff;
}

.wdsc-footer-benefit {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	max-width: 390px;
	margin: 0 auto;
	padding: 0 22px;
	border-right: 1px solid rgba(255,255,255,.12);
	text-align: center;
}

.wdsc-footer-benefit:last-child {
	border-right: 0;
}

.wdsc-footer-benefit img {
	width: 90px;
	height: 90px;
	object-fit: contain;
}

.wdsc-footer-benefit h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
}

.wdsc-footer-benefit h3 span,
.wdsc-footer-benefit p {
	font-size: 13px;
}

.wdsc-footer-benefit a {
	color: #fff;
}

.wdsc-footer-main {
	display: grid;
	grid-template-columns: .8fr .8fr 1fr 1fr 1.4fr 1.6fr;
	max-width: 1222px;
	margin: 0 auto;
	padding: 28px 15px 20px;
	gap: 26px;
}

.wdsc-footer-col h4 {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.wdsc-footer-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wdsc-footer-col li {
	margin-bottom: 8px;
}

.wdsc-footer-col a {
	color: #000;
	text-decoration: none;
}

.wdsc-footer-address {
	text-align: center;
}

.wdsc-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #2d5f9a;
	color: #fff;
	font-weight: 700;
}

.wdsc-footer-payments {
	display: grid;
	justify-items: center;
	gap: 16px;
	padding: 6px 15px 32px;
}

.wdsc-review-badge {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 18px;
	border-radius: 8px;
	background: #333;
	color: #fff;
}

.wdsc-review-badge span {
	display: block;
	font-size: 12px;
}

.wdsc-star {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #f6c24a;
	font-size: 38px;
}

.wdsc-stars {
	color: #f4a51c;
	letter-spacing: 1px;
}

.wdsc-review-count {
	padding: 4px 12px;
	border-radius: 999px;
	background: #222;
}

.wdsc-payment-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.wdsc-payment-icons img {
	max-height: 28px;
	width: auto;
}

.wdsc-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: 6px 15px;
	background: #50463f;
	color: #fff;
	font-size: 12px;
}

.wdsc-footer-bottom a {
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
}

.wdsc-product-dispatch-block,
.wdsc-product-brand-block {
	max-width: 1222px;
	margin: 35px auto;
	padding: 28px;
	border: 1px solid #e5e0d8;
	background: #fff;
}

.wdsc-product-dispatch-block h2 {
	margin-top: 0;
	font-size: 22px;
}

.wdsc-product-brand-block {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) 2fr;
	gap: 30px;
}

.wdsc-brand-copy img {
	max-width: 180px;
	max-height: 100px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: .55;
}

.wdsc-newsletter-overlay[hidden] {
	display: none !important;
}

@media (max-width: 1024px) {
	.wdsc-product-grid,
	.wdsc-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wdsc-footer-main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.wdsc-hero,
	.wdsc-hero-link {
		min-height: 150px;
	}

	.wdsc-hero-copy strong {
		font-size: 20px;
	}

	.wdsc-intro {
		font-size: 14px;
	}

	.wdsc-product-grid,
	.wdsc-category-grid,
	.wdsc-blog-grid,
	.wdsc-link-grid,
	.wdsc-contact-layout,
	.wdsc-address-grid,
	.wdsc-contact-modal-grid,
	.wdsc-product-brand-block,
	.wdsc-footer-benefits,
	.wdsc-footer-main {
		grid-template-columns: 1fr;
	}

	.wdsc-contact-modal-close {
		color: #242424;
	}

	.wdsc-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wdsc-brand-strip-inner {
		overflow-x: auto;
		justify-content: flex-start;
	}

	.wdsc-brand-strip a {
		flex-basis: 50%;
	}

	.wdsc-legacy-home .wd-products-tabs {
		margin-bottom: 56px;
	}

	.wdsc-legacy-home .wd-products .wd-carousel {
		overflow-x: auto !important;
		overflow-y: visible !important;
		scroll-behavior: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		touch-action: pan-x pan-y;
		-webkit-overflow-scrolling: touch;
	}

	.wdsc-legacy-home .wd-products .wd-carousel::-webkit-scrollbar {
		display: none;
	}

	.wdsc-legacy-home .wd-products .wd-carousel-wrap {
		display: flex !important;
		flex-wrap: nowrap !important;
		width: max-content !important;
		transform: none !important;
		transition: none !important;
	}

	.wdsc-legacy-home .wd-products .wd-carousel-item {
		flex: 0 0 calc((100vw - 40px) / 2);
		width: calc((100vw - 40px) / 2) !important;
		max-width: calc((100vw - 40px) / 2);
		scroll-snap-align: start;
	}

	.wdsc-legacy-home .wd-brands .wd-carousel-item,
	.wdsc-home-brand-strip .wd-brands .wd-carousel-item {
		flex-basis: 50%;
		width: 50% !important;
		max-width: 50%;
	}

	body.single-product .related-and-upsells .related-products .product-element-top,
	body.single-product .related-and-upsells .related-products .product-image-link,
	body.single-product .related-and-upsells .related-products .hover-img {
		height: 180px;
		min-height: 180px;
	}

	body.single-product .related-and-upsells .related-products .product-image-link img,
	body.single-product .related-and-upsells .related-products .hover-img img {
		max-height: 170px;
	}

	.wdsc-footer-benefit {
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.12);
	}

	.wdsc-footer-bottom {
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		text-align: center;
	}

	.wdsc-footer-bottom a {
		margin: 0 8px;
	}
}
