/** Shopify CDN: Minification failed

Line 3130:26 Expected identifier but found bad string token
Line 3130:27 Unterminated string token
Line 3436:4 "padidng" is not a known CSS property

**/
.pdp-v2 {
  background: #F0F0F5;
}

.pdp-v2 .pdp-container {
  display: flex;
  gap: 24px;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0px 40px;
  align-items: flex-start;
}
.pdp_handpicked
{
  max-width: 1200px;
  margin: auto;
}
.pdp-v2 .pdp-left {
  width: calc(50% - 12px);
  flex-shrink: 0;
  position: sticky;
  top: 180px;
  height: fit-content;
}

.pdp-v2 .pdp-right {
  width: calc(50% - 12px);
  flex-shrink: 0;
  min-height: 500px;
  overflow-x: hidden;
}
/*Css for Media part or image part of left side*/
.pdp-media {
  display: flex;
  gap: 12px;
}

.pdp-thumbs-wrap {
  width: 100px;
  flex-shrink: 0;
  border-radius:12px;
}

.pdp-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 480px;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 0;
  margin: 0;
  align-items:center;
}
.pdp-thumbs::-webkit-scrollbar { display: none; }

.pdp-thumb-item {
  position: relative;
  width: 100px;
  height: 100px;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.pdp-thumb-item.active,
.pdp-thumb-item:hover {
  border-color: #FF6D1F;
}

.pdp-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-thumb-badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-media-actions {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdp-action-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: box-shadow 0.2s;
}

.pdp-action-btn:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.pdp-share-btn svg {
  color: #333;
}

.pdp-share-copied {
  background: #f0fff4;
}

.pdp-main {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.pdp-gallery-swiper {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.pdp-gallery-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.pdp-slide-video-wrap,
.pdp-slide-model-wrap {
  position: relative;
  width: 100%;
}

.pdp-slide-video-wrap img,
.pdp-slide-model-wrap img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.pdp-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s;
}
.pdp-play-btn:hover { background: rgba(0,0,0,0.8); }

.pdp-inline-video {
  width: 100%;
  border-radius: 12px;
}

.pdp-model-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.pdp-gallery-prev,
.pdp-gallery-next {
  color: #333;
  background: #fff;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.pdp-gallery-prev::after,
.pdp-gallery-next::after {
  font-size: 14px !important;
  font-weight: 700;
}

.pdp-media-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  gap: 6px;
  pointer-events: none;
}

.pdp-media-badge,
.pdp-media-badge1 {
  display: inline-block;
  background: #FF6D1F;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 20px;
  width: fit-content;
}

.pdp-media-badge1 {
  border-radius: 100px;
  border: 1px solid #008B44;
  background: linear-gradient(108deg, #17C46B -6.28%, #008B44 60.26%, #106138 122.28%);
  color: #ffffff;
  display: inline-flex;      
  align-items: center; 
  gap: 6px;            
  padding: 4px 10px; 
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  width: fit-content;  
}
.pdp-media-badge1.is-hidden {
  display: none;
}

.pdp-media-badge1::before {
  content: '';
  width: 12px;
  height: 18px;
  background-image: url('/cdn/shop/files/Vector_1_a21fb339-620e-4b41-98a0-d40799a6d934.svg?v=1778751159');
  background-size: contain;
  background-repeat: no-repeat;

  display: inline-block;
}
/*Css for infor part of product used in right side*/
.pdp-v2 .pdp-top {
  background: #fff;
  padding: 16px 20px 32px;
  border-radius: 20px;
  border: 1.5px solid #E7E7E7;
}

.pdp-v2 .pdp-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.pdp-v2 .pdp-brand a,.pdp-v2 .pdp-brand span {
  overflow: hidden;
  color: #2B3990;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.pdp-v2 .PDP_right_review
{
    display:flex;
    align-items:center;
    border-radius: 16px;
    background: linear-gradient(89deg, #F5F7F8 102.35%, #FFF 110.38%);
    padding:2px 4px;
    gap:1px;
}
.pdp-v2 .PDP_right_review svg
{
  width:14px;
  height:14px;
}
.pdp-v2 .PDP_right_review p 
{
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  margin:0px;
}

.pdp-v2 .pdp-title {
  color: #0F0F0F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.pdp-usps-wrap {
  margin-top: 12px;
  position: relative;
}
.pdp-gallery-pagination {
  display: none;
  z-index:2 !important;
}
.pdp-usps-swiper {
  overflow: hidden;
}

.pdp-usp-slide {
  width: auto !important;
}

.pdp-v2 .pdp-usp {
  border-radius: 8px;
  border: 1px solid #F5F7F8;
  background: #F5F7F8;
  padding:8px;
  color: #0F0F0F;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin:0;
}
.pdp-v2 .pdp-vrtproduct
{
  margin-top:20px;
}
.pdp-v2 .pdp-vrtproduct p 
{
  color: #667085;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin:0px;
}
.pdp-v2 .pdp-vrtproduct p span
{
  color: #000;
  font-weight: 500;
}
.pdp-v2 .vrt-related-products
{
    display:flex;
    margin: 12px 0px 0px;
    gap:8px;
}
.pdp-v2 .vrt-related-product
{
  border: 2px solid #E7E7E7;
  margin-right:8px;
}
.pdp-v2 .vrt_active {
    border: 2px solid #FF6D1F;
}
.pdp-v2 .vrt-related-product
{
    justify-content:center;
}
.pdp-v2 .vrt-related-product a
{
    flex-direction:row;
}
.pdp-v2 .pdp-variants
{
  margin-top:20px;
}
.pdp-v2 .pdp-option {
  margin-bottom: 12px;
}

.pdp-v2 .pdp-option-label {
  color: #667085;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.pdp-v2 .pdp-option-label #pdp-selected-option,.pdp-v2 .pdp-option-label #pdp-selected-color
{
  color: #000;
  font-weight:500;
}
.pdp-v2 .pdp-option-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pdp-variants-single .pdp-variant-slide {
  width: auto !important;
}


.pdp-variants-single .pdp-card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.pdp-v2 .pdp-option-item {
  padding: 12px;
  border-radius: 8px;
  border: 2px solid #E7E7E7;
  background: #FFF;
  cursor: pointer;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pdp-v2 .pdp-option-item.active {
  border-color: #FF6D1F;
}

.pdp-variants-wrap {
  position: relative;
  overflow: hidden;
  margin-left:-20px;
  margin-right:-20px;
}
.pdp-variants-swiper .swiper-wrapper:first-child
{
  margin-left:20px;
}
.pdp-variants-swiper .swiper-wrapper:last-child
{
  margin-right:20px;
}
.pdp-variants-swiper {
  overflow: hidden;
  max-width: 100%;
}

.pdp-variant-slide {
  width: auto !important;
  flex-shrink: 0;
}
.pdp-usp-prev, .pdp-usp-next,
.pdp-variants-prev, .pdp-variants-next {
  width: 28px !important;
  height: 28px !important;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  color: #333;
  top: calc(50% + 10px);
  border:1px solid #c1c1c1;
}

.pdp-usp-prev::after, .pdp-usp-next::after,
.pdp-variants-prev::after, .pdp-variants-next::after {
  font-size: 10px !important;
  font-weight: 700;
}

.pdp-usp-prev, .pdp-variants-prev,.vrt-prev { left: 4px; }
.pdp-usp-next, .pdp-variants-next,.vrt-next { right: 4px; }
.pdp-variants-swiper.swiper-container {
  height: auto !important;
}

.pdp-variants-swiper .swiper-wrapper {
  align-items: stretch;
  height: auto !important;
}

.pdp-variants-swiper .swiper-slide {
  height: auto !important;
}
.pdp-variants-swiper .swiper-slide:last-child,.vrt-related-products .swiper-wrapper .swiper-slide:last-child
{
  margin-right:20px;
}
.pdp-v2 .pdp-variant-card {
  border: 2px solid #E7E7E7;
  display:block;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  margin-right:10px;
  min-width:150px;
}

.pdp-v2 .pdp-variant-card.active {
  border: 2px solid #FF6D1F;
}

.pdp-v2 .pdp-card-title {
  background:#F5F7F8;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding:8px 12px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.pdp-v2 .pdp-variant-card.active .pdp-card-title
{
  background:#FFEDE8;
}
.pdp-v2 .pdp-card-price
{
  display:flex;
  gap:2px;
  padding:0px 12px;
  margin: 10px 0 0;
  white-space: nowrap; 
  /*align-items:center;*/
  flex-direction:column;
}

.pdp-v2 .pdp-card-price .price {
  color: #0F0F0F;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0%;
  line-height: normal;
}

.pdp-v2 .pdp-card-price .compare {
  color: #667085;
  font-size: 15px!important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -4%!important;
  /*text-decoration-line: line-through;*/
}

.pdp-v2 .pdp-unit {
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 8px 0px 0px;
  padding:0px 12px;
}

.pdp-v2 .pdp-discount {
  color: #008B44;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -5%!important;
  text-transform: uppercase;
  padding:0px 12px 0px;
  margin: 12px 0 0;
}
.pdp-v2 .pdp-variant-card > *:last-child {
  padding-bottom: 12px !important;
  margin-bottom: 0 !important;
}

.pdp-v2 .pdp-cart-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top:12px;
}

.pdp-v2 .pdp-wishlist {
  width: 48%;
  flex-shrink: 0;
  float: none;
  margin: 0;
}

.pdp-v2 .pdp-cart {
  flex: 1;
  margin-top: 0;
}

.pdp-v2 .pdp-wishlist-button {
  border-radius: 16px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  color: #0F0F0F;
  text-align: center;
  font-family:Rubik;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor:pointer;
}

.pdp-v2 .pdp-add-cart {
  flex: 1;
  cursor: pointer;
  border-radius: 16px;
  background: #FF6D1F;
  padding:20px;
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width:100%;
}
.pdp-v2 .pdp-notify-btn
{
  flex: 1;
  cursor: pointer;
  border-radius: 16px;
  background: #9A9A9A;
  padding:20px;
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width:100%;
}

.pdp-v2 .pdp-offers {
  margin: 20px 0px;
  border-radius: 12px;
  border: 1px solid #008B44;
  background: #EFFCF8;
  padding: 12px 16px;
  justify-content: space-between;
  cursor: pointer;
}
.pdp-v2 .pdp-offers-header
{
  display:flex;
  justify-content:space-between;
  padding-bottom:10px;
  border-bottom: 1px solid rgba(0, 139, 68, 0.11);
}
.pdp-v2 .pdp-offers-left {
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pdp-v2 .pdp-offers-right {
  color: #0275D8;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.pdp-v2 .pdp-delivery {
  max-width: 1200px;
  margin: 20px auto;
}

.pdp-v2 .pdp-delivery-box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1.5px solid #E7E7E7;
}

.pdp-v2 .pdp-about {
  max-width: 1200px;
  margin: 20px auto;
}

.pdp-v2 .pdp-about-brand {
  background: #fff;
  padding: 20px 20px 0px;
  border-radius: 20px;
  border: 1.5px solid #E7E7E7;
}

.pdp-v2 .pdp-about-header {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  gap:20px;
}

.pdp-v2 .pdp-about-title {
  color: #0F0F0F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pdp-v2 .pdp-about-logo img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.pdp-v2 .pdp-about-desc {
  color: #0F0F0F;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  position: relative;
}

.pdp-v2 .pdp-about-desc .desc-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
}

.pdp-v2 .pdp-about-desc .desc-text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.pdp-v2 .pdp-about-desc .desc-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-left: 4px;
  color: #0F0F0F;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.pdp-v2 .pdp-about-desc .desc-text.expanded ~ .desc-toggle {
  position: static;
  background: none;
  padding-left: 0;
  display: block;
  margin-top: 4px;
}
.pdp-v2 .pdp-about-desc span 
{
  font-weight:500;
}

.pdp-v2 .pdp-about-stats {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
  width: 85%;
  margin: 0 auto;
}

.pdp-v2 .pdp-about-stats .stat {
  flex: 0 1 auto; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding:0px 16px;
}

.pdp-v2 .pdp-about-stats strong {
  display: block;
  color: #0F0F0F;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pdp-v2 .pdp-about-stats span {
  color: #667085;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 80px;
}
.pdp-v2 .pdp-about-stats .stat_border
{
  width: 0.5px;
  height: auto;
  background: #E7E7E7;
  display:block;
  flex-shrink: 0;
} 
.pdp-v2 .pdp-about-rating {
  border-radius: 12px;
  background: #F5F7F8;
  padding: 16px;
}

.pdp-v2 .pdp-rating-title {
  margin: 0 0 10px;
  color: #0F0F0F;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.pdp-v2 .rating-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  border-radius: 8px;
}

.pdp-v2 .rate-stat {
  display: flex;
  align-items: center;
  gap: 4px;
  padding:8px;
  border-radius: 8px;
  background: #FFF;
}


.pdp-v2 .rate-stat .stats_text {
  margin: 0;
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.pdp-v2 .rate-stat .stats_text span {
  font-weight: 700;
}

.pdp-v2 .stats-dot {
  color: #667085;
  font-size: 16px;
  line-height: 1;
}

.pdp-v2 .rate-stat img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.pdp-v2 .rate-stat .stats_no {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}

.pdp-ratingstats-swiper {
  overflow: hidden;
  padding-bottom: 20px !important;
}

.pdp-ratingstats-swiper .swiper-wrapper {
  align-items: center;
}

.pdp-ratingstats-swiper .swiper-slide {
  width: auto !important;
  height: auto;
  flex-shrink: 0;
}

.pdp-ratingstats-pagination {
  bottom: 0 !important;
  text-align: center;
  line-height:normal;
}

.pdp-ratingstats-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #E7E7E7;
  opacity: 1;
  margin: 0 3px !important;
}

.pdp-ratingstats-pagination .swiper-pagination-bullet-active {
  background: #D9D9D9;
  width: 16px;
  border-radius: 3px;
}

.pdp-description
{
    background: #fff;
    padding:0;
    border: 1.5px solid #E7E7E7;
}
.pdp-v2 .pdp_desc_deatil img
{
    width:100%;
}

.pdp-v2 .thumb-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 6px 8px;
  border-radius: 50%;
  font-size: 12px;
}
.pdp-v2 .pdp-variant-card.disabled {
  opacity: 0.4;
  cursor: pointer;
  pointer-events: auto; 
  border: 2px solid #E7E7E7;
}
.pdp-v2 .pdp-variant-card.disabled .pdp-card-title
{
  background:#F5F7F8;
}
.pdp-offers-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  overflow: hidden;
}

.pdp-offers-drawer.active {
  visibility: visible;
}

.pdp-offers-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,15,15,0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pdp-offers-drawer.active .pdp-offers-overlay {
  opacity: 1;
  display:block;
}

.pdp-offers-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 440px;
  max-width: 100vw;
  background: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 10000;
}

.pdp-offers-drawer.active .pdp-offers-panel {
  transform: translateX(0);
}

.pdp-offers-panel .cart_applyback {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 16px;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}

.pdp-offers-panel .cart_applyback h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0f0f0f;
  margin: 0;
}

.pdp-offers-panel .cart_backicon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.pdp-offers-list {
  flex: 1;
  overflow-y: auto;
}

.pdp-offer-card {
  overflow: hidden;
}

.pdp-offer-card-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 16px 12px;
}

.pdp-offer-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: none;
  background-image: url(/cdn/shop/files/couponicons.webp?v=1759138801);
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-offer-icon svg {
  width: 22px;
  height: 22px;
}

.pdp-offer-info {
  flex: 1;
}

.pdp-offer-desc {
  font-size: 14px;
  font-weight: 600;
  color: #0f0f0f;
  margin: 0 0 4px;
  line-height: 1.4;
}

.pdp-offer-code-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 16px;
  border-top: 1px solid #E7E7E7;
}

.pdp-offer-code-left {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #444;
}

.pdp-offer-code {
  font-size: 13px;
  font-weight: 700;
  color: #0f0f0f;
  letter-spacing: 0.5px;
}

.pdp-offer-savings {
  text-align: center;
  padding: 8px 16px;
  background: url(/cdn/shop/files/Stripe_parent-div_1.png?v=1777615768);
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat;
  color: #008B44;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display:none;
}

.pdp-offer-savings span {
  font-weight: 700;
}

.pdp-offer-card {
  margin-bottom: 16px;
}
.offer-card-upper
{
  border: 1px solid #E7E7E7;
  border-radius: 12px;
}
.pdp-offer-card-top {
  display: flex;
  gap: 4px;
  align-items: center;
}

.pdp-offer-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/cdn/shop/files/couponicons.webp?v=1759138801);
  background-size: cover;
}

.pdp-offer-info {
  flex: 1;
}

.pdp-offer-desc {
  color: #0F0F0F;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.pdp-offer-code-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pdp-offer-code-label {
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.pdp-offer-code {
  font-weight:700;
}

.pdp-offer-copy-btn {
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 8px;
  border: 0.8px solid #0F0F0F;
  background: #FFF;
  color: #0F0F0F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-family:Rubik;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.pdp-offers-list {
  margin: 20px 0px 30px;
  padding:0px 16px;
}

.pdp-offers {
  cursor: pointer;
}


.pdp-v2 .pdp-offers .offer-card-upper
{
  border:none;
}

.pdp-v2 .pdp-offers .pdp-offer-card-top
{
  padding:10px 0px;
  gap:10px;
}
.pdp-v2 .pdp-offers .pdp-offer-icon
{
  display:block;
  height:34px;
  width:34px;
}
.pdp-v2 .pdp-offers .pdp-offer-code-row
{
  border-top: 1px solid rgba(0, 139, 68, 0.11);
  padding:0px;
}
.pdp-v2 .pdp-offers .pdp-offer-desc
{
  font-size:15px;
}
.pdp-v2 .pdp-offers .pdp-offer-code-label
{
  font-size:16px;
}
.pdp-v2 .pdp-offers .pdp-offer-code
{
  font-size:16px;
  color:#008B44;
}
.pdp-v2 .pdp-offers .pdp-offer-card
{
  margin-bottom:0px;
}
.pdp-v2 .pdp-offers .pdp-offer-copy-btn
{
  font-size:16px;
  color:#008B44;
  border-radius: 8px;
  border: 0.8px solid #008B44;
  width:80px;
  height:auto;
  margin:10px 0px 0px;
  padding:6px 8px;
}
.pdp-size-chart-link {
  font-size: 15px;
  color: #2B3990;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  margin-left: auto;
}

.pdp-sizechart-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6,6,6,0.77);
  z-index: 9998;
}
.pdp-sizechart-overlay.active { display: block; }

.pdp-sizechart-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  z-index: 9999;
  max-width: 90vw;
  max-height: 85vh;
  overflow-y: auto;
  width: 500px;
}
.pdp-sizechart-popup.active { display: block; }

.pdp-sizechart-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f4f4f4;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-sizechart-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.pdp-option-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdp-option-color {
  padding: 3px !important;
  border-radius: 50% !important;
  border: 2px solid transparent !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pdp-option-color::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #0F0F0F;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.pdp-option-color::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #0F0F0F;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.pdp-option-color:hover::after,
.pdp-option-color:hover::before {
  opacity: 0;
}
.pdp-option-color.active {
  border-color: #FF6D1F !important;
}

.pdp-color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  border: 1px solid rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.pdp-option-color:has(.pdp-color-text-pill) {
  padding: 0 !important;
  border-radius: 8px !important;
  border: none !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
}

.pdp-option-color.active:has(.pdp-color-text-pill) {
  border: none !important;
}

.pdp-color-text-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1.5px solid #E7E7E7;
  background: #fff;
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}

.pdp-option-color.active .pdp-color-text-pill {
  border-color: #FF6D1F !important;
  color: #FF6D1F;
  background: #FFF5F0;
}

.pdp-option-item.unavailable {
  opacity: 0.4;
  pointer-events: none;
  text-decoration: line-through;
}

.pdp-option-color.unavailable {
  opacity: 0.8;
  pointer-events: none;
  text-decoration: none;
  position: relative;
}

.pdp-option-color.unavailable .pdp-color-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 1.5px;
  background: #999;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 2px;
}

.pdp-option-color.unavailable .pdp-color-circle {
  position: relative;
}

.pdp-v2 .DTL_heading
{
  color: #0F0F0F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin:0px 0px 16px;
}
.pdp-v2 .dtl_imputs
{
  border-radius: 8px;
  border: 1px solid #0F0F0F;
  background: #FFF;
  padding:16px;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.pdp-v2 .is-loaded
{
  border:none;
  background:#F5F7F8;
}
.pdp-v2 .is-loaded .dtl_btn
{
  color:#0F0F0F;
  text-decoration:underline;
}
.pdp-v2 .dtl_input
{
  border:none;
  color: #0F0F0F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width:85%;
}
.pdp-v2 .dtl_btn
{
  color: #0275D8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pdp-v2 .dtl_input::-webkit-outer-spin-button,
.pdp-v2 .dtl_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdp-v2 .dtl_input{
  -moz-appearance: textfield;
}

.pdp-v2 .PDP_dtl_response
{
  display:flex;
  gap:12px;
  margin-top:20px;
  align-items:center;
  border-radius: 12px;
  border: 1px solid #FFA8CB;
  background: #FFF8FB;
  padding: 5px 20px 8px 16px;
}
.pdp-v2 .PDP_delivery_icon
{
  height:32px;
}
.pdp-v2 .PDP_dtl_response > :last-child {
  margin-left: auto;
  height:63px;
}
.pdp-v2 .PDP_delivery_info p 
{
  margin:0;
}
.pdp-v2 .PDP_dtl_dateOuter
{
  color: #CB2B6B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pdp-v2 .PDP_dtl_timeOuter
{
  color: #667085;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top:0px!important;
  display:none;
}
.pdp-v2 .PDP_dtl_timeOuter .PDP_dtl_hours 
{
  color:#CB2B6B;
  font-weight:500;
}
.pdp-v2 .pdp_store_inner
{
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.pdp-v2 .pdp_store_detail
{
  display:flex;
  gap:12px;
  width:80%;
}
.pdp-v2 .pdp-store_title .dtl_nearestStore
{
  color: #2B3990;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  padding:0px;
  width:fit-content;
}
.pdp-v2 .pdp-store_title .dtl_storeName
{
  color: #0F0F0F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin:4px 0px 10px;
}
.pdp-v2 .pdp-store_title .dtl_storeAddress
{
  color: #667085;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pdp-v2 .pdp-store_title .dtl_storeTimings,.pdp-v2 .pdp-store_title .dtl_storeDistance,.pdp-v2 .pdp-store_title .dtl_storePhone
{
  border-radius: 8px;
  border: 1px solid #F5F7F8;
  background: #F5F7F8;
  color: #0F0F0F;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding:8px;
  width:fit-content;
}
.pdp-v2 .pdp-store_title .dtl_store-time-distance
{
  display:flex;
  gap:8px;
}
.dtl_storeDistance,.dtl_storePhone 
{
  display:flex;
  gap:4px;
  align-items:center;
}

.dtl_storeDistance .loc_icon,.dtl_storePhone .cal_icon
{
  width:12px;
  height:12px;
}
.pdp-v2 .pgp-store_img .dtl_storeImage
{
  border-radius:12px;
}
.pdp-v2 .dtl_return
{
  display:flex;
  gap:6px;
  align-items:center;
  padding:0;
}
.pdp-v2 .dtl_return .pdp_store_image img,.pdp-v2 .dtl_return1 img
{
  width:32px;
  height:32px;
}
.pdp-v2 .dtl_return .dtl_return_polinfo p 
{
  margin:0px;
  color: #0F0F0F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pdp-v2 .dtl_return .dtl_return_polinfo a 
{
  color: #0275D8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pdp-v2 .dtl_return1
{
  display:flex;
  gap:6px;
  align-items:center;
  font-size:18px;
  font-weight:400;
  color: #0F0F0F;
  line-height:normal;
}

.pdp-description {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom:10px;
}

.pdp_desc_tabs {
  padding: 0;
}
.product_overview_heading
{
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding-left:20px;
  margin:20px 0px 0px;
}
.pdp_btm_tabs {
  border-bottom: 1px solid #f0f0f0;
}

.pdp_btm_tabs:last-child {
  border-bottom: none;
}

.pdp_desc_toph {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
}

.pdp_desc_toph h2 {
  font-size: 16px;
  font-weight: 500;
  color: #0f0f0f;
  margin: 0;
}
.pdp_desc_toph h2 span
{
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #667085;
display:block;
margin-top:8px;
}
.pdp_desc_toph::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.pdp_desc_toph.tabactive::after {
  transform: rotate(-135deg);
}

.pdp_desc_txt {
  display: none;
  padding: 0 20px 16px;
  font-size: 16px;
  color: #0F0F0F;
  line-height: 24px;
}

.pdp_desc_txt p { margin-bottom: 10px; }
.pdp_desc_txt ul { padding-left: 18px; }
.pdp_desc_txt li { margin-bottom: 6px; }
.pdp_desc_txt img { width: 100%; height: auto; border-radius: 8px; }
.pdp_desc_txt strong { color: #0f0f0f;font-weight:500; }
.pdp_desc_txt li b {font-weight:500;}
.pdp_featured_sec .pdp_desc_toph { }
.pdp_featured_sec .pdp_desc_txt { display: block; }


.faq_qst_ans {
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 0;
}
.faq_qst_ans:last-child { border-bottom: none; }

.faq_qst_ans h2 {
  font-size: 16px;
  font-weight: 500;
  color: #0f0f0f;
  cursor: pointer;
  margin: 0;
  padding-right: 20px;
  position: relative;
  line-height: 24px;
}

.faq_qst_ans h2::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #888;
  transition: transform 0.2s;
}

.faq_qst_ans h2.faqactive::after {
  content: '−';
}

.faq_qst_ans p {
  display: none;
  font-size: 16px;
  font-weight:400;
  color: #0F0F0F;
  margin: 8px 0 0;
  line-height: 24px;
}

.pdp_handpicked .pdp_product_recommend .swiper-slide
{
    width: calc(25% - 12px) !important;
    padding-left: 0px !important;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-right: 0px !important;
}
.pdp_product_recommend
{
  max-width:1200px!important;
  padding:0!important;
  margin:0 auto;
}
.pdp_handpicked .swiper-pagination-progressbar
{
  display:none;
}

.pdp-mobile-cart-icon {
  display: none;
}



.pdp-v2-below {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.pdp-below-section {
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  margin-top: 16px;
}

.pdp-below-title {
  color: #0F0F0F;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 16px;
}

.pdp-below-swiper,
.pdp-complementary-swiper {
  overflow: hidden;
  padding-bottom: 36px !important;
  position: relative;
}

.pdp-below-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.pdp-below-prev, .pdp-below-next,
.pdp-comp-prev, .pdp-comp-next {
  width: 32px !important;
  height: 32px !important;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  color: #333;
  top: 40%;
}

.pdp-below-prev::after, .pdp-below-next::after,
.pdp-comp-prev::after, .pdp-comp-next::after {
  font-size: 12px !important;
  font-weight: 700;
}

.pdp-below-pagination,
.pdp-comp-pagination {
  bottom: 0 !important;
}

.pdp-below-pagination .swiper-pagination-bullet,
.pdp-comp-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #E7E7E7;
  opacity: 1;
}

.pdp-below-pagination .swiper-pagination-bullet-active,
.pdp-comp-pagination .swiper-pagination-bullet-active {
  background: #FF6D1F;
  width: 16px;
  border-radius: 3px;
}

.pdp-below-slide .card-wrapper,
.pdp-below-slide .card,
.pdp-below-slide > * {
  width: 100%;
  height: 100%;
}


.pdp_product_recommend .hw_deal_single
{
  width:100%!important;
}

.pdp-comp-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #F0F0F0;
  height: 100%;
}

.pdp-comp-card__img-wrap {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}

.pdp-comp-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-comp-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #FF6D1F;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
}

.pdp-comp-card__info {
  padding: 10px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.pdp-comp-card__vendor {
  color: #2B3990;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.pdp-comp-card__title {
  color: #0F0F0F;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pdp-comp-card__price {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.pdp-comp-card__price--current {
  color: #0F0F0F;
  font-size: 14px;
  font-weight: 600;
}

.pdp-comp-card__price--compare {
  color: #667085;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
.pdp-complementary-wrap {
  display: block!important;
}

/*Review Widget Styling*/
.jdgm-rev-widg__title
{
  color: #0F0F0F;
  font-family: Rubik;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal!important;
  margin-bottom:20px!important;
}
:not(.jdgm-prev-badge__stars)>.jdgm-star
{
  color:#FF6D1F!important;
}
.jdgm-rev__prod-link
{
  color: #667085!important;
text-align: center;
font-family: Rubik;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 18px!important;
}
.jdgm-gallery__thumbnail
{
  border-radius:12px;
}
a.jdgm-write-rev-link,a.jdgm-ask-question-btn
{
  border-radius: 12px!important;
  border: 1px solid #0275D8;
  background: #FFF;
  color: #0275D8!important;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding:12px 16px;
}

.pdp-media-actions .wishlist_icon {
    background: url(/cdn/shop/files/Vector_3.svg?v=1737541899);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.pdp-media-actions .plp_wishlist_icon.active {
    background-image: url(/cdn/shop/files/Vector_4_881ccbcf-5471-40ba-b6c0-5b96c4cb581e.svg?v=1737541899);
}

.pdp-media-actions .WHL_removeBtn.wishlist_icon {
  background-image: url(/cdn/shop/files/Vector_4_881ccbcf-5471-40ba-b6c0-5b96c4cb581e.svg?v=1737541899);
  background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}



.pdp-cart-row .pdp-wishlist-button.WHL_removeBtn,
.pdp-cart-row .WHL_removeBtnhrt .pdp-wishlist-button {
  background: #FFF5F0;
  border-color: #FF6D1F;
  color: #FF6D1F;
}
.pdp_wishlist {
  position: relative;
}

.wishlist_tooltip {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  transform: none;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 20px;
  border-radius: 30px;
  white-space: nowrap;
  z-index: 99;
  pointer-events: none;
          box-shadow: 4px 4px 7px #ffffff40 inset;
        filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, .25));
}

/* Arrow pointing up, aligned right */
.wishlist_tooltip::after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 20px;
  left: auto;
  transform: none;
  border: 10px solid transparent;
  border-bottom-color: #fff;
        top:-17px;
}
.pdp-action-btn.WHL_removeBtn img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(80%) saturate(500%) hue-rotate(340deg) brightness(100%);
}

.pdp-action-btn.WHL_removeBtn {
  background: #FFF5F0;
}

.pdp-v2 .breadcrumbs
{
 max-width:1200px;
 margin:auto;
 min-width:0;
 padding:20px 0px 0px!important;
}

.pdp-v2 .bold_options {
  margin-top: 0px;
  border-top: 1px solid #f0f0f0;
  padding: 24px 16px 16px;
  border-radius: 16px;
  background: #F4F5F9;
}
.raincoat_heading
{
  order:4;
  margin:0 0 16px;
  font-size:16px;
}
.pdp-v2 .bold_option_set {
  display: flex;
  /*flex-direction: column;*/
  flex-wrap:wrap;
  gap: 14px;
  align-items:center;
}
.pdp-v2 .bold_option_set .bold_option
{
   flex: 0 0 calc(50% - 7px); 
    box-sizing: border-box;
}
.pdp-v2 .bold_option_set .font-style-swatch
{
  flex: 0 0 100%;
}
.pdp-v2 .bold_options::before {
  content: 'Add Personalized Details';
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #0f0f0f;
  margin-bottom: 12px;
}

.pdp-v2 .bold_option_title {
  display: block;
  color: #0F0F0F;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}

.pdp-v2 .bold_option_textbox input[type="text"],
.pdp-v2 .bold_option_textbox textarea,
.pdp-v2 .bold_option_textarea textarea,
.pdp-v2 .bold_option_uploadfile input[type="file"] {
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  color: #0f0f0f;
  box-sizing: border-box;
  outline: none;
  border-radius: 8px;
  border: 1px solid #0F0F0F;
  background: #FFF;
}

.pdp-v2 .bold_option_textbox input[type="text"]:focus,
.pdp-v2 .bold_option_textbox textarea:focus {
  border-color: #FF6D1F;
}

.pdp-v2 .bold_option_radio .bold_option_element {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  justify-content:space-between;
}
.pdp-v2 .bold_option_radio .bold_option_value
{
  margin-right:0px;
  flex: 1 1 0;
  display: flex;
}
.pdp-v2 .bold_option_radio input[type="radio"] {
  display: none;
}

.pdp-v2 .bold_option_radio label {
  display:flex;
  align-items: center!important;
  justify-content: center!important;
  padding: 10px 16px!important;
  border: 1px solid #0F0F0F!important;
  border-radius: 8px!important;
  background: #fff!important;
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer!important;
  transition: border-color 0.2s, background 0.2s!important;
  line-height: normal!important;
  flex: 1 1 0;
}

.pdp-v2 .bold_option_radio label:hover {
  border-color: #FF6D1F!important;
}

.pdp-v2 .bold_option_radio input[type="radio"]:checked + label,
.pdp-v2 .bold_option_radio input[type="radio"]:checked ~ label,
.pdp-v2 .bold_option_radio label:has(input[type="radio"]:checked),
.pdp-v2 .bold_option_radio label.bold_selected {
  border-color: #FF6D1F !important;
  background: #FFF5F0 !important;
  color: #FF6D1F !important;
  font-weight: 600 !important;
}

.pdp-v2 .bold_option_dropdown select {
  width: 100%;
  padding: 10px 16px;
  font-size: 13px;
  color: #0f0f0f;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23667085' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  outline: none;
  border-radius: 8px;
  border: 1px solid #0F0F0F;
}

.pdp-v2 .bold_option_dropdown select:focus {
  border-color: #FF6D1F;
}

.pdp-v2 .bold_option_textbox textarea,.pdp-v2 .bold_option_textarea textarea {
  min-height: 90px;
  resize: vertical;
}

.pdp-v2 .bold_option_swatch .bold_option_element,
.pdp-v2 .bold_option_checkbox .bold_option_element {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.pdp-v2 .bold_option_swatch label,
.pdp-v2 .bold_option_checkbox label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.pdp-v2 .bold_option label {
  border: none;
  padding: 0;
}

.pdp-v2 .bold_option_button_group .bold_option_element {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 6px;
}

.pdp-v2 .bold_option_button_group .bold_option_btn {
  padding: 10px;
  border: 1.5px solid #E7E7E7;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.2s;
}

.pdp-v2 .bold_option_button_group .bold_option_btn.bold_selected,
.pdp-v2 .bold_option_button_group .bold_option_btn:hover {
  border-color: #FF6D1F;
}
.pdp-v2 .bold_option_value_swatch
{
  /*width:245px;*/
  height:50px;
  background: #fff;
  border-radius: 10px!important;
}
.pdp-v2 .bold_option_value_swatch>span
{
  background-size:contain!important;
  border-radius:12px;
}
.bold_option_swatch .bold_option_value_element
{
  border-radius: 8px!important;
  border: 1px solid #0F0F0F!important;
}

.bold_option_dropdown .bold_option_element
{
  margin-left:0px!important;
}

.pdp-v2 .bold_option_swatch .bold_option_value_element[aria-checked="true"] {
  border-color: #FF6D1F !important;
  background: #FFF5F0 !important;
}

.pdp-v2 .bold_option_swatch .bold_option_value_element[aria-checked="true"] .bold_option_value_title {
  color: #FF6D1F !important;
  font-weight: 600 !important;
}

.pdp-v2 .pdp-form {
  display: flex;
  flex-direction: column;
}

.pdp-v2 .pdp-usps-wrap  { order: 1; }
.pdp-v2 .pdp-vrtproduct { order: 2; }
.pdp-v2 .pdp-variants, .pdp-v2 .recm_breedclass   { order: 3; }
.pdp-v2 .pdp-offers     { order: 4; }
.pdp-v2 .bold_options { order: 5; }
.pdp-v2 .pdp-cart-row   { order: 6; }

.pdp-single-price {
  display: flex;
  /*align-items: center;*/
  gap: 4px;
  padding: 0px 0;
  flex-wrap: wrap;
  flex-direction:column;
}

.pdp-single-price .price {
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pdp-single-price .compare {
  color: #667085;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
}

.pdp-single-price .pdp-discount {
  color: #008B44;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.pdp-single-price .pdp-incl-tax
{
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.48px;
  padding:0px;
}
.pdp-single-price .compare .pdp-mrp-label {
  text-decoration: none!important;
}
.pdp-single-variant .pdp-variants-wrap {
  display: none;
}


.recomded-section-product
{
  background: #F0F0F5;
  padding:15px 0px;
}
.pdp-comp-section
{
  background: #F0F0F5;
  padding:30px 0px 0px;
}
.youmay_section
 {
  background: #fff;
  border-radius: 20px;
  padding: 40px 0px 40px 40px;
  max-width:1200px;
  margin:auto;
  position: relative;
  min-height:400px;
  border: 1.5px solid #E7E7E7;
}
.youmay_section .hw_produt_tag_inner a
{
  pointer-events:none;
}
.pdp-comp-inner
 {
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  max-width:1200px;
  margin:auto;
  position: relative;
}

.youmay_titles,
.youmay_titles .page-width {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.youmay_titles h2,
.pdp-comp-title {
  color: #0F0F0F;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.youmay_section .pdp_product_recommend,
.pdp-comp-section .pdp-comp-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.youmay_section .pdp_product_recommend .swiper-container,
.pdp-comp-section .pdp-comp-swiper {
  overflow: hidden;
}



.youmay_section .hw_swiper_pagin {
  display: none !important;
}

.youmay_section .swiper-button-prev,
.youmay_section .swiper-button-next,
.pdp-comp-section .pdp-comp-sec-prev,
.pdp-comp-section .pdp-comp-sec-next {
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15) !important;
  top: 38% !important;
  z-index: 10;
  margin-top: 0 !important;
}

.youmay_section .swiper-button-prev::after,
.youmay_section .swiper-button-next::after,
.pdp-comp-section .pdp-comp-sec-prev::after,
.pdp-comp-section .pdp-comp-sec-next::after {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #0F0F0F !important;
}

.youmay_section .swiper-button-prev.swiper-button-disabled,
.youmay_section .swiper-button-next.swiper-button-disabled,
.pdp-comp-section .pdp-comp-sec-prev.swiper-button-disabled,
.pdp-comp-section .pdp-comp-sec-next.swiper-button-disabled {
  display: none !important;
}

.youmay_section .swiper-button-prev { left: -12px !important; }
.youmay_section .swiper-button-next { right: -12px !important; }

.youmay_section .swiper-pagination,
.pdp-comp-sec-pagination {
  display: none;
}



.pdp-featimg-checkbox {
  display: none!important;
}

.pdp-featimg-inner {
  max-height: 400px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.pdp-featimg-inner img {
  width: 100%;
  display: block;
}

.pdp-featimg-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}

.pdp-featimg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0 4px;
  color: #FF6D1F;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}

.pdp-featimg-btn--less {
  display: none;
}

.pdp-featimg-checkbox:checked ~ .pdp-featimg-inner {
  max-height: 5000px;
}

.pdp-featimg-checkbox:checked ~ .pdp-featimg-inner::after {
  opacity: 0;
}

.pdp-featimg-checkbox:checked ~ .pdp-featimg-btn .pdp-featimg-btn--more {
  display: none;
}

.pdp-featimg-checkbox:checked ~ .pdp-featimg-btn .pdp-featimg-btn--less {
  display: inline;
}



.more_store_link
{
  color: #0F0F0F;
font-family: Rubik;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
margin-top:8px;
display:none;
}

.pdp-add-cart.hidden ~ .restock-alerts-notify-button,
.restock-alerts-notify-button.pdp-notify-show {
  display: flex !important;
}

.store-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.38);
  z-index: 1000;
  backdrop-filter: blur(2px);
}
.store-overlay.active { display: block; }

.store-drawer {
  position: fixed;
  background: #fff;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border-radius: 0;
  transform: translateX(100%);
}
.store-drawer.open {
  transform: translateX(0);
}

.drawer-handle {
  display: none;
  justify-content: center;
  padding: 12px 0 4px;
  flex-shrink: 0;
}
.drawer-handle span {
  width: 40px; height: 4px;
  background: #d1d5db;
  border-radius: 99px;
  display: block;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px 12px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}

.drawer-back {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: #0F0F0F;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.drawer-back svg { width: 18px; height: 18px; }

.drawer-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.drawer-close {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.drawer-close:hover { background: #e5e7eb; }
.drawer-close svg { width: 16px; height: 16px; color: #555; }

.drawer-address {
  margin: 14px 16px 4px;
}

.drawer-list {
  overflow-y: auto;
  flex: 1;
  padding: 10px 16px 20px;
  -webkit-overflow-scrolling: touch;
}
.drawer-list::-webkit-scrollbar { width: 4px; }
.drawer-list::-webkit-scrollbar-track { background: transparent; }
.drawer-list::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 99px; }

.store-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  cursor: pointer;
  transition: background 0.12s;
  border-radius: 12px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  margin-bottom:12px;
}

.store-img {
  width: 74px;
  height: 74px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  background: #ececec;
  overflow: hidden;
}

.store-img-placeholder {
  width: 74px;
  height: 74px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.store-img-placeholder .img-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8e0d8 0%, #f5f0ea 50%, #ded6cc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.store-thumb {
  width: 74px;
  height: 74px;
  border-radius: 10px;
  flex-shrink: 0;
  background: #e8e2dc;
  overflow: hidden;
  position: relative;
  order:2;
}
.store-thumb img {
  width: 100%;
  height: 100%;
}

.store-info { flex: 1; min-width: 0; }

.store-name {
  color: #0F0F0F;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px; 
}

.store-address {
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top:4px;
}

.store-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top:8px;
}

.store-hours, .store-dist {
  color: #0F0F0F;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #F5F7F8;
  background: #F5F7F8;
  padding:2px 4px;
}
.store-hours svg, .store-dist svg {
  width: 12px; height: 12px;
  color: #aaa;
  flex-shrink: 0;
}

.store-card {
  opacity: 0;
  transform: translateY(8px);
  animation: cardIn 0.3s ease forwards;
}
.store-card:nth-child(1) { animation-delay: 0.05s; }
.store-card:nth-child(2) { animation-delay: 0.11s; }
.store-card:nth-child(3) { animation-delay: 0.17s; }
.store-card:nth-child(4) { animation-delay: 0.23s; }

@keyframes cardIn {
  to { opacity: 1; transform: translateY(0); }
}



table:not([class])
{
  width:100%!important;
}
table:not([class]) td, table:not([class]) th
{
  width:auto!important;
  text-align:center!important;
}
.row
{
  margin:0px;
}
.shopify-section:has(.jdgm-rev-widg) {
  background-color: #F0F0F5;
  padding: 1px 0px 9px;
  
}
.shopify-section:has(.jdgm-rev-widg) .page-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*#judgeme_product_reviews
{
  margin-left:-5rem!important;
  margin-right:-5rem!important;
} */
.jdgm-rev-widg,
.jdgm-all-reviews-widget {
  background-color: #ffffff;
  padding: 40px !important;
  border-radius: 20px;
  border: 1.5px solid #E7E7E7!important;
}
.jdgm-rev-widg
{
  margin-top:15px!important;
}
.cart_backicon { display: flex; }
.pdp-offers-close-x { display: none; }

.font-style-swatch .bold_option_element
{
  justify-content:space-between;
}
.font-style-swatch .bold_option_value {
  width: 48%;
  box-sizing: border-box;
  margin-right:0px;
}
.font-style-swatch .bold_option_value .bold_option_value_element,.font-style-swatch .bold_option_value .bold_option_value_element .bold_option_value_swatch {
  width:100%;
}

/* Tablet — use desktop add button, hide broken mobile button */


.pdp-variant-slide[style*="display: none"] {
  width: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.pdp-incl-tax {
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-top:2px;
  padding:0 12px;
}

.pdp-card-price .compare {
  text-decoration: none;  /* remove from whole span */
}

.pdp-card-price .compare-amount {
  text-decoration: line-through;  /* strikethrough only on the number */
}

.pdp-single-price .pdp-mrp-label {
  text-decoration: none !important;  /* safety net */
  font-size:18px;
  font-weight:300;
}

/* Hide arrows before Swiper init */
.pdp-gallery-swiper .pdp-gallery-prev,
.pdp-gallery-swiper .pdp-gallery-next,
.pdp-usps-swiper .pdp-usp-prev,
.pdp-usps-swiper .pdp-usp-next,
.vrt-related-products .vrt-prev,
.vrt-related-products .vrt-next,
.pdp-variants-swiper .pdp-variants-prev,
.pdp-variants-swiper .pdp-variants-next {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

/* Once Swiper initializes */
.pdp-gallery-swiper.swiper-initialized .pdp-gallery-prev, .pdp-gallery-swiper.swiper-initialized .pdp-gallery-next, .pdp-usps-swiper.swiper-initialized .pdp-usp-prev, .pdp-usps-swiper.swiper-initialized .pdp-usp-next, .vrt-related-products.swiper-initialized .vrt-prev, .vrt-related-products.swiper-initialized .vrt-next, .pdp-variants-swiper.swiper-initialized .pdp-variants-prev, .pdp-variants-swiper.swiper-initialized .pdp-variants-next { opacity: 1; visibility: visible; }

.pdp-usps-swiper.swiper-initialized .pdp-usp-prev.swiper-button-lock,
.pdp-usps-swiper.swiper-initialized .pdp-usp-next.swiper-button-lock,
.pdp-variants-swiper.swiper-initialized .pdp-variants-prev.swiper-button-lock,
.pdp-variants-swiper.swiper-initialized .pdp-variants-next.swiper-button-lock {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

/* Disabled arrow */
.swiper-initialized .swiper-button-disabled {
  opacity: 0.35 !important;
  visibility: hidden;
}

/* Locked arrow (no overflow) */
.swiper-initialized .swiper-button-lock {
  opacity: 0 !important;
  visibility: hidden !important;
}

.pdp-chevron {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  vertical-align: middle;

  background: url('/cdn/shop/files/arrow-icons_1.svg?v=1777965069') no-repeat center;
  background-size: contain;

  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Down arrow (default) */
.pdp-chevron--down {
  transform: rotate(0deg);
}

/* Up arrow (rotate same image) */
.pdp-chevron--up {
  transform: rotate(180deg);
}


.pdp_more_product
{
  background-color: #F0F0F5;
  padding-bottom:30px;
}
.pdp_more_ppro_container
{
  max-width:1200px;
  margin:0 auto;
  background-color: #fff;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  padding:40px!important;
}
.pdp_more_ppro_container .page-width 
{
  padding:0!important;
}
.PDP_more_titles h2
{
  margin:0 0 20px!important;
}
.pdp_more_pr_link, .pdp_samebrand_link
{
  padding-bottom:30px;
  background:#fff;
  max-width:1200px;
  margin:0px auto!important;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
.persolised_btn a
{
  border-radius:8px!important;
}
.b_price 
{
  font-weight:600;
}
.pdp-single-price {
  flex-direction: column;
  gap: 2px;
}

.pdp-single-price .price {
  font-size: 20px;
  font-weight: 500;
  color: #0F0F0F;
}

.pdp-single-price .compare {
  font-size: 14px;
  font-weight: 300;
  color: #667085;
  text-decoration: line-through;
}
.pdp-single-price .mrp-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pdp-single-price .mrp-row .pdp-mrp-label {font-size:14px;}
.pdp-single-price .pdp-discount {
  font-size: 14px;
  font-weight: 500;
  color: #008B44;
  padding: 0;
  margin: 0;
}

.pdp-single-price .pdp-incl-tax {
  padding: 0;
  margin: 0;
}
.youmay_section .pdp_product_recommend .swiper-slide
{
  width: calc(25% - 22px)!important;
  margin-right: 16px!important;
}
@media (max-width: 767px) {
  .NLW-pin-widget{ margin-bottom:0px !important;}
  .pdp-v2 .pdp-container {
    flex-direction: column;
    padding-top: 0;
    gap: 0;
    padding:0;
  }
  
  .pdp-v2 .pdp-left {
    width: 100%;
    position: relative;
    top: 0;
  }

  .pdp-v2 .pdp-right {
    width: 100%;
    min-height: auto;
  }

  .pdp-media {
    flex-direction: column;
    gap: 0;
  }

  .pdp-thumbs-wrap {
    width: 100%;
    order: 2;
    padding: 8px;
    display:none;
  }

  .pdp-thumbs {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 6px;
    justify-content: flex-start;
    align-items: center;
  }

  .pdp-thumb-item {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
  }

  .pdp-main {
    order: 1;
    border-radius: 0;
    overflow: visible;
    background:#fff;
  }
  
  .pdp-gallery-prev,
  .pdp-gallery-next {
    display: none !important;
  }

  .pdp-gallery-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0;
    height: 10px;
    margin: 0;
    bottom:16px!important;'
    
  }

  .pdp-gallery-pagination .swiper-pagination-bullet {
    display: block;
    border-radius: 50%;
    background: #B7B7B7;
    transition: width 0.25s ease, height 0.25s ease, 
                opacity 0.25s ease, margin 0.25s ease;
    flex-shrink: 0;
  }

  .pdp-gallery-pagination .swiper-pagination-bullet.bull-0 {
    width: 10px;
    height: 10px;
    background: #555;
    opacity: 1;
    margin: 0 4px;
  }

  .pdp-gallery-pagination .swiper-pagination-bullet.bull-1 {
    width: 7px;
    height: 7px;
    opacity: 1;
    margin: 0 4px;
  }

  .pdp-gallery-pagination .swiper-pagination-bullet.bull-2 {
    width: 5px;
    height: 5px;
    opacity: 1;
    margin: 0 4px;
  }

  .pdp-gallery-pagination .swiper-pagination-bullet.bull-far {
    width: 0 !important;
    height: 0 !important;
    opacity: 0;
    margin: 0 !important;
    pointer-events: none;
  }
  .pdp-gallery-swiper {
    border-radius: 0;
  }

  .pdp-gallery-slide img {
    border-radius: 0;
  }

  .pdp-v2 .pdp-top {
    border-radius: 0;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    padding: 20px 0px;
    border:none;
  }
  .pdp-v2 .pdp-row1
  {
    margin-bottom:6px;
    padding:0px 16px;
  }
  .pdp-v2 .pdp-title {
    font-size: 16px;
    line-height: normal;
    padding:0px 16px;
  }
  .pdp-size-chart-link
  {
    font-size:13px;
  }
  .pdp-v2 .pdp-brand a,.pdp-v2 .pdp-brand
  {
    font-size:14px;
    line-height:normal;
  }
  .pdp-v2 .PDP_right_review svg
  {
    width:9px;
    height:9px;
  }
  .pdp-v2 .PDP_right_review p
  {
    font-size:12px;
  }
  .pdp-usps-wrap
  {
    margin-top:12px;
    padding:0px;
  }
  .pdp-usps-wrap .swiper-wrapper:first-child
  {
    margin-left:16px;
  }
  .pdp-v2 .pdp-usp
  {
    font-size:13px;
  }
  .pdp-v2 .pdp-usp-prev,.pdp-v2 .pdp-usp-next
  {
    display:none!important;
  }
  .pdp-v2 .pdp-vrtproduct
  {
    margin:16px 0px 0px;
    padding:0px 0px 0px 16px;
  }
  .pdp-v2 .pdp-vrtproduct p
  {
    font-size:13px;
  }
  .vrt_active
  {
    border: 2px solid #FF6D1F!important;
  }
  .vrt-related-product a
  {
    font-size:12px!important;
  }
  .vrt-related-product:last-child
  {
    margin-right:16px;
  }
  .vrt-related-products .swiper-wrapper .swiper-slide:last-child {
    margin-right: 16px !important;
    }
  .vrt_active a 
  {
    font-weight:500!important;
  }
  .pdp-v2 .pdp-option
  {
    padding:0px 16px;
  }
  .pdp-v2 .pdp-option-label
  {
    font-size:13px;
    margin-top:16px;
  }
  .pdp-variants-wrap .pdp-variant-slide:first-child
  {
    padding-left:16px;
  }
  .pdp-v2 .pdp-variant-card
  {
    min-width:125px;
  }
  .pdp-v2 .pdp-variant-card.active
  {
    border: 2px solid #FF6D1F;
  }
  .pdp-v2 .pdp-option-item
  {
    font-size:14px;
    padding:8px;
  }
  .pdp-v2 .pdp-card-title
  {
    font-size:14px;
  }
  .pdp-v2 .pdp-card-price
  {
    gap:4px;
  }
  .pdp-v2 .pdp-card-price .compare
  {
    font-size:14px!important;
  }
  .pdp-v2 .pdp-card-price .price
  {
    font-size:15px!important;
    line-height:normal;
  }
  .pdp-v2 .pdp-unit
  {
    font-size:13px;
  }
  .pdp-v2 .pdp-discount
  {
        margin: 8px 0 0;
  }
  .pdp-single-price .pdp-discount
  {
    margin:0;
  }
  .pdp-v2 .pdp-offers
  {
    margin:16px 16px 0px;
    border: 1px solid #008B44;
    background: linear-gradient(185deg, #FFF -174.22%, #E2F9F3 265.72%);
    padding:12px;

  }
  .pdp-v2 .pdp-offers .pdp-offer-card-top
  {
    padding:8px 0px;
    gap:8px;
  }
  .pdp-v2 .pdp-offers .pdp-offer-desc
  {
    font-size:15px;
  }
  .pdp-v2 .pdp-offers-header
  {
    padding-bottom:10px;
  }
  .pdp-v2 .pdp-offers .pdp-offer-copy-btn
  {
    margin:8px 0 0;
  }
  .pdp-v2 .pdp-offers .pdp-offer-code-label,.pdp-v2 .pdp-offers .pdp-offer-code,.pdp-v2 .pdp-offers .pdp-offer-copy-btn
  {
    font-size:14px;
  }
  .pdp-v2 .pdp-offers-left
  {
    color: #0F0F0F;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .pdp-v2 .pdp-offers-right
  {
    color: #0275D8;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
 
  .pdp-v2 .pdp-delivery {
    margin: 8px 0 0;
  }

  .pdp-v2 .pdp-delivery-box {
    border-radius: 12px;
    padding:20px 16px;
    border:none;

  }
  .pdp-v2 .DTL_heading
  {
    font-size: 18px;
  }
  .pdp-v2 .dtl_input_outer
  {
    margin-top:12px;
    padding-bottom:16px;
    border-bottom:0.5px solid #E7E7E7;
  }
  .pdp-v2 .dtl_imputs
  {
    padding:10px 16px;
  }
  .pdp-v2 .dtl_input
  {
    font-size:14px;
  }
  .pdp-v2 .dtl_btn
  {
    font-size:13px;
  }
  .pdp-v2 .PDP_dtl_response
  {
    margin-top:12px;
    gap:8px;
  }
  .pdp-v2 .PDP_delivery_icon
  {
    height:32px;
  }
  .pdp-v2 .dtl_return_row
  {
    margin-top:0px;
    flex-wrap:nowrap;
    padding:16px 0px 0px;
  }
  
  .PDP_dtl_placeholder_title
  {
    font-size:14px!important;
  }
  .PDP_dtl_placeholder_sub
  {
    font-size:13px!important;
    margin:0px!important;
  }
  .PDP_dtl_placeholder_sub .express_icon
  {
    width:12px!important;
    height:18px!important;
  }
  .PDP_dtl_placeholder .pin_icon
  {
    width:20px!important;
    height:27px!important;
  }
  .PDP_dtl_placeholder
  {
    padidng:12px 16px!important;
  }
  .pdp-v2 .PDP_delivery_icon img
  {
    width:32px;
    height:32px;
  }
  .pdp-v2 .PDP_dtl_dateOuter
  {
    font-size:14px;
    line-height:17px;
  }
  .pdp-v2 .PDP_dtl_timeOuter
  {
    font-size:12px;
    margin:4px 0px 0px!important;
  }
  .pdp-v2 .pdp_store_widget
  {
    margin:0px;
    padding:16px 0px;
  }
  .pdp-v2 .pdp_store_detail
  {
    gap:8px;
    margin:0px;
  }
  .pdp-v2 .pdp_store_image img
  {
    width:32px;
    height:32px;
  }
  .pdp-v2 .pdp-store_title .dtl_nearestStore
  {
    font-size:11px;
  }
  .pdp-v2 .pdp-store_title .dtl_storeName
  {
    font-size:15px;
    line-height:17px;
    margin: 2px 0 8px;
  }
  .pdp-v2 .pdp-store_title .dtl_storeAddress
  {
    font-size:12px;
    margin-top:4px;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;*/
  }
  .pdp-v2 .pdp-store_title .dtl_store-time-distance
  {
    flex-wrap:wrap;
  }
  .pdp-v2 .pdp-store_title .dtl_storeTimings,.pdp-v2 .pdp-store_title .dtl_storeDistance,.pdp-v2 .pdp-store_title .dtl_storePhone
  {
    font-size:12px;
    line-height:18px;
    padding:4px;
    border-radius:4px;
  }
  .pdp-v2 .dtl_return
  { 
    padding:0px;
    gap:8px;
  }
  .pdp-v2 .dtl_return1
  {
    font-size:13px;
    font-weight:400;
    line-height:16px;
    gap:8px;
  }
  .pdp-v2 .dtl_return .pdp_store_image img, .pdp-v2 .dtl_return1 img
  {
    width:32px;
    height:32px;
    border-radius:8px;
  }
  .pdp-v2 .dtl_return .dtl_return_polinfo p
  {
    font-size:13px;
    font-weight:400;
    line-height:16px;
  }
  .pdp-v2 .dtl_return .dtl_return_polinfo a
  {
    font-size:12px;
  }
  
  .pdp-v2 .pdp-about {
    margin: 8px 0 0;
  }

  .pdp-v2 .pdp-about-brand {
    border-radius: 12px;
    padding:20px 16px;
    border:none;
  }
  .pdp-v2 .pdp-about-header
  {
    gap:4px;
    margin-bottom:8px;
  }
  .pdp-v2 .pdp-about-title
  {
    font-size:18px;
  }
  .pdp-v2 .pdp-about-desc
  {
    font-size: 13px;
    line-height:20px;
    margin-top:8px;
  }
  .pdp-v2 .pdp-about-desc .desc-toggle
  {
    font-size:13px;
  }
  .pdp-v2 .pdp-about-logo img
  {
    height:60px;
    width:60px;
  }
  
  .pdp-v2 .pdp-about-stats .stat
  {
    flex: 1 1 0;
    min-width: 0;
    padding: 0px 12px;
  }
  .pdp-v2 .pdp-about-stats
  {
    padding:16px 0px;
    width:100%;
    justify-content: space-between;
  }
  .pdp-v2 .pdp-about-stats strong
  {
    font-size:18px;
    word-break: break-word;
  }
  .pdp-v2 .pdp-about-stats span
  {
    font-size:12px;
    max-width: 100%;
  }
  .pdp-v2 .pdp-about-rating
  {
    margin-top:16px;
    padding:12px 12px 0px;
  }
  .pdp-v2 .pdp-rating-title
  {
    margin:0 0 8px;
    font-size:12px;
  }
  .pdp-v2 .rate-stat .stats_text {
    font-size: 12px;
  }
  .pdp-v2 .rate-stat img {
    width: 11px;
    height: 13px;
  }
  .pdp-v2 .rate-stat .stats_no {
    font-size: 13px;
  }

  .product_overview_heading
  {
    font-size:18px;
    padding-left:16px;
  }
  .pdp_desc_toph
  {
        padding: 16px;
  }
  .pdp-description {
    border-radius: 12px;
    margin-top: 8px;
    border:none;
  }
  .pdp_featured_sec .pdp_desc_txt
  {
    display:none;
  }
  .pdp_desc_txt
  {
    font-size:14px;
    line-height:20px;
    padding:0px 16px 16px;
  }
  .pdp-v2 .rating-stats {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .pdp-offers-panel .cart_applyback
  {
    padding:24px 16px 16px;
  }
  .pdp-offers-list
  {
    margin-top:0;
  }
  .pdp-offers-panel {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    max-height: 85vh;
    border-radius: 16px 16px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }

  .pdp-offers-drawer.active .pdp-offers-panel {
    transform: translateY(0);
  }

  .pdp-v2 .pdp-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 10px 16px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
    margin: 0;
  }

  .pdp-v2 .pdp-add-cart,.pdp-v2 .pdp-notify-btn {
    border-radius: 10px;
    height: 48px;
    font-size: 16px;
  }

  .pdp-v2 .pdp-cart-row {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 16px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #f0f0f0;
    background: #FFF;
    box-shadow: 0 -2px 11.3px 0 rgba(0, 0, 0, 0.10);
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .pdp-v2 .pdp-wishlist {
    display: none;
  }

  .pdp-v2 .pdp-cart {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: auto;
    background: transparent;
    padding: 0;
    border-top: none;
    box-shadow: none;
    margin: 0;
    flex: 1;
    display:flex;
    gap:20px;
  }

  .pdp-v2 .pdp-add-cart {
    border-radius: 8px;
    height: 48px;
    font-size: 16px;
    padding: 0;
  }
  .pdp-cart-row .pdp-cart .cart-count-bubble p
  {
    display:none;
  }
  .pdp-v2 .pdp-variants
  {
    margin-top:0px;
  }
  .pdp-media-badge
  {
    font-size:13px;
    font-weight:500;
    border-radius:100px;
    padding:4px 8px;
  }
  .pdp-media-badges {
    flex-direction: column;
    bottom: 16px; /* stretch to bottom of image */
    top: 16px;
    padding:0px;
    line-height:14px;
    left:16px;
  }

  .pdp-media-badge1 {
    margin-top: auto; /* pushes "Get it today" to the bottom */
    font-size:13px;
    font-weight:500;
    border-radius: 8px;
    gap:4px;
    background: linear-gradient(108deg, #17C46B -6.28%, #008B44 60.26%, #106138 122.28%);
    padding:4px 8px;
  }
  .pdp-ratingstats-pagination .swiper-pagination-bullet
  {
    height:2px;
  }
  .pdp-ratingstats-swiper
  {
    padding-bottom: 20px !important;
  }
  
  .pdp_product_recommend .hw_product_review
  {
    display:block;
  }
  
  .pdp_desc_toph h2,.faq_qst_ans h2
  {
    font-size:15px;
  }

  .pdp_desc_toph h2 span
  {
    font-size:13px;
    margin-top:4px;
  }
  .pdp-v2-below {
    padding: 0 0 10px;
  }

  .pdp-below-section {
    border-radius: 8px;
    padding: 16px 12px;
    margin-top: 8px;
  }

  .pdp-below-title {
    font-size: 18px;
    margin: 0 0 12px;
  }

  .pdp-below-prev, .pdp-below-next,
  .pdp-comp-prev, .pdp-comp-next {
    display: none !important;
  }
  .pdp-comp-section button.clsVartAddToCart,.pdp-comp-section button.clsVartSoldOut,.pdp-comp-section .persolised_btn a
  {
    box-sizing:border-box;
    display:none!important;
  }
  .jdgm-rev-widg__title
  {
    font-size: 18px;
    margin-bottom:12px!important;
  }
  a.jdgm-write-rev-link,a.jdgm-ask-question-btn
  {
    font-family: Rubik;
    font-size: 13px;
    padding:4px;
    margin-bottom:0px!important;
    margin-top:10px;
    box-sizing:border-box;
  }
  .jdgm-widget-actions-wrapper
  {
    display:flex;
    gap:30px;
  }
  .pdp-v2 .pdp-wishlist
  {
    display:none;
  }
  .pdp-media-actions
  {
    flex-direction:row;
    align-items:center;
    gap:8px;
  }
  .pdp-action-btn
  {
    width:32px;
    height:32px;
  }
  .pdp-share-btn svg
  {
    width:16px;
    height:16px;
  }
  button.wishlist_icon,button.wishlist_icon.WHL_removeBtn
  {
    width:32px;
    height:32px;
    background-size:16px;
  }
  .pdp-v2 .bold_option_textbox input[type=text],
  .pdp-v2 .bold_option_textbox textarea, 
  .pdp-v2 .bold_option_textarea textarea, 
  .pdp-v2 .bold_option_uploadfile input[type=file],
  .pdp-v2 .bold_option_dropdown select,
  .pdp-v2 .bold_option_radio label,
  .pdp-v2 .bold_option_title
  {
    font-size:13px;
  }
  .pdp-v2 .bold_option_value_swatch
  {
    height:40px;
  }
  .pdp-v2 .bold_options
  {
    padding:16px;
    margin-bottom:0px;
    margin:16px 16px 0px;
  }
  .pdp-v2 .pdp-cart-row
  {
    margin-top:0px;
  }
  .pdp-v2-below .CLS_optionsOuter_double .CLS_optionsItems
  {
    flex-wrap:Wrap;
  }
  .pdp-v2-below .hw_product_review_list,.pdp-v2-below .hw_produt_tag,.pdp-v2-below .plp_list_product
  {
    display:none!important;
  }
  .pdp-v2-below .mob_plp_btn
  {
    top:130px;
    
  }
  .pdp-v2-below .mob_plp_btn button
  {
    height:auto;
    padding:8px 16px;
    max-width:auto;
    min-width:auto;
    display:none;
  }
  
  .pdp-media-actions .wishlist_icon,.pdp-media-actions .WHL_removeBtn.wishlist_icon
  {
    background-size:16px;
  }
  .pdp-v2 .breadcrumbs
  {
    margin-left:16px;
  }
  .youmay_section .pdp_product_recommend .swiper-slide {
    width: calc(25% - 16px) !important;
    margin-right: 16px !important;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .pdp-comp-section .pdp-reco-slide {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .pdp-comp-section .CLS_optionsOuter {
    display: none !important;
  }
  .pdp-single-price
  {
    padding:0px 16px;
    margin-top:16px;
    gap:0px;
  }
  .pdp-comp-section {
    border-radius: 0px;
    padding: 16px 0px 8px;
    margin-bottom: 2px;
  }
  .youmay_section
  {
    border-radius: 12px;
    padding: 20px 0px 20px;
    margin-bottom: 0px;
    min-height:250px;
    border:none;
  }

  .youmay_titles h2,
  .pdp-comp-title {
    font-size: 18px !important;
    margin: 0 0 12px !important;
    padding-left:16px!important;
  }
  .youmay_section .pdp_product_recommend .swiper-wrapper:first-child
  {
    margin-left:16px;
  }
  .youmay_section .pdp_product_recommend .swiper-slide,
  .pdp-comp-section .pdp-reco-slide {
    width: calc(47% - 2px) !important;
    margin-right: 12px !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .youmay_section .hw_product_box_img,
  .pdp-comp-section .hw_product_box_img {
    width: 100% !important;
    aspect-ratio: 1 !important;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
  }

  .youmay_section .hw_product_box_img img,
  .pdp-comp-section .hw_product_box_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .youmay_section .mob_plp_btn,.pdp-comp-section .mob_plp_btn{
    display: block !important;
    position: absolute !important;
    bottom: 8px !important;
    right: 8px !important;
    left: auto !important;
    width: auto !important;
    z-index: 5;
  }

  .youmay_section .mob_plp_btn button,
  .youmay_section .mob_plp_btn .view-details-btn,
  .pdp-comp-section .mob_plp_btn button,
  .pdp-comp-section .mob_plp_btn .view-details-btn {
    display: block !important;
    background: #FF6D1F !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: auto !important;
    min-width: auto !important;
    max-width: none !important;
    width: auto !important;
    line-height: normal !important;
    cursor: pointer !important;
  }

  .youmay_section .hw_product_box,
  .pdp-comp-section .hw_product_box {
    position: relative;
  }

  .youmay_section .CLS_optionsOuter,
  .youmay_section .hw_product_review_list,
  .youmay_section .hw_produt_tag,
  .youmay_section .plp_list_product,
  .pdp-comp-section .CLS_optionsOuter,
  .pdp-comp-section .hw_product_review_list,
  .pdp-comp-section .hw_produt_tag,
  .pdp-comp-section .plp_list_product {
    display: none !important;
  }

  .youmay_section .hw_product_brand a,
  .pdp-comp-section .hw_product_brand a {
    color: #2B3990;
    font-size: 13px;
    font-weight: 400;
  }

  .youmay_section .hw_protitle p,
  .pdp-comp-section .hw_protitle p {
    font-size: 14px;
    font-weight:500;
    color: #0F0F0F;
    line-height:normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 4px 0;
  }

  .youmay_section .hw_card_btnprice,
  .pdp-comp-section .hw_card_btnprice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    padding-top:4px;
  }

  .youmay_section .hw_productPrice,
  .pdp-comp-section .hw_productPrice {
    font-size: 16px;
    font-weight: 500;
    color: #0F0F0F;
  }

  .youmay_section .swiper-button-prev,
  .youmay_section .swiper-button-next,
  .pdp-comp-sec-prev,
  .pdp-comp-sec-next {
    display: none !important;
  }

  .youmay_section .swiper-pagination,
  .pdp-comp-sec-pagination {
    display: none !important;
    position: relative !important;
    margin-top: 12px;
    text-align: center;
    bottom: auto !important;
  }

  .youmay_section .swiper-pagination-bullet,
  .pdp-comp-sec-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #E7E7E7;
    opacity: 1;
  }

  .youmay_section .swiper-pagination-bullet-active,
  .pdp-comp-sec-pagination .swiper-pagination-bullet-active {
    background: #FF6D1F;
    width: 16px;
    border-radius: 3px;
  }

  .youmay_section .hw_proddesc,
  .pdp-comp-section .hw_proddesc {
    width: 100% !important;
    padding: 6px 0 0;
  }
  .pdp-comp-section .hw_proddesc_inner
  {
    position:relative;
  }
  .pdp-comp-section .hw_product_review p,
  .youmay_section .hw_product_review p
  {
    font-size:12px;
  }
  .pdp-comp-section .hw_product_review,
  .youmay_section .hw_product_review
  {
    bottom:5px;
    left:4px;
  }
  .recomded-section-product, .pdp-comp-section
  {
    padding:8px 0px 0px;
  }
  .pdp-featimg-inner {
    max-height: 300px;
  }
  .store-drawer {
    left: 0;
    right: 0;
    top: auto;          /* IMPORTANT reset */
    width: 100%;        /* IMPORTANT reset */
    max-height: 88vh;

    border-radius: 20px 20px 0 0;
    /*box-shadow: 0 -8px 40px rgba(0,0,0,0.13);*/

    transform: translateY(120%);
  }

  .store-drawer.open {
    transform: translateY(0);
  }
  .drawer-close
  {
    display:flex;
  }
  .store-meta { gap:4px; }
  .shopify-section:has(.jdgm-rev-widg) {
    background-color: #f6f6f6;
    padding: 8px 0 2px;
  }
  .pdpsamebrand
  {
    margin-top:-18px;
  }
  .pdp_more_product
  {
    padding-bottom:8px;
  }
  .jdgm-rev-widg,
  .jdgm-all-reviews-widget {
    padding: 20px 16px !important;
    margin-top:0px!important;
    border:none!important;
  }
  
  /*#judgeme_product_reviews
  {
    margin-left:-2rem!important;
    margin-right:-2rem!important;
  }*/

  .pdp-offers-panel .cart_backicon,.pdp-variants-prev, .pdp-variants-next { display: none!important; }
  .drawer-back svg {display:none;}

  .pdp-offers-close-x {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
    border-radius:50%;
  }

  .pdp-offers-panel .cart_applyback {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pdp_more_ppro_container
  {
    padding:16px!important;
  }
  .bold_option_swatch .bold_option_value
  {
    flex: 0 0 calc(23% - 7px);
  }
  .font-style-swatch .bold_option_value
  {
    flex: 0 0 calc(48% - 7px);
  }
  .pdp-v2 .bold_option_swatch .bold_option_element, .pdp-v2 .bold_option_checkbox .bold_option_element
  {
    justify-content:space-between;
  }
  .raincoat_heading
  {
    margin:0;
    padding:16px 16px 0;
    font-size:14px;
    
  }
  .pdp-v2 .bold_option_set {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap:wrap;
    gap: 14px;
    align-items:center;
  }
  .pdp-v2 .bold_option_set .bold_option {
        flex: 0 0 100%;
    }
  
}

@media (min-width: 768px) and (max-width:1030px) {
  .pdp-v2
  {
    padding:0px 20px;
  }
  .pdp-v2 .pdp-container
  {
    padding: 4px 0 40px;
  }
  .pdp-v2 .pdp-left,.pdp-v2 .pdp-right
  {
    width:50%;
  }
  .pdp-thumbs-wrap
  {
    display:none;
  }
  .pdp-gallery-pagination
  {  
      display: flex !important;
      justify-content: center;
      align-items: center;
      gap: 0;
      height: 10px;
      margin: 0;
      bottom: 16px !important;
  }
  .pdp-gallery-pagination .swiper-pagination-bullet {
    display: block;
    border-radius: 50%;
    background: #B7B7B7;
    transition: width 0.25s ease, height 0.25s ease, 
                opacity 0.25s ease, margin 0.25s ease;
    flex-shrink: 0;
  }

  .pdp-gallery-pagination .swiper-pagination-bullet.bull-0 {
    width: 10px;
    height: 10px;
    background: #555;
    opacity: 1;
    margin: 0 4px;
  }

  .pdp-gallery-pagination .swiper-pagination-bullet.bull-1 {
    width: 7px;
    height: 7px;
    opacity: 1;
    margin: 0 4px;
  }

  .pdp-gallery-pagination .swiper-pagination-bullet.bull-2 {
    width: 5px;
    height: 5px;
    opacity: 1;
    margin: 0 4px;
  }

  .pdp-gallery-pagination .swiper-pagination-bullet.bull-far {
    width: 0 !important;
    height: 0 !important;
    opacity: 0;
    margin: 0 !important;
    pointer-events: none;
  }
  .pdp-v2 .pdp-row1
  {
    margin-bottom:0px;
  }
  
  .pdp-v2 .pdp-title
  {
    font-size:18px;
    line-height:24px;
  }
  .pdp-usp-prev, .pdp-usp-next
  {
    top: calc(50% + 10px);
  }
  .pdp-v2 .pdp-add-cart
  {
    width:100%;
  }
  .pdp-v2 .PDP_delivery_icon
  {
    height:32px;
  }
  .vrt-related-products .vrt-related-product:last-child {
    padding-right: 16px !important;
  }
  .pdp-v2 .PDP_delivery_icon img 
  {
    height:32px;
    width:32px;
  }
  .pgp-store_img
  {
    width:70px!important;
  }
  .pdp_store_image img 
  {
    height:32px;
    width:32px;
  }
  .pdp-v2 .pdp-store_title .dtl_storeName
  {
    margin:0px 0 4px;
  }
  .pdp-v2 .pdp-container
  {
    gap:0px;
  }
  .pdp-thumbs
  {
    max-height:370px;
  }
  .pdp-v2 .pdp-store_title .dtl_store-time-distance
  {
    flex-wrap:wrap;
  }
  .dtl_return_row .devider
  {
    display:none!important;
  }
  .youmay_section
  {
    padding: 20px 0 20px 20px;
  }
  .jdgm-rev-widg, .jdgm-all-reviews-widget
  {
    padding:20px!important;
  }
  .pdp_more_ppro_container
  {
    padding:20px!important;
  }
  .pdp-v2 .pdp-about-logo img
  {
    width:70px;
    height:70px;
  }
  .pdp-v2 .pdp-about-stats
  {
    width:100%;
    padding:16px 0px;
  }
  .pdp-v2 .pdp-about-stats strong
  {
    word-break:break-word;
  }
  .pdp-v2 .pdp-left
  {
    top:80px;
  }
  .pdp-v2 .DTL_heading,.pdp-v2 .pdp-about-title,.pdp-v2 .pdp-about-stats strong,.product_overview_heading,.pdp-vsn__title
  {
    font-size:20px;
  }
  .pdp-v2 .PDP_dtl_dateOuter,.pdp-v2 .pdp-store_title .dtl_storeName
  {
    font-size:18px;
  }
  .pdp-v2 .pdp-store_title .dtl_storeTimings, .pdp-v2 .pdp-store_title .dtl_storeDistance, .pdp-v2 .pdp-store_title .dtl_storePhone
  {
    font-size:13px;
    padding:4px;
  }
  .pdp-usp-prev, .pdp-usp-next, .pdp-variants-prev, .pdp-variants-next
  {
    height:20px!important;
    width:20px!important;
  }
  .pdp-v2 .dtl_return .dtl_return_polinfo p,.pdp-v2 .dtl_return1
  {
    font-size:15px;
  }
  .pdp-v2 .pdp_store_inner
  {
    gap:6px;
  }
  .pdp-v2 .dtl_return,.pdp-v2 .dtl_return1,.pdp-v2 .pdp_store_detail
  {
    gap:8px;
  }
  .pdp-v2 .pdp-about-stats .stat
  {
    padding:16px 8px;
  }
  .pdp-v2 .pdp-about-stats .stat_border
  {
    height:auto;
  }
  
  .bold_option_swatch .bold_option_value
  {
    flex: 0 0 calc(48% - 7px);
  }
}

@media (min-width: 1031px) and (max-width:1240px) {
  .pdp-v2 .pdp-container
  {
    padding: 20px;
  }
  .pdp-v2 .breadcrumbs
  {
        padding: 20px 20px 0 !important;
  }
}


@media (max-width: 767px) {
  .pdp-main .pdp-gallery-swiper {
    overflow: visible !important;
  }
  .pdp-left {
    overflow: hidden;
  }
  .pdp-gallery-swiper .swiper-slide {
    width: 80% !important;
    margin-right: 0px;
  }
}
.PDP_more_titles h2
{
  text-transform: capitalize!important;
}

.jdgm-rev.jdgm-rev {
    float: left;
    width: calc(33.3% - 24px);
    padding: 0 !important;
    margin: 0 0 16px 0;
    border-radius: 16px !important;
    border: 1px solid !important;
    border-color: #E7E7E7!important;
    background: #fff;
    overflow: hidden;
}



/* Header row: avatar + name/location + stars */
.jdgm-rev__header.jdgm-rev__header {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px;
  margin-bottom: 12px;
}

.jdgm-rev__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  order: 0;
  flex-shrink: 0;
  margin-right:0px!important;
  display:block!important;
}

.jdgm-rev__author-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  order: 1;
}

.jdgm-rev__author {
  font-size: 14px;
  font-weight: 500;
  color: #0F0F0F;
}

.jdgm-rev__location {
  display: block !important;
  font-size: 13px;
  color: #667085;
  font-weight:400;
  margin-top: 1px;
}
.jdgm-rev .jdgm-rev__author-wrapper
{
  overflow:visible!important;
  width: auto !important;
}
.jdgm-rev__header .jdgm-rev__rating {
  order: 2;
  margin-left: auto !important;
  flex-shrink: 0 !important;
  align-self: flex-start;
}
/* Hide timestamp */
.jdgm-rev__timestamp {
  display: none!important;
}

/* Stars color */
.jdgm-star.jdgm--on {
  color: #FF9500;
}
.jdgm-star.jdgm--off,
.jdgm-star.jdgm--half {
  color: #e0e0e0;
}

/* Content */
.jdgm-rev__content {
  font-size: 14px;
  color: #0f0f0f;
  line-height: 1.5;
}

.jdgm-rev__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.jdgm-rev__body {
  font-size: 14px;
  font-weight:400;
  color: #0f0f0f;
  line-height: 1.6;
}

.jdgm-rev__body-read-more {
  color: #0f0f0f;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

/* Review images */
.jdgm-rev__pics {
  display: flex;
  gap: 6px;
  margin-top: 12px;
  order: 10;
}

.jdgm-rev__pic-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}

/* Move pics after content */
.jdgm-rev {
  display: flex;
  flex-direction: column;
}

.jdgm-rev__pics {
  order: 10;
}

.jdgm-rev__header {
  order: 1;
}

.jdgm-rev__content {
  order: 2;
}
.pdp-cart-price
{
  display:flex;
  flex:1;
  flex-direction:column;
}
.pdp-cart-price-rate
{
  display:flex;
  gap:0px;
  flex-direction:column;
}
.pdp-pr 
{
  display:flex;
  gap:4px;
}
.pdp-cprp
{
  color: #0F0F0F;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 124.9%; /* 32.474px */
}
.pdp-cprcp{
  color: #667085;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.9%; /* 19.984px */
  letter-spacing: -0.64px;
  text-decoration-line: line-through;
}
.pdp-cprd{
  color: #008B44;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 124.9%; /* 19.984px */
  letter-spacing: -0.64px;
}
.pdp-cart-price-tax
{
  color: #667085;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.48px;
}
@media (max-width: 767px) {
  .pdp-cart-price-rate
  {
    flex-direction:column;
    gap:0px;
    align-items: flex-start;
  }
  .pdp-cprp
  {
    font-size:18px;
  }
  .pdp-cprcp,.pdp-cprd
  {
    font-size:13px;
  }
}
@media (min-width:768px) and (max-width:900px) {
  .jdgm-rev-widg__reviews
  {
    display:flex;
    gap:16px;
  }
  .jdgm-rev.jdgm-rev {
    width: calc(50% - 24px);
  }
}

@media (max-width: 767px) {
  .pdp-gallery-swiper {
    overflow: hidden !important;
  }

  .pdp-gallery-swiper .swiper-slide {
    width: 80% !important;   /* adjust % to control how much peek shows */
  }
  #quinn-floating-widget
  {
    bottom:80px!important;
  }
}
/* Mobile wishlist tooltip — inside media actions (top-right of image) */
@media (max-width: 767px) {
  .pdp-media-actions .pdp_wishlist .wishlist_tooltip {
    position: absolute;
    top: auto;
    top: calc(100% + 8px);  /* appears ABOVE the icon */
    right: -10px;
    left: auto;
    transform: none;
    background: #fff!important;
    color: #fff!important;
    font-size: 13px!important;
    padding: 12px 20px;
    border-radius: 30px;
    white-space: nowrap;
    z-index: 9999;
    width: auto;
    max-width: 160px;
    pointer-events: none;
    height:auto;
  }
  .pdp-media-actions .pdp_wishlist .wishlist_tooltip .w_tip_inner
  {
    color:#000!important;
    background:none!important;
  }
  /* Arrow pointing DOWN (tooltip is above icon) */
  .pdp-media-actions .pdp_wishlist .wishlist_tooltip::after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 15px;
    left: auto;
    transform: none;
    border: 10px solid transparent;
    border-top-color: transparent;
    border-bottom-color:#fff ;
    top:-18px;
  }
}

.pdp-gallery-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  cursor: zoom-in; /* ADD THIS LINE */
}
/* ===== PRODUCT MODAL OVERLAY ===== */
product-modal {
  display: none;
}

product-modal[open] {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.product-media-modal__dialog {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-media-modal__toggle {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  color: #fff;
}

.product-media-modal__content {
  width: 90vw;
  max-width: 900px;
  max-height: 90vh;
  overflow: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-media-modal__content [data-media-id] {
  display: none;
  width: 100%;
}

.product-media-modal__content [data-media-id].active {
  display: block;
}

.product-media-modal__content img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .product-media-modal__content {
    width: 95vw;
    max-height: 85vh;
  }
}