/** Shopify CDN: Minification failed

Line 25:0 Unexpected "#"

**/
body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

#buildYourDadModal {
  display: none;
  z-index: 111;
}
.mobile-navigation-button {
  display: none !important;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
# .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 30%);
  position: fixed;
  top: 0;
  left: 0;
}

.dad-type-main {
  width: 100%;
  max-width: 1265px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  height: 650px;
}
.dad-type-main .dad-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.dad-type-main .section_three .head,
.dad-type-main .section_tow .head,
.dad-type-main .section_four .head {
  margin: 0 0 38px;
}
.dad-type-main .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 38px;
  height: fit-content;
}

.dad-type-main .head h3 {
  font-size: 31px;
  font-weight: bold;
}

.dad-type-main .head button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.dad-type-main .dad-skintone {
  flex-wrap: nowrap !important;
}

.dad-type-main .dad-boxes,
.dad-type-main .dad-skintone {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.dad-type-main .dad-skintone .pop-item {
  width: 33.33% !important;
}

.dad-type-main .eyesight .pop-item {
  width: 48% !important;
}

.dad-type-main .eyesight .pop-item .dad-name h4 {
  font-size: 23px !important;
}

.dad-type-main .eyesight .pop-item .dad-name {
  padding: 20px !important;
}

.dad-type-main .dad-boxes .pop-item,
.dad-type-main .dad-skintone .pop-item {
  width: 18%;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  box-shadow: none;
  border: 3px solid #f6f6f6;
}

.dad-type-main .dad-boxes .pop-item.selected,
.dad-type-main .dad-skintone .pop-item.selected {
  border: 3px solid #7ed4e5;
}

.dad-type-main .dad-boxes .pop-item.selected,
.dad-type-main .dad-skintone .pop-item.selected {
  background-color: #f8feff;
}

.dad-type-main .dad-boxes .pop-item.selected .dad-name h4,
.dad-type-main .dad-skintone .pop-item.selected .dad-name h4,
.dad-type-main .dad-boxes .pop-item.selected .dad-name p {
  color: #009bb9;
}

.dad-type-main .dad-boxes .dad-box span img,
.dad-type-main .dad-skintone .dad-box span img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.dad-type-main .dad-skintone .dad-box span img {
  height: 270px;
  width: 100%;
}

.dad-type-main .dad-boxes .dad-box .dad-name,
.dad-type-main .dad-skintone .dad-box .dad-name {
  width: 100%;
  padding: 5px 0 15px 28px;
}

.dad-type-main .dad-skintone .dad-box .dad-name {
  padding: 25px 40px 35px !important;
}

.dad-type-main .dad-skintone .dad-box .dad-name h4 {
  font-size: 36px !important;
  font-weight: bold;
}

.dad-type-main .facial-hair .dad-box .dad-name {
  padding: 20px !important;
}

.dad-type-main .facial-hair .dad-box .dad-name h4 {
  font-size: 30px !important;
}

.dad-type-main .dad-boxes .dad-box .dad-name h4,
.dad-type-main .dad-skintone .dad-box .dad-name h4 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin: 0 0 5px;
}

.dad-type-main .dad-boxes .dad-box .dad-name p {
  font-weight: 500;
  font-size: 9px;
  color: #000;
}

.dad-type-main .dad-boxes .pop-item.selected button.click-btn,
.dad-type-main .dad-skintone .pop-item.selected button.click-btn {
  display: flex;
}

.dad-type-main .dad-skintone .dad-box button.click-btn {
  width: 80px !important;
  height: 80px !important;
  padding: 10px;
}

.dad-type-main .dad-skintone .dad-box button.click-btn img {
  width: 59px;
  height: 59px;
}

.dad-type-main .dad-boxes .dad-box button.click-btn,
.dad-type-main .dad-skintone .dad-box button.click-btn {
  width: 40px;
  display: none;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  padding: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.dad-type-main .pagination-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
  position: absolute;
  bottom: 0;
}

.dad-type-main .pagination-button button {
  width: 154px;
  height: 42px;
  background-color: #7ed4e5;
  border-radius: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.dad-type-main .pagination-button button.back-btn {
  background-color: #fff;
  border: 2px solid #7ed4e5;
  color: #7ed4e5;
}

.section_div {
  display: none;
}
.section_div .slider_items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 30px;
}

.section_div.active {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
  gap: 0;
  align-content: baseline;
}

.pop-item {
  margin: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
}

.pop-item.selected {
  color: #009bb9;
  border: 3px solid #7ed4e5;
}

.pop-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.pop-item label {
  display: block;
  margin-top: 5px;
}

.click-btn img {
  display: none;
}

.pop-item.selected .click-btn img {
  display: block;
}

#sendData {
  display: none;
}
.section_div {
  row-gap: 25px;
}
.section_three .pop-item {
  width: 31% !important;
}
.section_three .pop-item span img {
  height: 272px !important;
}
.section_tow .pop-item {
  width: 48% !important;
}
.section_tow .pop-item span img {
  height: 310px !important;
}
.section_four .pop-item {
  width: 23% !important;
}
.section_four .pop-item span img {
  height: 270px !important;
}
.section_div .pop-item span {
  display: block;
  background-color: #fff;
  position: relative;
}
.section_div .pop-item span #hoodie_logo {
  position: absolute;
  top: 47%;
  left: 50%;
  height: 50px;
  width: 75px;
  transform: translate(-50%, -50%);
}
.section_div .pop-item span #front_logo.Hoodie {
  position: absolute;
  top: 47%;
  left: 50%;
  height: auto !important;
  width: 75px;
  transform: translate(-50%, -50%);
}
.section_div .pop-item span #front_and_back_logo.Hoodie {
  position: absolute;
  top: 51%;
  left: 72%;
  height: auto !important;
  width: 80px;
  transform: translate(-50%, -50%);
}
.section_div .pop-item span #front_logo.T-Shirt {
  position: absolute;
  top: 51%;
  left: 50%;
  height: auto !important;
  width: 80px;
  transform: translate(-50%, -50%);
}
.section_div .pop-item span #front_and_back_logo.T-Shirt {
  position: absolute;
  top: 45%;
  left: 73%;
  height: auto !important;
  width: 80px;
  transform: translate(-50%, -50%);
}

.section_div .pop-item span #front_and_back_logo_2 {
  position: absolute;
  top: 32%;
  left: 29%;
  width: 58px;
  height: auto !important;
}

.section_div .pop-item span #front_and_back_logo_2.Hoodie {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 55px;
  height: auto !important;
}

.section_div .pop-item span #tshirt_logo {
  position: absolute;
  top: 51%;
  left: 50%;
  height: 50px;
  width: 80px;
  transform: translate(-50%, -50%);
}
.section_div .pop-item {
  width: 18%;
  margin: 0 0;
  position: relative;
  padding: 0;
  border: none;
  overflow: hidden;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 25%);
  border-radius: 14px;
  border: 2px solid transparent;
}
.section_div .pop-item.selected {
  border: 2px solid #009bb9;
  background-color: #f8feff;
}
.section_div .pop-item .click-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}
.section_div .pop-item .dad-name {
  margin: 0 0 0;
  text-align: left;
  padding: 6px 0 15px 20px;
}
.section_div .pop-item .dad-name h4 {
  font-size: 14px;
  font-weight: bold;
}
.section_three .pop-item .dad-name {
  padding: 21px 0 36px 32px;
}
.section_three .slider_items,
.section_tow .slider_items {
  margin: 0 0 54px;
}
.section_four .slider_items {
  margin: 0 0 10px;
}
.section_tow .pop-item .dad-name {
  padding: 20px 0 35px 50px;
}
.section_four .pop-item .dad-name {
  padding: 20px 10px 36px 32px;
}
.section_three .pop-item .dad-name h4 {
  font-size: 32px;
}
.section_four .pop-item .dad-name h4 {
  font-size: 23px;
}
.section_tow .pop-item .dad-name h4 {
  font-size: 23px;
}
.section_div .pop-item .dad-name p {
  font-weight: 500;
  font-size: 9px;
}

.section_div .pop-item span img {
  width: 100%;
  height: 142px;
  object-fit: contain;
}
.loader img {
  width: 100%;
  height: 100%;
}
.loader {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 46%;
  top: 45%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.section_div {
  position: relative;
}

.main_slider_items {
  width: 100%;
}
.section_div .slider_items {
  justify-content: space-between;
}
.section_div .slider_items_first {
  justify-content: left;
}

@media screen and (max-width: 1024px) {
  .dad-type-main {
    height: 590px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 20px 10px;
    width: 90%;
  }
  .section_div .pop-item span img {
    height: 120px;
  }
  .dad-type-main .dad-slider {
    width: 100%;
  }
  .section_div.active {
    gap: 0;
  }
  .section_div .main_slider_items {
    width: 100%;
    overflow-x: auto;
  }
  .section_div .main_slider_items .slider_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 1265px;
    overflow-x: auto;
    padding: 10px 10px 20px;
  }
  .dad-type-main .pagination-button {
    margin: 10px 0 20px;
    padding: 0 0 0 0;
  }
  .section_three .pop-item span img {
    height: 245px !important;
  }
  .section_four .pop-item span img {
    height: 220px !important;
  }
  .dad-type-main .head h3 {
    font-size: 28px;
  }
  .section_three .pop-item .dad-name h4,
  .section_four .pop-item .dad-name h4 {
    font-size: 24px;
  }
  .section_four .pop-item .dad-name h4 {
    font-size: 23px;
  }
  .dad-type-main .section_three .head,
  .dad-type-main .section_tow .head,
  .dad-type-main .section_four .head {
    margin: 0 0 20px;
  }
  .section_tow .pop-item span img {
    height: 255px !important;
  }
}

@media screen and (max-width: 640px) {
  .section_div .pop-item span #hoodie_logo {
    width: 30px;
  }
  .section_div .pop-item span #tshirt_logo {
    width: 35px;
  }
  .section_div .pop-item span #front_and_back_logo_2.Hoodie {
    position: absolute;
    top: 31%;
    left: 23%;
    width: 43px;
    height: auto !important;
  }
  .section_div .main_slider_items .slider_items_first {
        width: 100%;;
        flex-wrap: nowrap;
        overflow-x: auto;
  }
  .section_div .pop-item .dad-name {
    padding: 20px 0 20px 20px;
  }
  .section_three .pop-item span img,
  .section_tow .pop-item span img,
  .section_four .pop-item span img {
    height: 175px !important;
  }
  .dad-type-main .section_three .head,
  .dad-type-main .section_tow .head,
  .dad-type-main .section_four .head {
    margin: 0 0 40px;
  }
  .dad-type-main .head h3 {
    font-size: 24px;
  }
  .dad-type-main {
    height: 480px;
    padding: 20px;
    width: 300px;
  }
  .section_div .pop-item {
    width: 100%;
  }
  .section_div .slider_items {
    justify-content: left;
  }
  .dad-type-main .pagination-button {
    gap: 10px;
    margin: 10px 0 0;
  }
  .section_div .pop-item span img {
    height: 175px;
  }
  .section_four .pop-item {
    width: 23% !important;
  }
  .section_tow .pop-item {
    width: 48% !important;
  }
  .section_three .pop-item {
    width: 32%;
  }
  .section_three .main_slider_items .slider_items {
    width: 793px;
  }
  .section_tow .main_slider_items .slider_items {
    width: 525px;
  }
  .section_four .main_slider_items .slider_items {
    width: 1055px;
  }
  .loader {
    width: 60px;
    height: 60px;
    left: 43%;
    top: 42%;
  }
  .section_div .pop-item span #front_and_back_logo {
    position: absolute;
    top: 50%;
    left: 66%;
    height: 50px;
    width: 35px;
    transform: translate(-50%, -50%);
  }
  .section_div .pop-item span #front_logo {
    position: absolute;
    top: 43%;
    left: 52%;
    height: 50px;
    width: 40px;
    transform: translate(-50%, -50%);
  }
  .section_div .pop-item span #front_logo.T-Shirt {
    width: 35px;
  }
  .section_div .pop-item span #front_and_back_logo.T-Shirt {
    top: 45%;
    left: 75%;
    width: 35px;
  }
  .section_div .pop-item span #front_logo.Hoodie {
    width: 35px;
  }
  .section_div .pop-item span #front_and_back_logo.Hoodie {
    position: absolute;
    top: 46%;
    left: 74%;
    height: auto !important;
    width: 35px;
    transform: translate(-50%, -50%);
  }
}

.shimmer-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #eee 40%, #fafafa 50%, #eee 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 1s infinite linear;
}

@keyframes shimmer {
  to {
    background-position-x: 0%;
  }
}

@media screen and (max-width: 640px) {
  .section_div .pop-item span #front_and_back_logo_2 {
    position: absolute;
    top: 33%;
    left: 25%;
    width: 33px;
    height: auto !important;
  }
  .mobile-navigation-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex !important;
  }

  .mobile-navigation-button button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px solid #7ed4e5;
    border-radius: 50%;
    position: absolute;
  }
  .mobile-navigation-button button.left {
    left: -5px;
  }
  .mobile-navigation-button button.right {
    right: -5px;
  }

  .mobile-navigation-button button img {
    width: 20px;
  }
}


