*{
  margin: 0;
  padding:0;
}
:root {
  --primary-background: #fff;
  --primary: #04d562;
  --secondary: #000;
  --red: #ff0000;
  --yellow: #f7d000;
}
@font-face {
  font-family: "druk-wide-bold";
  src: url("/template/ks-2024/assets/druk-wide-bold.TTF") format("opentype");
  font-display: swap;
}

.main-video-wrapper{
  display: flex;
  justify-content: center;
  margin:18px 0px;
}

.main-video{
  width: 65%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  cursor: pointer;
}

.video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-section {
  background-color: var(--primary-background);
  min-height: 100vh;
  padding: 10px 5px;
  overflow: hidden;
  color: var(--secondary);
  text-align: center;
  width: 100%;
  font-weight: 400 !important;
}

.font-druk {
  font-family: "druk-wide-bold";
}

.font-with-primary {
  font-family: "druk-wide-bold";
  color: var(--primary);
}


.headline{
  font-size: 29px;
  font-weight: 600;
  line-height: 100%;
}

.shop-container {
  position: relative;
  border: 4px solid var(--secondary);
  padding: 20px;
  margin: 20px auto;
  text-align: center;
}

.shop-container h2 {
  /* position: absolute; */
  top: -15px;
  padding: 0 10px;
  font-size: 22px;
  background: var(--primary-background);
  right: 0;
  left: 0;
  max-width: 85%;
  margin: 0 auto;
}

.shop-container ul {
  margin: auto;
  padding-left: 0;
  font-size: 25px;
  text-align: center;
  margin-top: 15px;
  list-style-type: none;
  padding:0px 13px;
}

.shop-container li {
  margin-bottom: 10px;
}


.specifications-detail {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
specifications-detail h4 {
  font-size: 26px;
}
.specifications-detail p {
  font-size: 20px;
}

.spec-display {
  text-align: left;
}
.spec-display-2 {
  text-align: right;
}

.specifications-section {
  gap: 60px;
}

.pre-order-btn{
  background-color: var(--red);
  color: var(--yellow);
  padding: 10px 20px;
  border: none;
  border-radius:20px;
  font-size: 20px;
  cursor: pointer;
}

[alt="new_icon"]{
  width: 50px;
}
.pre-order-btn:hover{
  background-color: var(--red);
  color: var(--yellow);
}
.collector-section{
  margin-bottom: 82px;
}
.specifications-detail p{
  font-weight: 300;
}

.pricing-section{
  font-size: 24px
}


.original-price-classic-2{
  margin-left: 10px;
  font-size: 35px;
  font-weight: 700;

}

.strikethrough {
  position: relative;
  display: inline-block;
}

.strikethrough::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 0;
  width: 100%;
  height: 4.2px;
  background-color: #f5423d;
  transform-origin: 0 0;
  transform: rotate(-8deg);
}

.free-shipping{
  width:209px;
}
.__affirm-logo.__ligature__affirm_full_logo__, .affirm-modal-trigger{
color:#000;
}

.link-modular:hover{
  color: var(--primary);
  text-decoration: underline;
}

.origins-2-spec{
font-weight: 400 !important;
}


/* Ipad and nest hub devices */
@media screen and (min-width: 500px) and (max-width: 1282px) {
  .headline {
    font-size: 24px;
  }
  .main-section{
    padding:5px 12px;
  }
  .shop-container h2 {
    font-size: 20px;
    top: -10px;
    width: 100%;
   
  }
  .shop-container {
    font-size: 18px;
    max-width: 100%;
    margin: 15px 0;
 
  }
  
  .shop-container ul {
    font-size: 23px;
    max-width: 100%;
    margin-top: 25px;
    list-style: none;
  }

  .specifications-detail.item1 {
    align-items: center;
  }
  .spec-display-2,
  .spec-display {
    text-align: center;
  }
}

/* phone screens */
@media screen and (max-width: 767px) {
  .headline {
    font-size: 18px;
  }
  .main-section{
    padding:5px 12px;
  }
  .shop-container h2 {
    font-size: 24px;
    top: -10px;
    width: 100%;
    background: none;
    padding:0px;
    position: relative;
    max-width: 100%;
  }
  .shop-container {
    font-size: 16px;
    max-width: 100%;
    margin: 15px 0;
    padding:0px;
    border: none;
  }
  [alt="new_icon"]{
    width: 32px;
  }

  .pre-order-btn{
    background-color: var(--red);
    color: var(--yellow);
    padding: 10px 20px;
    border: none;
    border-radius:20px;
    font-size: 13px;
    cursor: pointer;
  }
  .shop-container ul {
    font-size: 15px;
    max-width: 100%;
    margin-top: 10px;
  }
  .specifications-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .specifications-detail img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .specifications-detail.item2 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .specifications-detail.item1 {
    align-items: center;
  }
  .spec-display-2,
  .spec-display {
    text-align: center;
  }

  
  .original-price-classic-2{
    font-size: 36px;
  }
  .pricing-section{
    font-size: 20px;
  }
  .free-shipping{
    width: 220px;
  }
  .main-video{
  width: 100%;
}
}
