section#package-page {
	font-family: var(--default-font);
	margin: 60px var(--section-margin) 0 var(--section-margin);
	position: relative;
}

section#package-page h2 {
	font-family: var(--default-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 20px;
}

section#package-page h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

section#package-page .package-page__main-container {
	border-radius: 45px 45px 45px 45px;
	box-shadow: 0 0 24px 1px rgba(121, 160, 190, 0.24);
	background-color: white;
	display: flex;
	flex-direction: column;
}

section#package-page .package-page__main-flex {
	display: flex;
	flex-direction: row;
}


@media only screen and (max-width: 950px) {
	section#package-page .package-page__main-flex {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 576px) {
	section#package-page .package-page__main-container {
		border-radius: unset;
		box-shadow: unset;
		background-color: white;
	}
}

section#package-page .package-page__first-flex {

}

section#package-page .package-page__second-flex {
	max-width: 30%;
}

@media only screen and (max-width: 1440px) {
	section#package-page .package-page__second-flex {
		max-width: 40%;
	}
}

@media only screen and (max-width: 950px) {
	section#package-page .package-page__second-flex {
		max-width: unset;
	}
}

section#package-page .package-page__main-description h3 {
	font-family: var(--default-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
}

section#package-page .package-page__main-description p {
	text-align: justify;
}

section#package-page .package-page__main-description {

}

section#package-page .package-page__accessories-checklist-container h3 {
	font-family: var(--default-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
}

section#package-page .package-page__accessories-checklist-inner-container {
	max-height: 165px;
}

@media only screen and (max-width: 600px) {
	section#package-page .package-page__accessories-checklist-inner-container {
		max-height: unset;
	}
}

section#package-page .package-page__accessories-checklist {
	display: inline-flex;
}

section#package-page .package-page__accessories-checklist span {
	display: block;
	height: 20px;
	width: 20px;
	margin-left: 8px;
}

section#package-page .package-page__advisory-box {
	border-radius: 22.5px 22.5px 22.5px 22.5px;
	/*box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);*/
	background-color: #f5f5f5;
}

section#package-page .package-page__advisory-box-image {
	margin: 15px 15px;
	min-height: 50px;
	min-width: 50px;
}

section#package-page .package-page__advisory-box img {
	max-width: 100px;
	max-height: 100px;
	aspect-ratio: 1 / 1;
}

section#package-page .package-page__advisory-box p {
	font-size: 14px;
	margin: 15px 0 15px 15px;
	text-align: justify;
	line-height: 30px;
}

section#package-page .package-page__advisory-box p span {
	font-weight: bold;
	color: var(--btn-primary-color);
	text-decoration: underline;
	cursor: pointer;
}

section#package-page .package-page__test-device {
	z-index: 1;
	position: relative;
	margin: 20px auto;
	max-width: 250px;
}

@media (pointer: fine) {
	section#package-page .package-page__test-device {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	section#package-page .package-page__advisory-box-image {
		margin: 15px auto;
	}

	section#package-page .package-page__advisory-box p {
		font-size: 14px;
		margin: 0 15px 15px 15px;
		text-align: justify;
	}
}

section#package-page .package-page__showcase {
	border-radius: 45px 45px 45px 45px;
	/*box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);*/
	background-color: #EAF5FD;
	/*height: 100%;*/
	justify-content: space-between;
}

@media only screen and (max-width: 950px) {
	section#package-page .package-page__showcase {
		border-radius: unset;
		box-shadow: unset;
		background-color: unset;
	}
}

section#package-page .package-page__showcase .package-page__gallery {
	min-width: 200px;
	max-width: 100%;
	/*min-height: 400px;*/
	max-height: 800px;
}

section#package-page .package-page__showcase .package-page__gallery .package-page__gallery-main-container {
	height: 100%;
	max-width: 80%;
}

section#package-page .package-page__showcase .package-page__gallery .package-page__gallery-secondary-container {
	height: 100%;
	max-width: 20%;
	margin: 0 auto;
}

section#package-page .package-page__showcase .package-page__gallery .package-page__gallery-main-container img {
	margin: 1em;
	max-width: 100%;
	min-height: 200px;
	max-height: 600px;
	object-fit: cover;
}

section#package-page .package-page__showcase .package-page__gallery .package-page__gallery-secondary-container img {
	margin: 0.4em;
	max-width: 100%;
	object-fit: cover;
}

section#package-page .package-page__showcase__price {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 10px 20px;
}

section#package-page .package-page__showcase__price h4 {
	font-family: var(--default-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
}

@media only screen and (max-width: 1100px) {
	section#package-page .package-page__showcase__price h4 {
		font-size: 15px;
	}
}

@media only screen and (max-width: 950px) {
	section#package-page .package-page__showcase__price h4 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 490px) {
	section#package-page .package-page__showcase__price h4 {
		font-size: 15px;
	}
}

section#package-page .package-page__showcase__size {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 10px 20px;
}

section#package-page .package-page__showcase__size h6 {
	display: flex;
	margin: auto 0;
	color: #08416E;
	cursor: pointer;
}

section#package-page .package-page__showcase__size h6 i {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	/*filter: brightness(0) saturate(100%) invert(25%) sepia(60%) saturate(587%) hue-rotate(167deg) brightness(97%) contrast(89%);*/
}

@media only screen and (max-width: 490px) {
	section#package-page .package-page__showcase__size h6 {
		font-size: 15px;
	}
}

section#package-page .shop-page__add-to-card {
	z-index: 1;
	position: relative;
	margin: 10px 20px 20px 20px;
	height: 45px;
}

section#package-page .shop-page__add-to-card #cart-counter-container {
	display: none;
	position: relative;
	margin: 0 0 0 auto;
	place-content: space-around;
	direction: ltr;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	width: min-content;
	height: 45px;
	line-height: 30px;
}

section#package-page .shop-page__add-to-card #cart-counter-container p#abs {
	position: absolute;
	font-size: 14px;
	font-weight: 500;
	left: -117px;
	top: 8px;
}

section#package-page .shop-page__add-to-card #cart-counter-container p#abs a {
	text-decoration: none;
	color: #0e71bb;
}

section#package-page .shop-page__add-to-card #cart-counter-container span#counter {
	min-width: 30px;
	text-align: center;
}

section#package-page .shop-page__add-to-card #cart-counter-container span#counter,
section#package-page .shop-page__add-to-card #cart-counter-container span#minus,
section#package-page .shop-page__add-to-card #cart-counter-container span#plus,
section#package-page .shop-page__add-to-card #cart-counter-container span#trash {
	cursor: default;
	height: var(--width);
	margin: auto;
	--width: 36px;
}


section#package-page .shop-page__add-to-card #cart-counter-container span#minus:not(.loading),
section#package-page .shop-page__add-to-card #cart-counter-container span#plus:not(.loading),
section#package-page .shop-page__add-to-card #cart-counter-container span#trash:not(.loading) {
	cursor: pointer;
}

section#package-page .shop-page__add-to-card #cart-counter-container span#counter {
	min-width: 36px;
	text-align: center;
	line-height: var(--width);
}

section#package-page .shop-page__add-to-card #cart-counter-container span#minus:before {
	content: "";
	background: no-repeat center/calc(var(--width)/2) url("/static/images/gtwMinus.svg");
	color: var(--btn-primary-color);
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: var(--width);
	height: var(--width);
}

section#package-page .shop-page__add-to-card #cart-counter-container span#trash:before {
	content: "";
	background: no-repeat center/calc(var(--width)/2) url("/static/images/gtwTrash.svg");
	color: var(--btn-primary-color);
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: var(--width);
	height: var(--width);
}

section#package-page .shop-page__add-to-card #cart-counter-container span#plus:before {
	content: "";
	background: no-repeat center/calc(var(--width)/2) url("/static/images/gtwPlus.svg");
	color: var(--btn-primary-color);
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: var(--width);
	height: var(--width);
}

section#package-page .shop-page__add-to-card #cart-counter-container span.loading:before {
	content: "";
	background: no-repeat center/calc(var(--width)/2) url("/static/images/gtwLoading.svg") !important;
	color: var(--btn-primary-color);
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: var(--width);
	height: var(--width);
}


/** quick help */
section#package-page .package-page__quick-help-container {
	margin-top: 134px;
}


section#package-page .package-page__quick-help {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

section#package-page .package-page__quick-help__box {
	position: relative;
	--width: 200px;
	min-width: var(--width);
	max-width: var(--width);
	min-height: var(--width);
	max-height: var(--width);
	background-color: white;
	border-radius: 45px 45px 45px 45px;
	box-shadow: 0 0 24px 1px rgba(121, 160, 190, 0.24);
	margin: auto;
}

section#package-page .package-page__quick-help__box i {
	position: absolute;
	bottom: 7px;
	left: 47%;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}

section#package-page .package-page__quick-help__box img.arrow {
	z-index: -1;
	position: absolute;
}

@keyframes UpFloat {
	0% {
		translate: 0 0;
	}
	50% {
		translate: 0 -10px;
	}
	100% {
		translate: 0 0;
	}
}
@keyframes Rotate {
	0% {
		rotate: 0;
	}
	50% {
		rotate: 170deg;
	}
	100% {
		rotate: 0;
	}
}
@keyframes DownFloat {
	0% {
		translate: 0 0;
	}
	50% {
		translate: 0 10px;
	}
	100% {
		translate: 0 0;
	}
}
section#package-page .package-page__quick-help-container .package-page__quick-help__box:hover img:not(.arrow) {
	animation: UpFloat 700ms ease-out infinite, Rotate 1s ease-in-out;
}
section#package-page .package-page__quick-help-container:hover .package-page__quick-help__box:nth-child(2n) img.arrow {
	animation: UpFloat 6s ease-in-out infinite;
}
section#package-page .package-page__quick-help-container:hover .package-page__quick-help__box:nth-child(2n+1) img.arrow {
	animation: DownFloat 6s ease-in-out infinite;
}
section#package-page .package-page__quick-help__box:nth-of-type(1) img.arrow {
	bottom: -70px;
	right: 150px;
	left: -150px;
}
section#package-page .package-page__quick-help__box:nth-of-type(2) img.arrow {
	top: -70px;
	right: 150px;
	left: -150px;
	transform: rotate(180deg) rotateY(180deg);
}
section#package-page .package-page__quick-help__box:nth-of-type(3) img.arrow {
	bottom: -70px;
	right: 150px;
	left: -150px;
}
section#package-page .package-page__quick-help__box:nth-of-type(4) img.arrow {
	top: -70px;
	right: 150px;
	left: -150px;
	transform: rotate(180deg) rotateY(180deg);
}

section#package-page .package-page__quick-help__box img:not(.arrow) {
	min-width: 100%;
	min-height: 100px;
	aspect-ratio: 1 / 1;
}

section#package-page .package-page__quick-help__box span {
	text-align: center;
	font-weight: 500;
	margin-bottom: 37px !important;
	color: #174773;
	font-size: 15px;
}

@media only screen and (max-width: 1700px) {
	section#package-page .package-page__quick-help__box:nth-of-type(1) img.arrow {
		bottom: -70px;
		right: 110px;
		left: -120px;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(2) img.arrow {
		top: -70px;
		right: 110px;
		left: -120px;
		transform: rotate(180deg) rotateY(180deg);
	}
	section#package-page .package-page__quick-help__box:nth-of-type(3) img.arrow {
		bottom: -70px;
		right: 110px;
		left: -120px;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(4) img.arrow {
		top: -70px;
		right: 110px;
		left: -120px;
		transform: rotate(180deg) rotateY(180deg);
	}
}

@media only screen and (max-width: 1300px) {
	section#package-page .package-page__quick-help__box {
		--width: 170px;
	}

	section#package-page .package-page__quick-help__box img:not(.arrow) {
		min-width: 100%;
		min-height: 60px;
		aspect-ratio: 1 / 1;
	}
}

@media only screen and (max-width: 1000px) {
	section#package-page .package-page__quick-help-container {
		margin-top: 50px;
	}

	section#package-page .package-page__quick-help {
		display: grid;
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(1) {
		grid-row: 1;
		grid-column: 1 / 3;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(3) {
		grid-row: 1;
		grid-column: 3 / 5;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(5) {
		grid-row: 2;
		grid-column: 2 / 3;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(2) {
		grid-row: 1;
		grid-column: 2 / 4;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(4) {
		grid-row: 2;
		grid-column: 3 / 4;
	}
	section#package-page .package-page__quick-help__box img.arrow {
		display: none;
	}
	/*section#package-page .package-page__quick-help__box:nth-of-type(1) img.arrow {*/
	/*	top: -50px;*/
	/*	right: 80px;*/
	/*	left: -80px;*/
	/*	transform: rotateY(180deg) rotate(180deg);*/
	/*}*/
	/*section#package-page .package-page__quick-help__box:nth-of-type(2) img.arrow {*/
	/*	top: 0;*/
	/*	right: 140px;*/
	/*	left: -140px;*/
	/*	transform: rotateY(180deg) rotate(300deg);*/
	/*}*/
	/*section#package-page .package-page__quick-help__box:nth-of-type(3) img.arrow {*/
	/*	bottom: -50px;*/
	/*	right: 100px;*/
	/*	left: -100px;*/
	/*	transform: rotateY(181deg);*/
	/*}*/
	/*section#package-page .package-page__quick-help__box:nth-of-type(4) img.arrow {*/
	/*	top: -50px;*/
	/*	right: -90px;*/
	/*	left: 90px;*/
	/*	transform: rotateY(180deg) rotate(180deg);*/
	/*}*/
}

@media only screen and (max-width: 900px) {
	section#package-page .package-page__quick-help__box {
		--width: 150px;
	}

	section#package-page .package-page__quick-help__box img:not(.arrow) {
		min-width: 100%;
		min-height: 60px;
		aspect-ratio: 1 / 1;
	}
}

@media only screen and (max-width: 820px) {
	section#package-page .package-page__quick-help {
		display: grid;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(1) {
		grid-row: 1 / 3;
		grid-column: 1 / 3;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(2) {
		grid-row: 2 / 4;
		grid-column: 3 / 5;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(3) {
		grid-row: 3 / 6;
		grid-column: 1 / 3;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(4) {
		grid-row: 4 / 7;
		grid-column: 3 / 5;
	}
	section#package-page .package-page__quick-help__box:nth-of-type(5) {
		grid-row: 6 / 8;
		grid-column: 1 / 3;
	}
	section#package-page .package-page__quick-help__box {
		--width: 180px;
	}
	section#package-page .package-page__quick-help__box img:not(.arrow) {
		min-width: 100%;
		min-height: 80px;
		aspect-ratio: 1 / 1;
	}
}


@media only screen and (max-width: 600px) {
	section#package-page .package-page__quick-help__box {
		--width: 150px;
	}
	section#package-page .package-page__quick-help__box img:not(.arrow) {
		min-width: 100%;
		min-height: 60px;
		aspect-ratio: 1 / 1;
	}
}

@media only screen and (max-width: 576px) {
	section#package-page .package-page__main-description {
		margin-top: 50px !important;
	}
}

@media only screen and (max-width: 440px) {
	section#package-page .package-page__quick-help__box {
		--width: 140px;
	}
	section#package-page .package-page__quick-help__box img:not(.arrow) {
		min-width: 100%;
		min-height: 20px;
		aspect-ratio: 1 / 1;
	}
}
