/* ================ section Sottero Designs 2  */
.marionat-design-section {
  padding-block: 110px;
}

.gabriel-design-section {
  padding-bottom: 160px;
}



/* =============== ACCESSORIES  DETAIL PAGE ==========  */


.designer-line-product-info-section {
  padding-block: 110px;
  border-bottom: 1px solid #0000001A
}

.breadcrumb-section {
  margin-bottom: 30px;
}

.breadcrumb-section .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb-section .breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-primary);
}

.breadcrumb-section .breadcrumb span {
  color: #666666;
}

.breadcrumb i {
  font-size: 0.75rem;
  color: var(--color-text-primary);
}

.product-detail-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.product-detail-left,
.product-detail-right {
  flex: 1 1 45%;
  color: var(--color-text-primary);
}

.main-image img {
  width: 100%;
  border-radius: 2px;
}


.availability-tag {
  background: #000;
  color: #fff;
  padding: 7px 13px;
  margin-top: 7px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.product-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 100%;
  margin: 10px 0;
}

.product-designer {
  font-size: 22px;
  font-weight: 400;
}

.product-price {
  font-size: 24px;
  font-weight: 600;
  margin-top: 18px;
  padding-bottom: 15px;
  border-bottom: 0.8px solid #DADADA;
}

.color-options {
  padding-block: 25px;
  border-bottom: 0.8px solid #DADADA;
}

designer-line-products-section-detail-page .color-options .color-option-title {
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 500;
}


.color-boxes {
  display: flex;
  gap: 27px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.color-box-wrapper .color-box {
  width: 45px;
  height: 45px;
  border: 0.5px solid #0000001A;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}

.color-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.color-box-wrapper .color-name {
  margin-top: 20px;
  color: var(--color-text-primary);
  font-size: 18px;
  font-size: 400;
  text-align: center;
}

.color-box.selected {
  border: 1px solid #000;
  padding: 10px;
}

.product-detail-buttons-wrapper {
  margin-top: 25px;
}

.product-detail-buttons-wrapper p {
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 500;
}

.product-detail-buttons-wrapper .add-to-cart-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.add-to-cart-wrapper .quantity-selector {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--color-text-primary);
  border-radius: 70px;
  padding: 18px 20px;
  height: 60px;
  justify-content: space-between;
}

.quantity-selector button {
  background-color: transparent;
  border: none;
  padding: 10px;
  font-size: 20px;
}

.quantity-selector span {
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 500;
}

.product-detail-buttons-wrapper .outline-btn,
.add-to-cart-wrapper .add-to-cart {
  background: black;
  color: white;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  border: 1px solid #000000;
  border-radius: 40px;
}

.product-detail-buttons-wrapper .outline-btn {
  margin-top: 25px;
  background: white;
  color: var(--color-text-primary);
}

.product-actions {
  margin-top: 53px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 33px;
}

.product-actions button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  gap: 12px;
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 400;
}


.product-desc {
  border-top: 1px solid #0000001A;
  padding-top: 25px;
}

.product-desc h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--color-text-primary);
  margin-bottom: 20px;
}

.product-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #666666;
}

.accessories-products-section {
  padding-block: 110px;
}



/* =================== ACCESSORIES =============  */

.accessories-collection-section {
  padding-block: 110px;
}

.collection-wrapper {
  display: flex;
  gap: 22px;
}

/* Sidebar */
.collection-wrapper .filter-sidebar {
  width: 271px;
  border: 1px solid #1414140D;
  box-shadow: 0px 1px 2px 0px #00000008;
  padding: 20px;
 height: fit-content;
}


.filter-content {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 1000px; /* large enough to show all content */
}

.filter-group.collapsed .filter-content {
  max-height: 0;
}

.toggle-icon {
  cursor: pointer;
  float: right;
}

.min-max
 {
    display: flex;
    justify-content: space-between;
}


/* ========= upper filters buttons =====  */


.filters-buttons-wrapper .filter-black-btn {
  background: #000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid black;
  font-size: 16px;
  font-weight: 500;
  max-height: 48px;
  padding: 14px 17px;
  border-radius: 3.6px;
  color: white;
}
.rights-btns-wrapper {
    margin-bottom: 20px;
}
.filters-buttons-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.filters-buttons-wrapper .rights-btns-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rights-btns-wrapper .grid-btns-wrapper {
  display: flex;
  height: 48px;
  align-items: center;
  padding: 8px;
  border: 1px solid #E4E5E8;
  gap: 8px;
}

.grid-btns-wrapper button {
  background: transparent;
  border: none;
  border-radius: 2px;
}

.grid-btns-wrapper button.active {
  background: #939AAD33;
  padding: 6px;
}

.rights-btns-wrapper .sort-dropdown {
  position: relative;
  transition: all 1s ease;
}

.rights-btns-wrapper .sort-options {
  position: absolute;
  top: 60px;
  right: 0;
  background: white;
  border: none;
  border-radius: 2px;
  list-style: none;
  z-index: 7;
  display: none;
  color: black;
  font-weight: 400;
  min-width: 185px;
  box-shadow: 0px 0px 30px 0px #00000026;
  padding: 20px;
}

.rights-btns-wrapper .sort-options li {
  margin-bottom: 10px;
}

.rights-btns-wrapper .sort-options li label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

/* Hide native checkbox */
.rights-btns-wrapper .sort-options input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: white;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
}

/* When checked */
.rights-btns-wrapper .sort-options input[type="checkbox"]:checked {
  background-color: black;
  border-color: black;
}

/* White check icon using pseudo-element */
.rights-btns-wrapper .sort-options input[type="checkbox"]:checked::after {
  content: '\2713';
  /* Unicode checkmark */
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rights-btns-wrapper .sort-dropdown:hover .sort-options {
  display: block;
}


.filter-group{
  margin-bottom:16px;
}
.filter-group h6{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #141414;
  line-height: 150%;
}

.filter-group .clear {
  float: right;
  color: #666666;
  font-size: 16px;
  font: 400;
  line-height: 150%;
  border-bottom: 1px solid #666666;
  cursor: pointer;
}



/* Shared label style */
.filter-sidebar label {
  display: block;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 16px;
  color: #393F47;
}

/* Hide native inputs */
.filter-sidebar input[type="checkbox"],
.filter-sidebar input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: white;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  outline: none;
margin-right: 5px;
}

/* Custom checked style - CHECKBOX */
.filter-sidebar input[type="checkbox"]:checked {
  background-color: black;
  border-color: black;
}

.filter-sidebar input[type="checkbox"]:checked::after {
  content: '\2713'; /* checkmark */
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

/* Custom checked style - RADIO */
.filter-sidebar input[type="radio"] {
  border-radius: 50%;
}

.filter-sidebar input[type="radio"]:checked {
  background-color: black;
  border-color: black;
}

.filter-sidebar input[type="radio"]:checked::after {
  content: '';
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Main Content */
.product-area {
  flex: 1;
}

.controls-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.view-toggle i {
  margin-right: 10px;
  cursor: pointer;
  color: var(--color-icon-primary);
}

.view-toggle .active {
  color: var(--color-text-secondary);
}



/* Product Card */
.product-grid {
 display: grid;
 grid-template-columns: repeat(3,1fr);
 gap: 21px;
 place-content: center;
 place-items: center;
}



.product-grid  .product-card {
 width: 100%;
  position: relative;
  max-width: 100%;
  text-align: start;
}

.product-grid  .product-card figure .p-card-img {
  width: 100%;
  border-radius: 2px;
  min-height: 422px;
  object-fit: cover;
  margin-bottom: 15px;
}

.product-grid  .product-card figure p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--font-heading);
}
.product-grid  .product-card figure .accessories-product-price {
  margin-top: 10px;
  font-family: var(--font-body);
}

.product-grid  .product-card figure h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-primary);
  font-family: var(--font-body);

}
.product-grid  .product-card figure .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}
.product-grid  .product-card figure .sellable{
  justify-content: space-between;
}

.image-overlay .btn-sellable{
  padding: 8px 18px;
  background-color: var(--color-bg-secondary);
  border-radius: 20px;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 600;
  display: none;
  border: none;
} 
.sellable .btn-sellable{
  display: block;
}
.image-overlay .wishlist-btn 
{
  background: transparent;
  outline: none;
  cursor: pointer;
  border: none;
}
.image-overlay  .wishlist-btn img {
width: 34px;
height: 34px; 
}


.shop-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 91px;
}
.shop-pagination span{
  font-size: 16px;
  cursor: pointer;
  color: #666666;
}
.shop-pagination span.active{
  color: #000000;
}
.shop-pagination .next-btn{
  width: 42px;
  height: 42px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}



/* ========= join save section ======  */
.newsletter-signup-section {
  padding-bottom: 110px;
}

.newsletter-signup-section .newsletter-box {
  max-width: 1078px;
  display: flex;
  padding: 40px 80px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--color-text-primary);
  border-radius: 10px;
  gap: 30px;
}

.newsletter-box .newsletter-title {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 45px;
  font-weight: 600;
  color: var(--color-text-primary);
}

.product-grid.two-columns {
    grid-template-columns: repeat(2, 1fr);
}
.newsletter-box .newsletter-title i {
  background: linear-gradient(151.41deg, #F97DBD -26.22%, #D7257D 75.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.newsletter-box .newsletter-form {
  max-width: 681px;
  width: 100%;
  margin-block: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-form input {
  height: 60px;
  outline: none;
  border: 1px solid var(--color-text-primary);
  border-radius: 43px;
  padding: 21px 30px;
  background: transparent;
  color: #4E4E4E;
  width: 100%;
  flex: 1;
  font-size: 18px;
}

.newsletter-form button {
  height: 60px;
  border: 1px solid var(--color-text-primary);
  background: transparent;
  border-radius: 43px;
  padding: 21px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 152px;
  color: var(--color-text-primary);
  flex: 1;
  font-size: 18px;
}


@media (max-width: 992px) {
  .product-detail-wrapper {
    flex-direction: column;
  }
  .product-grid {
 display: grid;
 grid-template-columns: repeat(2,1fr);
  }
  .product-grid  .product-card figure .p-card-img {
    min-height: 300px;
  }

  .product-detail-left,
  .product-detail-right {
    flex: 1 1 100%;
  }

  .product-title {
    font-size: 32px;
  }

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

  .product-designer {
    font-size: 18px;
  }

  .color-options .color-option-title {
    font-size: 16px;
  }

  .color-box-wrapper .color-name {
    font-size: 14px;
  }



  .product-detail-buttons-wrapper .add-to-cart,
  .add-to-cart-wrapper .quantity-selector {
    width: 100%;
  }

  .product-actions {
    justify-content: center;
  }

}

@media (max-width: 762px) {
  .collection-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Sidebar */
.collection-wrapper .filter-sidebar {
  width: 100%;
}
}

@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb {
    flex-wrap: wrap;
    gap: 5px;
  }
  


  .product-title {
    font-size: 24px;
  }

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

  .product-designer {
    font-size: 16px;
  }



  .color-boxes {
    gap: 15px;
    flex-wrap: wrap;
  }

  .color-box-wrapper {
    flex: 1 1 30%;
  }

  .product-actions button {
    font-size: 16px;
  }

  .product-actions {
    flex-wrap: wrap;
  }


  .product-detail-buttons-wrapper .add-to-cart-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
  }
}


/* ======= MEDIA QUERIES =======

@media (max-width: 1380px) {}

@media (max-width: 1162px) {}

@media (max-width: 968px) {

}


@media (max-width: 768px) {
  .discover-gallery-section .discover-gallery-banner .overlay{
  display: block;
    background: rgba(0, 0, 0, 0.3);
}

}

@media (max-width: 480px) {} */