﻿@import url('../../../../css2-1');

/* deafults */

.desc_info {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.desc_info > div:last-of-type {
	margin-bottom: 50px;
}

.prod_block {
	width: 100%;
    max-width: 1920px;
    padding: 0 100px;
    margin: 0 auto;
}

.relpad {
	padding-top: 50px!important;
}

/* defaults */

.product_card {
	background-color: #ebebeb;
	padding: 50px;
	overflow: hidden;
	height: calc(100vh - 118px);
}

.bread {
	width: 100%;
}

.bread a {
	border-bottom: 1px solid var(--primary-black);
	transition-duration: .3s;
	cursor: pointer;
	font-family: 'GothamProMedium';
    font-size: 15px;
}

.bread a:hover {
	color: var(--hover-link);
	border-bottom: 1px solid var(--hover-link);
	transition-duration: .5s;
}

.product_card h1 {
	text-transform: uppercase;
	font-family: 'GothamProMedium';
	font-size: 55px;
}

.reset_variations {
	display: none!important;
}

.price {
	display: none!important;
}

.card_grid {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	padding: 0 100px;
	gap: 150px;
}

.card_grid_half {
	float: left;
	display: flex;
	flex-direction: column;
	gap: 50px;
	position: relative;
}

.card_grid_half:last-of-type {
	width: 700px;
	gap: 25px;
	justify-content: space-around;
}

.view {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.view a.active {
	color: var(--hover-link);
	text-decoration: underline;
}

.view a:hover {
	color: var(--hover-link);
	text-decoration: underline;
}

.prod_image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-height: 100%;
    position: relative;
    overflow: hidden;
	height: 60vh;
    width: 700px;
}

.prod_image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Центрирование изображения */
    height: auto; /* Высота изображения */
    max-width: 100%; /* Ограничение ширины */
    max-height: 100%; /* Ограничение высоты */
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.prod_image img.hidden {
    opacity: 0;
}

.dot {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	padding: 5px;
	border: 1px solid red;
	display: none;
}

.dot_mat {
	bottom: 60%;
	left: 15%;
}

.dot_thick {
	bottom: 60%;
	right: 15%;
}

.dot_sound {
	bottom: 30%;
	right: 26%;
}

.variations_form {
	grid-column: 1;
	grid-row: 2;
}

.card_info {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.card_title > .sku {
	font-family: 'GothamProLight';
	font-size: 21px;
}

.card_actions {
	display: flex;
	gap: 25px;
	align-items: center;
	flex-wrap: wrap;
}

.card_actions > .tinv-wishlist .tinvwl-product-make-remove > span{
	font-weight: 400;
	border-bottom: 1px solid var(--primary-black);
	color: var(--primary-black);
	font-size: 13px;
}

.tinv-wraper > a {
	display: flex;
	align-items: center;
	color: var(--hover-link);
}

.tinv-wraper > a > .tinvwl_add_to_wishlist-text {
	border-bottom: 1px solid var(--hover-link);
	font-family: 'GothamProMedium';
	font-size: 13px;
}

.top_nav > .wishlist_products_counter.top_wishlist-heart:before {
	color: var(--primary-black);
	letter-spacing: 0;
}

.card_actions > .rrc {
	font-family: 'GothamProBold';
	background-color: var(--primary-black);
	color: #fff;
	font-size: 22px;
	padding: 7px 15px;
	display: flex;
	gap: 3px;
	align-items: center;
}

.card_actions > .rrc > img {
	height: 18px;
}

.rrc span {
	font-family: 'Lato';
	font-weight: 900;
	letter-spacing: .8px;
}

.card_actions > .pin > a {
	border-bottom: 1px solid var(--primary-black);
	align-self: center;
}

.card_actions > .tinv-wraper > .tinvwl_add_to_wishlist_button:before {
	font-size: 30px;
}

.card_colors {
	grid-row: 3;
	grid-column: 2;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.card_colors > span {
	font-family: 'GothamProBold';
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: #cbcaca;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
	padding-bottom: 2px;
}

.second_image_cont {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.second_image {
	width: 100%;
	height: 30vh;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.second_image img {
	max-height: 30vh;
	object-fit: contain;
	display: none;
	opacity: 0;
    transition: opacity 0.3s;
	object-position: center;
}

.second_image img.active {
	display: block;
	opacity: 1;
}

.select_view {
	width: 25px;
	height: 25px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	background-color: #efefef;
	border-radius: 50%;
	cursor: pointer;
	transition-duration: .15s;
}

.selected {
	transition-duration: .5s;
	background-color: #fff;
}

.second_pics {
	width: 100%;
	height: 50vh;
	display: flex;
	position: relative;
	justify-content: center;
	flex-direction: column;
	gap: 100px;
}

.second_pics img {
	background-color: #f1f1f1;
}

.pin {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pin img {
	height: 24px;
	object-fit: contain;
}

.pin > a > span {
	display: block;
    font-family: 'GothamProMedium';
    font-size: 13px;
	cursor: pointer;
}

.add_info {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0 100px;
	justify-content: center;
	gap: 150px;
}

.add_info_half:first-of-type {
	display: flex;
}

.add_info_half:first-of-type img {
	max-height: 60vh;
}

.add_info_half:last-child {
	width: 700px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 50px 0;
}

.add_info_att {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.add_info_half > .warning {
	max-width: 600px;
}

.add_info_half > .warning > i {
	line-height: 1.3em;
}

.add_info_att > p > strong {
	font-family: 'GothamProMedium';
	font-size: 14px;
}

.btns_download {
	width: 600px;
	display: flex;
	gap: 25px;
}

.btns_download .btn_more {
	justify-content: flex-start;
	padding: 12px 18px 12px 20px;
}

.btns_download .btn_more span {
	font-size: 13px;
}

.dimensions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-bottom: 1px solid #cbcaca;
	padding-bottom: 10px;
	max-width: 500px;
}

.dimensions > h3 {
	font-family: 'GothamProMedium';
	font-size: 16px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
}

.dimensions > h3 > img {
	height: 24px;
}

.dimensions_text {
	font-family: 'GothamProLight';
	display: flex;
	gap: 25px;
	font-size: 16px;
	font-weight: 600;
	align-items: flex-end;
}

.bowl {
	font-family: 'GothamProLight';
}

.bowl_size {
	font-family: 'GothamProMedium';
	font-style: normal;
	font-size: 24px;
	font-weight: 900;
	margin-right: 3px;
}

.prod_gallery_cont {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}

.prod_gallery {
	position: relative;
	width: calc(100% - 150px);
	height: 600px;
	float: right;
	overflow: hidden;
}

.prod_gallery a {
	float: left;
	margin-left: 50px;
}

.prod_gallery a img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.arrows {
	position: absolute;
	bottom: 25px;
	right: 50px;
	background-color: rgba(255,255,255,.6);
	padding: 10px 25px;
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 7px;
}

.next {
	cursor: pointer
}

.prev {
	cursor: pointer
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.material_block_cont {
	width: 100%;
	background-color: #ebebeb;
}

.material_white {
	width: 100%;
}

.material_block {
	max-width: 1920px;
	display: flex;
	gap: 50px;
	margin: 0 auto;
	padding: 100px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.material_item {
	width: calc(50% - 25px);
	display: flex;
	gap: 50px;
	align-items: center;
}

.material_item > img {
    width: calc(50% - 25px);
	height: 250px;
	object-fit: cover;
}

.material_item_text {
    width: calc(50% - 25px);
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0 50px 0 0;
}

.material_item_text > h3 {
	font-family: 'GothamProBold';
	font-size: 16px;
}

.material_item_text > p {
    line-height: 1.5em;
    font-size: 13px;
}

.material_item_pvd {
    width: calc(50% - 25px);
    display: flex;
    gap: 50px;
    align-items: center;
}

.material_item_pvd > img {
    width: calc(50% - 25px);
	height: 250px;
	object-fit: cover;
}

.material_item_nano {
    width: calc(50% - 25px);
    display: flex;
    gap: 50px;
    align-items: center;
}

.material_item_nano > img {
    width: calc(50% - 25px);
	height: 250px;
	object-fit: cover;
}

.pf_rngstyle_thin .irs-from, .pf_rngstyle_thin .irs-to, .pf_rngstyle_thin .irs-single {
	font-family: 'GothamProRegular';
	font-size: 14px!important;
}

.irs-min {
	display: none!important;
}

.irs-max {
	display: none!important;
	animation: none !important;
    transition: none !important;
	right: 0!important;
}

.irs-single {
	display: none!important;
}

.archive .variable .tinv-wraper {

} 
.tinv-wraper2 {
	position: absolute;
    top: 0px;
    right: 8px;
}
.tinv-wraper2 > a {
	color: #9e2b2b;
}

/* prod_card acs */

.product_card_acs {
	height: auto;
}

.product_card_acs > .card_grid > .card_grid_half > .prod_image {
	height: 50vh;
	width: 600px;
}

.product_card_acs > .card_grid > .card_grid_half > .prod_image > img {
	top: auto;
	left: auto;
	transform: none;
}

.product_card_acs > .card_grid > .card_grid_half:last-of-type {
	justify-content: flex-start;
}

/* disposer */

.disp_scheme_cont {
	width: 100%;
	display: grid;
	float: left;
	overflow: hidden;
	grid-template-columns: 50px 1fr 1fr 1fr 1fr 50px;
	grid-template-rows: 50px auto auto auto 50px;
	margin-bottom: 50px;
	position: relative;
	min-height: 0;
	min-width: 0;
}
  
.disp_scheme_cont h3 {
	grid-column: 2 / 4;
	grid-row: 2 / 3;
	margin: 0;
	margin-bottom: 50px;
	font-family: 'GothamProLight';
    font-size: 36px;
}
  
.disp_scheme_cont h5 {
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'GothamProLight';
    font-size: 24px;
}
  
.disp_scheme_cont img:nth-of-type(1) {
	grid-column: 3 / 4;
	grid-row: 3 / 5;
	z-index: 2;
	justify-self: center;
}
  
.disp_scheme_cont img:nth-of-type(2) {
	grid-column: 5 / 6;
	grid-row: 2 / 4;
	z-index: 2;
}
  
.disp_scheme_cont p {
	font-family: 'GothamProLight';
	font-size: 18px;
	line-height: 1.3em;
	margin: 0;
	margin-top: 10px;
}
  
.disp_line {
	width: 75%;
	height: 2px;
	background-color: #000;
	grid-column: 2 / 4;
	grid-row: 3 / 4;
	margin-left: 20%;
	z-index: 1;
}
  
.disptext1 {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
  
.disptext1 .disp_line {
	margin-left: 40%;
	width: 125%;
}
  
.disptext2 {
	grid-column: 2 / 3;
	grid-row: 4 / 5;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
  
.disptext2 .disp_line {
	margin-left: 35%;
	width: 150%;
}
  
.disptext3 {
	grid-column: 4 / 5;
	grid-row: 2 / 4;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
  
.disptext3 .disp_line {
	margin-left: 75%;
	width: 75%;
}
  
.disptext4 {
	grid-column: 4 / 5;
	grid-row: 4 / 5;
}
  
.disptext4 .disp_line {
	margin-left: -25%;
	width: 50%;
}

/* filter */

.prod_description {
	margin-top: 20px;
	line-height: 1.3em;
}

.prod_description p {
	margin-bottom: 15px;
}

.prod_description ul {
	padding-left: 17px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product_card .btns_download {
	width: 100%;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

/* home */

.attribute_pa_knife_type {
	padding: 5px 10px;
	border: 1px var(--primary-black) solid;
	border-radius: 3px;
	transition-duration: .3s;
	cursor: pointer;
}

.attribute_pa_knife_type:hover {
	transition-duration: .5s;
	border: 1px var(--hover-link) solid;
}

.attribute_pa_knife_type.thwvs-selected {
	transition-duration: .3s;
	border: 1px var(--hover-link) solid;
}

.attribute_pa_knife_type.thwvs-selected:hover {
	color: var(--hover-link);
	transition-duration: .5s;
}

/* related for disposer */

.related_cont {
	width: 100%;
	max-width: 1920px;
	padding: 0 100px;
	margin: 0 auto;
}

.related_cont > h2 {
	font-size: 36px;
    font-family: 'GothamProBold';
    text-transform: uppercase;
    line-height: 1.1em;
}

.related_products {
	width: 100%;
	display: flex;
	padding: 50px 0;
	flex-wrap: wrap;
	row-gap: 50px;
}

.related_products > ul {
	
}

.related_products > li {
	width: 20%;
	list-style: none;
	display: flex;
	flex-direction: column;
}

.related_products > li > a {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
	justify-content: center;
}

.related_products > li > a > img {
	width: 60%;
}

.related_products > li > a > h2 {
	font-size: 24px!important;
    font-family: 'GothamProLight' !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.related_products > li > h2 {
	font-size: 24px!important;
    font-family: 'GothamProLight' !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
	margin-top: 25px;
}

.related_products > li > p {
	font-size: 13px;
	line-height: 1.3em;
	text-align: center;
	padding: 15px 30px;
	color: #888787;
}

.margin {
	margin-top: 25px;
}

.care_cont {
	width: 100%;
	max-width: 1920px;
	padding: 0 100px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.care_cont > h2 {
	font-size: 36px;
    font-family: 'GothamProBold';
    text-transform: uppercase;
    line-height: 1.1em;
	margin-bottom: 50px;
}

.care_content {
	display: flex;
	gap: 100px;
	align-items: center;
}

.care_content img {
	max-height: 400px;
}

.care_text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 700px;
	font-size: 13px;
}

.care_text ul {
	padding-left: 17px;
	margin-bottom: 15px;
}

.care_text ul li {
	line-height: 1.5em;
}

.care_text h3 {
	font-size: 18px;
    font-family: 'GothamProMedium';
	margin: 10px 0 5px 0;
}

.care_text p {
	line-height: 1.5em;
}

/* kasen */

.kasen_cont {
	width: 100%;
	overflow: hidden;
}

.kasen_cont > img {
	width: 100%;
}

.kasen_usage {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 75px;
	padding: 0 100px;
  }
  
.kasen_usage h2 {
	font-family: 'GothamProBold';
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
}
  
.kasen_usage_img {
	width: 80%;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
  
  .kasen_usage_img img {
	width: 100%;
  }
  
  .kasen_usage_text {
	width: 40%;
	float: left;
	font-size: 18px;
	font-family: 'MullerRegular';
	line-height: 1.3em;
	margin: 0;
	box-sizing: border-box;
	border-left: 8px solid #8f746e;
	padding-left: 30px;
  }
  
  .kasen_usage_text p {
	margin: 0;
  }
  
  .enter_kasen {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	right: 39%;
	top: 32%;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	transition-duration: .5s;
  }
  
  .enter_kasen2 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	right: 24%;
	top: 65%;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	transition-duration: .5s;
  }
  
  .enter_kasen3 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	right: 50%;
	top: 75%;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	transition-duration: .5s;
  }
  
  .enter_kasen4 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	right: 15%;
	top: 50%;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	transition-duration: .5s;
  }
  
  .enter_kasen5 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	right: 40%;
	top: 60%;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	transition-duration: .5s;
  }
  
  .enter_kasen6 {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	right: 65%;
	top: 80%;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	transition-duration: .5s;
  }
  
  .enter_kasen:hover .kasen_fancy {
	opacity: 1;
	transition-duration: .5s;
	visibility: visible;
  }
  
  .enter_kasen:hover {
	background-color: #8f746e;
	transition-duration: .7s;
  }
  
  .enter_kasen2:hover .kasen_fancy {
	opacity: 1;
	transition-duration: .5s;
	visibility: visible;
  }
  
  .enter_kasen2:hover {
	background-color: #8f746e;
	transition-duration: .7s;
  }
  
  .enter_kasen3:hover .kasen_fancy {
	opacity: 1;
	transition-duration: .5s;
	visibility: visible;
  }
  
  .enter_kasen3:hover {
	background-color: #8f746e;
	transition-duration: .7s;
  }
  
  .enter_kasen4:hover .kasen_fancy {
	opacity: 1;
	transition-duration: .5s;
	visibility: visible;
  }
  
  .enter_kasen4:hover {
	background-color: #8f746e;
	transition-duration: .7s;
  }
  
  .enter_kasen5:hover .kasen_fancy {
	opacity: 1;
	transition-duration: .5s;
	visibility: visible;
  }
  
  .enter_kasen5:hover {
	background-color: #8f746e;
	transition-duration: .7s;
  }
  
  .enter_kasen6:hover .kasen_fancy {
	opacity: 1;
	transition-duration: .5s;
	visibility: visible;
  }
  
  .enter_kasen6:hover {
	background-color: #8f746e;
	transition-duration: .7s;
  }
  
  .kasen_fancy {
	bottom: 35px;
	position: absolute;
	width: 300px;
	background-color: #fff;
	font-size: 13px;
	padding: 15px;
	border-left: 8px solid #8f746e;
	padding-left: 23px;
	opacity: 0;
	visibility: hidden;
	transition-duration: .7s;
	z-index: 3;
	left: -150px;
  }
  
  .kasen_fancy p {
	margin: 0;
  }
  
  .kasen_fancy img {
	margin-bottom: 25px;
  }

  .product_cat-disposers {
	margin-bottom: 50px;
  }

  .product_cat-fordisp {
	margin-bottom: 50px;
  }

  .product_cat-acs {
	margin-bottom: 50px;
  }

  .product_cat-omoikiri-home {
	margin-bottom: 50px;
  }

  .warning {
	line-height: 1.3em;
  }

  .care_text strong {
	font-family: 'GothamProMedium';
  }

/* */

@media screen and (max-width: 1920px) {

    .card_grid {
        padding: 0 50px;
    }

    .add_info {
        padding: 0 50px;
    }

    .material_block {
        padding: 100px 50px;
    }

	.kasen_usage {
		padding: 0 50px;
	}

}

@media screen and (max-width: 1700px) {

    .material_block {
        padding: 50px;
    }

    .material_item {
        flex-direction: column;
        align-items: flex-start;
    }

    .material_item > img {
        width: 100%;
    }

    .material_item_text {
        width: 600px;
        padding: 0;
    }

	.product_card h1 {
		font-size: 40px;
	}

	.material_item_pvd {
		flex-direction: column;
        align-items: flex-start;
	}

	.material_item_pvd > img {
        width: 100%;
    }

	.material_item_nano {
		flex-direction: column;
        align-items: flex-start;
	}

	.material_item_nano > img {
        width: 100%;
    }

}

@media screen and (max-width: 1550px) {

    .prod_image {
		width: 600px;
	}

}

@media screen and (max-width: 1500px) {

    .card_grid {
		padding: 0;
	}

	.card_grid {
		gap: 50px;
	}

	.related_cont {
		padding: 50px;
	}

	.care_cont {
		padding: 50px;
	}

}


@media screen and (max-width: 1450px) {

    .care_content img {
		display: none;
	}

}

@media screen and (max-width: 1400px) {

    .add_info_half:first-of-type img {
        max-width: 100%;
    }

    .material_item_text {
        width: 100%;
    }

	.related_products > li > a > h2 {
		font-size: 15px!important;
	}

}

@media screen and (max-width: 1300px) {

    .product_card {
        height: auto;
    }

    .card_grid {
        flex-direction: column;
        gap: 25px;
    }

    .second_image_cont {
        display: none;
    }

    .card_grid_half {
        gap: 25px;
    }

	.product_card_acs .card_grid_half:first-of-type {
		align-items: center;
	}

    .card_grid_half:last-of-type {
		width: 100%;
	}

	.prod_image {
		width: 100%;
		height: 600px;
	}

	.prod_image > img {
		width: auto;
	}

}

@media screen and (max-width: 1250px) {
    .add_info {
        flex-direction: column;
		gap: 0;
    }

    .add_info_half:first-of-type {
        width: 100%;
        max-height: 500px;
		justify-content: center;
    }

    .add_info_half:last-child {
        width: 100%;
        padding: 0;
		padding-bottom: 50px;
    }

    .add_info_half:first-of-type img {
        object-fit: contain;
    }
}

@media screen and (max-width: 1100px) {

	.related_products {
		flex-wrap: wrap;
		gap: 25px;
	}

	.related_products > li {
		width: calc(50% - 13px);
	}

}

@media screen and (max-width: 1050px) {

	.kasen_usage {
		margin-bottom: 50px;
	}

	.kasen_usage h2 {
		text-align: left;
		font-size: 24px;
		margin-bottom: 50px;
	}

	.enter_kasen {
		display: none;
	}

	.enter_kasen2 {
		display: none;
	}

	.enter_kasen3 {
		display: none;
	}

	.enter_kasen4 {
		display: none;
	}

	.enter_kasen5 {
		display: none;
	}

	.enter_kasen6 {
		display: none;
	}

}

@media screen and (max-width: 800px) {

    .card_grid {
        padding: 0 25px;
    }

    .product_card {
        padding: 25px 0;
    }

    .product_card h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .card_title > .sku {
        font-size: 18px;
    }

    .add_info {
        padding: 0 25px;
    }

    .dimensions_text {
        font-size: 14px;
		justify-content: space-between;
    }

    .bowl_size {
        font-size: 20px;
    }

    .material_block {
        padding: 50px 25px
    }

    .material_item {
        width: 100%;
        gap: 25px;
    }

	.material_item_pvd {
        width: 100%;
        gap: 25px;
    }

	.material_item_nano {
        width: 100%;
        gap: 25px;
    }

    .add_info_half:first-of-type {
        padding: 25px 0;
    }

    .btns_download {
        width: 100%;
        flex-direction: column;
    }

    .btns_download > .btn_more {
        justify-content: center;
    }

    .thwvs-image-li img {
        width: 30px;
        height: 30px;
    }

	.prod_image {
		height: 300px;
	}

	.product_card_acs > .card_grid > .card_grid_half > .prod_image {
		height: 300px;
	}

	.related_cont {
		padding: 50px 25px;
	}

	.related_products {
		gap: 15px;
	}

	.related_products > li {
		width: calc(50% - 8px);
	}

	.care_cont {
		padding: 50px 25px;
	}

	.care_cont > h2 {
		margin-bottom: 25px;
	}

	.kasen_usage {
        padding: 0 25px;
		margin-bottom: 25px;
    }

	.kasen_usage h2 {
		font-size: 16px;
		margin-top: 25px;
	}

}

@media screen and (max-width: 600px) {
	.related_cont > h2 {
		font-size: 26px;
	}

	.care_cont > h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 500px) {
	.thwvs-wrapper-ul {
		gap: 10px;
	}
}

@media screen and (max-height: 1000px) {
	.product_card {
		height: auto;
	}

	.second_pics {
		height: auto;
		gap: 50px;
	}

	.second_pics img {
		max-width: 60%;
	}
}