:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/** Font Poppins **/
@font-face {
  font-family: "PoppinsBlack";
  src: url("../fonts/Poppins-Black.woff") format('woff');
}
@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/Poppins-Bold.woff") format('woff');
}
@font-face {
  font-family: "PoppinsExtraBold";
  src: url("../fonts/Poppins-ExtraBold.woff") format('woff');
}
@font-face {
  font-family: "PoppinsItalic";
  src: url("../fonts/Poppins-Italic.woff") format('woff');
}
@font-face {
  font-family: "PoppinsLight";
  src: url("../fonts/Poppins-Light.woff") format('woff');
}
@font-face {
  font-family: "PoppinsMedium";
  src: url("../fonts/Poppins-Medium.woff") format('woff');
}
@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/Poppins-Regular.woff") format('woff');
}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url("../fonts/Poppins-SemiBold.woff") format('woff');
}
/** Banner **/
.pembatas-navbar {
	margin-top: 80px;
}
/*** Desktop ***/
.footer-section {
	grid-template-areas: "company style" "payment-list payment-list" "follow follow";
}

/** Loading Section **/
.fs-section .flash-sale img.loading {
	position: relative;
	left: 50%;
	height: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/** Flickity Button Prev & Next **/
.fs-section .flickity-prev-next-button.previous {
	left: -25px;
}
.fs-section .flickity-prev-next-button.next {
	right: -25px;
}
.fs-section .flickity-button {
	background: transparent;
	color: #ffffff;
}
.fs-section .flickity-button:hover {
	background: transparent;
	color: #CEBFB4;
}
.fs-section .flickity-button:active {
	background: transparent;
	opacity: 1;
	outline: none;
}
.fs-section .flickity-button:focus {
	background: transparent;
	opacity: 1;
	outline: none;
	box-shadow: unset;
}
.fs-section .flickity-prev-next-button {
	width: 25px;
	height: 25px;
}

/** Flash Sale **/
.fs-section .title > div:first-child {
	font-family: "PoppinsRegular";
	font-size: 1rem;
	display: flex;
	align-items: center;
}
.fs-section > h5 {
	font-family: "PoppinsSemiBold";
	color: #f20552;
	font-size: 1rem;
	line-height: 1;
	margin-top: 4px;
	margin-bottom: 0;
}
.fs-section .title .time-countdown {
	background-color: #f20552;
	color: #fff;
	padding: 1px 8px;
	border-radius: 16px;
	font-size: .75em;
	margin-left: 7px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
}
.fs-section .title .time-list-content {
	flex: 1;
	margin-right: 25px;
}
.fs-section .title .time-list-content .kotak {
	padding: 4px 8px;
	border: 1px solid black;
	border-radius: 5px;
	margin-right: 10px;
	font-size: .8em;
	line-height: 1;
	width: 70px;
	text-align: center;
	cursor: pointer;
	color: black;
}
.fs-section .title .time-list-content .kotak.active {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #E2072C;
}
.fs-section .title .time-list-content .kotak.selected {
	border: 1px solid #fff;
}
.fs-section .title .lihat_semua {
	color: #470014;
}
.fs-section .title .lihat_semua > svg {
	color: #FFFFFF;
}
.fs-section .flash-sale .detail {
	min-height: 135px !important;
}
.fs-section .flash-sale .stock-produk {
	padding-top: 15px;
	font-size: .8rem;
	color: var(--red);
}
.fs-section .flash-sale .linebar-stock {
	width: 100%;
	height: 6px;
	background-color: #bfc0c1;
	border-radius: 10px;
}
.fs-section .flash-sale .linebar-stock::before {
	content: "";
	height: 6px;
	background-color: var(--red);
	display: block;
	border-radius: 10px;
}
.fs-section .flash-sale .linebar-stock.w0::before { width: 0%; }
.fs-section .flash-sale .linebar-stock.w5::before { width: 5%; }
.fs-section .flash-sale .linebar-stock.w10::before { width: 10%; }
.fs-section .flash-sale .linebar-stock.w15::before { width: 15%; }
.fs-section .flash-sale .linebar-stock.w20::before { width: 20%; }
.fs-section .flash-sale .linebar-stock.w25::before { width: 25%; }
.fs-section .flash-sale .linebar-stock.w30::before { width: 30%; }
.fs-section .flash-sale .linebar-stock.w35::before { width: 35%; }
.fs-section .flash-sale .linebar-stock.w40::before { width: 40%; }
.fs-section .flash-sale .linebar-stock.w45::before { width: 45%; }
.fs-section .flash-sale .linebar-stock.w50::before { width: 50%; }
.fs-section .flash-sale .linebar-stock.w55::before { width: 55%; }
.fs-section .flash-sale .linebar-stock.w60::before { width: 60%; }
.fs-section .flash-sale .linebar-stock.w65::before { width: 65%; }
.fs-section .flash-sale .linebar-stock.w70::before { width: 70%; }
.fs-section .flash-sale .linebar-stock.w75::before { width: 75%; }
.fs-section .flash-sale .linebar-stock.w80::before { width: 80%; }
.fs-section .flash-sale .linebar-stock.w85::before { width: 85%; }
.fs-section .flash-sale .linebar-stock.w90::before { width: 90%; }
.fs-section .flash-sale .linebar-stock.w95::before { width: 95%; }
.fs-section .flash-sale .linebar-stock.w100::before { width: 100%; }

/** Flash Sale, Kategori, Style, Rekomendasi, Terlaris **/
.fs-section .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.fs-section > h2 {
	font-family: "PoppinsBold";
	margin-bottom: 0;
	text-transform: uppercase;
}
.fs-section .title .lihat_semua {
	font-family: "PoppinsRegular";
}
.fs-section .flash-sale .img-frame {
	position: relative;
}
.fs-section .flash-sale .img-frame .logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
}
.fs-section .flash-sale .img-frame .logo.pira_kids {
	width: 40px;
	object-fit: contain;
}
.fs-section .flash-sale .img-frame .produk {
	border-radius: 10px 10px 0 0;
}
.fs-section .flash-sale .detail {
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.fs-section .flash-sale .detail .info-produk {
	margin-bottom: 4px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.fs-section .flash-sale .detail .info-disc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fs-section .flash-sale .detail .info-disc .pricelist {
	font-size: .85em;
	position: relative;
}
.fs-section .flash-sale .detail .info-disc .pricelist::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -2px;
	right: -2px;
	border-top: 3px solid #E2072C;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fs-section .flash-sale .detail .info-disc .disc {
	background-color: #E2072C;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: .9em;
	line-height: 1;
	font-family: "PoppinsSemiBold";
}
.fs-section .flash-sale .detail .harga-nett {
	font-family: "PoppinsSemiBold";
	font-size: 1.1em;
}

.fs-section {
	background-color: #EB9CA8;
}
.fs-section > h2 {
	color: #470014;
}
.fs-section .title > div:first-child {
	color: #470014;
}
.fs-section .title .time-countdown {
	background-color: #FFFFFF;
	color: #E2072C;
}

/*** Tablet ***/
@media (min-width: 576px) and (max-width: 991.99px) {
	/** Root Loading **/
	.root.loading {
		width: 120px !important;
		height: 120px !important;
	}
	/** Loading Section **/
	.fs-section .flash-sale img.loading {
		width: 15% !important;
	}
	/** Flash Sale **/
	.fs-section .flash-sale .stock-produk {
		line-height: 1.8;
	}
	.fs-section .title .time-list-content {
		max-width: 350px;
	}
	.fs-section {
		padding: 15px 5vw;
	}
	.fs-section .title {
		margin-bottom: 10px;
	}
	.fs-section .flash-sale .detail {
		padding: 7px 10px 10px;
		min-height: 109px;
		font-size: .85rem;
		line-height: 1.2;
	}
	/** Flash Sale, Terlaris **/
	.fs-section .flickity-slider > * {
		width: 30%;
	}
	.fs-section .flash-sale a {
		margin-right: 15px;
	}
}

/*** Desktop Only ***/
@media (min-width: 992px){
	/** Root Loading **/
	.root.loading {
		width: 150px !important;
		height: 150px !important;
	}
	/** Loading Section **/
	.fs-section .flash-sale img.loading {
		width: 10% !important;
	}
	/** Flash Sale **/
	.fs-section .flash-sale .stock-produk {
		line-height: 2;
	}
	.fs-section .title .time-list-content {
		max-width: 500px;
	}
	.fs-section {
		padding: 15px 7vw;
	}
	.fs-section .title {
		margin-bottom: 15px;
	}
	.fs-section .flash-sale .detail {
		padding: 5px 12px 10px;
		min-height: 130px;
		font-size: .86rem;
		line-height: 1.2;
	}
	/** Flash Sale, Terlaris **/
	.fs-section .flickity-slider > * {
		width: 16%;
	}
	.fs-section .flash-sale a {
		margin-right: 12px;
	}
	.slider-image-large .flickity-slider > * {
		width: 384px;
		height: 384px;
		margin-right: 15px;
	}
}

/*** Tablet ***/
@media (max-width: 991px){
	
	/** Loading Section **/
	.fs-section .flash-sale img.loading {
		width: 10% !important;
	}
	/** Flash Sale **/
	.fs-section .flash-sale .stock-produk {
		line-height: 2;
	}
	.fs-section .title .time-list-content {
		max-width: 500px;
	}
	.fs-section {
		padding: 15px 3vw;
	}
	.fs-section .title {
		margin-bottom: 15px;
	}
	.fs-section .flash-sale .detail {
		padding: 5px 12px 10px;
		min-height: 130px;
		font-size: .86rem;
		line-height: 1.2;
	}
	/** Flash Sale, Terlaris **/
	.fs-section .flickity-slider > * {
		width: 16%;
	}
	.fs-section .flash-sale a {
		margin-right: 12px;
	}
	
	/* Footer */
	.footer-section {
		grid-template-areas: "company style" "payment-list payment-list" "follow follow";
	}
}
/*** Mobile ***/
@media (max-width: 575px){
	
	.fs-section .flash-sale .detail {
		min-height: 131px !important;
	}
	
	/* Footer */
	.footer-section {
		grid-template-areas: "company style" "payment-list payment-list" "follow follow";
	}
}

/*** Mobile ***/
@media (max-width: 575.99px) {
	/** Root Loading **/
	.root.loading {
		width: 100px !important;
		height: 100px !important;
	}
	/** Loading Section **/
	.voucher-section img.loading,
	.banner-promo-section img.loading,
	.banner-landscape-section img.loading,
	.kategori-section .kategori img.loading,
	.style-section .style img.loading,
	.rekomendasi-section .rekomendasi img.loading,
	.terlaris-section .terlaris img.loading,
	.promo-other-section img.loading,
	.fs-section .flash-sale img.loading {
		width: 20% !important;
	}
	.pembatas-navbar {
		margin-top: 50px;
	}
	.info_pesanan .pesanan .detail_pesanan .produk .produk_img {
		padding: 2px 5px;
	}
	/** View Produk **/
	.detail-kategori-section .promo-banner-list, 
	.detail-kategori-section .promo-kategori-list, 
	.detail-terlaris-section .kategori-list, 
	.detail-rekomendasi-section .kategori-list, 
	.detail-gseries-section .gseries-list, 
	.detail-gseries-section .kategori-list {
		padding: 5px 0;
	}
	.detail-kategori-section .action, 
	.detail-konten-section .action, 
	.detail-terlaris-section .action, 
	.detail-rekomendasi-section .action, 
	.detail-gseries-section .action {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.konten-section .konten-slider-text {
		margin-bottom: 10px;
	}
	.detail-konten-section .konten-list {
		padding: 8px 10px;
	}
	.view-product-section .view-product {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 10px;
	}
	.view-product-section .view-product .detail .brand-style,
	.view-product-section .view-product .detail .kategori {
		margin-bottom: 1px;
	}
	/** Voucher **/
	.voucher-section .voucher .list {
		width: 140px;
		height: 70px;
		margin-right: 10px;
	}
	.voucher-section .voucher .list .info {
		font-size: .75rem;
	}
	.voucher-section .voucher .list .klaim {
		font-size: .7rem;
	}
	.voucher-section .voucher .list .cycle-left,
	.voucher-section .voucher .list .cycle-right {
		width: 25px;
		height: 25px;
	}
	/** Kategori Promo **/
	.banner-promo-section .banner-promo img {
		height: 150px;
	}
	.banner-promo-section .banner-promo > a {
		margin-bottom: 10px;
	}
	/** Voucher, Kategori Promo **/
	.voucher-section > h2,
	.banner-promo-section > h2 {
		font-size: 1.3rem;
	}
	/** Kategori **/
	.kategori-section .kategori a {
		width: 90px;
		height: 80px;
		margin-right: 3px;
	}
	.kategori-section .kategori img {
		height: 38px;
		width: 38px;
	}
	.kategori-section .kategori h5 {
		font-size: .65rem;
	}
	/** Flash Sale **/
	.fs-section .title .time-countdown {
		font-size: .65em !important;
		letter-spacing: unset;
	}
	.fs-section .flash-sale .stock-produk {
		line-height: 1.8;
	}
	.fs-section > h5 {
		font-size: .9rem;
	}
	.fs-section .title > div:first-child {
		font-size: .9rem;
	}
	.fs-section .title .time-list-content {
		font-size: .9rem;
		margin-bottom: 3px;
	}
	.fs-section .title .time-list-content .kotak {
		padding: 2px 6px;
		width: 50px;
		margin-right: 5px;
	}
	.fs-section .title .time-list-content {
		max-width: 35%;
	}
	.fs-section .title {
		height: 23px;
	}
	/** Kategori, Style **/
	.style-section .style a {
		margin-right: 10px;
	}
	.style-section .style .info > img {
		height: 135.6px;
		width: 170px;
	}
	.style-section .style .info > h5,
	.kategori-section .kategori h5 {
		margin: 10px 0;
	}
	/** Promo Other **/
	.promo-other-section .video {
		padding-bottom: 10px;
	}
	.promo-other-section .video .flickity-slider > * {
		width: 100%;
	}
	.promo-other-section .banner-square .flickity-slider > * {
		width: 48.5%;
		margin-right: 10px;
	}
	.promo-other-section .konten .flickity-slider > * {
		width: 40%;
	}
	.promo-other-section .konten a {
		margin-right: 10px;
	}
	.promo-other-section .konten .info h5 {
		font-size: .75rem;
		margin-bottom: 0;
	}
	/** Flash Sale, Kategori, Style, Rekomendasi, Terlaris **/
	.detail-kategori-section, 
	.detail-terlaris-section, 
	.detail-rekomendasi-section, 
	.detail-gseries-section,
	.view-product-section,
	.fs-section,
	.voucher-section,
	.banner-promo-section,
	.rekomendasi-section,
	.terlaris-section,
	.produk-baru-section,
	.style-section,
	.promo-other-section,
	.footer-section,
	.kategori-section {
		padding: 10px 3vw;
	}
	.promo-other-section {
		padding-bottom: 5px;
	}
	.detail-kategori-section, 
	.detail-konten-section, 
	.detail-terlaris-section, 
	.detail-rekomendasi-section, 
	.detail-gseries-section {
		padding-top: 0;
		padding-bottom: 0;
		background-color: white;
	}
	.fs-section .title,
	.rekomendasi-section .title,
	.terlaris-section .title,
	.produk-baru-section .title,
	.style-section .title,
	.kategori-section .title {
		margin-bottom: 10px;
	}
	.rekomendasi-section .title.custom,
	.terlaris-section .title.custom,
	.produk-baru-section .title.custom {
		margin-bottom: 27px;
	}
	.rekomendasi-section .rekomendasi,
	.terlaris-section .terlaris,
	.produk-baru-section .produk-baru,
	.informasi-produk-content .list-product {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 10px;
	}
	.rekomendasi-section .rekomendasi .img-frame .logo,
	.terlaris-section .terlaris .img-frame .logo,
	.produk-baru-section .produk-baru .img-frame .logo,
	.informasi-produk-content .list-product .img-frame .logo {
		top: 8px;
		left: 8px;
		width: 17px;
		height: 17px;
	}
	.rekomendasi-section .rekomendasi .img-frame .stok-habis,
	.terlaris-section .terlaris .img-frame .stok-habis,
	.produk-baru-section .produk-baru .img-frame .stok-habis,
	.informasi-produk-content .list-product .img-frame .stok-habis {
		font-weight: 500 !important;
		border-radius: 10px 10px 0 0 !important;
	}
	.view-product-section .view-product .detail,
	.fs-section .flash-sale .detail,
	.rekomendasi-section .rekomendasi .detail,
	.terlaris-section .terlaris .detail,
	.produk-baru-section .produk-baru .detail,
	.informasi-produk-content .list-product .detail {
		padding: 7px 10px 10px;
		min-height: 104px;
		font-size: .8rem;
		line-height: 1.2;
	}
	/** Flash Sale, Terlaris **/
	.fs-section .flickity-slider > * {
		width: 46%;
	}
	.fs-section .flash-sale a {
		margin-right: 10px;
	}
	.slider-image-large .flickity-slider > * {
		width: 100%;
	}
	img.img-navbar:first-child {
		margin-top: 2px;
	}
	img.img-navbar {
		width: 20px !important;
		height: 20px !important;
	}
	img.img-navbar-cart {
		width: 24px !important;
		height: 24px !important;
	}
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}