/* Product Page Specific Styles */

/* Breadcrumbs */
.breadcrumbs {
  padding: 3px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
}

.breadcrumbs a {
  color: #555;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #83887c;
  margin: 0 8px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.breadcrumb-current {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.product-page {
  padding: 40px 0;
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left Column: Product Info */
.product-info-column {
  max-width: 500px;
  padding-right: 20px;
  margin-top: 150px;
}

/* 2. Available in all locations - Helvetica Neue/Bold/font size 8, text color:787878 */
.product-availability {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  width: 88.5px;
  height: 15.75px;
  font-size: 8px;
  color: #787878;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

/* 1. Month to Month Membership - Helvetica Neue/Bold/font size 75 */
.product-title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 75px;
  color: #000;
  line-height: 1;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

.pricing-section {
  margin-bottom: 50px;
  position: relative;
  height: 60px;
  width: 100%;
}

/* $29.50p/w - Main price with exact specs */
.main-price {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 0.14px;
  color: #000;
  margin: 0;
  position: absolute;
  left: 0;
  top: 3px;
}

/* $26.50p/w - Comparison price with exact specs */
.comparison-price {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #83887c;
  margin: 0;
  position: absolute;
  left: 185px;
  top: 6px;
}

/* Remove the separator as it's not in the specs */
.price-separator {
  display: none;
}

/* Check out our best value text with reduced spacing */
.savings-text {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.14px;
  color: #83887c;
  width: 150px;
  height: 20px;
  text-align: center;
  padding: 3px 3px;
  margin: 0;
  position: absolute;
  left: 295px;
  top: 5px;
  border-left: 0.75px solid #83887c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-buttons {
  position: static;
  display: block;
  margin: 0;
}

/* 6. More details - Helvetica Neue/Bold/font size 8 */
.more-details-btn {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 8px;
  color: #000;
  background: none;
  border: 1px solid #000;
  padding: 8px 15px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 20px;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.more-details-btn:hover {
  background: #000;
  color: #fff;
}

/* Positioned MORE DETAILS button at specific coordinates */
.positioned-more-details {
  position: absolute;
  left: 618px;
  top: 803px;
}

/* Left MORE DETAILS button positioned above MONTH(S) section */
.positioned-more-details-left {
  position: absolute;
  left: 295px;
  top: 803px;
}

/* Right Column: Image and Circular Text */
.product-visual-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
}

.product-image-container {
  max-width: 375px;
  height: 483px;
  position: relative;
  margin-left: 0;
  margin-right: auto;
  overflow: hidden;
}

.product-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* Product Options Horizontal Layout */
.product-options {
  display: flex;
  align-items: flex-start;
  gap: 43px;
  margin-bottom: 25px;
  flex-wrap: nowrap;
  width: 100%;
}

.option-group {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  width: 280px;
  height: 100px;
  border-top: 0.75px solid #000000;
  border-bottom: 1px solid #a8a8a8;
  border-left: none;
  border-right: none;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
}

/* 7. MONTH(S)/LOCATION/QUALITY - Helvetica Neue/Light/font size 8.37, text color:83887C */
.option-label {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 8.37px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
  letter-spacing: 0.5px;
}

.option-values {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 28px;
  left: 0;
}

/* 11. 1/6/12 - Helvetica Neue/Bold/font size 23, letter height 22.3, letter spacing -0.56px */
.option-value {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 23px;
  line-height: 22.3px;
  letter-spacing: -0.56px;
  cursor: pointer;
  padding: 5px 10px;
}

.option-value.active {
  color: #000;
}

/* but only 6 and 12 will be in 8A8A8A */
.option-value.inactive {
  color: #8a8a8a;
}

/* Location Dropdown Styling */
.location-dropdown {
  position: relative;
  width: 100%;
}

.location-selected {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 22.3px;
  letter-spacing: -0.56px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: absolute;
  top: 28px;
  left: 0;
  width: 280px;
  background: #fff;
  border: none;
  padding: 5px 0px;
}

.location-arrow {
  width: 12px;
  height: auto;
  filter: invert(0);
  transition: transform 0.3s ease;
}

.location-arrow.rotated {
  transform: rotate(180deg);
}

.location-options {
  position: absolute;
  top: 100px;
  left: 0;
  width: 280px;
  background: #f5f5f5;
  border: 1px thin #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 10;
}

.location-options.open {
  max-height: 150px;
}

.location-option {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.3px;
  letter-spacing: -0.56px;
  color: #a8a8a8;
  padding: 10px 150px 10px 16px;
  cursor: pointer;
  transition: color 0.2s ease;
  border-bottom: 0.8px solid #8a8a8a;
}

.location-option:last-child {
  border-bottom: none;
}

.location-option:hover {
  color: #000;
}

.quantity-controls {
  display: flex;
  align-items: center;
  position: absolute;
  top: 28px;
  left: 0;
}

.quantity-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity-icon {
  width: 15px;
  height: 15px;
}

.minus-btn {
  margin-right: 23px;
}

.plus-btn {
  margin-left: 23px;
}

.quantity-box {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.quantity-value {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 22.3px;
  letter-spacing: -0.56px;
  color: #000;
}

/* 13. ADD TO CART - Updated with exact Figma specifications and positioned in options row */
.add-to-cart-btn {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 22.3px;
  color: #000;
  background: transparent;
  border: 0.75px solid #000;
  box-sizing: border-box;
  width: 252px;
  height: 100px;
  padding: 37.28px 17.25px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 2px;
  transition: background 0.2s ease, color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-shrink: 0;
}

.add-to-cart-btn:hover {
  background: #000;
  color: #fff;
}

.product-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 43px;
  margin-bottom: 80px;
}

.descriptions-section {
  border-top: 0.75px solid #000000;
  padding-top: 5px;
  width: 280px;
  position: relative;
  top: 50px;
}

.benefits-section {
  border-top: 0.75px solid #000000;
  padding-top: 5px;
  width: 605px;
  position: relative;
  top: 50px;
}

.section-title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 8.37px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

/* 8. Description text - Helvetica Neue/Regular/font size 15, Line height 20, letter spacing -0.14px */
.description-text {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.14px;
  color: #000;
  margin-bottom: 10px;
}

/* 9. Cancellation text - same specs but blue color: 2B00FF */
.description-text.cancellation {
  color: #2b00ff;
}

/* 10. Benefits list - Helvetica Neue/Regular/font size 15, Line height 20, letter spacing -0.14px */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.14px;
  color: #000;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
  text-align: left;
  display: flex;
  align-items: flex-start;
}

.benefits-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 20px;
}

/* Product Circular Text Animation */
.product-circular-text {
  position: absolute;
  left: 1075px;
  top: 1050px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product-circular-text svg {
  width: 280px;
  height: auto;
}

.product-circular-text text {
  fill: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-variant-ligatures: none;
  letter-spacing: 8px;
  animation: rotate 100s linear infinite;
  transform-origin: 250px 250px;
}

/* Center EMAIL text styling - without hover effects */
.product-circular-text .product-center-text {
  fill: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  text-anchor: middle;
  dominant-baseline: central;
  letter-spacing: 2px;
  animation: none;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    width: 95%;
    padding: 0 10px;
  }

  .breadcrumbs {
    padding: 8px 0;
    font-size: 0.8rem;
  }

  .product-page {
    padding: 20px 0;
  }

  .product-layout {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 10px;
  }

  .product-info-column {
    order: 2;
  }

  .product-visual-column {
    order: 1;
  }

  .product-availability {
    font-size: 7px;
    margin-bottom: 8px;
  }

  .product-title {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align: center;
  }

  .pricing-section {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-price {
    font-size: 32px;
    line-height: 1.2;
  }

  .comparison-price {
    font-size: 20px;
  }

  .savings-text {
    font-size: 7px;
    margin-top: 8px;
  }

  .action-buttons {
    justify-content: center;
    margin-bottom: 20px;
  }

  .more-details-btn {
    font-size: 7px;
    padding: 8px 12px;
  }

  .positioned-more-details,
  .positioned-more-details-left {
    position: static;
    margin: 10px 0;
  }

  .product-image-container {
    margin-bottom: 20px;
  }

  .product-main-image {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }

  .product-options {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .option-group {
    margin-bottom: 20px;
  }

  .option-label {
    font-size: 7px;
    margin-bottom: 8px;
    text-align: center;
  }

  .option-values {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .option-value {
    font-size: 18px;
    padding: 8px 12px;
    min-width: auto;
  }

  .location-dropdown {
    max-width: 250px;
    margin: 0 auto;
  }

  .location-selected {
    font-size: 18px;
    padding: 10px 15px;
  }

  .location-option {
    font-size: 16px;
    padding: 8px 15px;
  }

  .quantity-controls {
    justify-content: center;
    margin: 20px 0;
  }

  .quantity-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .quantity-box {
    width: 60px;
    height: 35px;
  }

  .quantity-value {
    font-size: 16px;
  }

  .add-to-cart-btn {
    width: 100%;
    max-width: 300px;
    height: 60px;
    font-size: 16px;
    padding: 15px 20px;
    margin: 20px auto;
    display: block;
  }

  .product-details {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .descriptions-section,
  .benefits-section {
    width: 100%;
    top: 20px;
    padding-top: 15px;
  }

  .section-title {
    font-size: 8px;
    margin-bottom: 10px;
    text-align: center;
  }

  .description-text {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 8px;
  }

  .benefits-list li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    padding-left: 20px;
  }

  .benefits-list li::before {
    font-size: 14px;
    line-height: 18px;
  }

  .product-circular-text {
    position: static;
    margin: 30px auto;
    justify-content: center;
  }

  .product-circular-text svg {
    width: 200px;
  }

  .product-circular-text text {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .product-circular-text .product-center-text {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0 5px;
  }

  .product-page {
    padding: 15px 0;
  }

  .product-layout {
    gap: 20px;
    padding: 0 5px;
  }

  .product-title {
    font-size: 35px;
    margin-bottom: 12px;
  }

  .main-price {
    font-size: 28px;
  }

  .comparison-price {
    font-size: 18px;
  }

  .more-details-btn {
    font-size: 6px;
    padding: 6px 10px;
  }

  .product-options {
    padding: 15px 10px;
  }

  .option-value {
    font-size: 16px;
    padding: 6px 10px;
  }

  .location-dropdown {
    max-width: 200px;
  }

  .location-selected {
    font-size: 16px;
    padding: 8px 12px;
  }

  .location-option {
    font-size: 14px;
    padding: 6px 12px;
  }

  .quantity-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .quantity-box {
    width: 50px;
    height: 32px;
  }

  .quantity-value {
    font-size: 14px;
  }

  .add-to-cart-btn {
    max-width: 280px;
    height: 55px;
    font-size: 14px;
    padding: 12px 18px;
  }

  .product-details {
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .descriptions-section,
  .benefits-section {
    top: 15px;
    padding-top: 12px;
  }

  .section-title {
    font-size: 7px;
    margin-bottom: 8px;
  }

  .description-text {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 6px;
  }

  .benefits-list li {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
    padding-left: 18px;
  }

  .benefits-list li::before {
    font-size: 13px;
    line-height: 16px;
  }

  .product-circular-text {
    margin: 25px auto;
  }

  .product-circular-text svg {
    width: 180px;
  }

  .product-circular-text text {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .product-circular-text .product-center-text {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
