.hs-single-product-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
max-width: 1440px;
margin: 60px auto;
padding: 0 40px;
} .hs-single-left {
width: 100%;
}
.hs-main-image-wrap {
position: relative;
width: 100%; background: transparent; margin-bottom: 20px;
overflow: hidden;
}
.hs-main-gallery-img {
width: 100%;
height: auto; display: block;  }
.hs-badge-tag-single {
position: absolute;
top: 20px;
left: 20px;
background: #e8e6e1;
font-family: 'Cormorant Garamond', serif;
font-size: 14px;
padding: 4px 15px;
letter-spacing: 1px;
z-index: 2;
}
.hs-gallery-nav {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 10px;
z-index: 2;
}
.hs-gal-arrow {
width: 48px;
height: 48px;
border-radius: 50%;
border: 1px solid #000;
background: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
padding: 0;
}
.hs-gal-arrow:hover {
background: #000;
color: #fff;
}
.hs-gallery-thumbnails {
display: flex;
gap: 15px;
}
.hs-thumb-img {
width: 80px;
height: 80px;
object-fit: cover;
cursor: pointer;
border: 1px solid transparent;
}
.hs-thumb-img:hover {
border-color: #000;
} .hs-single-right {
display: flex;
flex-direction: column;
height: 100%; }
.hs-single-cat {
font-family: 'General Sans', sans-serif;
font-size: 18px;
margin-bottom: 8px; }
.hs-single-title {
font-family: 'Cormorant Garamond', serif;
font-weight: 600;
font-size: 40px;
color: #000;
margin: 0 0 15px 0; text-transform: uppercase;
line-height: 1.1;
}
.hs-single-desc {
font-family: 'General Sans', sans-serif;
font-size: 16px;
color: #444;
line-height: 1.6;
margin-bottom: 25px; }
.hs-single-separator {
border: none;
border-top: 1px solid #C4C4C4;
margin: 0 0 25px 0;
} .hs-qty-price-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px; 
}
.hs-qty-selector {
display: flex;
align-items: center;
gap: 20px;
}
.hs-qty-label {
font-family: 'General Sans', sans-serif;
font-size: 16px;
}
.hs-qty-btn {
background: transparent;
border: 1px solid #000;
width: 32px;
height: 32px;
cursor: pointer;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.hs-qty-input {
width: 40px;
text-align: center;
border: 1px solid #000;
height: 32px;
font-family: 'General Sans', sans-serif;
-moz-appearance: textfield; }
.hs-qty-input::-webkit-outer-spin-button,
.hs-qty-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.hs-dynamic-price-wrap {
font-family: 'Cinzel', serif;
font-weight: 500;
font-size: 24px;
} .hs-actions-row {
display: flex;
gap: 15px;
margin-bottom: 25px; 
}
.hs-fav-btn-single {
width: 54px;
height: 54px;
border-radius: 50%;
border: 1px solid #000;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
flex-shrink: 0;
} .hs-accordions {
border-top: 1px solid #EAEAEA;
margin-bottom: 20px;
}
.hs-accordion-item {
border-bottom: 1px solid #EAEAEA;
}
.hs-accordion-header {
width: 100%;
background: transparent;
border: none;
padding: 20px 0;
text-align: left;
font-family: 'Cormorant Garamond', serif;
font-size: 18px;
cursor: pointer;
display: flex;
align-items: center;
gap: 15px;
}
.hs-accordion-body {
display: none;
padding-bottom: 20px;
}
.hs-message-textarea {
width: 100%;
height: 100px;
padding: 15px;
font-family: 'General Sans', sans-serif;
border: 1px solid #ccc;
resize: vertical;
box-sizing: border-box;
}  .hs-info-banner {
background-color: #E5E3DB;
padding: 15px 20px;
display: flex;
align-items: center;
gap: 15px;
font-family: 'General Sans', sans-serif;
font-size: 14px;
color: #333; margin-top: 5px; 
}  .hs-single-cat a {
color: #333 !important;
text-decoration: none !important;
transition: color 0.3s ease;
}
.hs-single-cat a:hover {
color: #000 !important;
} .hs-add-to-bag-single {
flex: 1;
background: #000 !important;
color: #fff !important;
border: none !important;
border-radius: 50px !important;
font-family: 'Cormorant Garamond', serif !important;
font-size: 18px !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
gap: 10px !important;
padding: 15px !important;
cursor: pointer !important;
min-height: 54px !important;
box-shadow: none !important;
} .hs-add-to-bag-single img {
width: 20px !important;
height: 20px !important;
object-fit: contain !important;
margin: 0 !important;
display: inline-block !important;
} @media (max-width: 1023px) {
.hs-single-product-container {
display: flex;
flex-direction: column;
padding: 0 20px;
margin: 30px auto;
gap: 0; } .hs-single-left, 
.hs-single-right {
display: contents; 
} .hs-single-cat { 
order: 1; 
margin-bottom: 5px; 
font-size: 14px;
}
.hs-single-title { 
order: 2; 
font-size: 32px; 
margin-bottom: 20px; 
}
.hs-main-image-wrap { 
order: 3; 
margin-bottom: 15px; 
}
.hs-gallery-thumbnails { 
order: 4; 
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #C4C4C4; gap: 10px;
}
.hs-thumb-img {
width: 60px; height: 60px;
}
.hs-single-desc { 
order: 5; 
font-size: 15px; 
margin-bottom: 25px; 
}
.hs-single-separator { 
order: 6; 
margin-bottom: 25px; 
}
.hs-custom-cart-form { 
order: 7; 
width: 100%;
}
.hs-info-banner { 
order: 8; 
margin-top: 20px; 
font-size: 12px;
padding: 12px 15px;
} .hs-qty-price-row {
margin-bottom: 25px;
}
.hs-actions-row {
margin-bottom: 25px;
}
.hs-add-to-bag-single {
font-size: 16px !important;
padding: 12px !important;
min-height: 48px !important;
}
.hs-fav-btn-single {
width: 48px;
height: 48px;
}
.hs-badge-tag-single {
font-size: 12px;
padding: 4px 10px;
top: 15px;
left: 15px;
}
.hs-gal-arrow {
width: 40px;
height: 40px;
}
}