.section-product {
  width: var(--width-container);
  display: flex;
  margin: 220px auto 110px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .section-product {
    padding: 0 32px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 700px) {
  .section-product {
    padding: 0 16px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.section-product .product-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-product .product-wrap .section-main {
  display: flex;
  width: 100%;
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main {
    flex-direction: column;
  }
}
.section-product .product-wrap .section-main .product-image {
  width: 50%;
  position: relative;
  display: flex;
  border: 1px solid #c1c1c1;
  aspect-ratio: 1/1.15;
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main .product-image {
    width: 100%;
  }
}
.section-product .product-wrap .section-main .product-image .swiper {
  width: 100%;
}
.section-product .product-wrap .section-main .product-image .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-product .product-wrap .section-main .product-image .swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product .product-wrap .section-main .product-image .swiper .swiper-button-next,
.section-product .product-wrap .section-main .product-image .swiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main .product-image .swiper .swiper-button-next,
  .section-product .product-wrap .section-main .product-image .swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
.section-product .product-wrap .section-main .product-image .swiper .swiper-button-next:after,
.section-product .product-wrap .section-main .product-image .swiper .swiper-button-prev:after {
  font-size: 18px;
  color: #303136;
  font-weight: 700;
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main .product-image .swiper .swiper-button-next:after,
  .section-product .product-wrap .section-main .product-image .swiper .swiper-button-prev:after {
    font-size: 12px;
  }
}
.section-product .product-wrap .section-main .product-image .swiper .swiper-button-prev:after {
  transform: translateX(-1px);
}
.section-product .product-wrap .section-main .product-image .swiper .swiper-button-next:after {
  transform: translateX(1px);
}
.section-product .product-wrap .section-main .product-info-wrap {
  width: 50%;
  padding-left: 40px;
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main .product-info-wrap {
    padding: 0;
    width: 100%;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap {
  display: flex;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 20px 0;
  gap: 22px;
  align-items: center;
}
.section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 800px) {
  .section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-image {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-image {
    width: 45px;
    height: 45px;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-info .seller-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 800px) {
  .section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-info .seller-name {
    font-size: 16px;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-info .seller-link {
  font-size: 20px;
  color: #1c10cf;
}
@media (max-width: 800px) {
  .section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-info .seller-link {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-info .seller-link {
    font-size: 15px;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .seller-info-wrap .seller-info a {
  text-decoration: underline;
}
.section-product .product-wrap .section-main .product-info-wrap .product-info {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  line-height: 1.4;
}
.section-product .product-wrap .section-main .product-info-wrap .product-info .product-name {
  font-size: 30px;
  font-weight: 700;
  color: #96001e;
}
@media (max-width: 800px) {
  .section-product .product-wrap .section-main .product-info-wrap .product-info .product-name {
    font-size: 20px;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .product-info .product-price {
  font-size: 20px;
}
@media (max-width: 800px) {
  .section-product .product-wrap .section-main .product-info-wrap .product-info .product-price {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main .product-info-wrap .product-info .product-price {
    font-size: 15px;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 0;
  margin-top: 30px;
  border-top: 1px solid #c1c1c1;
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap {
    margin-top: 24px;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap .single-detail {
  display: flex;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap .single-detail {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap .single-detail {
    font-size: 15px;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap .single-detail .label {
  min-width: 150px;
  font-weight: 700;
}
.section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap .single-detail .payment-methods {
  display: flex;
  gap: 10px;
}
.section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap .single-detail .payment-methods img {
  width: 27px;
}
@media (max-width: 800px) {
  .section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap .single-detail .payment-methods {
    gap: 4px;
  }
  .section-product .product-wrap .section-main .product-info-wrap .product-detail-wrap .single-detail .payment-methods img {
    width: 20px;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .product-disclaimer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #c1c1c1;
}
@media (max-width: 800px) {
  .section-product .product-wrap .section-main .product-info-wrap .product-disclaimer {
    margin-top: 10px;
  }
}
.section-product .product-wrap .section-main .product-info-wrap .product-disclaimer .logo-tick {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.section-product .product-wrap .section-main .product-info-wrap .product-disclaimer .disclaimer-text {
  font-size: 15px;
}
@media (max-width: 800px) {
  .section-product .product-wrap .section-main .product-info-wrap .product-disclaimer .disclaimer-text {
    font-size: 10px;
  }
}
.section-product .product-wrap .detail-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  gap: 12px;
}
@media (max-width: 1280px) {
  .section-product .product-wrap .detail-images {
    margin-top: 100px;
  }
}
@media (max-width: 600px) {
  .section-product .product-wrap .detail-images {
    margin-top: 60px;
  }
}
.section-product .product-wrap .detail-images span {
  font-size: 20px;
  font-weight: 700;
}
.section-product .product-wrap .detail-images .images {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 640px;
  margin-top: 20px;
}
.section-product .product-wrap .detail-images .images img {
  width: 100%;
}
.section-product .product-wrap .detail-images .images .video-wrap {
  position: relative;
  width: 100%;
}
.section-product .product-wrap .detail-images .images .video-wrap video {
  width: 100%;
}
.section-product .product-wrap .detail-images .images .video-wrap .blender-text {
  position: absolute;
  top: 49%;
  left: 47%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  z-index: 2;
  text-align: center;
  font-style: italic;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.related-products {
  display: flex;
  flex-wrap: wrap;
  margin-top: 110px;
  margin-bottom: 80px;
  gap: 62px 32px;
}
@media (max-width: 1280px) {
  .related-products {
    gap: 32px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .related-products {
    margin-bottom: 40px;
    gap: 8px;
  }
}
.related-products .title {
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .related-products .title {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .related-products .title {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.related-products .product-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 62px 32px;
  width: var(--width-container);
}
@media (max-width: 1280px) {
  .related-products .product-flex {
    gap: 8px;
  }
}
@media (max-width: 700px) {
  .related-products .product-flex .single-product:last-child {
    display: none;
  }
}

.popup-thankyou {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
}
.popup-thankyou .bg-layer {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-thankyou .popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  gap: 20px;
  width: 400px;
  background-color: white;
  border: 1px solid black;
  text-align: center;
}
@media (max-width: 600px) {
  .popup-thankyou .popup-content {
    width: 300px;
  }
}
.popup-thankyou .popup-content .popup-title {
  font-family: cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 600px) {
  .popup-thankyou .popup-content .popup-title {
    font-size: 32px;
  }
}
.popup-thankyou .popup-content .popup-text {
  font-family: "Times New Roman", "serif";
  font-size: 17px;
  line-height: 1;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .popup-thankyou .popup-content .popup-text {
    font-size: 15px;
  }
}
.popup-thankyou .popup-content .close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
  width: 15px;
}

.dvd-customisation-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .dvd-customisation-wrap {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
.dvd-customisation-wrap .title {
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1280px) {
  .dvd-customisation-wrap .title {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .dvd-customisation-wrap .title {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.dvd-customisation-wrap .wrap-flex {
  display: flex;
  gap: 22px;
  width: 100%;
}
@media (max-width: 600px) {
  .dvd-customisation-wrap .wrap-flex {
    flex-direction: column;
  }
}
.dvd-customisation-wrap .wrap-left {
  width: 66.66%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background-color: #f2f2f2;
}
@media (max-width: 800px) {
  .dvd-customisation-wrap .wrap-left {
    padding: 18px;
  }
}
@media (max-width: 600px) {
  .dvd-customisation-wrap .wrap-left {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.dvd-customisation-wrap .wrap-left .inner {
  aspect-ratio: 1/0.7509481669;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dvd-customisation-wrap .wrap-left .inner canvas {
  width: 100%;
  height: 100%;
}
.dvd-customisation-wrap .wrap-right {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 800px) {
  .dvd-customisation-wrap .wrap-right {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .dvd-customisation-wrap .wrap-right {
    width: 100%;
  }
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap {
  display: flex;
  flex-direction: column;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choice-title {
  font-family: "Times New Roman", "serif";
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .dvd-customisation-wrap .wrap-right .choice-type-wrap .choice-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  padding: 8px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap {
    padding: 4px;
  }
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap.choices-wrap-color {
  justify-content: space-between;
  background-color: transparent;
  margin-bottom: 10px;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap.choices-wrap-photo {
  aspect-ratio: 1/0.75;
  overflow-y: scroll;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 15px 10px;
  margin-bottom: 0;
  /* Custom scrollbar for WebKit browsers */
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap.choices-wrap-photo::-webkit-scrollbar {
  width: 8px;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap.choices-wrap-photo::-webkit-scrollbar-track {
  background: #e4e4e4;
  border-radius: 2px;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap.choices-wrap-photo::-webkit-scrollbar-thumb {
  background: #c6c6c6;
  border-radius: 2px;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap.choices-wrap-photo::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 800px) {
  .dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap.choices-wrap-photo {
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap.choices-wrap-photo {
    aspect-ratio: 1/0.5;
  }
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-choice {
  position: relative;
  flex: 0 0 calc(20% - 4px);
  height: 0;
  padding-bottom: 20%;
  background-color: white;
  cursor: pointer;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-choice.single-choice-photo {
  flex: 0 0 calc(25% - 8px);
}
@media (max-width: 800px) {
  .dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-choice.single-choice-photo {
    flex: 0 0 calc(25% - 6.5px);
  }
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-choice.active {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 255, 0.8));
  pointer-events: none;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-choice img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-choice img.img-logo {
  width: 80%;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-choice img.no-logo-img {
  width: 30%;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-choice img.img-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-color {
  width: 13%;
  height: 0;
  padding-bottom: 12.45%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-color.color-black {
  background-color: black;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-color.color-white {
  background-color: white;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-color.color-yellow {
  background-color: #fffb27;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-color.color-blue {
  background-color: #42c6ff;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-color.color-pink {
  background-color: #ff95ec;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-color.color-green {
  background-color: #93d967;
}
.dvd-customisation-wrap .wrap-right .choice-type-wrap .choices-wrap .single-color.active {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 255, 0.8));
  pointer-events: none;
}
.dvd-customisation-wrap .wrap-right .download-btn {
  margin-top: 5px;
}

.teddybear-interactive {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  gap: 50px;
  cursor: pointer;
}
.teddybear-interactive .label {
  display: flex;
  justify-content: center;
}

.bracelet-customisation-wrap {
  display: flex;
  flex-direction: column;
  width: 500px;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 600px) {
  .bracelet-customisation-wrap {
    width: 100%;
    margin-top: 0px;
  }
}
.bracelet-customisation-wrap .bracelet-title {
  font-size: 18px !important;
}
@media (max-width: 600px) {
  .bracelet-customisation-wrap .bracelet-title {
    font-size: 16px !important;
  }
}
.bracelet-customisation-wrap .draggable-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bracelet-customisation-wrap .draggable-area .bracelet-circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.bracelet-customisation-wrap .draggable-area .bracelet-circle .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
}
@media (max-width: 600px) {
  .bracelet-customisation-wrap .draggable-area .bead-options-wrap .bead-title {
    font-size: 16px;
  }
}
.bracelet-customisation-wrap .draggable-area .bead-options-wrap .beads-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.bracelet-customisation-wrap .draggable-area .bead-options-wrap .beads-flex .single-bead {
  flex: 0 0 12%;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 600px) {
  .bracelet-customisation-wrap .draggable-area .bead-options-wrap .beads-flex .single-bead {
    flex: 0 0 12%;
  }
}/*# sourceMappingURL=page_product.css.map */