/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.woocommerce-notices-wrapper {
  display: none !important;
}

/*Override Header*/
#masthead {
  background: #ffffff !important;
}

/*Main Product*/
#main-product h1 {
  font-weight: bold;
  margin-bottom: 5px;
}
#main-product picture {
  max-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
#main-product picture img {
  width: 100% !important;
  height: 100% !important;
}
#main-product select {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='200px' width='200px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  min-height: 50px;
  outline: 0;
  border: 1px solid #3B3B3B;
  border-radius: 5px;
  padding-left: 8px;
}
#main-product .quote-requests h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
#main-product .quote-requests p {
  margin-top: 0;
}
#main-product .popup {
  cursor: pointer;
}
#main-product .popup.selected {
  border: 2px solid #1F1F1F;
  border-radius: 2px;
}
#main-product .image-gallery-carousel {
  margin-top: 26px;
}
#main-product .product-image {
  border: 1px solid #F0F1F3;
}
#main-product .swatch-container {
  margin-top: 9px;
}
#main-product .swatch-container h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
#main-product .seating-special-notice p {
  margin-top: 0;
}
#main-product .seating-special-notice .fw-bold {
  font-weight: bold;
}
#main-product .swatch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
#main-product .swatch-list img {
  border: 0.5px solid;
}
#main-product .price {
  font-size: clamp(1.25rem, 20px + (24 - 20) * (100vw - 320px) / 1600, 1.5rem) !important;
  line-height: clamp(1.5rem, 24px + (34 - 24) * (100vw - 320px) / 1600, 2.125rem) !important;
  font-weight: bold;
}
#main-product .pre-text {
  margin-right: 5px;
}
#main-product #full-product-image img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  #main-product .summary {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1341px) {
  #main-product #full-product-image {
    width: 513px !important;
    height: 513px !important;
  }
  #main-product #full-product-image img {
    object-fit: cover !important;
  }
}

/*Details*/
#details {
  /* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
  /* Colours */
  /* Fluid heading sizes - set your min/max sizes and you're done! */
  /* Some device sizes to use with min-width */
  /* adjusted breakpoints for above */
  /* Utility */
  /* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
}
#details ul {
  list-style: none;
  padding-left: 0;
  margin-top: 18px;
}
#details ul li {
  position: relative;
  padding-left: 35px;
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: 26px !important;
  background-image: url("../../../uploads/2025/04/dot-list.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 16px 16px;
  margin-bottom: 5px;
}
#details .faq-answer {
  display: none;
  margin-top: 10px;
}
#details .faq-item {
  border-bottom: 1px solid #3B3B3B;
  padding-top: 17px;
  padding-bottom: 17px;
}
#details .faq-item:first-of-type {
  border-top: 1px solid #3B3B3B;
}
#details .faq-question {
  font-weight: bold;
  cursor: pointer;
  gap: 10px;
}
#details .icon-plus {
  margin-right: 15px;
  font-size: 15px;
}
#details .icon-minus {
  font-size: 15px;
}
#details .icon-plus, #details .icon-minus {
  transition: all 0.3s ease;
}
#details .faq-item.active .icon-minus {
  transform: rotate(180deg);
  margin-right: 15px;
}
#details .faq-answer {
  transition: height 0.3s ease;
}

/*Related Products*/
#related-products {
  background: #FBFBFB;
  border-top: 1px solid #F0F1F3;
  /* Owl Carousel */
}
#related-products .furniture-image picture {
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
#related-products .furniture-image {
  height: 250px;
  width: 250px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
#related-products .furniture-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#related-products .owl-dots.disabled button {
  display: none !important;
}
#related-products h2 {
  text-align: left;
}
#related-products h2::after {
  content: "";
  display: block;
  width: 65px;
  height: 3px;
  background-color: #C02026;
  margin-top: 14px;
}
#related-products .owl-carousel.owl-hidden {
  opacity: 1 !important;
}
#related-products .owl-stage {
  padding-left: 0 !important;
}
#related-products .item {
  padding-bottom: 23px;
}
#related-products .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0;
  margin-top: 40px;
}
#related-products .owl-dot {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex: 1;
  max-width: 40%;
}
#related-products .owl-dot.active {
  flex: 1.8;
  max-width: 60%;
  border-radius: 8px;
}
#related-products .owl-dot span {
  display: block;
  width: 100% !important;
  background-color: #F0F1F3;
  transition: all 0.3s ease;
  height: 11px;
}
#related-products .owl-dots button:last-of-type span {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#related-products .owl-dots button:first-of-type span {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#related-products .owl-dot.active span {
  background-color: #C02026;
  border-radius: 8px;
}
#related-products .swatch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
#related-products .swatch-list img {
  border-radius: 50%;
}
#related-products .furniture-title {
  margin-top: 19px;
}
#related-products .furniture-title h4 {
  color: #1F1F1F;
  margin-bottom: 0;
}
#related-products .view-all {
  text-decoration: none;
}
#related-products .product-price {
  font: normal normal bold 16px/28px "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #1F1F1F;
}
#related-products .owl-item {
  border: 1px solid #F0F1F3;
  border-radius: 10px;
  background: #ffffff;
}
#related-products .furniture-item {
  padding: 0 23px 37px;
  border-radius: 10px;
}
#related-products .colors-count {
  display: flex;
  align-items: center;
  padding-top: 4px;
  font: normal normal normal 14px/18px "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  color: #3B3B3B;
}
#related-products .swatch-container {
  margin-top: 9px;
}
@media screen and (min-width: 600px) {
  #related-products .owl-stage {
    padding-left: unset !important;
    margin-left: unset;
  }
}

/* Quote Request Ribbon Styles */
.quote-ribbon {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.quote-ribbon:hover {
  opacity: 1;
  transform: translateY(-50%) translateX(-5px);
}

.quote-ribbon-content {
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: white;
  padding: 15px 20px 15px 25px;
  border-radius: 25px 0 0 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
  min-width: 140px;
  position: relative;
  overflow: hidden;
}

.quote-ribbon-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.quote-ribbon:hover .quote-ribbon-content::before {
  transform: translateX(100%);
}

.quote-ribbon-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.quote-ribbon:hover .quote-ribbon-icon {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(180deg);
}

.quote-ribbon-icon i {
  font-size: 14px;
  transform: rotate(-90deg);
}

.quote-ribbon-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.quote-ribbon-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.quote-ribbon-count {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #f39c12;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.quote-ribbon.has-items .quote-ribbon-count {
  animation: pulse 2s infinite;
  color: #e74c3c;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.quote-ribbon-count:empty::after {
  content: "0";
}

@media (max-width: 768px) {
  .quote-ribbon {
    right: 10px;
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .quote-ribbon:hover {
    transform: translateY(-5px);
  }
  .quote-ribbon-content {
    padding: 12px 15px 12px 20px;
    min-width: 120px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  }
  .quote-ribbon-title {
    font-size: 12px;
  }
  .quote-ribbon-count {
    font-size: 16px;
  }
}
.quote-ribbon.modern-theme .quote-ribbon-content {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  backdrop-filter: blur(10px);
}

.quote-ribbon.modern-theme:hover .quote-ribbon-content {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.quote-ribbon.dark-theme .quote-ribbon-content {
  background: linear-gradient(135deg, #1a1a1a, #333);
  border-color: #555;
}

.quote-ribbon.brand-theme .quote-ribbon-content {
  background: linear-gradient(135deg, #your-primary-color, #your-secondary-color);
  /* Substitua pelas cores da sua marca */
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(0) translateY(-50%);
    opacity: 0.9;
  }
}
.quote-ribbon {
  animation: slideInFromRight 0.5s ease-out;
}

body.page-template-checkout .quote-ribbon,
body.woocommerce-cart .quote-ribbon {
  display: none;
}