#perfume-set-builder {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.page-title {
min-height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
.steps {
margin-bottom: 20px;
}
.step h3 {
font-size: 18px;
display: inline-flex;
gap: 8px;
align-items: center;
margin: 0px;
}
.perfume-search {
height: 40px !important;
border: none !important;
}
.search-wrapper {
display: flex;
align-items: center;
padding-left: 10px;
border: 1px solid #ddd;
border-radius: 30px;
}
.step-head-wrapper {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
margin-bottom:20px;
}
.perfume-search {
max-width: 200px !important;
}
.step {
display: block;
position: relative;
margin-bottom: 20px;
border-top: 1px solid #ddd;
margin-top: 20px;
padding-top: 20px;
}
.step.active {
display: block;
}
.img-full-wrapper {
position: relative;
}
.img-full-wrapper a {
position: absolute;
right: 0px;
top: 0px;
background-color: #fff;
border-radius: 100px;
padding: 3px;
height: 30px;
width: 30px;
}
.img-full-wrapper svg {
width: 24px;
height: 24px;
}
.perfume-list, #selected-perfumes {
display: grid;
grid-template-columns: repeat(6, 1fr); gap: 44px 26px; padding-block: 30px;
}
@media (max-width: 1024px) {
.perfume-list, #selected-perfumes {
grid-template-columns: repeat(5, 1fr); gap: 26px 20px;
padding-block: 20px;
}
}
@media (max-width: 768px) {
.perfume-list {
grid-template-columns: repeat(4, 1fr); gap: 24px 18px;
padding-block: 20px;
}
}
@media (max-width: 768px) {
#selected-perfumes {
grid-template-columns: repeat(3, 1fr); gap: 24px 16px;
padding-block: 20px;
}
}
@media (max-width: 480px) {
.perfume-list{
grid-template-columns: repeat(3, 1fr); gap: 20px 12px;
padding-block: 16px;
}
}
@media (max-width: 480px) {
#selected-perfumes {
grid-template-columns: repeat(2, 1fr); gap: 12px;
padding-block: 16px;
}
}
.products-search-wrapper{
position: relative;
}
.perfume {
width: 100%;
position: relative;
text-align: left;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 12px;
color: #000;
height: 100%;
}
.perfume  > *{
margin:0px;
}
.step-num {
position: absolute;
right: -8px;
top: -8px;
background-color: black;
color: #fff;
background-color: var(--wd-primary-color);
width: 26px;
height: 26px;
box-sizing: border-box;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 14px;
padding-bottom: 2px;
z-index: 99;
}
.select-perfume {
background-color: var(--wd-primary-color);
width: 28px;
height: 28px;
box-sizing: border-box;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
cursor:pointer;
}
.select-perfume svg{
width: 16px;
height: 16px;
}
.control-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: auto;
}
.selected-price{
margin:0px;
}
.perfume img {
border-radius: 10px;
max-width: 100%;
aspect-ratio: 1 / 1;
object-fit: contain;
overflow: hidden;
background-color: transparent;
}
.summary {
margin-top: 20px;
padding: 40px;
margin-inline: -40px;
background-color: #f3f3f3;
border-radius: 60px;
}
button.select-perfume, #add-to-cart {
background-color: #0071a1;
color: white;
border: none;
padding: 10px;
cursor: pointer;
}
button.select-perfume:hover, #add-to-cart:hover {
background-color: #005f8d;
}
.loader {
display: flex;
align-items: center;
justify-content: center;
position: relative;
min-height: 240px;
}
.loader svg {
animation: rotate 2s linear infinite;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#selected-perfumes {
align-items: stretch;
}
.selected-perfume-card {
max-width: 180px;
background-color: #fff;
padding: 14px;
border-radius: 13px;
font-size: 14px !important;
}
.selected-perfume-card img {
width: 100%;
height: 100%;
aspect-ratio: 1/1;
}
.selected-perfume-card p {
margin: 0;
padding: 0;
}
.selected-perfume-wrapper {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
}
.selected-box img{
aspect-ratio:1/1;
object-fit:cover;
}
.volume-buttons {
display: flex;
gap: 10px;
align-items: center;
color: #000;
margin-top: 40px;
cursor:pointer;
}
.volume-btn {
border-radius: 100px;
font-size: 15px;
line-height: 15px;
background-color: #f3f3f3;
padding: 12px 24px;
color: #000;
}
.volume-btn.active {
background-color: #000;
color: white;
}
.volume-btn:hover {
background-color: #e0e0e0;
}
#volume-select {
display: none;
}
.step h3 {
font-size: 18px;
}
.step-mun {
width: 34px;
height: 34px;
min-width: 30px;
background-color: #f3f3f3;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 18px;
font-size: 18px;
border-radius: 100px;
padding-bottom: 2px;
}
.selected-perfume-price.price {
margin-top: auto;
}
.summary h3 {
margin-block: 10px;
font-size: 28px;
text-align: center;
}
@media (max-width: 768px) {
.perfume-name {
font-size: 15px;
line-height: 16px;
}
.selected-price {
font-size: 15px;
}
.summary h3 {
font-size: 24px;
}
}
.sum-ttl {
font-size: 18px;
color: #000;
}
span#total-price {
border-radius: 100px;
background-color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 6px 12px;
color: var(--wd-primary-color);
}
#add-all-to-cart {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 100px;
background-color: var(--wd-primary-color);
color: #fff;
padding: 12px 20px;
font-size: 15px;
gap: 10px;
cursor: pointer;
}
#add-all-to-cart svg{
width: 20px;
height: 20px
}
.disallowed {
opacity: 0.8;
cursor: not-allowed !important;
pointer-events:none;
}
.allowed {
opacity: 1;
cursor: pointer;
}
.sum-wrapper {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
@media (min-width: 1024px) {
.perfume:hover  .p-bg {
opacity:1;
}
.p-bg {
position: absolute;
display: flex;
opacity:0;
z-index: 0;
top: -12px;
left: -12px;
width: calc(100% + 24px);
height: calc(100% + 24px);
pointer-events: none;
border-radius: 10px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
transition: all .2s;
}
}
@media (max-width: 768px) {
#perfume-set-builder h2{
display: none;
}
}
@media (min-width: 768px) {
.page-title {
display:none;
}
}