.add-cart-panel-categories-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.panel-cart-tabs-category{
    display: flex;
    list-style-type: none;
    padding: 5px;
    margin: 0;
    background-color: rgba(118, 118, 128, 0.12);
    border-radius: 34px;
    width: 50%;
    margin: 0 auto;
}

.panel-cart-tabs-category .panel-active {
    background-color: #FFFFFF; 
    color: #000000; 
}


.colorpanel {
    font-weight: 590;
    font-size: 14px;
    color: #000000; 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-style: semibold;
    line-height: 18px;
    letter-spacing: -0.08px;
    padding: 2px 10px;
    border-radius: 34px;
    text-align: center;
}

.add-top-container{
    width: 100%;
    display: flex;
    gap: 2%;
}

.add-right-container{
    width: 49%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.add-right-container p{
    font-weight: 400;
    font-style: regular;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    color: rgba(60, 60, 67, 0.6);
}

.other-product-swatches-container p{
    font-weight: 400;
    font-style: regular;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    color: rgba(60, 60, 67, 0.6);
}

.add-left-container{
    width: 49%;
    /* padding: 20px 40px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}

.add-left-top-container{
    width: 100%;
    display: flex;
    gap: 2%;
}

.add-left-bottom-container{
    aspect-ratio: 1 / 1 ;
    width: 100%;
    overflow: hidden;
    border-radius: 48px;
}
.add-left-bottom-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
    display: block;
}

.left-main-add-image{
    aspect-ratio: 2 / 3;
    width: 49%;
    overflow: hidden;
    border-radius: 48px;
}
.left-main-add-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
    display: block;
}
.right-main-add-image{
    width: 100%;
    background-color: #FFFFFF; 
    box-shadow: 0 20px 76px rgba(0, 0, 0, 0.2); 
    border-radius: 34px;
    padding: 5%;
    display: flex;
    justify-content: space-between;
    
}

.right-top-main-image-container{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.right-top-main-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
    display: block;
}

.right-bottom-main-image-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    aspect-ratio: 1 / 1;
    width: 70%;
    overflow: hidden;
    border-radius: 16px;
}

.right-bottom-main-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
    display: block;
}

.bottom-desciption-dl{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bottom-desciption-dl h1{
    font-weight: 400;
    font-style: regular;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.43px;
    color: #000000;
}

.right-side-dl{
    display: flex;
    gap: 5px;
    align-items: center;
}
.right-side-dl p{
    color: rgba(60, 60, 67, 0.6);
}


#product-description{
    color: rgba(60, 60, 67, 0.6);
    padding: 25px;
}

.right-side-dl i{
    color: #0088FF;
}

.right-side-dl a{
    text-decoration: none;
}

.right-top-base-container.left{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.right-top-base-container.right{
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: end;
    position: relative;
}

.color-matters-panel{
    display: flex;
    gap: 50px;
}
.dropdown-colors{
    background-color: #EDEDED;
    padding: 8px 10px;
    border-radius: 100px;
    display: flex;
    gap: 50px;
    align-items: center;
}
.dropdown-colors-label{
    font-weight: 590;
    font-style: semibold;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
}


.dropdown-colors .double-chevron::before,
.dropdown-colors .double-chevron::after{
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
}

.color-matters-panel-left,
.color-matters-panel-right{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.name-with-code-label{
    display: flex;
    align-items: center;
    gap: 10px;
}

.color-swatches-panel {
  display: grid;
  grid-template-columns: repeat(12, 1fr); 
  gap: 12px;
  justify-content: center;
  align-items: center;
  max-width: 1200px; 
  margin: 20px auto;
  padding: 20px 0;
}

.color-swatches-panel::-webkit-scrollbar {
  display: none; 
}

.color-swatches-profile {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 30px 0;
  overflow-x: auto;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.color-swatches-profile::-webkit-scrollbar {
  display: none; 
}

.swatch-panel {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;     
  border: 2px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
}

.swatch-panel:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.swatch-panel.active {
  border: 3px solid #838383;
  transform: scale(1.2);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

.work-together-left-container,
.work-together-right-container{
    width: 163px;
    height: 122px;
    overflow: hidden;
    border-radius: 12px;
}

.work-together-left-container img,
.work-together-right-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
    display: block;
}
.work-together-container{
    display: flex;
    gap: 50px;
}

.work-together-container .quantity-info-container{
    gap: 10px;
}

.work-together-left,
.work-together-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.no-product-section {
    display: flex;
    flex-direction: column;
    justify-content: center;  
    align-items: center;     
    min-height: 60vh;       
    text-align: center;
    background: #f9f9f9;     
    border-radius: 12px;
    padding: 40px;
    margin: 40px auto;
    max-width: 600px;
}

.no-product-section h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #333;
}

.no-product-section p {
    font-size: 1.1rem;
    color: #666;
}

.new-left{
    padding: 0 25px;
}

/* Added 102425 7pm*/


#product-description{
    padding: 10px 25px;
}

.main-color-swatches-container{
    width: 100%;
}
.color-swatches{
    justify-content: start;
    padding: 0 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
}
.swatch-carousel{
    padding: 0;
    overflow: unset;
}
.add-main-image-container{
    width: 70%;
    margin: 0 auto;
}
.sub-image-container{
    width: 35%;
}

.add-selection-right-container{
    gap: 15px;
}

.right-add h1 {
    font-size: 30px;
    line-height: 1;
}

.add-left-container{
    width: 60%;
}

.add-right-container {
    width: 40%; 
}

.add-top-container {
    gap: 0;
}
.add-right-container{
    gap: 15px;
}
.color-matters-panel{
    gap: 15px;
}
.other-product-swatches {
    flex-wrap: unset !important;
    overflow: hidden;
    padding: 10px;
    overflow-x: auto;
    justify-content: start;
    scrollbar-width: none;
    -ms-overflow-style: none; 
    cursor: grab;
    user-select: none;
}
.color-swatches-panel{
    display: flex;
    overflow: hidden;
    margin: 0;
    justify-content: start;
    overflow-x: auto;
    padding: 20px 10px;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    cursor: grab;
    user-select: none;
    width: 100%;
}
.swatch-panel.active{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.color-swatches-panel:active,
.other-product-swatches:active,
.color-swatches:active {
  cursor: grabbing;
}
.color-swatches-panel::-webkit-scrollbar,
.other-product-swatches::-webkit-scrollbar,
.color-swatches::-webkit-scrollbar {
  display: none;
}

.get-discount-container h1{
    font-size: initial;
}

/* Adhesive More */

.more-item-common-section {
  height: auto;
  display: flex;
  gap: 100px;
  flex-direction: column;
  background-color: white;
}

.more-item-section {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.more-item-section p {
  font-weight: 400;
  font-size: 24px;
  color: rgba(60, 60, 67, 0.7);
  line-height: 47px;
  width: 60%;
  text-align: center;

  opacity: 0;
}

.echobond-title{
    opacity: 1 !important;
}

.more-item-common-section h1 {
  display: flex;
  gap: 100px;
  position: relative;
  text-align: center;
  font-weight: 590;
  font-size: 90px;
  line-height: 100px;
  color: #3d3d3d;
  justify-content: center;
  width: 100%;
}

.echobond-word {
  display: inline-block;
  opacity: 1;
}

.echotrim-title {
  font-size: 4rem;
  font-weight: bold;
  color: black;
  display: flex;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
}

.echotrim-words {
  display: flex;
  position: relative;
}

.echotrim-first, .echotrim-second {
  display: inline-block;
  position: relative;
}

.slash {
  position: absolute;
  width: 6px;
  height: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ff5252 40%, #ff0000 50%, rgba(255,255,255,0) 100%);
  transform-origin: center;
  opacity: 0;
  z-index: 3;
  filter: blur(2px) drop-shadow(0 0 1px #ff6b6b);
}

.cut-mark {
  position: absolute;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, transparent, rgba(255,80,80,0.9), transparent);
  opacity: 0;
  z-index: 1;
  transform-origin: center center;
  filter: blur(0.5px);
}

.more-btn {
  color: #fff;
  background-color: #007acc;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.more-image-container {
  width: 100%;
  max-width: 1041px;
  aspect-ratio: 2 / 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.9);
  will-change: transform, opacity;
}

.more-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}