/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus{
     outline: unset !important;
    outline-offset: unset !important;
    --tw-ring-offset-width: unset !important;
    --tw-ring-offset-color: unset !important;
    --tw-ring-color: unset !important;
    --tw-ring-offset-shadow: unset !important;
    --tw-ring-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border-color: unset !important;
}

.thumbnail__root {
    height: auto;
    width: auto;
}

.thumbnail__image {
    width: 100%;
}

.thumbnailList__root {
    display: grid;
    align-content: start;
    grid-gap: 1rem;
}

.carousel__root {
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: 'thumbs main';
    grid-template-columns: 17fr 80fr;
}

.carousel__imageContainer {
    display: grid;
    grid-area: main;
}

.carousel__currentImage {
    width: 100%;
    grid-area: 1 / 1 / 2 / 4;
}

.carousel__chevron-left,
.carousel__chevron-right {
    display: none;
}

.select__input {
    grid-area: input-start / input-start / input-end / icon-end;
    padding-right: 2.25rem;
}

.variant-search {
    outline: 0;
    border-width: 0 0 2px !important;
    border-color: gray !important;
    min-width: 15vw;
    width: 100% !important;
    background: transparent !important;
    padding: 0.5rem !important;
    padding-left: 30px !important;
    
}


.productFullDetail__root {
    display: grid;
    grid-template-areas:
        'images title'
        'images price'
        'images options'
        'images quantity'
        'images actions'
        'images .';
    grid-template-columns: 1.5625fr 1fr;
    grid-template-rows: repeat(5, min-content) 1fr [fold];
}

.productFullDetail__customizeBundle {
    align-items: center;
    display: flex;
    grid-area: actions;
    justify-content: center;
}

.productFullDetail__areaTitle {
    display: none;
}

.colorSwatch-Modal__Title {
    font-family: Bodoni Moda;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #1e1e1e;
}

.color-selection_container {
    display: flex;
}

.color-bigBox_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48%;
    display: none;
}

.color-bigBox_box{
    position: relative;
}

.color-bigBox_box .color-bigBox_box_img{

    min-width: 400px;
    min-height: 400px;
    width: 400px;
    height: 400px;
    background: green;
    border: 1px solid #1e1e1e;
}
.color-bigBox_container .svg-container{
    position: absolute;
    right: 20px;
    top: 20px;
}
@media only screen and (max-width: 1439px) and (min-width: 1023px) {
    .color-bigBox_box .color-bigBox_box_img{
        min-width: 300px;
        min-height: 300px;
        width: 300px;
        height: 300px;
    }
    
}
.color-bigBox_container h5 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 22px;
    font-weight: 500;
}

.color-box-button {
    padding: 16px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid #1e1e1e;
    background: transparent;
    width: 200px;
    cursor: pointer;
}

.color-box-button:hover {
    background: #1e1e1e;
    color: white;
}

.big-box {
    height: 200px;
    width: 200px;
    border-radius: 8px;
}

#color_categories {
    display: flex;
    max-width: 100%;
    
}

.color_category {
    width: 80px;
    height: 20px;
}

.color_category.active{
    position: relative;
    border: 2px solid black;
    border-radius: 3px;
    background-color: black;

}

.color_category.active:after, .color_box.active .color_box-inner:after{
    content: "\e912";
    font-family: 'mgIcons';
    font-size: 7px;
    border-radius: 50px;
    background: black;
    position: absolute;
    top: 0px;
    right: 0;
    color: white;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(50%, -50%);
}

@media only screen and (max-width: 480px) {
    .color_category {
        padding-block: 0px;
        height: 1.5rem;
        width:"3rem"
    }
    #color_categories {
        flex-wrap: wrap;
        width: 100%
    }        
}

.color_category:hover {
    background-color: black;
    color: white;
    border: 2px solid black;
}

.color_boxes {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 10px;
    padding-top: 12px; */
    max-height: 45vh;
    overflow-y: scroll;
    gap: 0.5rem;
}
.macScrollBar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}
 
.macScrollBar::-webkit-scrollbar-thumb {
    background-color: rgba(156, 156, 156, .6);
    border-radius: 8px;
}

.color_box {
    position: relative;
    width: 150px;
    /* margin: 0px 5px 9px; */
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;

}

.color-selector_box {
    width: 100%;
}
@media only screen and (min-width: 1023px){
    .color-selector_box {
        /* width: 52% !important; */
    }
    .color-bigBox_container.show-mobile{
        display: none !important;
    }

    .variant-search-container{
        min-width: 360px;
        max-width: 20vw;
    }
    
}

@media only screen and (max-width: 1023px){
    .color-bigBox_container.hidden-mb{
        display: none !important;
    }
    .color-bigBox_container.show-mobile{
        width: 100%;
    }
    .color-bigBox_box .color-bigBox_box_img{
        width: 300px;
        height: 300px;
    }
    .color-bigBox_container .svg-container {
        display: block;
    }
    
    .variant-search{
        width: 90% !important;
    }
    .color_boxes{
        justify-content: center;
    }
    .color_box{
        width: 18%;
    }
    .color_box-inner{
        width: 100%;
    }
}


.color_box-inner {
    height: 150px;
    width: 150px;
    border-radius: 8px;
}

.color_box h4 {
    text-align: center;
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 10px;
}


.color_box.active .color_box-inner {
    border: 1px solid #1e1e1e;
}

.hidden {
    display: none;
}

.productFullDetail__title {
    display: grid;
    grid-template-columns: 1fr max-content;
}

.productFullDetail__root .productFullDetail__price .regularPrice {
    text-decoration: line-through;
}

.productFullDetail__root .productFullDetail__price .discountedPrice {
    font-weight: bold;
}

.productFullDetail__root .productFullDetail__price .you-save:before {
    display: block;
    content: ' ';
}

.productFullDetail__imageCarousel {
    grid-area: images;
    max-width: 800px;
    padding: 1rem;
}

.productFullDetail__options {
    grid-area: options;
}

.productFullDetail__quantity {
    grid-area: quantity;
}

.productFullDetail__groupedProducts table {
    width: 100%;
}

.productFullDetail__bundleProduct .priceInfo {
    float: right;
}

.productFullDetail__actions {
    grid-area: actions;
}

.productFullDetail__description {
    grid-column: 1 / span 1;
    grid-row: fold / span 1;
    padding: 1rem;
}

.productFullDetail__sku {
    grid-column: 2 / span 1;
    grid-row: fold / span 1;
}

.productFullDetail__details {
    border: none;
    grid-column: 1 / span 2;
    grid-row: end / span 1;
}

.productFullDetail__related {
    border-bottom-width: 0;
    grid-column: 1 / span 2;
}

.productFullDetail__staged {
    grid-column: span 2;
}

.tile__root {
    margin-left: 1rem;
    margin-top: 1rem;
    min-width: 3rem;
    padding: 0 0.75rem;
}

.login__section .login__buttons {
    display: flex;
}

.login__section .continue__buttons {
    display: none;
}

.continue__section .login__buttons {
    display: none;
}

.continue__section .continue__buttons {
    display: flex;
    max-width:456px;
}

.login__buttons,
.continue__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    /* padding: 10px 30px; */
}

.product_details_data .login__buttons {
    /* padding: 0px; */
    /* margin: 15px 0px; */
    text-align: center;
}

.product_details_data #pdp-actions-wrapper {
    max-width: 600px;
}

.login__buttons .buttons,
.continue__buttons .buttons {
    width: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.buttons button {
    border: 1px solid black;
    padding: 20px 75px;
    border-radius: 30px;
    font-weight: bold;
    background-color: white;
    color: black;
}

.buttons button.button__filled {
    background-color: black;
    color: white;
}

.selector-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Raleway';
    letter-spacing: 0.16em;
}


@media only screen and (max-width: 768px) {

    .color-selector_box {
        width: 100%;
    }

    .color_categories{
        overflow-x: hidden;
    }

    .color_boxes {
        justify-content: center;
        gap: 0.5rem;
    }

    .color_box {
        width: 27%;
        margin-inline: 0px;
    }
    
    .color_box-inner{
        height: auto;
        width: 100%;
        padding-bottom: 100%;
    }

    .color-selection_container {
        align-items: center;
    }

    .bigBox_container{
        width: 50%;
    }

    .color-bigBox_box .color-bigBox_box_img{
        min-width: 200px;
        min-height: 200px;
        width: 200px;
        height: 200px;
        
    }
    
    .color-box-button{
        padding: 10px;
        font-size: 14px;
        width: 135px;
    }

    .color-bigBox_container{
        padding-top: 10px;
        margin: auto;
    }

    
}


 .faq{
   width: 80%;
   margin-top: 40px;
   margin: auto;
   margin-bottom: 20px;
   background-color: #f6f6f6;
 }
 .faqHeader h1{
    font-family: Bodoni Moda;
    font-size: 56px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 50px;
 }
 .faqHeader p{
    font-weight: 400;
 }
 .faqHeader{
   margin-bottom: 50px;
 }
 .faq-accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 40px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 24px;
  }
  .faqContainer{
    border: none;
  }
  
  .faq-accordion:after {
    content: '\002B';
    color: #777;
    float: right;
    margin-left: 5px;
    font-size: 26px;
  }
  
  .activeFaq:after {
    content: "\2212";
  }

  .faq-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .faq-panel p{
    font-size: 15px;
    margin: 18px;
  }

  .faq-outer{
    margin-bottom: 5px;
  }






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.thumbnail__root {
    height: auto;
    width: auto;
}

.thumbnail__image {
    width: 100%;
}

.thumbnailList__root {
    display: grid;
    align-content: start;
    grid-gap: 1rem;
}

.carousel__root {
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: 'thumbs main';
    grid-template-columns: 17fr 80fr;
}

.carousel__imageContainer {
    display: grid;
    grid-area: main;
}

.carousel__currentImage {
    width: 100%;
    grid-area: 1 / 1 / 2 / 4;
}

.carousel__chevron-left,
.carousel__chevron-right {
    display: none;
}

.select__input {
    grid-area: input-start / input-start / input-end / icon-end;
    padding-right: 2.25rem;
}

.productFullDetail__root {
    display: grid;
    grid-template-areas:
        'images title'
        'images price'
        'images options'
        'images quantity'
        'images actions'
        'images .';
    grid-template-columns: 1.5625fr 1fr;
    grid-template-rows: repeat(5, min-content) 1fr [fold];
}

.productFullDetail__customizeBundle {
    align-items: center;
    display: flex;
    grid-area: actions;
    justify-content: center;
}

.productFullDetail__areaTitle {
    display: none;
}

.productFullDetail__title {
    display: grid;
    grid-template-columns: 1fr max-content;
}

.productFullDetail__root .productFullDetail__price .regularPrice {
    text-decoration: line-through;
}

.productFullDetail__root .productFullDetail__price .discountedPrice {
    font-weight: bold;
}

.productFullDetail__root .productFullDetail__price .you-save:before {
    display: block;
    content: ' ';
}

.productFullDetail__imageCarousel {
    grid-area: images;
    max-width: 800px;
    padding: 1rem;
}

.productFullDetail__options {
    grid-area: options;
}

.productFullDetail__quantity {
    grid-area: quantity;
}

.productFullDetail__groupedProducts table {
    width: 100%;
}

.productFullDetail__bundleProduct .priceInfo {
    float: right;
}

.productFullDetail__actions {
    grid-area: actions;
}

.productFullDetail__description {
    grid-column: 1 / span 1;
    grid-row: fold / span 1;
    padding: 1rem;
}

.productFullDetail__sku {
    grid-column: 2 / span 1;
    grid-row: fold / span 1;
}

.productFullDetail__details {
    border: none;
    grid-column: 1 / span 2;
    grid-row: end / span 1;
}

.productFullDetail__related {
    border-bottom-width: 0;
    grid-column: 1 / span 2;
}

.productFullDetail__staged {
    grid-column: span 2;
}

.tile__root {
    margin-left: 1rem;
    margin-top: 1rem;
    min-width: 3rem;
    padding: 0 0.75rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product__card {
    float: left;
    text-align: center;
    width: 240px;
}

.product__image {
    max-width: 240px;
    max-height: 240px;
}

.productcarousel__btn {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    height: 20px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 20px;
    border-color: dimgrey;
}

.productcarousel__btn:focus-visible {
    border-color: black;
}

.productcarousel__btn:disabled {
    border-color: lightgrey;
}

.productcarousel__btn--next {
    border-bottom: 8px solid;
    border-right: 8px solid;
    right: 0;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.productcarousel__btn--prev {
    border-bottom: 8px solid;
    border-left: 8px solid;
    left: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.productcarousel__cardscontainer {
    margin: auto;
    width: 12000px;
    transition-property: margin-left, margin-right;
    transition-duration: 300ms;
    transition-timing-function: linear;
}

.productcarousel__container {
    position: relative;
    margin: 25px auto;
    width: 240px;
}

@media screen and (min-width: 790px) {
    .productcarousel__container {
        width: 720px;
    }
}

@media screen and (min-width: 1090px) {
    .productcarousel__container {
        width: 960px;
    }
}

@media screen and (min-width: 1380px) {
    .productcarousel__container {
        width: 1200px;
    }
}

@media screen and (min-width: 1650px) {
    .productcarousel__container {
        width: 1440px;
    }
}

.productcarousel__root {
    overflow: hidden;
}

.productcarousel__title {
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2022 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

[dir='rtl'] .productcarousel__container {
    direction: rtl;
}

[dir='rtl'] .productcarousel__btn--prev {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 0;
    left: unset;
}

[dir='rtl'] .productcarousel__btn--next {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0;
    right: unset;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.productcollection__results-count {
    text-align: center;
}

.productcollection__root {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(240px, 1fr) auto;
    grid-template-rows: max-content max-content max-content auto;
}

.productcollection__filters {
    grid-row-end: 4 span;
}

.productcollection__current-filters {
    list-style-type: none;
}

.productcollection__current-filter-icon::before {
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../components/commerce/productcollection/v2/productcollection/clientlibs/resources/cross.svg');
}

.productcollection__filters-body {
    grid-row-end: 2 span;
    list-style-type: none;
}

.productcollection__filter-toggler {
    opacity: 0;
}

.productcollection__filter-header {
    display: grid;
    grid-template-columns: 1fr auto;
}

.productcollection__filter-icon {
    display: none;
}
.productcollection__filter-icon::before {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
}

.productcollection__filter-icon.productcollection__filter-icon--closed::before {
    background-image: url('../components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-down.svg');
}

.productcollection__filter-icon.productcollection__filter-icon--open::before {
    background-image: url('../components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-up.svg');
}

.productcollection__filter-items {
    list-style-type: none;
}

.productcollection__items {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
}

.productcollection__item-xf {
    grid-column: 1/-1;
}

.productcollection__item-image {
    height: auto;
    width: 100%;
}

.productcollection__sort-fields {
    float: right;
}

.productcollection__sort-order::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
}

.productcollection__sort-order.productcollection__sort-order--asc::before {
    background-image: url('../components/commerce/productcollection/v2/productcollection/clientlibs/resources/arrow-up.svg');
}

.productcollection__sort-order.productcollection__sort-order--desc::before {
    background-image: url('../components/commerce/productcollection/v2/productcollection/clientlibs/resources/arrow-down.svg');
}

.productcollection__loadmore-button {
    display: block;
    margin: 0 auto auto auto;
}

.productcollection__pagination {
    display: grid;
    grid-column: 2;
    justify-content: center;
}

.productcollection__pagination-arrow {
    grid-row-start: 1;
}

.productcollection__pagination-icon::before {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
}

.productcollection__pagination-arrow.productcollection__pagination-arrow--prev
    .productcollection__pagination-icon::before {
    background-image: url('../components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-left.svg');
}

.productcollection__pagination-arrow.productcollection__pagination-arrow--prev.productcollection__pagination-arrow--inactive
    .productcollection__pagination-icon::before {
    background-image: url('../components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-left.svg');
}

.productcollection__pagination-arrow.productcollection__pagination-arrow--next
    .productcollection__pagination-icon::before {
    background-image: url('../components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-right.svg');
}

.productcollection__pagination-arrow.productcollection__pagination-arrow--next.productcollection__pagination-arrow--inactive
    .productcollection__pagination-icon::before {
    background-image: url('../components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-right.svg');
}

.productcollection__pagination-button {
    grid-row-start: 1;
}

.productcollection__pagination-button-title {
    padding: 0.1rem 0.4rem;
}

.productcollection__pagination-button--current .productcollection__pagination-button-title {
    border: 1px solid;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.productcollection__results-count {
    text-align: center;
}

.productcollection__root {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(240px, 1fr) auto;
    grid-template-rows: max-content max-content max-content auto;
}

.productcollection__filters {
    grid-row-end: 4 span;
}

.productcollection__current-filters {
    list-style-type: none;
}

.productcollection__current-filter-icon::before {
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../core/cif/components/commerce/productcollection/v2/productcollection/clientlibs/resources/cross.svg');
}

.productcollection__filters-body {
    grid-row-end: 2 span;
    list-style-type: none;
}

.productcollection__filter-toggler {
    opacity: 0;
}

.productcollection__filter-header {
    display: grid;
    grid-template-columns: 1fr auto;
}

.productcollection__filter-icon {
    display: none;
}
.productcollection__filter-icon::before {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
}

.productcollection__filter-icon.productcollection__filter-icon--closed::before {
    background-image: url('../../core/cif/components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-down.svg');
}

.productcollection__filter-icon.productcollection__filter-icon--open::before {
    background-image: url('../../core/cif/components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-up.svg');
}

.productcollection__filter-items {
    list-style-type: none;
}

.productcollection__items {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
}

.productcollection__item-image {
    height: auto;
    width: 100%;
}

.productcollection__sort-fields {
    float: right;
}

.productcollection__sort-order::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
}

.productcollection__sort-order.productcollection__sort-order--asc::before {
    background-image: url('../../core/cif/components/commerce/productcollection/v2/productcollection/clientlibs/resources/arrow-up.svg');
}

.productcollection__sort-order.productcollection__sort-order--desc::before {
    background-image: url('../../core/cif/components/commerce/productcollection/v2/productcollection/clientlibs/resources/arrow-down.svg');
}

.productcollection__loadmore-button {
    display: block;
    margin: 0 auto auto auto;
}

.productcollection__pagination {
    display: grid;
    grid-column: 2;
    justify-content: center;
}

.productcollection__pagination-arrow {
    grid-row-start: 1;
}

.productcollection__pagination-icon::before {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
}

.productcollection__pagination-arrow.productcollection__pagination-arrow--prev
    .productcollection__pagination-icon::before {
    background-image: url('../../core/cif/components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-left.svg');
}

.productcollection__pagination-arrow.productcollection__pagination-arrow--prev.productcollection__pagination-arrow--inactive
    .productcollection__pagination-icon::before {
    background-image: url('../../core/cif/components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-left.svg');
}

.productcollection__pagination-arrow.productcollection__pagination-arrow--next
    .productcollection__pagination-icon::before {
    background-image: url('../../core/cif/components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-right.svg');
}

.productcollection__pagination-arrow.productcollection__pagination-arrow--next.productcollection__pagination-arrow--inactive
    .productcollection__pagination-icon::before {
    background-image: url('../../core/cif/components/commerce/productcollection/v2/productcollection/clientlibs/resources/chevron-right.svg');
}

.productcollection__pagination-button {
    grid-row-start: 1;
}

.productcollection__pagination-button-title {
    padding: 0.1rem 0.4rem;
}

.productcollection__pagination-button--current .productcollection__pagination-button-title {
    border: 1px solid;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.productteaser .item__root {
    position: relative;
}

.productteaser .item__name {
    background: white;
    position: absolute;
    top: 3%;
    left: 3%;
}

.productteaser .price {
    background: white;
    position: absolute;
    top: 3%;
    left: 3%;
    transform: translate(0, 100%);
}

.productteaser .productteaser__cta {
    position: absolute;
    bottom: 3%;
    right: 2%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchbar__trigger {
    display: none;
}

.searchbar__form {
    display: grid;
}

.searchbar__input-before,
.searchbar__input-after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
}

.searchbar__input-before {
    grid-area: before;
}

.searchbar__input-after {
    grid-area: after;
    justify-self: end;
}

.searchbar__fields {
    display: inline-grid;
    grid-template-areas: 'before input after';
}

.searchbar__search-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 25px;
    width: 25px;
}

.searchbar__input-container {
    grid-column: before-start / after-end;
    grid-row: input-start / input-end;
}

.searchbar__input {
    padding-left: calc(1.875rem * var(--iconsBefore) - -0.375rem - 1px);
    padding-right: calc(1.875rem * var(--iconsAfter) - -2.1rem - 1px);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.carousel__btn {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: 50%;
    width: 20px;
    border-color: dimgrey;
}

.carousel__btn:focus-visible {
    border-color: black;
}

.carousel__btn:disabled {
    border-color: lightgrey;
}

.carousel__btn--next {
    border-bottom: 8px solid;
    border-right: 8px solid;
    right: 0;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.carousel__btn--prev {
    border-bottom: 8px solid;
    border-left: 8px solid;
    left: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel__card {
    float: left;
    text-align: center;
    width: 240px;
}

.carousel__cardscontainer {
    margin: auto;
    /*
     * the cardscontainer is within the cardsroot with overflow hidden.
     * in the default style with a card width of 240px the 12000px width
     * give enough space for 41 cards, this should be sufficient for all
     * practical cases.
     */
    width: 12000px;
    transition-property: margin-left, margin-right;
    transition-duration: 300ms;
    transition-timing-function: linear;
}

.carousel__cardsroot {
    overflow: hidden;
}

.carousel__container {
    position: relative;
    margin: 25px auto;
    width: 240px;
}

@media screen and (min-width: 790px) {
    .carousel__container {
        width: 720px;
    }
}

@media screen and (min-width: 1090px) {
    .carousel__container {
        width: 960px;
    }
}

@media screen and (min-width: 1380px) {
    .carousel__container {
        width: 1200px;
    }
}

@media screen and (min-width: 1650px) {
    .carousel__container {
        width: 1440px;
    }
}

.carousel__title {
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2022 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

[dir='rtl'] .carousel__container {
    direction: rtl;
}

[dir='rtl'] .carousel__btn--prev {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 0;
    left: unset;
}

[dir='rtl'] .carousel__btn--next {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0;
    right: unset;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.categorycarousel__image {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.categorycarousel__imagewrapper {
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    height: 7rem;
    margin: 0 auto 1rem auto;
    width: 7rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2021 Adobe
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cmp-categorylist__anchor {
    text-align: center;
}

.cmp-categorylist__content {
    display: grid;
    grid-gap: 3rem 2rem;
    grid-template-columns: repeat(auto-fit, 7rem);
    justify-content: center;
}

.cmp-categorylist__image {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.cmp-categorylist__imagewrapper {
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    height: 7rem;
    margin: 0 auto 1rem auto;
    width: 7rem;
}

.cmp-categorylist__title {
    text-align: center;
}
