/******************************************************************
  Template Name: Ashion (Peri Toka mağazası)
  Description: E-ticaret mağaza teması
  Author: Peri Toka
  Author URI: (site kökü)
  Version: 1.0
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Categories Section
5.  Product Section
6.  Banner Section
7.  Countdown Section
8.  Instagram
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	color: #666666;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
}

.section-title h4 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.section-title h4:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 70px;
	background: #a020f0;
	content: "";
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 30px 10px;
	color: #ffffff;
	background: #a020f0;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: #A020F0;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #dddddd;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
	box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
	position: relative;
	z-index: 15;
	overflow: visible;
}

.header .container-fluid > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 56px;
}

@media (min-width: 992px) {
	.header .container-fluid > .row > div[class*="col-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .container-fluid > .row > div[class*="col-"]:first-child {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.header .container-fluid > .row > div[class*="col-"]:nth-child(2) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header .container-fluid > .row > div[class*="col-"]:nth-child(3) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header .container-fluid .row > .col-xl-2.col-lg-2:first-child {
		padding-right: 6px;
	}

	.header .container-fluid .row > .col-xl-8.col-lg-7 {
		padding-left: 6px;
	}

	.header__logo {
		margin-right: -8px;
	}
}

.header__logo a {
	display: inline-block;
}

.header__logo img,
.offcanvas__logo img {
	height: auto;
	max-height: 90px;
	width: auto;
	max-width: min(340px, 58vw);
	object-fit: contain;
	vertical-align: middle;
}

.footer__logo img {
	height: auto;
	max-height: 76px;
	width: auto;
	max-width: min(280px, 50vw);
	object-fit: contain;
	vertical-align: middle;
}

/* Giriş / kayıt / siparişler gibi sade sayfalar */
img.site-brand-logo {
	height: auto;
	max-height: 84px;
	width: auto;
	max-width: min(300px, 90vw);
	object-fit: contain;
}

@media only screen and (max-width: 991px) {
	.header__logo img {
		max-height: 76px;
		max-width: min(285px, 54vw);
	}
}

@media only screen and (max-width: 575px) {
	.header__logo img {
		max-height: 66px;
		max-width: min(240px, 64vw);
	}
	.offcanvas__logo img {
		max-height: 70px;
	}
}

.header__menu {
	padding: 0;
	min-height: 56px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__menu ul {
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: nowrap;
	column-gap: clamp(14px, 2.8vw, 36px);
	row-gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.header__menu ul li {
	list-style: none;
	display: block;
	margin-right: 0;
	position: relative;
	flex-shrink: 0;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li.dropdown.active > button.header__nav-dd-toggle {
	-webkit-box-shadow: 0 2px 0 #a020f0;
	box-shadow: 0 2px 0 #a020f0;
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:last-child {
	margin-right: 0;
}

/* Toka Çeşitleri — Bootstrap 5.3 görünümü (.dropdown-menu / .dropdown-item), BS 5 docs ile uyumlu sınıflar */
.header__menu > ul > li.dropdown {
	position: relative;
}

/* Masaüstü: düğme ile menü arasındaki dar boşlukta bile :hover kopmasın — imceyi tıklamadan seçeneğe indirebil */
@media (min-width: 992px) {
	.header__menu > ul > li.dropdown {
		padding-bottom: 14px;
		margin-bottom: -14px;
	}
}

.header__menu > ul > li.dropdown > button.header__nav-dd-toggle {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #111111;
	line-height: 1.25;
	padding: 4px 0;
	margin: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	text-align: left;
}

.header__menu > ul > li.dropdown > button.header__nav-dd-toggle:hover,
.header__menu > ul > li.dropdown > button.header__nav-dd-toggle:focus {
	color: #111111;
	background: transparent;
}

.header__menu > ul > li.dropdown > button.header__nav-dd-toggle:focus-visible {
	outline: 2px solid #a020f0;
	outline-offset: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__menu > ul > li.dropdown > button.header__nav-dd-toggle {
		font-size: 15px;
	}
}

.header__menu > ul > li.dropdown > button.header__nav-dd-toggle::after {
	display: none;
	content: none;
}

.header__menu > ul > li.dropdown > .dropdown-menu {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% - 14px);
	z-index: 1050;
	min-width: 12rem;
	margin: 0;
	padding: 0.6rem 0 0.5rem;
	font-size: 0.9375rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 0.375rem;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
	-o-transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
	transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}

.header__menu > ul > li.dropdown > .dropdown-menu.show {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

@media (min-width: 992px) {
	.header__menu > ul > li.dropdown:hover > .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

.header__menu > ul > li.dropdown .dropdown-menu > li {
	list-style: none;
	display: block;
	margin: 0;
}

.header__menu > ul > li.dropdown .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.4rem 1rem;
	clear: both;
	font-weight: 500;
	text-align: inherit;
	white-space: nowrap;
	border: 0;
	background-color: transparent;
	font-size: 0.9375rem;
	line-height: 1.45;
	text-transform: none;
	color: #212529;
	-webkit-transition: background-color 0.12s ease, color 0.12s ease;
	-o-transition: background-color 0.12s ease, color 0.12s ease;
	transition: background-color 0.12s ease, color 0.12s ease;
}

.header__menu > ul > li.dropdown .dropdown-item:hover,
.header__menu > ul > li.dropdown .dropdown-item:focus {
	color: #111111;
	background-color: rgba(160, 32, 240, 0.08);
	text-decoration: none;
}

.header__menu > ul > li.dropdown .dropdown-item:focus-visible {
	outline: 2px solid #a020f0;
	outline-offset: -2px;
}

.header__menu > ul > li.dropdown .dropdown-item::after {
	display: none;
}

.header__menu ul li a {
	font-size: 17px;
	letter-spacing: 0.04em;
	text-transform: none;
	color: #111111;
	font-weight: 500;
	display: block;
	padding: 4px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #A020F0;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__menu > ul > li.dropdown .dropdown-menu a:after {
	content: none;
	display: none;
}

.header__right {
	text-align: right;
	padding: 0;
	min-height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 12px 18px;
}

.header__right__auth {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	white-space: nowrap;
	line-height: 1;
}

.header__right__auth a {
	font-size: 12px;
	color: #666666;
	position: relative;
	margin-right: 8px;
}

.header__right__auth a:last-child {
	margin-right: 0;
}

.header__right__auth a:last-child:after {
	display: none;
}

.header__right__auth a:after {
	position: absolute;
	right: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "/";
	font-size: 11px;
}

.header__right__widget {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__right__widget li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 19px;
	color: #111111;
	margin-right: 0;
	cursor: pointer;
	line-height: 1;
}

.header__right__widget li span {
	font-size: inherit;
}

.header__right__widget li:last-child {
	margin-right: 0;
}

.header__right__widget li a {
	font-size: inherit;
	color: #111111;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__right__widget li a .tip {
	position: absolute;
	right: -9px;
	top: -9px;
	height: 17px;
	width: 17px;
	background: #111111;
	font-size: 9px;
	font-weight: 500;
	color: #ffffff;
	line-height: 17px;
	text-align: center;
	border-radius: 50%;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

/*---------------------
  Banner
-----------------------*/

.banner {
	height: 500px;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.banner__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.banner__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0.35) 55%,
		rgba(255, 255, 255, 0.5) 100%
	);
	z-index: 1;
}

.banner__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.banner > .container {
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner.set-bg {
	background-size: cover;
	background-position: center center;
}

.banner__slider.owl-carousel .owl-stage-outer,
.banner__slider.owl-carousel .owl-stage,
.banner__slider.owl-carousel .owl-item {
	background: transparent !important;
}

.banner__text span {
	font-size: 18px;
	color: #A020F0;
	text-transform: uppercase;
}

.banner__text h1 {
	font-size: 80px;
	color: #111111;
	font-family: "Cookie", cursive;
	margin-bottom: 15px;
}

.banner__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.banner__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #A020F0;
	content: "";
}

.banner__slider {
	text-align: center;
	padding: 0;
	position: relative;
}

.banner .banner__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 400px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.banner__slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 2px;
	top: auto;
	width: 100%;
	text-align: center;
}

.banner__slider.owl-carousel .owl-dots button {
	height: 12px;
	width: 12px;
	background: #a1a1a1;
	border-radius: 50%;
	margin-right: 10px;
}

.banner__slider.owl-carousel .owl-dots button.active {
	background: #A020F0;
}

.banner__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

/*---------------------
  Trend
-----------------------*/

.trend {
	padding-top: 80px;
	padding-bottom: 50px;
}

.trend__content .section-title h4 {
	font-size: 20px;
}

.trend__content .section-title h4:after {
	bottom: -6px;
}

.trend__item {
	overflow: hidden;
	margin-bottom: 35px;
}

.trend__item__pic {
	float: left;
	margin-right: 25px;
}

.trend__item__text {
	overflow: hidden;
}

.trend__item__text h6 {
	font-size: 14px;
	color: #111111;
	margin-bottom: 5px;
}

.trend__item__text .rating {
	line-height: 18px;
	margin-bottom: 6px;
}

.trend__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.trend__item__text .rating i:last-child {
	margin-right: 0;
}

.trend__item__text .product__price {
	color: #111111;
	font-weight: 600;
}

.trend__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
}

/*---------------------
  Discount
-----------------------*/

.discount__pic img {
	min-width: 100%;
	height: 100%;
}

.discount__text {
	background: #f4f4f4;
	height: 390px;
	padding: 75px 90px 50px;
	text-align: center;
}

.discount__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.discount__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #A020F0;
	content: "";
}

.discount__text__title {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.discount__text__title:after {
	position: absolute;
	left: 50%;
	top: -38px;
	height: 183px;
	width: 183px;
	background: #ffffff;
	content: "";
	border-radius: 50%;
	z-index: -1;
	margin-left: -91.5px;
}

.discount__text__title span {
	font-size: 12px;
	color: #111111;
	font-weight: 500;
	text-transform: uppercase;
}

.discount__text__title h2 {
	font-size: 60px;
	color: #A020F0;
	font-family: "Cookie", cursive;
	line-height: 46px;
	margin-bottom: 10px;
}

.discount__text__title h5 {
	color: #A020F0;
	font-weight: 700;
}

.discount__text__title h5 span {
	font-size: 14px;
	color: #111111;
	margin-right: 4px;
}

.discount__countdown {
	text-align: center;
	margin-bottom: 10px;
}

.countdown__item {
	margin-bottom: 15px;
	float: left;
	width: 25%;
}

.countdown__item:last-child {
	margin-right: 0;
}

.countdown__item span {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	display: inline-block;
}

.countdown__item p {
	color: #111111;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
}

/*---------------------
  Services
-----------------------*/

.services {
	padding-top: 80px;
	padding-bottom: 50px;
}

.services__item {
	padding-left: 65px;
	position: relative;
	margin-bottom: 20px;
}

.services__item i {
	font-size: 36px;
	color: #A020F0;
	position: absolute;
	left: 0;
	top: 4px;
}

.services__item h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 5px;
}

.services__item p {
	margin-bottom: 0;
}

/*---------------------
  Instagram
-----------------------*/

.peri-insta {
	background: linear-gradient(180deg, #faf7fc 0%, #ffffff 100%);
	padding: 48px 0 56px;
	border-top: 1px solid #eee;
}

.peri-insta__header {
	text-align: center;
	padding: 0 20px 28px;
	max-width: 520px;
	margin: 0 auto;
}

.peri-insta__eyebrow {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #A020F0;
	font-weight: 600;
	margin-bottom: 8px;
}

.peri-insta__heading {
	font-size: 26px;
	font-weight: 700;
	color: #111111;
	margin: 0 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}

.peri-insta__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
}

.peri-insta__btn {
	display: inline-block;
	padding: 10px 22px;
	font-size: 13px;
}

.peri-insta__grid {
	margin: 0;
}

.peri-insta__col {
	padding: 0;
}

.peri-insta__tile {
	display: block;
	position: relative;
	aspect-ratio: 1 / 1;
	height: auto;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.peri-insta__thumb {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.peri-insta__tile::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
	opacity: 0.35;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.peri-insta__tile:hover::before {
	opacity: 0.85;
}

.peri-insta__tile:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	z-index: 2;
}

.peri-insta__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.peri-insta__tile:hover .peri-insta__overlay {
	opacity: 1;
}

.peri-insta__overlay i {
	font-size: 28px;
}

.peri-insta__overlay-text {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	.peri-insta {
		padding-top: 36px;
	}

	.peri-insta__heading {
		font-size: 22px;
	}
}

/* Eski instagram__text yapısı (varsa) */
.instagram__item {
	position: relative;
}

.instagram__text {
	display: none;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	padding-top: 55px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about p {
	margin-bottom: 20px;
}

.footer__logo {
	margin-bottom: 20px;
}

.footer__payment a {
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.footer__payment a:last-child {
	margin-right: 0;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.footer__newslatter {
	margin-bottom: 30px;
}

.footer__newslatter h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer__newslatter form {
	position: relative;
	margin-bottom: 30px;
}

.footer__newslatter form input {
	height: 52px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
}

.footer__newslatter form input::-webkit-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-moz-placeholder {
	color: #666666;
}

.footer__newslatter form input:-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::placeholder {
	color: #666666;
}

.footer__newslatter form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.footer__social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #e1e1e1;
	font-size: 15px;
	color: #111111;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	margin-bottom: 5px;
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__social .footer__icon-tiktok {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3v178.8A162.6 162.6 0 1 1 185 188.3v89.9a74.6 74.6 0 1 0 52.2 71.2V0h88a121.2 121.2 0 0 0 1.9 22.2 122.2 122.2 0 0 0 53.5 80.2 121.2 121.2 0 0 0 67 20.1z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3v178.8A162.6 162.6 0 1 1 185 188.3v89.9a74.6 74.6 0 1 0 52.2 71.2V0h88a121.2 121.2 0 0 0 1.9 22.2 122.2 122.2 0 0 0 53.5 80.2 121.2 121.2 0 0 0 67 20.1z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer__copyright__text {
	border-top: 1px solid #e1e1e1;
	padding: 18px 0 25px;
	text-align: center;
	margin-top: 35px;
}

.footer__copyright__text p {
	margin-bottom: 0;
}

.footer__copyright__text a {
	color: #5C5C5C;
}

.footer__copyright__text i {
	color: #A020F0;
}

.footer__copyright__text a:hover {
	color: #A020F0;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	padding-top: 35px;
}

.breadcrumb__links a {
	font-size: 15px;
	font-weight: 500;
	color: #111111;
	margin-right: 18px;
	display: inline-block;
	position: relative;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -14px;
	top: 0;
	content: "";
	font-family: "FontAwesome";
}

.breadcrumb__links a i {
	margin-right: 5px;
}

.breadcrumb__links span {
	font-size: 15px;
	font-weight: 500;
	color: #888888;
	display: inline-block;
}

/*---------------------
  Categories
-----------------------*/

.categories {
	overflow: hidden;
	margin-top: 10px;
}

.categories .container-fluid {
	padding-right: 5px;
}

.categories__item {
	height: 314px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.categories__item.categories__large__item {
	height: 638px;
	padding-left: 70px;
}

.categories__item.categories__large__item .categories__text {
	max-width: 480px;
}

.categories__item.categories__large__item .categories__text p {
	margin-bottom: 15px;
}

.categories__item.categories__large__item .categories__text h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #111111;
	letter-spacing: normal;
	font-size: 40px;
	line-height: 1.25;
}

.categories__text h1 {
	font-family: "Cookie", cursive;
	color: #111111;
	margin-bottom: 5px;
}

.categories__text h4 {
	color: #111111;
	font-weight: 700;
}

.categories__text p {
	margin-bottom: 10px;
}

.categories__text a {
	font-size: 12px;
	color: #1a1a1ac4;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.categories__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #e768aee6;
	content: "";
}

/*---------------------
  Product
-----------------------*/

.product {
	padding-top: 60px;
	padding-bottom: 50px;
}

.filter__controls {
	text-align: right;
	margin-bottom: 50px;
}

.filter__controls li {
	font-size: 14px;
	list-style: none;
	display: inline-block;
	color: #111111;
	margin-right: 35px;
	position: relative;
	cursor: pointer;
}

.filter__controls li.active:after {
	opacity: 1;
}

.filter__controls li:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background: #A020F0;
	content: "";
	opacity: 0;
}

.filter__controls li:last-child {
	margin-right: 0;
}

.product__item {
	margin-bottom: 35px;
}

.product__item:hover .product__hover li {
	opacity: 1;
	top: 0;
}

.product__item.sale .product__item__pic .label {
	background: #A020F0;
}

.product__item.sale .product__item__text .product__price {
	color: #A020F0;
}

.product__item__pic {
	height: 360px;
	position: relative;
	overflow: hidden;
}

.product__item__pic .product__item__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product__item__pic .label {
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	padding: 2px 8px;
	text-transform: uppercase;
	position: absolute;
	left: 10px;
	top: 10px;
}

.product__item__pic .label.new {
	background: #36a300;
}

.product__item__pic .label.stockout {
	background: #111111;
}

.product__item__pic .label.stockblue {
	background: #0066bd !important;
}

.product__item__pic .label.sale {
	background: #A020F0;
}

.product__hover {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.product__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.product__hover li:nth-child(1) {
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}

.product__hover li:nth-child(2) {
	-webkit-transition: all 0.4s ease 0.15s;
	-o-transition: all 0.4s ease 0.15s;
	transition: all 0.4s ease 0.15s;
}

.product__hover li:nth-child(3) {
	-webkit-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.product__hover li:last-child {
	margin-right: 0;
}

.product__hover li:hover a {
	background: #A020F0;
}

.product__hover li:hover a span {
	color: #ffffff;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.product__hover li a {
	font-size: 18px;
	color: #111111;
	display: block;
	height: 45px;
	width: 45px;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__hover li a span {
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	display: inline-block;
}

.product__item__text {
	text-align: center;
	padding-top: 22px;
}

.product__item__text h6 a {
	font-size: 14px;
	color: #111111;
}

.product__item__text .rating {
	line-height: 18px;
	margin-bottom: 5px;
}

.product__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__item__text .rating i:last-child {
	margin-right: 0;
}

.product__item__text .product__price {
	color: #111111;
	font-weight: 600;
}

.product__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
}

/*---------------------
  Shop
-----------------------*/

.shop {
	padding-top: 24px;
	padding-bottom: 56px;
}

.peri-toka-shop-breadcrumb.breadcrumb-option {
	padding-top: 14px;
}

.shop .shop__sidebar .sidebar__categories.peri-toka-shop-filter-wrap {
	margin-bottom: 1.1rem;
}

.shop .shop__sidebar .sidebar__categories.peri-toka-shop-filter-wrap .section-title {
	margin-bottom: 10px;
}

.shop .shop__sidebar .sidebar__categories.peri-toka-shop-filter-wrap:last-of-type {
	margin-bottom: 0.35rem;
}

.sidebar__categories {
	margin-bottom: 50px;
}

.sidebar__categories .section-title {
	margin-bottom: 35px;
}

.sidebar__categories .section-title h4 {
	font-size: 18px;
}

.categories__accordion .card {
	border: none;
	border-radius: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2 !important;
	margin-bottom: 12px;
}

.categories__accordion .card:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none !important;
}

.categories__accordion .card-heading {
	cursor: pointer;
}

.categories__accordion .card-heading a {
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	display: block;
}

.categories__accordion .card-body {
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 0;
}

.categories__accordion .card-body li {
	list-style: none;
	position: relative;
	padding-left: 16px;
}

.categories__accordion .card-body li:before {
	position: absolute;
	left: 4px;
	top: 14px;
	height: 1px;
	width: 4px;
	background: #666666;
	content: "";
}

.categories__accordion .card-body li a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.categories__accordion .card-heading a:after,
.categories__accordion .card-heading>a.active[aria-expanded=false]:after {
	content: "";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: 0px;
}

.categories__accordion .card-heading.active a:after {
	content: "";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}

.categories__accordion .card-heading a[aria-expanded=true]:after,
.categories__accordion .card-heading>a.active:after {
	content: "";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}

.sidebar__filter {
	position: relative;
	margin-bottom: 60px;
}

.sidebar__filter .section-title {
	margin-bottom: 50px;
}

.sidebar__filter .section-title h4 {
	font-size: 18px;
}

.sidebar__filter a {
	font-size: 14px;
	color: #0d0d0d;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: inline-block;
	padding: 5px 16px 5px 24px;
	border: 2px solid #ff0000;
	position: absolute;
	right: 0;
	bottom: -5px;
	border-radius: 2px;
}

.filter-range-wrap .range-slider .price-input {
	position: relative;
}

.filter-range-wrap .range-slider .price-input p {
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0;
}

.filter-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 81px;
	top: 12px;
	height: 1px;
	width: 5px;
	background: #0d0d0d;
	content: "";
}

.filter-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #0d0d0d;
	max-width: 16%;
	border: none;
}

.filter-range-wrap .range-slider .price-input input:nth-child(1) {
	margin-right: 28px;
}

.filter-range-wrap .price-range {
	border-radius: 0;
	margin-bottom: 28px;
}

.filter-range-wrap .price-range.ui-widget-content {
	border: none;
	background: rgba(0, 0, 0, 0.1);
	height: 5px;
}

.filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #A020F0;
	border: none;
	outline: none;
	cursor: pointer;
}

.filter-range-wrap .price-range .ui-slider-range {
	background: #A020F0;
	border-radius: 0;
}

.sidebar__sizes,
.sidebar__color,
.peri-toka-shop-filter-wrap {
	margin-bottom: 40px;
}

.sidebar__sizes .section-title,
.sidebar__color .section-title,
.peri-toka-shop-filter-wrap .section-title {
	margin-bottom: 35px;
}

.sidebar__sizes .section-title h4,
.sidebar__color .section-title h4,
.peri-toka-shop-filter-wrap .section-title h4 {
	font-size: 18px;
}

.sidebar__sizes .size__list label,
.sidebar__color .size__list label,
.peri-toka-shop-filter-wrap .size__list label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #444444;
	position: relative;
	cursor: pointer;
}

.sidebar__sizes .size__list label input,
.sidebar__color .size__list label input,
.peri-toka-shop-filter-wrap .size__list label input {
	position: absolute;
	visibility: hidden;
}

.sidebar__sizes .size__list label input:checked~.checkmark,
.sidebar__color .size__list label input:checked~.checkmark,
.peri-toka-shop-filter-wrap .size__list label input:checked~.checkmark {
	border-color: #A020F0;
}

.sidebar__sizes .size__list label input:checked~.checkmark:after,
.sidebar__color .size__list label input:checked~.checkmark:after,
.peri-toka-shop-filter-wrap .size__list label input:checked~.checkmark:after {
	border-color: #A020F0;
	opacity: 1;
}

.sidebar__sizes .size__list label .checkmark,
.sidebar__color .size__list label .checkmark,
.peri-toka-shop-filter-wrap .size__list label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.sidebar__sizes .size__list label .checkmark:after,
.sidebar__color .size__list label .checkmark:after,
.peri-toka-shop-filter-wrap .size__list label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.sidebar__color .color__list label,
.peri-toka-shop-filter-wrap .color__list label {
	text-transform: capitalize;
}

.peri-toka-shop-filter-wrap .peri-toka-filter-clear {
	display: inline-block;
	font-size: 12px;
	color: #666666;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: underline;
	font-family: inherit;
}

.peri-toka-shop-filter-wrap .peri-toka-filter-clear:hover {
	color: #A020F0;
}

.peri-toka-shop-sort-bar {
	padding: 4px 0 8px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 4px;
}

.peri-toka-shop-sort-bar label {
	font-size: 14px;
	font-weight: 600;
}

.peri-toka-shop-sort-bar .peri-toka-shop-sort-select,
.peri-toka-shop-sort-bar #peri-toka-shop-sort {
	max-width: 200px;
	width: auto;
	font-size: 13px;
	line-height: 1.35;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	height: auto;
}

.pagination__option a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 6px;
}

.pagination__option a:last-child {
	margin-right: 0;
}

.pagination__option a i {
	font-weight: 600;
}

.pagination__option a:hover {
	background: #0d0d0d;
	border-color: #0d0d0d;
	color: #ffffff;
}

/*---------------------
  Product Details
-----------------------*/

.product-details {
	padding-top: 70px;
	padding-bottom: 50px;
}

.product__details__pic {
	overflow: hidden;
}

.product__details__pic__left {
	width: 22%;
	max-height: 574px;
	float: left;
	overflow-y: auto;
}

.product__details__pic__left .pt {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.product__details__pic__left .pt::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product__details__pic__left .pt.active::after {
	opacity: 0.3;
}

.product__details__pic__left .pt:last-child {
	margin-bottom: 0;
}

.product__details__pic__left .pt img {
	min-width: 100%;
}

.product__details__slider__content {
	width: calc(78% - 20px);
	float: left;
	margin-left: 20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button {
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 22px;
	color: #111111;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	margin-top: -20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 10px;
}

.product__details__text h3 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.product__details__text h3 span {
	display: block;
	font-size: 14px;
	color: #444444;
	text-transform: none;
	font-weight: 400;
	margin-top: 5px;
}

.product__details__text .rating {
	margin-bottom: 16px;
}

.product__details__text .rating i {
	font-size: 12px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__details__text .rating span {
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
}

.product__details__text p {
	color: #444444;
	margin-bottom: 28px;
}

.product__details__price {
	font-size: 30px;
	font-weight: 600;
	color: #A020F0;
	margin-bottom: 30px;
}

.product__details__price span {
	font-size: 18px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
}

.quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quantity>span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
}

.pro-qty {
	height: 50px;
	width: 150px;
	border: 1px solid #ebebeb;
	border-radius: 50px;
	padding: 0 20px;
	overflow: hidden;
	display: inline-block;
}

.pro-qty .qtybtn {
	font-size: 14px;
	color: #666666;
	cursor: pointer;
	float: left;
	width: 12px;
	line-height: 46px;
}

.pro-qty input {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	border: none;
	float: left;
	width: 84px;
	text-align: center;
	height: 48px;
}

.product__details__button {
	overflow: hidden;
	margin-bottom: 25px;
}

.product__details__button .cart-btn {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #A020F0;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 30px 15px;
	border-radius: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product__details__button ul {
	float: left;
}

.product__details__button ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.product__details__button ul li:last-child {
	margin-right: 0;
}

.product__details__button ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	padding-top: 1px;
}

.product__details__button ul li a span {
	font-size: 18px;
	color: #666666;
}

.product__details__widget {
	border-top: 1px solid #ebebeb;
	padding-top: 35px;
}

.product__details__widget ul li {
	list-style: none;
	margin-bottom: 10px;
}

.product__details__widget ul li:last-child {
	margin-bottom: 0;
}

.product__details__widget ul li span {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
	width: 150px;
	float: left;
}

.product__details__widget ul li .stock__checkbox {
	overflow: hidden;
}

.product__details__widget ul li .stock__checkbox label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	position: relative;
	cursor: pointer;
}

.product__details__widget ul li .stock__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark {
	border-color: #A020F0;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark:after {
	border-color: #A020F0;
	opacity: 1;
}

.product__details__widget ul li .stock__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 5px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.product__details__widget ul li .stock__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .color__checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 20px;
}

.product__details__widget ul li .color__checkbox label.active input~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .color__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .color__checkbox label input:checked~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: -10px;
	height: 20px;
	width: 20px;
	background: #e31e2f;
	border-radius: 50%;
	content: "";
}

.product__details__widget ul li .color__checkbox label .checkmark.black-bg {
	background: #111111;
}

.product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
	background: #e4aa8b;
}

.product__details__widget ul li .color__checkbox label .checkmark:after {
	position: absolute;
	left: 3px;
	top: 5px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .size__btn label {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 0;
}

.product__details__widget ul li .size__btn label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .size__btn label.active {
	color: #A020F0;
}

.product__details__widget ul li .size__btn label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li p {
	margin-bottom: 0;
	color: #666666;
}

.product__details__tab {
	padding-top: 80px;
	margin-bottom: 65px;
}

.nav {
	border-bottom: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}

.nav::before {
	position: absolute;
	left: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav::after {
	position: absolute;
	right: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav-item {
	margin-right: 46px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-item .nav-link {
	font-size: 18px;
	color: #666666;
	font-weight: 600;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}

.nav-item .nav-link.active {
	color: #111111;
}

.tab-content .tab-pane h6 {
	color: #666666;
	font-weight: 600;
	margin-bottom: 24px;
}

.tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}

.pd-tab-desc {
	color: #666666;
	line-height: 27px;
	white-space: pre-wrap;
}

.pd-reviews-list {
	margin-bottom: 8px;
}

.pd-review__item {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e1e1e1;
}

.pd-review__item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pd-review__meta {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 6px;
}

.pd-review__meta span {
	font-weight: 400;
	color: #888888;
	margin-left: 10px;
	font-size: 13px;
}

.pd-review__stars {
	color: #f5b301;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.pd-review__reply {
	margin-top: 10px;
	padding: 10px 12px;
	background: #f8f8f8;
	border-left: 3px solid #ca1515;
	font-size: 13px;
	color: #444;
	line-height: 1.5;
}

.pd-review__reply strong {
	color: #111;
}

.pd-review__text {
	color: #666666;
	margin-bottom: 0;
	line-height: 27px;
}

.pd-review-form-wrap {
	border-top: 1px solid #e1e1e1;
}

/* Ürün detay: API gelene kadar şablon fotoğrafı gösterme */
.product__details__pic--loading .product__details__slider__content {
	background: #f3f3f3;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pd-main-img {
	opacity: 0;
	transition: opacity 0.2s ease;
}
#pd-main-img.pd-main-img--ready {
	opacity: 1;
}

.pd-color-variant-btn {
	border: 1px solid #e1e1e1;
	background: #fff;
	color: #111111;
	font-size: 13px;
	padding: 6px 12px;
	border-radius: 2px;
	cursor: pointer;
	line-height: 1.3;
	transition: border-color 0.2s, color 0.2s;
}

.pd-color-variant-btn:hover {
	border-color: #ca1515;
	color: #ca1515;
}

.pd-color-variant-btn.active {
	border-color: #ca1515;
	background: #fdf5f5;
	color: #ca1515;
	font-weight: 600;
}

.related__title h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shop-cart {
	padding-top: 70px;
	padding-bottom: 90px;
}

.shop__cart__table {
	margin-bottom: 30px;
}

.shop__cart__table table {
	width: 100%;
}

.shop__cart__table thead {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table thead th {
	font-size: 18px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.shop__cart__table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table tbody tr td {
	padding: 30px 0;
}

.shop__cart__table tbody tr .cart__product__item {
	overflow: hidden;
	width: 585px;
}

.shop__cart__table tbody tr .cart__product__item img {
	float: left;
	margin-right: 25px;
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
	overflow: hidden;
	padding-top: 23px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title h6 {
	color: #111111;
	font-weight: 600;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.shop__cart__table tbody tr .cart__price {
	font-size: 16px;
	color: #A020F0;
	font-weight: 600;
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity {
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty {
	border: none;
	padding: 0;
	width: 110px;
	border-radius: 0;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty input {
	color: #444444;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty .qtybtn {
	font-size: 16px;
	color: #444444;
}

.shop__cart__table tbody tr .cart__total {
	font-size: 16px;
	color: #A020F0;
	font-weight: 600;
	width: 150px;
}

.shop__cart__table tbody tr .cart__close {
	text-align: right;
}

.shop__cart__table tbody tr .cart__close span {
	height: 45px;
	width: 45px;
	background: #f2f2f2;
	border-radius: 50%;
	font-size: 18px;
	color: #111111;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
}

.cart__btn {
	margin-bottom: 50px;
}

.cart__btn.update__btn {
	text-align: right;
}

.cart__btn a {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px 12px;
	background: #f5f5f5;
}

.cart__btn a span {
	color: #A020F0;
	font-size: 14px;
	margin-right: 5px;
}

.discount__content h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 30px;
}

.discount__content form {
	position: relative;
	width: 370px;
	display: inline-block;
}

.discount__content form input {
	height: 52px;
	width: 100%;
	border: 1px solid #444444;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 115px;
	font-size: 14px;
	color: #444444;
}

.discount__content form input::-webkit-input-placeholder {
	color: #444444;
}

.discount__content form input::-moz-placeholder {
	color: #444444;
}

.discount__content form input:-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::placeholder {
	color: #444444;
}

.discount__content form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.cart__total__procced {
	background: #f5f5f5;
	padding: 40px;
}

.cart__total__procced h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cart__total__procced ul {
	margin-bottom: 25px;
}

.cart__total__procced ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.cart__total__procced ul li span {
	color: #A020F0;
	float: right;
}

.cart__total__procced .primary-btn {
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 12px 0 10px;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
	padding-top: 80px;
	padding-bottom: 70px;
}

.coupon__link {
	font-size: 14px;
	color: #444444;
	padding: 14px 0;
	background: #f5f5f5;
	border-top: 2px solid #A020F0;
	text-align: center;
	margin-bottom: 50px;
}

.coupon__link a {
	font-size: 14px;
	color: #444444;
}

.coupon__link span {
	font-size: 14px;
	color: #A020F0;
}

.checkout__form h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.checkout__form .checkout__form__input p {
	color: #444444;
	font-weight: 500;
	margin-bottom: 10px;
}

.checkout__form .checkout__form__input p span {
	color: #A020F0;
}

.checkout__form .checkout__form__input input {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	margin-bottom: 25px;
	font-size: 14px;
	padding-left: 20px;
	color: #666666;
}

.checkout__form .checkout__form__input input::-webkit-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-moz-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input:-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::placeholder {
	color: #666666;
}

.checkout__form__input--invalid input {
	border-color: #dc3545;
	background-color: #fff8f8;
}

.checkout__field-error {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.35;
	color: #dc3545;
	font-weight: 500;
}

.checkout__form-banner {
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 500;
}

.checkout__form-banner--error {
	background: #fff5f5;
	border: 1px solid #f1c0c0;
	color: #a71d2a;
}

.checkout__form-banner--success {
	background: #f0fff4;
	border: 1px solid #b8e0c4;
	color: #1e6b3a;
}

.checkout__pay-wrap--invalid .checkout__pay-grid {
	outline: 2px solid #dc3545;
	outline-offset: 4px;
	border-radius: 8px;
}

.checkout__order__widget--invalid {
	outline: 2px solid #dc3545;
	outline-offset: 4px;
	border-radius: 4px;
}

.checkout__cart-hint {
	margin-bottom: 12px;
}

.checkout__form .checkout__form__checkbox {
	margin-bottom: 20px;
}

.checkout__form .checkout__form__checkbox label {
	display: block;
	padding-left: 24px;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	margin-bottom: 16px;
}

.checkout__form .checkout__form__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark {
	border-color: #A020F0;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark:after {
	border-color: #A020F0;
	opacity: 1;
}

.checkout__form .checkout__form__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__form .checkout__form__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.checkout__form .checkout__form__checkbox p {
	margin-bottom: 0;
}

.checkout__order {
	background: #f5f5f5;
	padding: 30px;
}

.checkout__order h5 {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 18px;
}

.checkout__order .site-btn {
	width: 100%;
}

.checkout__order__product {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 22px;
}

.checkout__order__product ul li {
	list-style: none;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	overflow: hidden;
	margin-bottom: 14px;
	line-height: 24px;
}

.checkout__order__product ul li:last-child {
	margin-bottom: 0;
}

.checkout__order__product ul li span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__product ul li .top__text {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: left;
}

.checkout__order__product ul li .top__text__right {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__product ul li.checkout__order__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	overflow: visible;
	float: none;
}

.checkout__order__product ul li.checkout__order__line .checkout__order__thumb {
	width: 52px;
	height: 52px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #fff;
	border: 1px solid #e8e8e8;
}

.checkout__order__product ul li.checkout__order__line .checkout__order__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	float: none;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 500;
}

.checkout__order__product ul li.checkout__order__line .checkout__order__qty {
	color: #666666;
	font-weight: 400;
}

.checkout__order__product ul li.checkout__order__line .checkout__order__price {
	float: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
}

.checkout__pay-wrap {
	border-bottom: none;
	padding-bottom: 0;
}

.checkout__pay-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.checkout__pay-card {
	display: block;
	margin: 0;
	cursor: pointer;
}

.checkout__pay-card input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.checkout__pay-card__inner {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 36px 1fr;
	grid-template-rows: auto auto;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	row-gap: 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding: 12px 14px;
	background: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 8px;
	-webkit-transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
	-o-transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
	min-height: 100%;
}

.checkout__pay-card:hover .checkout__pay-card__inner {
	border-color: #c9a0f0;
}

.checkout__pay-card input:checked + .checkout__pay-card__inner {
	border-color: #A020F0;
	background: #faf5ff;
	-webkit-box-shadow: 0 0 0 1px #A020F0;
	box-shadow: 0 0 0 1px #A020F0;
}

.checkout__pay-card__icon {
	grid-row: 1 / 3;
	grid-column: 1;
	font-size: 22px;
	color: #A020F0;
	line-height: 1;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
}

.checkout__pay-card__title {
	grid-column: 2;
	grid-row: 1;
	font-size: 13px;
	font-weight: 700;
	color: #111111;
	line-height: 1.25;
}

.checkout__pay-card__desc {
	grid-column: 2;
	grid-row: 2;
	font-size: 11px;
	color: #666666;
	line-height: 1.35;
	font-weight: 400;
}

.checkout__pay-card--soon .checkout__pay-card__inner {
	opacity: 0.92;
}

.checkout__pay-card--soon .checkout__pay-card__desc {
	color: #888888;
}

.checkout__card-panel {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dashed #e0d4f5;
}

.checkout__card-stage {
	perspective: 1100px;
	margin: 0 auto 20px;
	max-width: 360px;
}

.checkout__card-3d {
	position: relative;
	width: 100%;
	height: 210px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.checkout__card-3d--flipped {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.checkout__card-face {
	position: absolute;
	inset: 0;
	border-radius: 16px;
	padding: 22px 20px 18px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	color: #fff;
	-webkit-box-shadow: 0 18px 40px rgba(80, 20, 120, 0.35);
	box-shadow: 0 18px 40px rgba(80, 20, 120, 0.35);
}

.checkout__card-face--front {
	background: linear-gradient(135deg, #5b1fa8 0%, #a020f0 45%, #e879f9 100%);
}

.checkout__card-face--back {
	background: linear-gradient(135deg, #3d1578 0%, #6b21a8 100%);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.checkout__card-chip {
	width: 44px;
	height: 32px;
	border-radius: 6px;
	background: linear-gradient(135deg, #f5e6a8, #d4af37);
	margin-bottom: 18px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.checkout__card-brand {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	opacity: 0.95;
}

.checkout__card-number {
	font-size: 19px;
	letter-spacing: 0.12em;
	font-weight: 600;
	margin: 0 0 22px;
	font-family: "Courier New", Courier, monospace;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.checkout__card-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 12px;
}

.checkout__card-meta__item {
	min-width: 0;
}

.checkout__card-meta__item--exp {
	text-align: right;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.checkout__card-label {
	display: block;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.75;
	margin-bottom: 4px;
}

.checkout__card-value {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 180px;
}

.checkout__card-meta__item--exp .checkout__card-value {
	max-width: 72px;
}

.checkout__card-strip {
	height: 42px;
	background: #1a1a1a;
	margin: 24px -20px 16px;
}

.checkout__card-cvc-wrap {
	text-align: right;
	padding-right: 4px;
}

.checkout__card-cvc-box {
	display: inline-block;
	min-width: 48px;
	padding: 6px 10px;
	background: #fff;
	color: #111;
	border-radius: 4px;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-size: 14px;
}

.checkout__card-fields {
	margin-top: 4px;
}

.checkout__card-fields .checkout__form__input {
	margin-bottom: 12px;
}

.checkout__card-note {
	font-size: 11px;
	color: #777;
	line-height: 1.45;
	margin: 4px 0 0;
}

.checkout__payment-hint {
	margin-top: 12px;
	padding: 10px 12px;
	font-size: 12px;
	line-height: 1.45;
	border-radius: 8px;
	background: #fff8e6;
	border: 1px solid #f0dfa0;
	color: #6b5a20;
}

.checkout__payment-hint--ready {
	background: #f0fdf4;
	border-color: #86efac;
	color: #166534;
}

.checkout__payment-result {
	max-width: 520px;
	margin: 40px auto;
	padding: 28px 24px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #eee;
	text-align: center;
	-webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.checkout__payment-result__title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #111;
}

.checkout__payment-result__title--success {
	color: #15803d;
}

.checkout__payment-result__title--error {
	color: #b91c1c;
}

.checkout__payment-result__title--pending {
	color: #a020f0;
}

.checkout__payment-result__text {
	font-size: 14px;
	color: #555;
	line-height: 1.55;
	margin-bottom: 8px;
}

.checkout__payment-result__order {
	font-size: 13px;
	color: #333;
	margin-top: 12px;
}

.checkout__order__total {
	padding-top: 12px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.checkout__order__total ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.checkout__order__total ul li span {
	color: #A020F0;
	float: right;
}

.checkout__order__widget {
	padding-bottom: 10px;
}

.checkout__order__widget label {
	display: block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	position: relative;
	cursor: pointer;
	margin-bottom: 14px;
}

.checkout__order__widget label input {
	position: absolute;
	visibility: hidden;
}

.checkout__order__widget label input:checked~.checkmark {
	border-color: #A020F0;
}

.checkout__order__widget label input:checked~.checkmark:after {
	border-color: #A020F0;
	opacity: 1;
}

.checkout__order__widget label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__order__widget label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

/*---------------------
    Blog
-----------------------*/

.blog {
	padding-top: 70px;
	padding-bottom: 80px;
}

.blog__item {
	margin-bottom: 35px;
}

.blog__item__pic {
	height: 240px;
}

.blog__item__pic.large__item {
	height: 540px;
}

.blog__item__text {
	padding: 25px 20px 0 0;
	margin-right: 30px;
	background: #ffffff;
	margin-top: -54px;
}

.blog__item__text h6 {
	margin-bottom: 6px;
}

.blog__item__text h6 a {
	color: #111111;
	font-weight: 600;
	line-height: 21px;
}

.blog__item__text ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog__item__text ul li span {
	color: #111111;
}

.blog__item__text ul li:after {
	position: absolute;
	right: -17px;
	top: 0px;
	content: "|";
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text ul li:last-child:after {
	display: none;
}

.primary-btn.load-btn {
	color: #111111;
	background: #f2f2f2;
	padding: 12px 85px 10px;
	border-radius: 50px;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
	padding-left: 40px;
}

.blog__sidebar__item {
	margin-bottom: 50px;
}

.blog__sidebar__item:last-child {
	margin-bottom: 0;
}

.blog__sidebar__item .section-title {
	margin-bottom: 40px;
}

.blog__sidebar__item .section-title h4 {
	font-size: 16px;
}

.blog__sidebar__item .section-title h4:after {
	bottom: -7px;
}

.blog__sidebar__item ul li {
	list-style: none;
	line-height: 30px;
}

.blog__sidebar__item ul li a {
	font-size: 14px;
	color: #111111;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__item ul li a:hover {
	color: #A020F0;
}

.blog__sidebar__item ul li a:hover span {
	color: #111111;
}

.blog__sidebar__item ul li a span {
	float: right;
	color: #888888;
}

.blog__feature__item {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog__feature__item:last-child {
	margin-bottom: 0;
}

.blog__feature__item__pic {
	float: left;
	margin-right: 25px;
}

.blog__feature__item__text {
	overflow: hidden;
}

.blog__feature__item__text h6 {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 5px;
}

.blog__feature__item__text span {
	font-size: 12px;
	color: #888888;
	display: block;
}

.blog__sidebar__tags a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	border: 1px solid #f2f2f2;
	padding: 8px 14px 7px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__tags a:hover {
	color: #111111;
}

.blog__sidebar__tags a:last-child {
	margin-right: 0;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog__details__item {
	background: #ffffff;
	margin-bottom: 24px;
}

.blog__details__item__title {
	background: #ffffff;
	padding-top: 30px;
	padding-right: 30px;
	margin-top: -100px;
	position: relative;
	margin-right: 50px;
}

.blog__details__item__title .tip {
	font-size: 12px;
	color: #ffffff;
	background: #A020F0;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 2px 11px 1px;
	border-radius: 5px;
}

.blog__details__item__title h4 {
	color: #111111;
	font-weight: 600;
	line-height: 39px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.blog__details__item__title ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog__details__item__title ul li span {
	color: #111111;
}

.blog__details__item__title ul li:after {
	position: absolute;
	right: -17px;
	top: 0px;
	content: "|";
}

.blog__details__item__title ul li:last-child {
	margin-right: 0;
}

.blog__details__item__title ul li:last-child:after {
	display: none;
}

.blog__details__desc {
	margin-bottom: 40px;
}

.blog__details__desc p {
	font-size: 15px;
	color: #444444;
	line-height: 27px;
}

.blog__details__desc p:last-child {
	margin-bottom: 0;
}

.blog__details__quote {
	border-top: 2px solid #A020F0;
	position: relative;
	padding-top: 22px;
	margin-bottom: 20px;
}

.blog__details__quote .icon {
	height: 30px;
	width: 30px;
	font-size: 18px;
	color: #A020F0;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: -11px;
}

.blog__details__quote p {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 0;
}

.blog__details__tags {
	margin-bottom: 50px;
}

.blog__details__tags a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	border: 1px solid #f2f2f2;
	padding: 8px 14px 7px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__details__tags a:hover {
	color: #111111;
}

.blog__details__tags a:last-child {
	margin-right: 0;
}

.blog__details__btns {
	background: #f5f5f5;
	padding: 14px 30px;
	margin-bottom: 55px;
}

.blog__details__btn__item.blog__details__btn__item--next {
	text-align: right;
}

.blog__details__btn__item.blog__details__btn__item--next h6 a i {
	margin-right: 0;
	margin-left: 5px;
}

.blog__details__btn__item h6 a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #111111;
}

.blog__details__btn__item h6 a i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.blog__details__comment {
	position: relative;
}

.blog__details__comment h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog__details__comment .leave-btn {
	font-size: 14px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
}

.blog__details__comment .leave-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	width: 100%;
	background: #A020F0;
	content: "";
}

.blog__comment__item {
	margin-bottom: 35px;
}

.blog__comment__item:last-child {
	margin-bottom: 0;
}

.blog__comment__item.blog__comment__item--reply {
	padding-left: 115px;
}

.blog__comment__item__pic {
	float: left;
	margin-right: 25px;
}

.blog__comment__item__pic img {
	border-radius: 50%;
}

.blog__comment__item__text {
	overflow: hidden;
}

.blog__comment__item__text h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 14px;
}

.blog__comment__item__text p {
	font-size: 15px;
	color: #444444;
	line-height: 26px;
}

.blog__comment__item__text ul li {
	list-style: none;
	font-size: 12px;
	color: #888888;
	display: inline-block;
	margin-right: 25px;
}

.blog__comment__item__text ul li:last-child {
	margin-right: 0;
}

.blog__comment__item__text ul li i {
	font-size: 14px;
	color: #A020F0;
	margin-right: 5px;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact__address {
	margin-bottom: 45px;
}

.contact__address h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contact__address ul li {
	list-style: none;
	position: relative;
	margin-bottom: 20px;
}

.contact__address ul li:last-child {
	margin-bottom: 0;
}

.contact__address ul li h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact__address ul li h6 i {
	font-size: 16px;
	color: #A020F0;
	margin-right: 5px;
}

.contact__address ul li p {
	margin-bottom: 0;
	font-size: 15px;
	color: #444444;
}

.contact__address ul li span {
	font-size: 15px;
	color: #444444;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.contact__address ul li span:after {
	position: absolute;
	right: -15px;
	top: 11px;
	content: "|";
	line-height: 0;
}

.contact__address ul li span:last-child {
	margin-right: 0;
}

.contact__address ul li span:last-child:after {
	display: none;
}

.contact__form h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.contact__form form input {
	height: 50px;
	width: 100%;
	padding-left: 20px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-bottom: 20px;
}

.contact__form form input::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form input::-moz-placeholder {
	color: #444444;
}

.contact__form form input:-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::placeholder {
	color: #444444;
}

.contact__form form textarea {
	height: 130px;
	width: 100%;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-bottom: 14px;
	resize: none;
}

.contact__form form textarea::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-moz-placeholder {
	color: #444444;
}

.contact__form form textarea:-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::placeholder {
	color: #444444;
}

.contact__map {
	height: 780px;
}

.contact__map iframe {
	width: 100%;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
	.header {
		padding: 0 85px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header__menu ul {
		column-gap: 24px;
	}
	.header {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__menu ul {
		column-gap: 14px;
	}
	.header__menu ul li a {
		font-size: 15px;
	}
	.header__right__auth a {
		font-size: 11px;
	}
	.header__right__auth a:after {
		font-size: 10px;
	}
	.header__right__widget li {
		font-size: 17px;
	}
	.header__right__auth {
		margin-right: 5px;
	}
	.sidebar__filter a {
		padding: 5px 15px 5px 15px;
	}
	.nav::before {
		width: 240px;
	}
	.nav::after {
		width: 240px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.filter__controls li {
		margin-right: 15px;
	}
	.discount__pic img {
		height: auto;
	}
	.discount__text {
		height: auto;
	}
	.sidebar__filter a {
		position: relative;
		bottom: 0;
	}
	.filter-range-wrap .range-slider .price-input input {
		max-width: 27%;
	}
	.filter-range-wrap .range-slider .price-input {
		margin-bottom: 20px;
	}
	.product__details__pic {
		margin-bottom: 50px;
	}
	.nav::before {
		width: 125px;
	}
	.nav::after {
		width: 125px;
	}
	.discount__content {
		margin-bottom: 40px;
	}
	.checkout__order {
		margin-top: 20px;
	}
	.blog__sidebar {
		padding-left: 0;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #222;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 24px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #ffffff;
		padding: 90px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__close {
		position: absolute;
		width: 40px;
		height: 40px;
		right: 30px;
		top: 25px;
		border: 1px solid #ddd;
		border-radius: 50%;
		font-size: 26px;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 25px;
	}
	.offcanvas__widget {
		text-align: center;
		margin-bottom: 20px;
	}
	.offcanvas__widget li {
		list-style: none;
		display: inline-block;
		font-size: 18px;
		color: #111111;
		margin-right: 20px;
		cursor: pointer;
	}
	.offcanvas__widget li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget li a {
		font-size: 18px;
		color: #111111;
		position: relative;
	}
	.offcanvas__widget li a .tip {
		position: absolute;
		right: -12px;
		top: -11px;
		height: 18px;
		width: 18px;
		background: #111111;
		font-size: 10px;
		font-weight: 500;
		color: #ffffff;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
	}
	.offcanvas__auth a {
		font-size: 15px;
		color: #111111;
		position: relative;
		margin-right: 8px;
		font-weight: 500;
	}
	.offcanvas__auth a:last-child {
		margin-right: 0;
	}
	.offcanvas__auth a:last-child:after {
		display: none;
	}
	.offcanvas__auth a:after {
		position: absolute;
		right: -8px;
		top: -2px;
		content: "/";
		font-size: 13px;
	}
	.header__menu {
		display: none;
	}
	.header__right {
		display: none;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #222;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 24px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -270px;
		width: 270px;
		height: 100%;
		background: #ffffff;
		padding: 90px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__close {
		position: absolute;
		width: 40px;
		height: 40px;
		right: 30px;
		top: 25px;
		border: 1px solid #ddd;
		border-radius: 50%;
		font-size: 26px;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 25px;
	}
	.offcanvas__widget {
		text-align: center;
		margin-bottom: 20px;
	}
	.offcanvas__widget li {
		list-style: none;
		display: inline-block;
		font-size: 18px;
		color: #111111;
		margin-right: 20px;
		cursor: pointer;
	}
	.offcanvas__widget li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget li a {
		font-size: 18px;
		color: #111111;
		position: relative;
	}
	.offcanvas__widget li a .tip {
		position: absolute;
		right: -12px;
		top: -11px;
		height: 18px;
		width: 18px;
		background: #111111;
		font-size: 10px;
		font-weight: 500;
		color: #ffffff;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
	}
	.offcanvas__auth a {
		font-size: 15px;
		color: #111111;
		position: relative;
		margin-right: 8px;
		font-weight: 500;
	}
	.offcanvas__auth a:last-child {
		margin-right: 0;
	}
	.offcanvas__auth a:last-child:after {
		display: none;
	}
	.offcanvas__auth a:after {
		position: absolute;
		right: -8px;
		top: -2px;
		content: "/";
		font-size: 13px;
	}
	.header__menu {
		display: none;
	}
	.header__right {
		display: none;
	}
	.filter__controls {
		text-align: left;
		margin-bottom: 40px;
	}
	.filter__controls li {
		margin-right: 20px;
	}
	.discount__pic img {
		height: auto;
	}
	.discount__text {
		padding: 75px 40px 50px;
		height: auto;
	}
	.product__details__pic__left {
		height: auto;
	}
	.product__details__pic {
		margin-bottom: 30px;
	}
	.quantity {
		float: none;
		margin-right: 0;
	}
	.nav::before {
		display: none;
	}
	.nav::after {
		display: none;
	}
	.shop__cart__table {
		overflow-x: auto;
	}
	.shop__cart__table tbody tr .cart__product__item img {
		float: none;
		margin-right: 0;
		width: 70px;
		height: 70px;
		object-fit: cover;
		border-radius: 4px;
	}
	.cart__btn {
		text-align: center;
		margin-bottom: 25px;
	}
	.cart__btn.update__btn {
		text-align: center;
	}
	.discount__content h6 {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.discount__content {
		margin-bottom: 35px;
	}
	.blog__sidebar {
		padding-left: 0;
		padding-top: 40px;
	}
	.contact__content {
		margin-bottom: 40px;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.categories__item.categories__large__item {
		padding-left: 30px;
	}
	.banner__text h1 {
		font-size: 45px;
	}
	.filter__controls li {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.discount__text {
		padding: 75px 0px 50px;
	}
	.footer__newslatter form {
		text-align: center;
	}
	.footer__newslatter form input {
		margin-bottom: 10px;
	}
	.footer__newslatter form button {
		position: relative;
		right: 0;
		top: 0;
	}
	.product__details__button .cart-btn {
		float: none;
		margin-right: 0;
	}
	.product__details__button ul {
		float: none;
	}
	.nav-item {
		margin-right: 20px;
	}
	.blog__details__item__title {
		margin-right: 30px;
	}
	.blog__comment__item.blog__comment__item--reply {
		padding-left: 0;
	}
	.blog__comment__item__text ul li {
		margin-right: 5px;
	}
	.primary-btn.load-btn {
		padding: 12px 50px 10px;
	}
	.blog__comment__item__pic {
		float: none;
		margin-bottom: 20px;
	}
	.discount__content form {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}
}

/* Peri Toka — üst menü satır içi arama */
.peri-header-search-wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
}
.header__right__widget .peri-header-search-wrap,
.offcanvas__widget .peri-header-search-wrap {
	margin-right: 20px;
}
.peri-header-search-panel {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 1000;
	width: min(320px, 92vw);
	padding: 10px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.peri-header-search-form {
	display: flex;
	gap: 8px;
	margin: 0;
}
.peri-header-search-input {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	padding: 8px 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.peri-header-search-submit {
	flex-shrink: 0;
	font-size: 13px;
	padding: 8px 14px;
	border: none;
	background: #111111;
	color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
}
.peri-header-search-submit:hover {
	background: #333333;
}
.peri-header-search-toggle {
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	color: inherit;
	line-height: 1;
}
.peri-search-results-hint {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.peri-header-search-panel {
		right: -40px;
	}
}

/* ----- Peri Toka mobil (telefon) ----- */
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
	max-width: 100%;
}

img,
video,
iframe {
	max-width: 100%;
}

.container,
.container-fluid {
	max-width: 100%;
}

@media (max-width: 991px) {
	.header .container-fluid {
		padding-left: 12px;
		padding-right: 12px;
	}

	.header .container-fluid > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.categories .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.categories__item {
		margin-right: 0;
	}

	.shop .shop__sidebar {
		margin-bottom: 20px;
	}

	.peri-toka-shop-sort-bar .peri-toka-shop-sort-select,
	.peri-toka-shop-sort-bar #peri-toka-shop-sort {
		max-width: min(200px, 55vw);
	}
}

@media (max-width: 767px) {
	.categories {
		margin-top: 4px;
	}

	.categories__item {
		height: 172px !important;
		min-height: 172px;
		padding-left: 16px !important;
		margin-bottom: 0 !important;
		margin-right: 0 !important;
		background-size: cover !important;
		background-position: center center !important;
	}

	.categories__item.categories__large__item {
		height: 240px !important;
		min-height: 240px;
		padding-left: 18px !important;
	}

	.categories__item.categories__large__item .categories__text h1 {
		font-size: 28px !important;
		line-height: 1.2;
		margin-bottom: 8px;
	}

	.categories__text h4 {
		font-size: 17px;
		line-height: 1.3;
		margin-bottom: 2px;
	}

	.categories__text h4 + h4 {
		font-size: 15px;
		margin-top: 0;
	}

	.categories__text p {
		display: none;
	}

	.categories__text a {
		font-size: 14px;
		font-weight: 700;
		margin-top: 8px;
		padding-bottom: 4px;
		min-height: 36px;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}

	.categories__text a:after {
		height: 3px;
	}

	.categories__col-large {
		margin-bottom: 4px;
	}

	.categories__mini-row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.categories__mini-row > [class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.product__item__pic {
		height: auto;
		aspect-ratio: 4 / 5;
		max-height: 200px;
		min-height: 130px;
	}

	.product__item {
		margin-bottom: 16px;
	}

	.product__item__text h6 {
		font-size: 13px;
		line-height: 1.35;
	}

	.product__item__text .product__price {
		font-size: 14px;
	}

	.product__hover {
		bottom: 10px;
	}

	.banner__text h1 {
		font-size: 26px !important;
		line-height: 1.25;
	}

	.row.product-grid-tight {
		margin-left: -6px;
		margin-right: -6px;
	}

	.row.product-grid-tight > [class*="col-"] {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (max-width: 575px) {
	.categories__item {
		height: 160px !important;
		min-height: 160px;
		padding-left: 14px !important;
	}

	.categories__item.categories__large__item {
		height: 220px !important;
		min-height: 220px;
	}

	.categories__item.categories__large__item .categories__text h1 {
		font-size: 26px !important;
	}

	.categories__text h4 {
		font-size: 16px;
	}

	.categories__text h4 + h4 {
		font-size: 14px;
	}

	.categories__text a {
		font-size: 13px;
	}

	.product__item__pic {
		max-height: 168px;
		aspect-ratio: 1 / 1;
	}

	.header__logo img {
		max-width: min(190px, 50vw);
		max-height: 50px;
	}
}

/* ----- Mobil kullanıcı deneyimi ----- */
@media (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 1.5;
		-webkit-tap-highlight-color: rgba(160, 32, 240, 0.15);
	}

	body.has-mobile-bar {
		padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
	}

	.spad {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.product.spad {
		padding-top: 36px;
		padding-bottom: 40px;
	}

	.section-title {
		margin-bottom: 22px;
		text-align: center;
	}

	.section-title h4 {
		font-size: 17px;
	}

	.product .row > .col-lg-4.col-md-4 {
		text-align: center;
	}

	.canvas__open {
		width: 44px;
		height: 44px;
		line-height: 42px;
		right: 10px;
		top: 18px;
		z-index: 20;
	}

	.offcanvas-menu-wrapper {
		width: min(300px, 88vw);
		padding: 72px 16px 24px 20px;
	}

	.slicknav_nav a,
	.slicknav_nav .slicknav_row {
		font-size: 16px;
		padding: 12px 0;
	}

	.offcanvas__widget li a,
	.offcanvas__auth a {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
	}

	.product__hover {
		bottom: 8px;
		pointer-events: auto;
	}

	.product__hover li {
		opacity: 1;
		top: 0;
		margin-right: 6px;
	}

	.product__hover li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	}

	.product__item__text .rating {
		display: none;
	}

	.banner {
		padding: 28px 0;
		min-height: min(380px, 52vh);
		height: auto;
	}

	.banner .banner__item {
		min-height: min(280px, 42vh);
	}

	.banner__text {
		padding: 0 12px;
	}

	.banner__text span {
		font-size: 12px;
	}

	.banner__text a.site-btn,
	.banner__text a {
		min-height: 44px;
		line-height: 44px;
		padding: 0 22px;
		display: inline-block;
	}

	.peri-insta__header {
		padding: 24px 16px;
		text-align: center;
	}

	.peri-insta__heading {
		font-size: 22px;
	}

	.footer {
		padding-top: 40px;
		padding-bottom: 24px;
	}

	.footer__widget {
		margin-bottom: 24px;
	}

	.footer__widget ul li a,
	.footer__legal-links a {
		display: inline-block;
		padding: 6px 0;
		min-height: 36px;
		line-height: 1.4;
	}

	.footer__newslatter input,
	.footer__newslatter button,
	.form-control,
	.site-btn,
	button.site-btn {
		min-height: 44px;
		font-size: 16px;
	}

	.breadcrumb-option {
		padding: 16px 0;
	}

	.breadcrumb__links {
		font-size: 12px;
		line-height: 1.5;
	}

	.shop > .container > .row {
		display: flex;
		flex-direction: column;
	}

	.shop > .container > .row > .col-lg-9 {
		order: 1;
	}

	.shop > .container > .row > .col-lg-3 {
		order: 2;
	}

	.peri-shop-filters-toggle {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 48px;
		padding: 10px 14px;
		margin-bottom: 8px;
		border: 1px solid #ebebeb;
		border-radius: 8px;
		background: #fafafa;
		font-size: 15px;
		font-weight: 600;
		color: #111;
		cursor: pointer;
	}

	.peri-shop-filters-toggle__chev {
		transition: transform 0.2s ease;
	}

	.peri-shop-filters-toggle[aria-expanded="true"] .peri-shop-filters-toggle__chev {
		transform: rotate(180deg);
	}

	.peri-shop-filters-panel {
		display: none;
		padding-bottom: 8px;
	}

	.peri-shop-filters-panel.is-open {
		display: block;
	}

	.peri-toka-shop-sort-bar {
		justify-content: space-between !important;
		padding: 10px 0 12px;
	}

	.peri-toka-shop-sort-bar label {
		font-size: 13px;
	}

	.checkout input,
	.checkout select,
	.checkout textarea {
		font-size: 16px;
		min-height: 44px;
	}

	.peri-mobile-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 990;
		display: flex;
		align-items: stretch;
		background: #fff;
		border-top: 1px solid #ececec;
		box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
		padding-bottom: env(safe-area-inset-bottom, 0);
	}

	.peri-mobile-bar__item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		min-height: 52px;
		padding: 6px 4px;
		border: 0;
		background: transparent;
		color: #444;
		font-size: 10px;
		font-weight: 600;
		text-decoration: none;
		position: relative;
	}

	.peri-mobile-bar__item i {
		font-size: 19px;
	}

	.peri-mobile-bar__item.is-active,
	.peri-mobile-bar__item:active {
		color: #a020f0;
	}

	.peri-mobile-bar__badge {
		position: absolute;
		top: 4px;
		right: calc(50% - 22px);
		min-width: 18px;
		height: 18px;
		padding: 0 5px;
		border-radius: 999px;
		background: #a020f0;
		color: #fff;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
		text-align: center;
	}
}

@media (max-width: 767px) and (min-width: 576px) {
	.product__item__pic {
		max-height: 185px;
	}
}

/* ----- Mobil header logo ----- */
@media (max-width: 991px) {
	.header .container-fluid > .row {
		min-height: 72px;
		position: relative;
	}

	.header__logo {
		padding: 10px 52px 10px 12px;
		width: 100%;
		overflow: visible;
	}

	.header__logo img {
		display: block;
		max-height: 58px;
		max-width: min(240px, calc(100vw - 88px));
	}
}

/* ----- Hesap menüsü / profil kartı ----- */
.peri-user-skeleton {
	display: inline-block;
	width: 88px;
	height: 28px;
	background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
	background-size: 200% 100%;
	border-radius: 4px;
	animation: peri-user-skeleton-shimmer 1.2s ease-in-out infinite;
}

@keyframes peri-user-skeleton-shimmer {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: -100% 0;
	}
}

.peri-user-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ca1515;
	color: #ca1515;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}

.peri-user-avatar--lg {
	width: 44px;
	height: 44px;
	font-size: 14px;
}

.peri-user-menu {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.peri-user-menu__trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 8px 4px 4px;
	border: 1px solid #e8e8e8;
	border-radius: 24px;
	background: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	line-height: 1;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.peri-user-menu__trigger:hover,
.peri-user-menu.is-open .peri-user-menu__trigger {
	border-color: #ca1515;
	box-shadow: 0 2px 8px rgba(202, 21, 21, 0.12);
}

.peri-user-menu__name {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.peri-user-menu__chev {
	font-size: 10px;
	color: #999;
	transition: transform 0.2s;
}

.peri-user-menu.is-open .peri-user-menu__chev {
	transform: rotate(180deg);
}

.peri-user-menu__dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	min-width: 168px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	z-index: 1200;
	padding: 6px 0;
}

.peri-user-menu.is-open .peri-user-menu__dropdown {
	display: block;
}

.peri-user-menu__item {
	display: block;
	padding: 10px 16px;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}

.peri-user-menu__item:hover {
	background: #fafafa;
	color: #ca1515;
}

.peri-user-menu__item--logout {
	color: #ca1515;
	border-top: 1px solid #f0f0f0;
	margin-top: 4px;
	padding-top: 12px;
}

.header__right__auth [data-peri-toka-auth="user"] {
	display: inline-flex;
	align-items: center;
}

.header__right__auth [data-peri-toka-auth="user"] .peri-user-menu__trigger:after {
	display: none !important;
}

@media (max-width: 991px) {
	.header__right__auth [data-peri-toka-auth="user"] {
		display: none !important;
	}
}

.peri-user-card {
	margin-top: 12px;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.peri-user-card__head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 14px 12px;
	background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
	border-bottom: 1px solid #f0f0f0;
}

.peri-user-card__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.peri-user-card__greet {
	font-size: 15px;
	font-weight: 600;
	color: #111;
}

.peri-user-card__email {
	font-size: 12px;
	color: #888;
}

.peri-user-card__actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px 14px 14px;
}

.peri-user-card__btn {
	display: block;
	margin: 0 !important;
	padding: 12px 14px !important;
	text-align: center;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	position: relative;
}

.peri-user-card__btn:after {
	display: none !important;
}

.peri-user-card__btn:hover {
	border-color: #ca1515;
	color: #ca1515;
}

.peri-user-card__btn--logout {
	border-color: #ca1515;
	color: #ca1515;
}

/* ----- Offcanvas hesap linkleri (misafir) ----- */
.offcanvas__auth [data-peri-toka-auth="guest"] {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: stretch;
	margin-top: 12px;
}

.offcanvas__auth [data-peri-toka-auth="user"] {
	display: block;
	margin-top: 0;
}

.offcanvas__auth [data-peri-toka-auth="guest"] a {
	display: block;
	margin: 0 !important;
	padding: 12px 14px;
	text-align: center;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
}

.offcanvas__auth [data-peri-toka-auth="guest"] a:after {
	display: none !important;
}

/* ----- Siparişlerim / hesap sayfası ----- */
.peri-account-page.spad {
	padding-top: 40px;
	padding-bottom: 56px;
}

.peri-account-page__card {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 24px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.peri-account-page__card h4 {
	margin-bottom: 8px;
	font-weight: 600;
}

.peri-account-page__hint {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.peri-orders-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.peri-order-card {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

.peri-order-card__summary {
	display: grid;
	grid-template-columns: auto 1fr auto auto auto 24px;
	gap: 12px 16px;
	align-items: center;
	width: 100%;
	padding: 14px 16px;
	border: 0;
	background: #fafafa;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
}

.peri-order-card__summary:hover {
	background: #f3f3f3;
}

.peri-order-card__id {
	font-weight: 600;
	color: #111;
}

.peri-order-card__date {
	color: #666;
}

.peri-order-card__total {
	font-weight: 600;
	color: #ca1515;
	text-align: right;
}

.peri-order-card__pay,
.peri-order-card__status {
	font-size: 13px;
	color: #444;
	white-space: nowrap;
}

.peri-order-card__chevron {
	color: #999;
	transition: transform 0.2s ease;
}

.peri-order-card.is-open .peri-order-card__chevron {
	transform: rotate(180deg);
}

.peri-order-card__detail {
	display: none;
	padding: 12px 16px 16px;
	border-top: 1px solid #ebebeb;
}

.peri-order-card.is-open .peri-order-card__detail {
	display: block;
}

.peri-order-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
}

.peri-order-item + .peri-order-item {
	border-top: 1px solid #f0f0f0;
}

.peri-order-item__img {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #eee;
	flex-shrink: 0;
}

.peri-order-item__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.peri-order-item__name {
	font-size: 14px;
	font-weight: 500;
	color: #111;
}

.peri-order-item__meta {
	font-size: 13px;
	color: #666;
}

.peri-order-card__empty {
	font-size: 13px;
	color: #888;
}

@media (max-width: 991px) {
	.peri-order-card__summary {
		grid-template-columns: 1fr 1fr 24px;
		grid-template-rows: auto auto auto;
	}

	.peri-order-card__id {
		grid-column: 1;
		grid-row: 1;
	}

	.peri-order-card__date {
		grid-column: 2;
		grid-row: 1;
		text-align: right;
	}

	.peri-order-card__chevron {
		grid-column: 3;
		grid-row: 1 / span 2;
		justify-self: end;
	}

	.peri-order-card__total {
		grid-column: 1;
		grid-row: 2;
		text-align: left;
	}

	.peri-order-card__pay {
		grid-column: 2;
		grid-row: 2;
		text-align: right;
	}

	.peri-order-card__status {
		grid-column: 1 / -1;
		grid-row: 3;
	}
}

@media (max-width: 767px) {
	.peri-account-page__card {
		padding: 16px;
	}
}