.spider-shop-item__content {
	height: 100%;
    width: 100%;
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
    border-radius: 16px 16px 16px 16px;
	div {
		transition: all 0s;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 16px;
		font-weight: 500;
		text-transform: capitalize;
		border: 1px solid #FFF;
		border-radius: 16px;
		color: #FFF;
		background-color: #FFF0;
		height: 37px;
		padding: 0 15px;
	}
	div:hover {
		color: #242424;
   		background-color: #FFF;
	}

	.spider-shop-item__text {
		text-align: center;
		color: #FFF;
		position: absolute;
		bottom: 4px;
		left: 0;
		width: 100%;
		display: block;
		text-align: center;
	}
}

.spider-shop-item {
	height: auto !important;
	max-height: 292px;
	padding: 0 !important;
	img {

		height: 100%;
		width: 100%;
		object-fit: cover;
		border-radius: 16px 16px 16px 16px;
	}

	.swiper-slide-inner {
		position: relative;
	}
}

.spider-shop-item:hover .spider-shop-item__content {
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.5);
}

.spider-shop-full-reviews {
	padding: 0 !important;
}
.wd-popup.popup-loaded .spider-shop-full-reviews__item {
	display: flex;
	height: auto;
	padding: 0;
}

.spider-shop-full-reviews__item {
	display: flex;
	height: 100%;
	padding: 0;
}

.spider-shop-full-reviews__col-mobile {
	display: none;
}

.spider-shop-full-reviews__col {
	
	img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
		max-height: 638px;
	}

	.spider-shop__author {
		display: flex;
		align-items: center;
		column-gap: 4px;
		margin-bottom: 15px;
		margin-top: 20px;

		img {
			height: 55px;
			width: 55px;
			object-fit: contain;
			border-radius: 50%;
		}

	}

	.spider-shop__author-name {
		font-size: 16px;
		font-weight: 500;
	}

	.spider-shop__look {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

.spider-shop-full-reviews__col:nth-of-type(2) {
	max-width: 57%;
	flex: 0 0 57%;
}
.spider-shop-full-reviews__col:nth-of-type(3) {
	max-width: 43%;
	flex: 1;
	padding: 20px;
}

.spider-shop-slider {

	.wd-btn-arrow {
		display: inline-flex;
		display: none;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		height: 40px;
		width: 40px;
		padding: 0 !important;
		min-height: 40px !important;
		background-color: #242424;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
		cursor: pointer;
		svg {
			width: 25px;
		}

	}
	.wd-btn-arrow:hover {
		background-color: #303030;
	}
	.wd-btn-arrow.img-loaded {
		display: inline-flex;
	}

	.wd-next {
		right: -20px;
		.wd-arrow-inner {
			margin-left: 3.1px;
		}
	}

	.wd-prev {
		left: -20px;	
		.wd-arrow-inner {
			margin-right: 3.1px;
		}
	}	
}

#spider_shop_modal {
	padding: 0 !important;
	border-radius: 16px;
	--wd-popup-width: 1119px;
	height: auto;
	height: 638px;

	.wd-content {
		height: 100%;
	}

	.wd-btn-arrow {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		height: 40px;
		width: 40px;
		padding: 0 !important;
		min-height: 40px !important;
		background-color: transparent !important;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
		cursor: pointer;
		svg {
			width: 40px;
		}
	}
	.wd-btn-arrow:hover {
		background-color: transparent !important;
	}

	.wd-next {
		right: -60px;
	}

	.wd-prev {
		left: -60px;
		
	}
	
}

.mfp-wrap {
	overflow: auto;
}

.spider-shop-full-reviews__products {
	display: grid;
	column-gap: 15px;
	row-gap: 30px;
	grid-template-columns: 1fr;

	.spider-shop-full-reviews__product {
		img {
			max-height: 140px;
			width: auto;
			object-fit: contain;
			margin: 0 auto;
			border-radius: 16px;
		}
		.product-name {
			font-size: 15px;
			text-align: center;
		}
		.product-image {
			margin-bottom: 15px;
		}

		.price {
			text-align: center;
		}
		.price > .amount {
			font-size: 16px;
			font-weight: 700;
			color: #242424;
		}

		.price ins .amount {
			font-size: 16px;
			font-weight: 700;
			color: rgb(203, 48, 48);
		}
		.price del .amount {
			font-size: 16px;
			font-weight: 700;
			
		}
	}
}

 /*skeleton */
 .spider-skeleton__list {
	display: flex;
	flex-direction: column;
	column-gap: 15px;
	row-gap: 30px;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
 }
 .spider-skeleton__list-item {
    
    border-radius: 12px;
	
    margin: 0;
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 0 !important;
  }

  .skeleton_item-head {
	height: 115px;
	width: 100%;
	border-radius: 12px;
	margin-bottom: 10px;
	background: #d9d9d9;
	overflow: hidden;
	position: relative;
  }

  .skeleton_item-body {
	height: 28px;
	width: 100%;
	border-radius: 8px;
	background: #d9d9d9;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
  }

  .skeleton_item-footer {
	height: 22px;
	width: 100%;
	border-radius: 8px;
	background: #d9d9d9;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
  }
  .spider-shop__author-skeleton {
	height: 55px;
	width: 55px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	background: #d9d9d9;
  }

  .skeleton_item-head::before, .skeleton_item-body::before, .skeleton_item-footer:before, .spider-shop__author-skeleton::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.05) 20%, #d9d9d9 40%, #d9d9d9 100%);
	background-repeat: no-repeat;
	background-size: 250px 200px;
	animation: shimmer 1s linear infinite;
  }

  .image-bottom__text {
	transform: rotate(-180deg);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #D4D1C7;
	border-top-right-radius: 16px;
	padding: 8px 4px 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 2px;

	span:last-of-type {
		font-size: 14px;
		writing-mode: vertical-rl;
	}

	span:first-of-type {
		transform: rotate(90deg);
	}
  }



.mfp-bg{position:fixed;z-index:1102;overflow:hidden;background-color:rgba(0,0,0,0.7);inset:0;opacity:0;transition:all 0.45s cubic-bezier(0.19, 1, 0.22, 1)}.mfp-bg.mfp-ready{opacity:1}.mfp-bg.mfp-removing{opacity:0}.mfp-wrap{position:fixed;z-index:1103;outline:none !important;inset:var(--wd-admin-bar-h) 0 0 0;-webkit-backface-visibility:hidden}.mfp-container{width:100%;height:100%;padding:0 15px;display:flex;align-items:center;justify-content:center}.mfp-content{position:relative;z-index:1105;margin-block:auto;width:100%}.mfp-hide{display:none !important}.mfp-s-ready .mfp-preloader,.mfp-s-error .mfp-content{display:none}.mfp-wrap ~ :is(.wd-close-side,.wd-side-hidden){z-index:900;pointer-events:none}.wd-popup{position:relative;display:none;margin:50px auto;padding:var(--wd-popup-padding, 30px);width:100%;max-width:var(--wd-popup-width, 800px);border-radius:var(--wd-brd-radius);background-color:var(--bgcolor-white)}.mfp-wrap .wd-popup{display:block}.wd-popup.wd-with-video{--wd-popup-padding: .001px;--wd-popup-width: 900px;background-color:#000;line-height:0}.wd-popup.wd-with-video :is(video,iframe){width:100%;border-radius:var(--wd-brd-radius)}.wd-popup.wd-with-video iframe{aspect-ratio:16 / 9}.wd-popup-slide-from-left .wd-popup{opacity:0;transition:opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);transform:translateX(-100px)}.wd-popup-slide-from-left.mfp-ready .wd-popup{opacity:1;transform:none}.wd-popup-slide-from-left.mfp-removing .wd-popup{opacity:0;transform:translateX(100px)}.wd-popup-slide-from-left.mfp-removing .mfp-close{display:none}button.mfp-close{border:0;position:absolute;top:20px;right:10px;z-index:1104;padding:0;width:32px;height:32px;min-height:unset;background:none;color:#000;font-weight:400;font-size:0;opacity:1;touch-action:manipulation;opacity:0;transition:all .25s ease, opacity 0s ease 0s;border-radius:4px;}button.mfp-close:after{font-size:20px;content:"\f112";font-family:"woodmart-font"}button.mfp-close:hover{background-color:rgba(0,0,0,0.06);color:#242424;}.mfp-ready button.mfp-close{opacity:1;transition:all .25s ease, opacity .3s ease .35s}

@keyframes shimmer {
	0%{
	  background-position: -250px 0;
	}
	100%{
	  background-position: 250px 0;
	}
  }

@media (max-width: 576px) {

	.spider-shop-slider {

		.wd-btn-arrow {
			display: none !important;
		}
	}

	.spider-shop-full-reviews__item {
		flex-direction: column;

	}

	.spider-shop-full-reviews__col-mobile {
		display: block;
	}

	.spider-shop-full-reviews__col .spider-shop__author {
		display: none;
	}

	.spider-shop-full-reviews__col-mobile {
		padding: 10px 20px;
	}

	.spider-shop-full-reviews__col-mobile .spider-shop__author {
		display: flex;
		margin-top: 10px;
		margin-bottom: 5px;

		img {
			height: 35px;
			width: 35px;
	
		}
	}

	.spider-shop-full-reviews__col:nth-of-type(2) {
		max-width: 100%;
		position: relative;
		flex: 0;

		img {
			min-height: 200px;
		}
	}

	.spider-shop-full-reviews__col:nth-of-type(3) {
		max-width: 100%;
		padding-bottom: 30px;
		flex: 1;
	}

	.spider-shop-full-reviews__col {
		img {
			max-height: 100%;
			/* aspect-ratio: 1/1; */

			border-radius: 0;
		}

		.spider-shop__author-name {
			font-size: 14px;
		}

		.spider-shop__look {
			font-size: 16px;
			margin-bottom: 20px;
		}
	}

	#spider_shop_modal {
		/* max-height: 95vh; */
		height:auto;

		.wd-next {
			right: 0;
		}
	
		.wd-prev {
			left: 0;
			
		}	

		.wd-btn-arrow {
			background-color: #fff !important;
			width: 42px;
			height: 50px;
			border-radius: 0;
			svg {
				width: 25px;
				path {
					fill: #000;
				}
			}
		}
		.wd-btn-arrow:hover {
			background-color: #f5f5f5 !important;
		}

		.image-bottom__text {
			transform: rotate(0);
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 100;
			background-color: #D4D1C7;
			border-top-right-radius: 16px;
			padding: 6px 14px 5px 13px;
			display: flex;
			flex-direction: row;
			align-items: center;
			column-gap: 2px;
		
			span:last-of-type {
				font-size: 14px;
				writing-mode: horizontal-tb;
			}
		
			span:first-of-type {
				transform: rotate(0);
			}
		  }
	}

	.spider-skeleton__list {

		row-gap: 20px;
	}

	.skeleton_item-head {
		height: 70px;
	
	  }
	
	  .skeleton_item-body {
		height: 22px;
	  }
	
	  .skeleton_item-footer {
		height: 18px;
	
	  }

	  .spider-shop__author-skeleton {
		height: 35px;
		width: 35px;
	
	  }

	.spider-shop-full-reviews__products {

		row-gap: 20px;
	

		.spider-shop-full-reviews__product {
			img {
				max-height: 105px;
			
				border-radius: 12px;
			}

			.product-name {
				font-size: 14px;
			}

			.price .amount {
				font-size: 14px;
			}

			.product-image {
				margin-bottom: 8px;
			}

		}
		&.spider-shop__products-big {
			.spider-shop-full-reviews__product {
				img {
					max-height: 210px;
				}
			}
		}
	}

	.spider-shop-item {
	
		max-height: 212px;

	}

}