@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

body {
  scroll-margin-top: 200px;
}

.product_detail_section {
  padding: 12px 0 clamp(32px, 2.917vw, 56px) 0;
}
.product_detail_section .container-flex {
  gap: 15px;
}
@media (max-width: 767px) {
  .product_detail_section {
    padding-top: 0;
  }
  .product_detail_section .theme-container {
    padding: 0;
  }
}
.product_detail_section .home_flex {
  gap: 14px;
}
.product_detail_section .bd_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .product_detail_section .bd_pagination {
    gap: 12px;
    padding: 0 8px;
  }
}
.product_detail_section .bd_pagination .bd_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.product_detail_section .bd_pagination .bd_item a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.product_detail_section .bd_pagination .bd_item a .icon {
  line-height: 0;
}
.product_detail_section .bd_pagination .bd_item a span {
  display: inline-block;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #4C7B8E;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-decoration: underline;
}
.product_detail_section .bd_pagination .bd_item span {
  display: inline-block;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  font-weight: 400;
  color: #4C7B8E;
}
@media (max-width: 1160px) {
  .product_detail_section .tab_link_section {
    display: none;
  }
}
.product_detail_section .tab_link_section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3e8ff;
  border-radius: 16px;
}
.product_detail_section .tab_link_section ul li {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-weight: 500;
  color: #240036;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.product_detail_section .tab_link_section ul li a {
  padding: 17px 26px;
  color: inherit;
  display: inline-block;
}
.product_detail_section .tab_link_section ul li:hover, .product_detail_section .tab_link_section ul li.active {
  background-color: #c084fc;
}
.product_detail_section .hero-product-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(16px, 1.667vw, 32px);
  border-radius: 16px;
  background-color: #F6F6F6;
  align-items: flex-start;
  margin-top: 12px;
  gap: 16px;
}
@media (max-width: 991px) {
  .product_detail_section .hero-product-box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box {
    gap: 35px;
  }
}
@media (max-width: 575px) {
  .product_detail_section .hero-product-box {
    padding: 30px 15px 16px 15px;
    border-radius: 0;
  }
}
.product_detail_section .hero-product-box .hero-product-left {
  flex: 0 0 69%;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left {
    width: 100%;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 10px;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-header p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  text-transform: uppercase;
  color: #5C93A9;
  line-height: 130%;
  letter-spacing: 1px;
  font-family: "IBM Plex Sans";
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-header h1 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  line-height: 130%;
  color: #240036;
}
@media (max-width: 420px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-header h1 {
    font-size: 24px;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-header .hero-product-logos {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  margin-top: 9px;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-header .hero-product-logos a img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-header .hero-product-logos span img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 420px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-header .hero-product-logos span img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-data {
    width: 100% !important;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content {
    margin-top: 10px;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider-box {
  width: 190px;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider-box {
    margin: auto auto 20px auto;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider-box .brand_name {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 700;
  color: #3F6676;
  text-align: center;
  margin-top: 12px;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider {
  width: 190px;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider {
    margin-right: auto;
    margin-left: auto;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider .hero_slide_bg {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 15px;
}
@media (max-width: 575px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider .hero_slide_bg {
    height: 190px;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider .reviewpic {
  height: 160px;
  width: 160px;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider .reviewpic {
    margin-bottom: 4px;
  }
}
@media (max-width: 575px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider .reviewpic {
    height: 159px;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider h3 {
  text-align: center;
  display: none;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider button.slick-next, .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider button.slick-prev {
  display: none !important;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider .slick-prev:before,
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-slider .slick-next:before {
  color: #5C93A9;
  font-size: 25px;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card:not(:last-of-type) {
  margin-bottom: 14px;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card.breed_dogs {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card.breed_dogs .breeds_container {
    left: 0;
    top: 0;
  }
}
@media (max-width: 420px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card.breed_dogs {
    flex-direction: column;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card.breed_dogs .p_tooltip_box {
  position: relative;
  left: 0 !important;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card.notes p {
  font-size: 17px;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 420px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .hero-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .hero-info p span:first-of-type {
    max-width: 235px;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container {
  position: relative;
  top: -10px;
  left: -10px;
  margin-top: unset !important;
  width: 100%;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container .tooltip_block {
  display: inline-block;
  position: relative;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container .tooltip_block .breeds {
  cursor: pointer;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container .tooltip_block .tooltip_description {
  display: none;
  background-color: #3F6676;
  padding: 12px 14px;
  color: #ffffff;
  font-family: "Work Sans";
  z-index: 1000;
  pointer-events: none;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container .tooltip_block .tooltip_description b {
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container .tooltip_block .tooltip_description {
    width: 220px;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    top: 100% !important;
    margin-top: 12px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container .tooltip_block .tooltip_description div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container .tooltip_block .tooltip_description b {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container .tooltip_block:first-of-type .tooltip_description {
    left: 0 !important;
    transform: none !important;
    right: auto !important;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container .tooltip_block:hover .tooltip_description {
  display: block;
  position: fixed;
}
@media (max-width: 575px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .breeds_container {
    left: 0;
  }
}
@media (max-width: 575px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card {
    gap: 6px;
  }
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card:has(.breeds_container) {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 35px;
  }
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card:has(.breeds_container) .breeds_container {
    margin-top: -4px !important;
    position: relative;
    top: 0px;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card .hero-product-hoverbox {
  min-height: 80px;
  gap: 0;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card h2 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  font-weight: 700;
  min-width: 116px;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  color: #30505D;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-content .hero-product-card p {
    justify-content: space-between;
    padding-right: 7px;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-footer {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-footer {
    margin-top: 17px;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-footer label {
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  color: #0C191F;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .product_detail_section .hero-product-box .hero-product-left .hero-product-footer label {
    margin-top: 20px;
  }
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-footer label .cr-box input:checked + .checkbox-ui {
  background-color: #3F6676;
  border: 2px solid #3F6676;
}
.product_detail_section .hero-product-box .hero-product-left .hero-product-footer label .cr-box .checkbox-ui {
  width: 28px;
  height: 28px;
  border: 2px solid #3F6676;
}
.product_detail_section .hero-product-box .hero-product-right {
  flex: 0 0 29.5%;
}
@media (max-width: 991px) {
  .product_detail_section .hero-product-box .hero-product-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .product_detail_section .hero-product-box .hero-product-right .shop_panel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .product_detail_section .hero-product-box .hero-product-right {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .product_detail_section .hero-product-box .hero-product-right {
    flex: 0 0 89%;
    max-width: 89%;
    width: 89%;
    margin: auto;
  }
}
.product_detail_section .hero-product-box .hero-product-right .product_description {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border: none;
  padding-left: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-right .product_description {
    padding-right: 10px;
  }
}
.product_detail_section .hero-product-box .hero-product-right .product_description .centered-text {
  font-size: 18px;
  text-align: center;
}
.product_detail_section .hero-product-box .hero-product-right .product_description .product_rating {
  padding: 7px 11px 4px 16px;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-right .product_description .product_rating {
    justify-content: center;
  }
}
.product_detail_section .hero-product-box .hero-product-right .product_description .product_rating h3 {
  letter-spacing: -0.04em;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .product_detail_section .hero-product-box .hero-product-right .product_description .product_rating h3 {
    font-size: 44px;
  }
}
.product_detail_section .hero-product-box .hero-product-right .product_description .product_rating span {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 99%;
}
.product_detail_section .hero-product-box .hero-product-right .product_description .product_rating .progress-ring {
  --size: 50px;
  --thickness: 12px;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .product_detail_section .hero-product-box .hero-product-right .product_description .product_rating .progress-ring {
    --size: 30px;
    --thickness: 7px;
  }
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-right .product_description .product_rating .progress-ring {
    --size: 50px;
    --thickness: 10px;
    position: relative;
    left: 12px;
  }
}
.product_detail_section .hero-product-box .hero-product-right .product_description .price_tag {
  margin: 10px 0 6px 0;
  padding: 12px 15px 12px 34px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-right .product_description .price_tag {
    gap: 10px;
    margin-top: 6px;
    margin-bottom: 2px;
    justify-content: center;
    padding: 11px 15px 15px 34px;
  }
}
.product_detail_section .hero-product-box .hero-product-right .product_description .price_tag p {
  padding-top: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  max-width: 50px;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-right .product_description .price_tag p {
    gap: 10px;
  }
}
.product_detail_section .hero-product-box .hero-product-right .product_description .price_tag p a[title=Settings] {
  position: absolute;
  content: "";
  top: 8px;
  right: 17px;
  display: none;
}
.product_detail_section .hero-product-box .hero-product-right .product_description .price_tag h3 {
  font-size: 64px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  letter-spacing: -0.04em;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .product_detail_section .hero-product-box .hero-product-right .product_description .price_tag h3 {
    font-size: 44px;
  }
}
.product_detail_section .hero-product-box .hero-product-right .product_description .price_tag h3 span {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  display: inline-block;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-right .product_description .p_tooltip_box {
    width: 100%;
    justify-content: space-between;
  }
}
.product_detail_section .hero-product-box .hero-product-right .pr_count {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product_detail_section .hero-product-box .hero-product-right .pr_count span {
  cursor: pointer;
}
.product_detail_section .hero-product-box .hero-product-right .offer_card {
  background-color: #ffffff;
  border: 2px solid #e9d5ff;
  padding: 10px 16px 13px 16px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .product_detail_section .hero-product-box .hero-product-right .offer_card {
    margin-top: 7px;
  }
}
.product_detail_section .hero-product-box .hero-product-right .offer_card a.btn {
  background-color: #c084fc;
  color: #240036;
  padding: 14px 24px;
}

#comment_section_box,
#company_section_box,
#hero_product_box,
#pricing_section_box,
#review_nutrition_table,
#review_section_box,
#similar_section_box {
  scroll-margin-top: 160px;
}

#similar_section_box {
  padding: 24px clamp(16px, 1.667vw, 32px) clamp(10px, 1.51vw, 29px) clamp(16px, 1.667vw, 32px);
  border-radius: 12px;
}
@media (max-width: 767px) {
  #similar_section_box {
    border-radius: 0;
  }
}
#similar_section_box .sf_header {
  background-color: transparent;
}
#similar_section_box .sf_header label.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  font-size: 12px;
  color: #240036;
  font-family: "Work Sans";
  background-color: #c084fc;
  padding: 4px 6px 5px 4px;
  border-radius: 50px;
}
#similar_section_box .sf_header label .checkbox-ui {
  width: 20px;
  height: 13px;
  display: none;
  background-color: #D6FAB8;
  border-color: #D6FAB8;
}
#similar_section_box .sf_header label input:checked + .checkbox-ui {
  display: block;
}
#similar_section_box .sf_header label input:checked + .checkbox-ui::after {
  filter: brightness(0);
}
#similar_section_box .sf_footer {
  display: flex;
  align-items: center;
  gap: 8px;
}
#similar_section_box .sf_footer p {
  font-size: 10px !important;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-direction: column;
  flex-wrap: wrap;
}
#similar_section_box .sf_footer p:first-of-type {
  border-radius: 11px;
  padding: 4px 4px 3px 4px;
  width: 100%;
  margin: 12px 0 0 0;
}
@media (max-width: 640px) {
  #similar_section_box .sf_footer p:first-of-type {
    padding: 5px;
    width: 100%;
    margin-bottom: 0;
  }
}
#similar_section_box .sf_footer p:last-of-type {
  background-color: #30505D;
  border-radius: 11px;
  padding: 4px 4px 3px;
  color: #ffffff;
  width: 100%;
  margin: 12px 0 0 0;
}
@media (max-width: 640px) {
  #similar_section_box .sf_footer p:last-of-type {
    padding: 5px;
    width: 100%;
  }
}
#similar_section_box .sf_footer p span {
  font-size: 26px;
}
@media (max-width: 640px) {
  #similar_section_box .sf_footer p span {
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }
}

#pricing_section_box .general_content {
  padding: 43px 0 0;
}
#pricing_section_box .shop_panel .pricing_card {
  width: 100%;
  padding: 16px;
  border: 2px solid #e9d5ff;
  background-color: #f3e8ff;
  padding: 13px 16px 13px 16px;
  gap: 16px;
}
#pricing_section_box .shop_panel .pricing_card .offer_card a.btn {
  padding: 13px 24px;
}

#company_section_box {
  padding: 26px clamp(16px, 1.667vw, 32px);
}
#company_section_box .general_content {
  padding: 5px 0px 9px 0px !important;
}

#review_nutrition_table .n_colorbox ul li {
  color: #30505D;
}

@media (max-width: 420px) {
  #similar_section_box .general_content,
  #review_section_box .general_content {
    padding-left: 0;
    padding-right: 0;
  }
}

.offer_card {
  padding: 16px;
  border-radius: 28px;
  width: 100%;
  max-width: 309px;
  text-align: center;
  gap: 7px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .offer_card {
    max-width: 100%;
  }
}
.offer_card .offer_box {
  color: initial;
}
.offer_card a.btn {
  background-color: #c084fc;
  color: #240036;
  width: inherit;
  padding: 13px 24px;
}
.offer_card span {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  color: #3F6676;
  display: block;
}
.offer_card h3 {
  font-size: 24px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 500;
  font-weight: 700;
  line-height: 1.11;
  margin: 6px 0;
}
.offer_card button {
  padding: 16px !important;
  background-color: #F9CE1E;
  width: 100%;
  color: #191401;
  letter-spacing: -0.06em;
  cursor: pointer;
}

.cr-box {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.cr-box input {
  display: none;
}
.cr-box input:checked + .checkbox-ui {
  background-color: #9E1728;
  border: 2px solid #9E1728;
}
.cr-box input:checked + .checkbox-ui + .label-text {
  font-weight: 500;
}
.cr-box .checkbox-ui {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #700D1A;
  display: inline-block;
  transition: all 0.2s ease;
  position: relative;
}
.cr-box .checkbox-ui::after {
  position: absolute;
  content: "";
  background-image: url("../img/white_check.svg");
  width: 12px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breeds_container {
  margin: auto;
  margin-top: -25px;
  width: 280px;
}

.breeds {
  background-image: url(../img/review-breed-sizes2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 260px;
  height: 63px;
  display: inline-block;
}

.breeds_off {
  background-position-y: 0px;
}

.breeds_toy {
  width: 33px;
  background-position-x: 2px;
  margin-right: 3px;
}

.breeds_small {
  width: 42px;
  background-position-x: -32px;
  margin-right: 3px;
}

.breeds_medium {
  width: 61px;
  background-position-x: -73px;
  margin-right: 3px;
}

.breeds_large {
  width: 61px;
  background-position-x: -134px;
  margin-right: 3px;
}

.breeds_giant {
  width: 63px;
  background-position-x: -196px;
}

#pricing_section_box {
  padding: 20px clamp(16px, 1.667vw, 32px) 30px clamp(16px, 1.667vw, 32px);
}
@media (max-width: 767px) {
  #pricing_section_box {
    margin-top: 32px;
  }
  #pricing_section_box .pricing_card {
    width: 100%;
  }
}
#pricing_section_box .shop_panel {
  flex: 1;
}
@media (max-width: 767px) {
  #pricing_section_box .shop_panel {
    width: 100%;
    text-align: center;
  }
}
#pricing_section_box .shop_panel .offer_card span {
  color: #7e22ce;
}
#pricing_section_box .shop_panel .offer_card h3 {
  font-size: 24px !important;
  font-family: "IBM Plex Sans" !important;
  color: #0C191F;
}

.free_sample_box {
  padding: 20px clamp(16px, 1.667vw, 32px) clamp(30px, 2.604vw, 50px) clamp(16px, 1.667vw, 32px);
}
.free_sample_box .general_header {
  display: none;
}
@media (max-width: 767px) {
  .free_sample_box .general_header {
    display: flex;
  }
}
.free_sample_box .general_content {
  gap: 31px;
  padding: 0;
}
@media (max-width: 767px) {
  .free_sample_box .general_content {
    gap: 18px !important;
  }
}
.free_sample_box .general_img {
  max-width: 397px;
  width: 100%;
}
.free_sample_box .general_img img {
  display: block;
  width: 100%;
  height: 398px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .free_sample_box .general_img {
    max-width: 100%;
  }
}
.free_sample_box .general_description {
  max-width: 489px;
  width: 100%;
  padding-top: 22px;
}
@media (max-width: 767px) {
  .free_sample_box .general_description {
    display: flex;
    flex-direction: column-reverse;
  }
}
.free_sample_box .general_description span.green_badge {
  background-color: #c084fc;
  color: #240036;
  font-size: 16px;
  font-family: "Work Sans";
  line-height: 0.9;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 21px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .free_sample_box .general_description span.green_badge {
    display: none;
  }
}
.free_sample_box .general_description h3 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.03em;
  margin-bottom: 39px;
  color: #30505D;
}
@media (max-width: 767px) {
  .free_sample_box .general_description h3 {
    display: none;
  }
}
.free_sample_box .general_description a.btn {
  max-width: 274px;
  background-color: #c084fc;
  color: #240036;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .free_sample_box .general_description a.btn {
    max-width: 100%;
    width: 100%;
    margin-bottom: 37px;
  }
}

#lightbox_1 .popup_container.small {
  max-width: 440px;
  border-radius: 16px;
  background-color: #333333;
  /* Dark theme matching desktop popup */
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 24px 20px;
}
#lightbox_1 .popup_container.small .popup_close {
  filter: invert(1);
  /* Make the close X icon white */
}
#lightbox_1 .modal-title {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
  padding-bottom: 12px;
}
#lightbox_1 .breed-modal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#lightbox_1 .breed-desktop-style-card {
  padding: 12px 14px;
  border-radius: 8px;
  font-family: "Work Sans", sans-serif;
}
#lightbox_1 .breed-desktop-style-card .card-header-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
#lightbox_1 .breed-desktop-style-card .card-header-row .status-symbol {
  font-size: 1.3em;
  line-height: 1;
}
#lightbox_1 .breed-desktop-style-card .card-header-row b {
  font-size: 15px;
  font-weight: 600;
}
#lightbox_1 .breed-desktop-style-card .card-body-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
#lightbox_1 .breed-desktop-style-card .card-body-row .breed-icon-col {
  flex-shrink: 0;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lightbox_1 .breed-desktop-style-card .card-body-row .breed-icon-col .breeds {
  transform: scale(0.8);
  transform-origin: center;
}
#lightbox_1 .breed-desktop-style-card .card-body-row p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}
#lightbox_1 .breed-desktop-style-card.suitable {
  background-color: #474747;
  color: #fff;
}
#lightbox_1 .breed-desktop-style-card.suitable .status-symbol {
  color: #2dd300;
}
#lightbox_1 .breed-desktop-style-card.suitable p {
  color: #ddd;
}
#lightbox_1 .breed-desktop-style-card.not-suitable {
  background-color: #cbcbcb;
  color: #222;
}
#lightbox_1 .breed-desktop-style-card.not-suitable .status-symbol {
  color: #ff3b30;
}
#lightbox_1 .breed-desktop-style-card.not-suitable p {
  color: #444;
}/*# sourceMappingURL=product_detail.css.map */