@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background-color: transparent;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: none;
  outline-style: none;
  outline-width: 0;
  color: #161316;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  outline-style: none;
  outline-width: 0;
  color: #161316;
  text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
[contenteditable="true"]:focus {
  outline: none;
}
*:focus {
  outline: none;
}

img {
  margin: 0;
  padding: 0;
  outline-style: none;
  outline-width: 0;
  max-width: 100%;
  height: auto;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #8a898a;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
  overflow-x: hidden;
}

.clr {
  font-size: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.left {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: left;
}
.right {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

strong {
  font-weight: 700;
}
em {
  font-style: italic;
}

.img-left {
  float: left;
  margin: 10px 30px 30px 0;
}
.img-right {
  float: right;
  margin: 10px 0 30px 30px;
}

.container {
  max-width: 1200px;
}
.row {
  margin: 0 -10px;
}
[class*="col"] {
  padding: 0 10px;
}

.text-color--black {
  color: #161316;
}

/* 	-----------------------------------------------------
-------------------- Header Styles ------------------ 
----------------------------------------------------- */
.header-section {
  background-color: transparent;
  width: 100%;
  padding: 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  /* transition: padding .4s ease-in-out; */
}
.header-section.sticky {
  padding: 10px 0;
  position: default;
  top: 0;
  z-index: 999;
  transition: padding 0.4s ease-in-out;
}
/* background-color: rgba(255,255,255,0.8); */

.header-section .logo {
  float: left;
  padding: 10px 0;
}
.header-section .menu {
  float: right;
}
.header-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-section ul li {
  margin: 0 0 0 16px;
  padding: 0;
  float: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.header-section ul li a {
  color: #161316;
  padding: 16px 24px 16px 0px;
  display: block;
}
.header-section .link--active {
  color: #e41b87;
}
.header-section ul li a:hover {
  color: #e41b87 !important;
  transition: color 0.4s ease-in-out;
}
.link:hover {
  color: #e41b87 !important;
  transition: color 0.4s ease-in-out;
}
.header-section ul li.contact a {
  color: #ffffff;
  background-color: #161316;
  border-radius: 50px;
  padding: 16px 40px;
  display: block;
}
.header-section ul li.contact a:hover {
  color: #e41b87;
  transition: color 0.4s ease-in-out;
}

.navbar-collapse {
  background-color: #f5f5f7;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.navbar-toggler[aria-expanded="true"] {
  background-color: #f5f5f7;
}

/* 	-----------------------------------------------------
-------------------- Banner Styles ------------------
----------------------------------------------------- */
/* #aca6a6 */
.banner-section {
  background-image: url("../images/m/1-home-hero-3000-jpg-2.jpg"),
    url("../images/m/1-home-hero-3000-jpg-2.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top;
  background-size: 1512px, auto;
  background-position-y: -64px;
  min-height: 1120px;
}
.banner-section .top-section {
  padding: 260px 0;
  text-align: center;
}
.banner-section h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
  color: #161316;
  padding: 5px 0;
}
.banner-section h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  color: #161316;
  padding: 5px 0;
}
.banner-section h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  color: #161316;
  padding: 5px 0;
  max-width: 850px;
  margin: 0 auto;
}
.banner-section p {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  color: #727073;
  padding: 5px 0;
}
.banner-section .top-section .btn-link01,
.banner-section .top-section .btn-link02 {
  display: inline-block;
  padding: 50px 0;
}
.banner-section .bot-section {
  padding: 560px 0 150px 0;
}
.banner-section .bot-section .btn-link01 {
  padding-top: 30px;
}

.product-banner-section {
  /* background: #aca6a6 url("../images/m/20-product-hero-min.jpeg") no-repeat top center;  */
  background-image: url("../images/m/20-product-hero-min.jpeg"),
    url("../images/m/20-product-hero-min.jpeg");
  background-repeat: no-repeat, no-repeat;
  background-position: right, center;
  background-size: auto, cover;
  min-height: 985px;
  padding: 260px 0;
}
.product-banner-section h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
  color: #161316;
  padding: 15px 0;
}
.product-banner-section p {
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
  color: #161316;
  padding: 15px 0;
}
.product-banner-section .btn-link01 {
  padding: 30px 0;
}

.banner-award {
  max-height: 50px;
  margin-left: 4px;
}

/* 	-----------------------------------------------------
------------------- Content Styles ------------------
----------------------------------------------------- */
.content-section {
  min-height: 400px;
}
.content-section h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
  color: #161316;
  padding: 5px 0;
}
.content-section h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  color: #161316;
  padding: 5px 0;
}
.content-section h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  color: #161316;
  padding: 5px 0;
}
.content-section h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  color: #161316;
  padding: 5px 0;
}
.content-section h5 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #161316;
  padding: 5px 0;
}
.content-section h6 {
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
  color: #161316;
  padding: 5px 0;
}

.content-section p {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  color: #8a898a;
  padding: 5px 0;
}
.content-section p small {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.content-section ul {
  margin: 0;
  padding: 10px 20px;
  list-style: disc;
}
.content-section ul li {
  font-size: 32px;
  font-weight: normal;
  line-height: 52px;
  color: #8a898a;
  margin: 5px 0;
}
.content-section ul ul {
  list-style: circle;
}
.content-section ol {
  margin: 0;
  padding: 10px 25px;
  list-style: decimal-leading-zero;
}
.content-section ol li {
  font-size: 32px;
  font-weight: normal;
  line-height: 52px;
  color: #8a898a;
}
.content-section ol ol {
  list-style: lower-roman;
}

.btn-link01 a {
  margin: 0;
  padding: 16px 40px;
  width: auto;
  height: 62px;
  background-color: #161316;
  border: none;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  transition: color 0.4s ease-in-out;
}
.btn-link01 a:hover {
  color: #e41b87;
  transition: all 0.4s ease-in-out;
}

.btn-link02 a {
  margin: 12px 40px;
  padding: 0;
  width: auto;
  height: 38px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #161316;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  display: inline-block;
  transition: color 0.4s ease-in-out;
}
.btn-link02 a:hover {
  border-bottom: 2px solid rgba(0, 0, 0, 1);
  transition: all 0.4s ease-in-out;
}

.home-section-01 {
  padding: 150px 0;
}
.home-section-01 .box {
  min-height: 424px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f7;
  border-radius: 8px;
}
.home-section-01 .box figure {
  margin: 0;
  padding: 0;
}
.home-section-01 .box article {
  margin: 0;
  padding: 24px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #161316;
}

.home-section-01 .mobile-carousel .box {
  min-height: inherit;
  background-color: #f5f5f7;
  border-radius: 8px;
}
.home-section-01 .mobile-carousel .box figure {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}
.home-section-01 .mobile-carousel .box article {
  margin: 0;
  padding: 100px 0;
  width: 50%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #161316;
  text-align: left;
}

.home-section-02 {
  padding: 140px 0;
  min-height: 1000px;
  background: #f5f5f7 url("../images/home-connectivity.png") no-repeat bottom;
}
.home-section-02 p {
  padding: 25px 0;
}
.home-section-02 p span {
  color: #e41b87;
}

.home-section-03 {
  padding: 125px 0;
}
.home-section-03 p {
  padding: 25px 0;
}
/* .product-carousel {width: 100% !important;} */
.product-carousel img {
  width: auto !important;
}

.home-section-04 {
  padding: 0;
}
.home-section-04 img {
  border-radius: 8px;
}
.home-section-04 h2,
.home-section-04 p {
  padding: 20px 0;
}
.home-section-04 .quote--p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.home-section-04 h2 span {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 52px;
  color: #8a898a;
  text-transform: uppercase;
}
.home-section-04 p span {
  display: block;
  font-size: 28px;
  color: #161316;
}

.home-section-05 {
  padding: 90px 0;
}
.home-section-05 img {
  border-radius: 8px;
}
.home-section-05 h2,
.home-section-05 p {
  padding: 20px 0;
}
.home-section-05 .quote--p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.home-section-05 h2 span {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 52px;
  color: #8a898a;
  text-transform: uppercase;
}
.home-section-05 p span {
  display: block;
  font-size: 28px;
  color: #161316;
}

.home-section-06 {
  padding: 90px 0 90px 0;
}
.home-section-06 img {
  border-radius: 8px;
}
.home-section-06 h2,
.home-section-06 p {
  padding: 20px 0;
}
.home-section-06 .quote--p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.home-section-06 h2 span {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 52px;
  color: #8a898a;
  text-transform: uppercase;
}
.home-section-06 p span {
  display: block;
  font-size: 28px;
  color: #161316;
}

.home-section-07 {
  padding: 90px 0;
}
.home-section-07 h2,
.home-section-07 p {
  padding: 20px 0;
}
.home-section-07 ul {
  margin: 50px 0;
  padding: 0;
  list-style: none;
}
.home-section-07 ul li {
  margin: 0;
  padding: 25px;
  width: 33.333%;
  float: left;
  text-align: center;
}

.home-section-08 {
  padding: 150px 0;
}
.home-section-08 img {
  border-radius: 8px;
}
.home-section-08 .row {
  margin: -10px;
}
.home-section-08 [class*="col-"] {
  padding: 10px;
}
.home-section-08 .img-content {
  position: relative;
}
.home-section-08 .img-content figure {
  margin: 0;
  padding: 0;
}
.home-section-08 .img-content section {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  text-align: center;
}
.home-section-08 .img-content section h2 {
  color: #ffffff;
}
.home-section-08 .img-content section .btn-link01 a {
  background-color: #ffffff;
  color: #161316;
  margin: 50px auto;
}

.product-section-01 {
  padding: 140px 0;
}
/* .products-carousel {width: 115% !important;} */
.product-section-01 img {
  border-radius: 8px;
}

.product-section-02 {
  padding: 140px 0;
}
.product-section-02 h2 {
  padding-top: 100px;
}

.product-section-03 {
  padding: 300px 0 50px 0;
  /* background: #aca6a6 url("../images/product-smokes-01.png") no-repeat top/cover;  */
  /* min-height: 750px; */
}

.smokes--background {
  background-image: url(../images/m/27-product-smokes-large-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1336px;
}

.product-section-04 {
  padding: 220px 0 50px 0;
  background: #aca6a6 url("../images/product-smokes-02.png") no-repeat
    bottom/cover;
  min-height: 750px;
}
.product-section-04 p small {
  color: #161316;
  position: relative;
}
.product-section-04 p small::after {
  content: "";
  position: absolute;
  right: -150px;
  top: 20px;
  width: 120px;
  height: 4px;
  background-color: #e41b87;
}

.product-section-05 {
  padding: 140px 0 50px 0;
}

.product-section-06 {
  padding: 0 0 140px 0;
}
.product-section-06 p small {
  color: #161316;
  position: relative;
}
.product-section-06 p small::after {
  content: "";
  position: absolute;
  left: -150px;
  top: 15px;
  width: 120px;
  height: 4px;
  background-color: #e41b87;
}
/* .product-section-06 p {font-size: 28px; line-height: 40px;} */
.product-section-06 p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.product-section-07 {
  padding: 140px 0 60% 0;
  background: #aca6a6 url("../images/m/29-product-insights-min.jpeg") no-repeat;
  background-position-x: center;
  background-position-y: -100px;
  background-size: cover;
}

.product-section-08 {
  padding: 140px 0;
}
.product-section-08 h2 {
  margin-top: 100px;
}

/* 	-----------------------------------------------------
-------------------- Personal alarm Styles ------------------
----------------------------------------------------- */

.pers-section-cta {
  padding: 140px 0 140px 0;
  background-color: #f5f5f7;
}

.productLink-p a {
  color: #e41b87;
  /* font-size: 24px; */
  font-weight: 500;
  line-height: 44px;
  padding: 5px 0;
}

.productLink-p a:hover {
  text-decoration: underline;
}

.product_ul-container .product__ul {
  margin: 0;
  padding: 10px 20px;
  list-style: disc;
}
.product_ul-container .product__ul li {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #8a898a;
  margin: 5px 0;
}
.product_ul-container .product__ul ul {
  list-style: disc;
}
.product_ul-container .product__ol {
  margin: 0;
  padding: 10px 25px;
  list-style: decimal-leading-zero;
}
.product_ul-container .product__ol li {
  font-size: 32px;
  font-weight: normal;
  line-height: 52px;
  color: #8a898a;
}
.product_ul-container .product__ol ol {
  list-style: lower-roman;
}

.product-speak-mobile {
  padding-bottom: 160px;
}

.product-pendants-mobile {
  padding-bottom: 160px;
}

.product-faq-container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.productSub-name {
  /* border-bottom: 1px solid #8a898a;  */
  /* padding-bottom: 8px; */
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #161316;
  /* color: #8a898a; */
  text-transform: uppercase;
}
.productSub-or-row {
  display: flex;
  align-items: center;
}

.productSub-hr {
  flex: 1;
  border-bottom: 1px solid #8a898a;
}
.productSub-or {
  /* padding-bottom: 8px; */
  margin: 0 1rem;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  color: #8a898a;
  /* color: #161316; */
  text-transform: uppercase;
  padding: 1rem 0;
  text-align: center;
}

.productSub-row {
  padding: 0.5rem 0 1rem 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.productSub-amount {
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  color: #161316;
  opacity: 1;
}
.productSub-price {
  font-size: 24px;
  /* font-weight: 600;  */
  color: #161316;
  /* opacity: .8; */
}

.productSub-row a {
  color: #e41b87;
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
  padding: 5px 0;
}

.productSub-row a:hover {
  text-decoration: underline;
}

.faq-button {
  font-size: 1.5rem;
  color: #161316;
  font-weight: 600;
  text-align: left;
}
.faq-button:hover {
  color: #161316;
}

.card-body .faq-answer {
  font-size: 1.5rem;
  font-weight: normal;
}

.pendants--background {
  height: 561px;
  background-image: url(../images/m/26-product-wear-min.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.pendants--background {
  animation: switch-pendants 4000ms ease-in-out 400ms infinite alternate;
}
@keyframes switch-pendants {
  0% {
    background-image: url(../images/m/26-product-wear-min.png);
  }
  25% {
    background-image: url(../images/m/26-product-wear-min.png);
  }
  75% {
    background-image: url(../images/m/31-product-wear-min.png);
  }
  100% {
    background-image: url(../images/m/31-product-wear-min.png);
  }
}
/* pause on pendants */

.contact-section h2 {
  font-size: 64px;
  line-height: 78px;
}
.contact-bleed {
  background: #f5f5f7;
}
.contact-form {
  background: #ffffff;
}

/* Waitlist */
.add-waitlist-colour {
  color: #e41b87 !important;
}

/* 	-----------------------------------------------------
-------------------- Footer Styles ------------------
----------------------------------------------------- */
.footer-section {
  background-color: #f5f5f7;
  border-top: 1px solid #e4e4e6;
}
.footer-section .top-section {
  padding: 50px 0 90px 0;
}
.footer-section .top-section h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  padding: 10px 0;
}
.footer-section .top-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section .top-section ul li {
  margin: 20px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #888888;
}
.footer-section .top-section ul li a {
  color: #888888;
  transition: all 0.4s ease-in-out;
}
.footer-section .top-section ul li a:hover {
  color: #e41b87;
  transition: all 0.4s ease-in-out;
}
.footer-section .bot-section {
  padding: 30px 0;
  border-top: 1px solid #e4e4e6;
}
.footer-section .bot-section .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section .bot-section .left ul li {
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #888888;
}
.footer-section .bot-section .left ul li a {
  color: #888888;
  transition: all 0.4s ease-in-out;
}
.footer-section .bot-section .left ul li a:hover {
  color: #e41b87;
  transition: all 0.4s ease-in-out;
}
.footer-section .bot-section .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section .bot-section .right ul li {
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #888888;
}
.footer-section .bot-section .right ul li a {
  color: #888888;
  transition: all 0.4s ease-in-out;
}
.footer-section .bot-section .right ul li a:hover {
  color: #e41b87;
  transition: all 0.4s ease-in-out;
}

.footer-awards {
  padding: 30px 0;
  display: flex; /* Places child elements next to each other */
  align-items: center; /* Vertically aligns the images in the middle */
  justify-content: left; /* Centers the images horizontally within the container */
}

.footer-awards a:first-child img {
  max-height: 70px; /* Max height for the first logo */
  padding-right: 40px; /* Padding between the two logos */
}

.footer-awards a:last-child img {
  max-height: 90px; /* Max height for the second logo */
}

.footer-awards img:hover {
  opacity: 0.5;
  transition: 200ms ease-out;
}

/* 	-----------------------------------------------------
-------------------- 2024 Shop Styles ------------------
----------------------------------------------------- */

.product-content .product-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.product-content .product-subtitle {
  font-size: 28px;
  font-weight: 500;
  color: #8a898a;
  line-height: 1;
}

.product-content .product-price {
  font-size: 28px;
  font-weight: 400;
  color: #161316;
  line-height: 1;
}

.product-content .product-priceSpan {
  font-size: 20px;
  color: #8a898a;
}

.product-priceRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-content ul {
  padding: 40px 20px;
  list-style-type: none; /* Remove default list style */
  margin-left: 32px;
}
.product-content ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #161316;
  /* Add some padding for the icons*/
  padding-bottom: 20px;
  text-indent: -24px;
  /* Align text with the rest of the content */
}
.product-content ul li i {
  width: 24px; /* Ensure icons have enough space */
  /* margin-right: 24px; */
}

.product-button--primary {
  display: flex;
  margin: 0;
  padding: 16px 40px;
  width: 100%;
  height: 62px;
  background-color: #e41b87;
  border: none;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  transition: opacity 0.4s ease-in-out;
}

.product-button--primary:hover {
  opacity: 64%;
  color: #ffffff;
}

.product-button--secondary {
  color: #e41b87;
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
  padding: 5px 0;
  transition: opacity 0.4s ease-in-out;
}

.product-button--secondary:hover {
  opacity: 64%;
  color: #e41b87;
}

.product-card {
  background-color: #ffffff;
  border: 0;
}

.product-cardHeader {
  border: 0;
  background-color: #ffffff;
  padding: 0;
}

.product-cardButton {
  font-size: 20px;
  font-weight: 500;
  color: #8a898a;
}

.product-cardBody {
  padding: 0;
}

.product-card .product-includedList {
  list-style-type: disc;
  padding: 0 24px;
}

.product-card .product-includedList li {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.625;
  color: #8a898a;
}

.product-promotionBox {
  border-radius: 16px;
  border: 2px solid #e41b87;
  margin: 24px 0 0 0;
  padding: 12px;
}

.product-promotionBox p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #8a898a;
}
/* 	-----------------------------------------------------
------------------ Go to top Styles -----------------
----------------------------------------------------- */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #151316 url(../fonts/cd-top-arrow.svg) no-repeat center;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000000;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 15px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 15px;
    bottom: 15px;
  }
}
.show-mobile {
  display: none;
}
