.lookbookModal{
    padding-left: 10%;
    padding-right: 10%;
    z-index: 99999999;
}
.lookbookModal .lookbookModalMain{
    width: 100%;
    /* height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.lookbookModalLoader{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 677px;
}
.lookbookV2_modalClose{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.lookbookV2_modalClose svg{
    width: 20px;
}
.app-lookbook-v2{
    display: flex;
}
.app-lookbook-v2-main{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.app-lookbook-v2-main.lookCol2{
    grid-template-columns: repeat(2, 1fr);
}
.app-lookbook-v2-main.lookCol3{
    grid-template-columns: repeat(3, 1fr);
}
.app-lookbook-v2-main.lookCol5{
    grid-template-columns: repeat(5, 1fr);
}
.app-lookbook-v2-main.lookCol6{
    grid-template-columns: repeat(6, 1fr);
}
.app-lookbook-v2-main.noMargin{
    gap: 0px;
}
.app-lookbook-v2-main .lookImage{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.app-lookbook-v2-main .lookImage.square img{
    aspect-ratio: 1 / 1;
}
.app-lookbook-v2-main .lookImage.portrait img{
    aspect-ratio: 2 / 3;
}
.app-lookbook-v2-main .lookImage.landscape img{
    aspect-ratio: 3 / 2;
}
.app-lookbook-v2-main .lookImage img{
    object-fit: cover;
}
.app-lookbook-v2-main .lookImage.fullImg{
    grid-column: span 1;
    grid-row: span 1;
}
html[themesource="_aldoshoespt"] .app-lookbook-v2-main .lookImage.fullImg,
html[themesource="_aldoshoescy"] .app-lookbook-v2-main .lookImage.fullImg{
    grid-column: span 2;
    grid-row: span 2;
}
.app-lookbook-v2-main .lookImage span{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-primary);
    font-family: var(--theme-font);
    word-break: break-all;
}
.app-lookbook-v2-main .lookImage .lookImageTagMain{
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.app-lookbook-v2-main .lookImage .lookImageTag svg{
    width: 21px;
}
.app-lookbook-v2-main .lookImage .lookImageTag{
    display: flex;
    padding: .25rem .875rem .25rem .6875rem;
    gap: 5px;
    background-color: #fff;
}
.app-lookbook-v2-main .lookImage .lookImageImg{
    display: flex;
    flex-direction: column;
    position: relative;
}
[themesource="_aldoshoespt"] .app-lookbook-v2-main .lookImage .lookImageImg,
[themesource="_aldoshoescy"] .app-lookbook-v2-main .lookImage .lookImageImg
{
    height: calc(calc(calc(100vw / 3) * 2) - 6.4%);
}
[themesource="_aldoshoespt"] .app-lookbook-v2-main .lookImage .lookImageImg img,
[themesource="_aldoshoescy"] .app-lookbook-v2-main .lookImage .lookImageImg img
{
    height: 100%;
}
.lookbookV2_base{
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 500ms;
}
.lookbookV2_base.lookActive{
    opacity: 1;
}
.lookbookV2_main{
    display: flex;
    flex-direction: column;
    padding: 25px 0 50px 0;
    width: 100%;
}
.hasCustomPadding{
    padding-left: 40px;
    padding-right: 40px;
}
.lookbookV2_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.lookbookV2_main .lookbookV2_main_left{
    display: flex;
    position: relative;
    grid-column: span 2;
    grid-row: span 2;
    flex-direction: column;
    gap: 10px;
}
.lookbookV2_main .lookbookV2_main_left .lookbookV2_main_left_img{
    display: flex;
    position: relative;
}
.lookbookV2_main .lookbookV2_main_left .lookImageTagMain{
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.lookbookV2_main .lookbookV2_main_left .lookImageTag svg{
    width: 21px;
}
.lookbookV2_main .lookbookV2_main_left .lookImageTag{
    display: flex;
    padding: .25rem .875rem .25rem .6875rem;
    gap: 5px;
    background-color: #fff;
}
.lookbookV2_main .lookbookV2_main_left .lookImageTag span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-primary);
    font-family: var(--theme-font);
}
.lookbookV2_slide_left, .lookbookV2_slide_right{
    width: 85px;
    font-size: 60px;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
    padding: 20px;
}
.lookbookV2_main_title{
    line-height: 30px;
    font-size: 28px;
    padding: 28px 0;
    color: var(--text-primary);
    font-family: var(--theme-font);
}
.lookbookV2_main .lookbookV2_main_left span{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-primary);
    font-family: var(--theme-font);
}
.lookbookV2_main .lookbookV2_main_left img.square{
    aspect-ratio: 1 / 1;
}
.lookbookV2_main .lookbookV2_main_left img.portrait{
    aspect-ratio: 2 / 3;
}
.lookbookV2_main .lookbookV2_main_left img.landscape{
    aspect-ratio: 3 / 2;
}
.lookbookV2_main .lookbookV2_main_left img{
    object-fit: cover;
    width: 100%;
}
@media only screen and (max-width: 980px) {
    .lookbookModal{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media only screen and (max-width: 760px) {
    .lookbookV2_box{
        grid-template-columns: repeat(2, 1fr);
    }
    .app-lookbook-v2-main{
        grid-template-columns: repeat(2, 1fr);
    }
    .app-lookbook-v2-main.lookCol2{
        grid-template-columns: repeat(2, 1fr);
    }
    .app-lookbook-v2-main.lookCol3{
        grid-template-columns: repeat(2, 1fr);
    }
    .app-lookbook-v2-main.lookCol5{
        grid-template-columns: repeat(3, 1fr);
    }
    .app-lookbook-v2-main.lookCol6{
        grid-template-columns: repeat(3, 1fr);
    }
    .lookbookV2_slide_left, .lookbookV2_slide_right{
        width: 50px;
        padding: 10px;
    }
}
@media only screen and (max-width: 480px) {

    .app-lookbook-v2-main.lookCol5{
        grid-template-columns: repeat(2, 1fr);
    }
    .app-lookbook-v2-main.lookCol6{
        grid-template-columns: repeat(2, 1fr);
    }
}




/* PROD CSS */
.lookbookV2_box {
    width: 100%
}

.lookbookV2_box .prodMain {
    display: flex;
    flex-direction: initial;
}

.lookbookV2_box .prodMain .produtosLinkV2 {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 100%
}

.lookbookV2_box .prodMain .produtosLinkV2:hover {
    text-decoration: none
}

.lookbookV2_box .prodMain .produtosLinkV2:focus {
    text-decoration: none
}

.lookbookV2_box .imgMain {
    display: flex;
    position: relative
}

.lookbookV2_box .imgMain .prodTags {
    position: absolute;
    top: 12px;
    left: 8px;
    display: flex;
    gap: 8px;
    z-index: 9;
    max-width: 50%
}

.lookbookV2_box .imgMain .prodTags .prodTagsBox {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap
}
html[themesource="_aldoshoespt"] .lookbookV2_box .omw-presale-label ,
html[themesource="_aldoshoescy"] .lookbookV2_box .omw-presale-label 
{
    background-color: #fff !important;
    color: #000 !important;
}
html[themesource="_aldoshoespt"] .lookbookV2_box .omw-presale-label .omw-default-font ,
html[themesource="_aldoshoescy"] .lookbookV2_box .omw-presale-label .omw-default-font 
{
    padding: 3px 8px !important;
    padding-left: 0 !important;
}
html[themesource="_aldoshoespt"] .lookbookV2_box .omw-presale-label>span ,
html[themesource="_aldoshoescy"] .lookbookV2_box .omw-presale-label>span 
{
    font-size: 12px !important;
    font-family: var(--theme-font) !important;
    /* font-weight: 100 !important; */
}
html[themesource="_aldoshoespt"] .lookbookV2_box .omw-presale-label span:before ,
html[themesource="_aldoshoescy"] .lookbookV2_box .omw-presale-label span:before {
    content: url(https://cdn.weasy.io/users/aldoshoespt/plp_pillow_walk.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
html[themesource="_aldoshoespt"] .lookbookV2_box .imgMain .prodTags,
html[themesource="_aldoshoescy"] .lookbookV2_box .imgMain .prodTags{
    bottom: 0;
    top: auto;
    left: 0;
}

.lookbookV2_box .imgMain .prodTags .prodTagsBox div {
    margin: 0 !important;
    display: flex;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0
}

.lookbookV2_box .imgMain .prodTags .prodTagsBox.rounded div {
    border-radius: 4px !important
}

.lookbookV2_box .imgMain .prodTags .prodTagsBox.pill div {
    border-radius: 10px !important
}

.lookbookV2_box .imgMain .prodTags .prodTagsBox div span {
    font-size: 11px;
    padding: 2px 8px;
    display: flex;
    line-height: 16px
}

.lookbookV2_box .ratio_11 {
    aspect-ratio: 1 / 1
}

.lookbookV2_box .ratio_32 {
    aspect-ratio: 3 / 2
}

.lookbookV2_box .ratio_23 {
    aspect-ratio: 2 / 3
}

.lookbookV2_box .ratio_43 {
    aspect-ratio: 4 / 3
}

.lookbookV2_box .ratio_34 {
    aspect-ratio: 3 / 4
}

.lookbookV2_box .ratio_916 {
    aspect-ratio: 9 / 16
}

.lookbookV2_box .ratio_169 {
    aspect-ratio: 16 / 9
}

.lookbookV2_box .img_cover {
    object-fit: cover
}

.lookbookV2_box .img_fit {
    object-fit: contain
}

.lookbookV2_box .prod_stock {
    width: 15px;
    height: 15px;
    background-color: var(--c-300);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.lookbookV2_box .prod_stock_inner {
    width: 9px;
    height: 9px;
    background-color: var(--c-700);
    border-radius: 50%
}

.lookbookV2_box .prod_stock.prod_stock_active {
    background-color: var(--i-300)
}

.lookbookV2_box .prod_stock.prod_stock_active .prod_stock_inner {
    background-color: var(--i-500)
}

.lookbookV2_box .variationsBox {
    display: flex;
    gap: 4px;
    font-size: 16px
}

.lookbookV2_box .variationsBox .varColor {
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-neutral);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.lookbookV2_box .prodInfoBox {
    display: flex;
    flex-direction: column;
    gap: 12px
}
html[themesource="_aldoshoespt"] .lookbookV2_box .prodInfoBox,
html[themesource="_aldoshoescy"] .lookbookV2_box .prodInfoBox{
    gap: .4375rem !important;
}

.lookbookV2_box .prodInfoBox .prod_rating {
    display: flex;
    align-items: center;
    gap: 4px
}

.lookbookV2_box .titleBox {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 16px
}

.lookbookV2_box .titleBox .prod_brand {
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 500;
    color: var(--text-placeholder);
    display: flex;
    word-break: break-all
}

.lookbookV2_box .titleBox .prod_title {
    display: flex;
    gap: 10px;
    align-items: center
}

.lookbookV2_box .titleBox .prod_title .tituloProd {
    font-size: 1em !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}
html[themesource="_aldoshoespt"] .lookbookV2_box .titleBox .prod_title .tituloProd ,
html[themesource="_aldoshoescy"] .lookbookV2_box .titleBox .prod_title .tituloProd {
    color: #6e6e6e !important;
    font-size: .75rem !important;
    font-family: var(--theme-font) !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.lookbookV2_box .titleBox .prod_title.wa_align_left .tituloProd {
    text-align: left
}

.lookbookV2_box .titleBox .prod_title.wa_align_center .tituloProd {
    text-align: center
}

.lookbookV2_box .titleBox .prod_title.wa_align_right .tituloProd {
    text-align: right
}

.lookbookV2_box .titleBox .prod_title .prod_stock {
    flex-shrink: 0
}

 .lookbookV2_box .titleBox .prod_price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 8px;
    flex-wrap: wrap
}
html[themesource="_aldoshoespt"] .lookbookV2_box .titleBox .prod_price,
html[themesource="_aldoshoescy"] .lookbookV2_box .titleBox .prod_price{
    margin-top: 0px;
    font-size: .875rem !important;
    font-family: var(--theme-font) !important;
    margin: 0 !important;
}

.lookbookV2_box .titleBox .prod_price .prod_price_discount {
    text-decoration: line-through;
    color: var(--text-placeholder);
    font-weight: 500
}
html[themesource="_aldoshoespt"] .prod_price .prod_price_normal:not(.hasDiscount) ,
html[themesource="_aldoshoescy"] .prod_price .prod_price_normal:not(.hasDiscount) {
    color: rgba(58, 46, 44, 1);
    font-weight: 300;
    font-family: var(--theme-font);
}
.lookbookV2_box .titleBox .prod_price .omw-tag-sinceprice {
    color: var(--text-placeholder);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize
}

.lookbookV2_box .prod_price .prod_price_normal.hasDiscount {
    color: var(--brand-primary-color)
}

.lookbookV2_box .imgBox {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%
}

.lookbookV2_box .imgBox>img,.lookbookV2_box .imgBox .imgBoxSecondary img {
    width: 100%
}

.lookbookV2_box .imgBox .imgBoxSecondary {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 300ms
}

.lookbookV2_box .imgBox .imgBoxSecondary img {
    height: 100%
}

.lookbookV2_box .imgBox .imgBoxSecondary a {
    width: 100%
}

.lookbookV2_box .imgBox .imgBoxSecondary button {
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    justify-content: center;
    transition: all 300ms;
    opacity: 1;
    max-width: calc(100% - 24px);
    display: flex;
    align-items: center;
    height: auto !important;
    min-height: 48px !important
}

.lookbookV2_box .imgBox.sizeSmall .imgBoxSecondary button {
    font-size: 14px;
    min-height: 40px !important
}

.lookbookV2_box .imgBox.sizeLarge .imgBoxSecondary button {
    font-size: 18px;
    min-height: 60px !important
}

.lookbookV2_box .imgBox:hover .imgBoxSecondary {
    display: flex;
    opacity: 1;
    pointer-events: initial
}

.lookbookV2_box .imgBox:hover .imgBoxSecondary button {
    opacity: 1 !important;
    bottom: 12px !important
}

.lookbookV2_box .imgBox:hover .imgBoxSecondary .prodWish {
    opacity: 1
}

.lookbookV2_box .imgBox .imgBoxSecondary .prodWish {
    position: absolute;
    right: 8px;
    top: 8px;
    display: flex;
    opacity: 0;
    transition: all 300ms
}

.lookbookV2_box .imgBox .imgBoxSecondary .prodWish div {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    background-color: #fff !important
}
.lookbookV2_box .omw-wishlist-tag {
    cursor: pointer;
    color: white;
    font-size: .8em;
    position: absolute;
    z-index: 1;
    margin-top: 0;
    top: 10px;
    right: 10px;
    margin-left: 0;
    display: table;
    background-size: 13px;
    border-radius: 50%;
    background-color: #ffffff;
    height: 36px;
    width: 36px;
    border: 0 solid #e5e5e5;
    z-index: 3 !important;
    justify-content: center;
}
.lookbookV2_box .imgBox .imgBoxSecondary .prodWish div.active {
    background-color: var(--cor2) !important;
    border-color: var(--cor2) !important;
}
.lookbookV2_box .omw-wishlist-tag svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    fill: #959595;
    width: 16px;
}
.lookbookV2_box .imgBox .imgBoxSecondary .prodWish div svg path {
    fill: transparent !important;
    stroke: #000 !important
}

.lookbookV2_box .imgBox .imgBoxSecondary .prodWish:hover div svg path {
    fill: #000 !important;
    stroke: #000 !important
}

.lookbookV2_box .imgBox .imgBoxSecondary .prodWish div.active svg path {
    fill: #000 !important;
    stroke: #000 !important
}

.lookbookV2_box .btnOutStock {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    justify-content: center;
    transition: all 300ms;
    background-color: var(--surface-terciary);
    color: var(--text-default);
    display: flex;
    height: 30px;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.omw-builder-view .lookbookV2_box .btnOutStock {
    background-color: #EBEAEA
}

.lookbookV2_box .imgBox:hover .btnOutStock {
    bottom: -50px
}

.lookbookV2_box .optionsMore {
    display: flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 10px;
    border: 1px solid var(--border-neutral);
    color: var(--text-placeholder);
    font-size: 10px;
    font-weight: 500;
    background-color: var(--n-0)
}

.lookbookV2_box .allBold {
    font-weight: bold !important
}

.lookbookV2_box .allCaps {
    text-transform: uppercase !important
}

.lookbookV2_box .wa-prod-section-title {
    margin-bottom: 40px;
    display: flex
}

.lookbookV2_box .wa_align_left {
    justify-content: start
}

.lookbookV2_box .wa_align_center {
    justify-content: center
}

.lookbookV2_box .wa_align_right {
    justify-content: end
}

.lookbookV2_box .wa_align_left2 {
    text-align: left
}

.lookbookV2_box .wa_align_center2 {
    text-align: center
}

.lookbookV2_box .wa_align_right2 {
    text-align: right
}

.lookbookV2_box .wa-border-radius-sharp {
    border-radius: 0
}

.lookbookV2_box .wa-border-radius-rounded {
    border-radius: 8px
}

.lookbookV2_box .sizeSmall .wa-border-radius-rounded {
    border-radius: 4px
}

.lookbookV2_box .sizeLarge .wa-border-radius-rounded {
    border-radius: 16px
}

.lookbookV2_box .wa-border-radius-pill {
    border-radius: 10px
}

.lookbookV2_box .omw-products .omw-wishlist-tag {
    cursor: pointer;
    color: white;
    font-size: .8em;
    position: absolute;
    z-index: 1;
    margin-top: 0;
    top: 10px;
    right: 10px;
    margin-left: 0;
    display: table;
    background-size: 13px;
    border-radius: 50%;
    background-color: #ffffff;
    height: 36px;
    width: 36px;
    border: 0 solid #e5e5e5;
    z-index: 3 !important;
    justify-content: center
}

.lookbookV2_box .wa_prod_grid.owl-carousel {
    display: block !important
}

.lookbookV2_box .owl-carousel-new {
    display: block !important;
    padding: 0
}

 .lookbookV2_box .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: transparent !important;
    color: var(--text-default);
    font-size: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%)
}

 .lookbookV2_box .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent !important;
    color: var(--text-default);
    font-size: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%)
}

.lookbookV2_box .omw-nopriceavailable .omw-tag-sinceprice {
    display: none
}

.lookbookV2_box .imgZoomEffect .imgBoxSecondary img,.lookbookV2_box .imgFadeEffect .imgBoxSecondary img {
    display: none !important
}

.lookbookV2_box .imgZoomEffect>img,.lookbookV2_box .imgFadeEffect>img {
    scale: 1;
    opacity: 1;
    transition: all 300ms
}

.lookbookV2_box .imgZoomEffect:hover>img {
    scale: 1.1
}

.lookbookV2_box .imgFadeEffect:hover>img {
    opacity: 0.8
}

.lookbookV2_box button[data-rel="add_basket"] i {
    font-size: 20px
}

@keyframes wi-spin {
    0 {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(1turn)
    }
}

.wi-spin {
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal)
}

.wi-spin {
    animation-name: wi-spin;
    animation-duration: var(--fa-animation-duration,2s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.lookbookV2_box .titleBox.sizeSmall .prod_title .tituloProd {
    font-size: 0.875em !important
}

.lookbookV2_box .titleBox.sizeLarge .prod_title .tituloProd {
    font-size: 1.125em !important
}

.lookbookV2_box .titleBox.sizeSmall .prod_brand {
    font-size: 0.75em !important
}

.lookbookV2_box .titleBox.sizeLarge .prod_brand {
    font-size: 1em !important
}

.lookbookV2_box .titleBox.sizeSmall .prod_price .prod_price_normal {
    font-size: 0.875em !important
}

.lookbookV2_box .titleBox.sizeLarge .prod_price .prod_price_normal {
    font-size: 1.125em !important
}

.lookbookV2_box .titleBox.sizeSmall .prod_price .prod_price_normal,.lookbookV2_box .titleBox.sizeSmall .prod_price .prod_price_discount {
    font-size: 0.875em !important
}

.lookbookV2_box .titleBox.sizeLarge .prod_price .prod_price_normal,.lookbookV2_box .titleBox.sizeLarge .prod_price .prod_price_discount {
    font-size: 1.125em !important
}

.lookbookV2_box .titleBox.sizeSmall .prod_price .omw-tag-sinceprice {
    font-size: 0.75em !important
}

.lookbookV2_box .titleBox.sizeLarge .prod_price .omw-tag-sinceprice {
    font-size: 1em !important
}

.lookbookV2_box .variationsBox.sizeSmall .varColor {
    width: 1em !important;
    height: 1em !important
}

.lookbookV2_box .variationsBox.sizeLarge .varColor {
    width: 1.5em !important;
    height: 1.5em !important
}

.lookbookV2_box .variationsBox.sizeSmall .optionsMore {
    border-radius: 8px !important
}

.lookbookV2_box .variationsBox.sizeLarge .optionsMore {
    border-radius: 12px !important
}

.lookbookV2_box .omw-products .omw-campaign-tag {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    background: none !important;
    width: auto;
    border: none;
    color: var(--text-secondary);
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 0;
    padding: 6px 8px;
    height: auto;
    font-size: 11px;
    font-weight: 600;
    background-color: var(--surface-secondary) !important;
    border-radius: 0;
    align-items: start
}

.lookbookV2_box .omw-products .omw-campaign-tag svg {
    flex-shrink: 0
}

.lookbookV2_box .campain_main_box {
    display: flex
}

.lookbookV2_box .wa_align_center2 .campain_main_box {
    justify-content: center
}

.lookbookV2_box .wa_align_right2 .campain_main_box {
    justify-content: end
}

.lookbookV2_box .mansory-list .itemCardMansory {
    grid-column: span 2;
    grid-row: span 2
}

.lookbookV2_box .mansory-list .itemCardMansory .prodMain,.lookbookV2_box .mansory-list .itemCardMansory .prodMain>a {
    height: 100%
}

html[ismobile] .lookbookV2_box .mansory-list .itemCardMansory .prodMain {
    height: auto !important
}

.lookbookV2_box .mansory-list .fullWidthMansory {
    height: calc(calc(calc(100vw / 3)* 100) - 6.4%)
}

.lookbookV2_box .wlpChangeView {
    display: flex;
    font-size: 15px;
    cursor: pointer;
    align-items: center;
    gap: 8px
}

.lookbookV2_box .wlpChangeView span {
    font-family: var(--theme-font);
    font-size: 15px
}

.lookbookV2_box .newProdListHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    position: relative;
    z-index: 99
}

.lookbookV2_box .newProdListHeader .module[module="productorder"] {
    margin: 0 !important
}

.lookbookV2_box .newProdListHeader .nice-select {
    border: none !important
}

.lookbookV2_box .newProdListHeader .nice-select span.current {
    font-size: 15px;
    color: var(--text-primary);
    font-family: var(--theme-font)
}

.lookbookV2_box .newProdListHeader .nice-select:after {
    border-bottom: 1px solid var(--text-primary);
    border-right: 1px solid var(--text-primary);
    height: 8px;
    margin-top: -6px;
    width: 8px
}

.lookbookV2_box .newProdFooter {
    display: flex;
    align-items: center
}

.lookbookV2_box .newProdFooter>.omw-custom-paging {
    width: 100% !important;
    font-family: var(--theme-font) !important;
    line-height: normal;
    color: var(--text-default)
}

.lookbookV2_box .newProdFooter>.omw-paging-info-display {
    margin: 0 !important
}

.lookbookV2_box .newProdFooter>.omw-custom-paging ul {
    display: flex;
    list-style: none
}

.lookbookV2_box .newProdFooter>.omw-custom-paging ul li {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lookbookV2_box .newProdFooter>.omw-custom-paging ul li a {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.lookbookV2_box .newProdFooter>.omw-custom-paging ul li a:hover,.lookbookV2_box .newProdFooter>.omw-custom-paging ul li a:focus {
    text-decoration: none
}

.lookbookV2_box .weasy_load_more_main {
    display: flex;
    justify-content: center
}

.lookbookV2_box .weasy_load_more button {
    min-width: 180px
}

.lookbookV2_box .weasy_load_more a {
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center
}

 .lookbookV2_box a.btn-style-base-outlined:hover, .lookbookV2_box a.btn-style-base-outlined:focus {
    background-color: var(--cor3);
    border-color: var(--cor3);
    color: var(--cor5) !important;
    text-decoration: none
}

.lookbookV2_box .newProdFooterMain {
    display: flex;
    flex-direction: column;
    margin-top: 42px;
    gap: 16px
}

html[themesource="_aldoshoespt"] .lookbookV2_box .variationsBox,
html[themesource="_aldoshoescy"] .lookbookV2_box .variationsBox{
    height: 20px;
}
html[themesource="_aldoshoespt"] .lookbookV2_box .variationsBox.sizeSmall .varColor,
html[themesource="_aldoshoescy"] .lookbookV2_box .variationsBox.sizeSmall .varColor{
    width: 11px !important;
    height: 11px !important;
}
html[themesource="_aldoshoespt"] .lookbookV2_box .optionsMore,
html[themesource="_aldoshoescy"] .lookbookV2_box .optionsMore{
    width: auto !important;
    height: 11px !important;
    font-family: var(--theme-font) !important;
}

@media only screen and (max-width: 980px) {
    .lookbookV2_box .owl-stage {
        padding-left:0 !important
    }
}

@media only screen and (max-width: 768px) {
    .lookbookV2_box .imgBox:hover .imgBoxSecondary button {
        display:none !important
    }

    [data-col="4"] {
        grid-template-columns: repeat(3,1fr) !important
    }
}

@media only screen and (max-width: 480px) {
    .lookbookV2_box .grid_mobile_1 {
        grid-template-columns:repeat(1,1fr) !important
    }

    .lookbookV2_box .grid_mobile_1 .itemCardMansory {
        grid-column: span 1 !important;
        grid-row: span 1 !important
    }

    .lookbookV2_box .grid_mobile_2:not(.owl-carousel-new) {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important
    }

    .lookbookV2_box .wa-prod-section-title {
        padding-left: 1rem
    }

    .lookbookV2_box .owl-carousel-new {
        padding-left: 1rem
    }

    .lookbookV2_box .wlpChangeView {
        display: none
    }

    .lookbookV2_box .newProdFooterMain {
        flex-direction: column-reverse
    }

    .lookbookV2_box .newProdFooter {
        flex-direction: column-reverse;
        gap: 4px
    }

    .lookbookV2_box .newProdFooter>.omw-custom-paging ul {
        justify-content: center
    }

    .lookbookV2_box .newProdFooter>.omw-custom-paging ul li.number,.lookbookV2_box .newProdFooter>.omw-custom-paging ul li.first-page,.lookbookV2_box .newProdFooter>.omw-custom-paging ul li.last-page {
        display: none
    }

    .lookbookV2_box .newProdFooter>.omw-custom-paging ul li.prev-page,.lookbookV2_box .newProdFooter>.omw-custom-paging ul li.next-page {
        width: 40px;
        height: 40px
    }

    .lookbookV2_box .newProdFooter>.omw-custom-paging ul li.prev-page a,.lookbookV2_box .newProdFooter>.omw-custom-paging ul li.next-page a {
        font-size: 24px !important
    }

    .lookbookV2_box [data-type='newModule'][data-col="5"] .itemCardMansory,.lookbookV2_box [data-type='newModule'][data-col="3"] .itemCardMansory {
        grid-column: span 1;
        grid-row: span 1
    }

    .lookbookV2_box .newProdListHeader {
        display: none !important
    }
}
