/*! normalize.css-dev v8.0.1 | MIT License | github.com/necolas/normalize.css-dev */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

a {
    text-decoration: none
}

ul {
    padding: 0;
    list-style: none
}

h1 {
    padding: 0;
    margin: 0
}

button {
    border-radius: 0;
    border-style: none;
    border-color: none;
    -o-border-image: none;
    border-image: none;
    cursor: pointer
}

input:active, input:focus, input:hover {
    outline: 0;
    outline-offset: 0
}

ul {
    padding: 0;
    margin: 0
}

.preloader {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: max-height .3s ease;
    overflow: hidden
}

.preloader__text span svg {
    fill: #4b4742
}

.preloader__text span svg path {
    fill: #4b4742
}

.preloader__bottom-text span svg path {
    fill: #fff
}

.preloader_bottom {
    baseline-shift: baseline;
    display: flex;
    gap: 35px;
    margin-top: 15px
}

.preloader__bottom-text {
    display: flex;
    align-items: center;
    gap: 15px
}

.preloader__text {
    display: flex;
    align-items: baseline;
    gap: 10px
}

.preloader__bottom-smile svg path {
    fill: #4b4742
}

.preloader.load-10 .preloader__item-a path {
    animation: ch-color-a .5s forwards
}

.preloader.load-30 .preloader__item-a2 path {
    animation: ch-color-a2 .5s forwards
}

.preloader.load-40 .preloader__item-bottom-one svg path {
    animation: ch-bottom-text .5s forwards
}

.preloader.load-50 .preloader__item-bottom-two svg path {
    animation: ch-bottom-text .5s forwards
}

.preloader.load-60 .preloader__item-bottom-three svg path {
    animation: ch-bottom-text .5s forwards
}

.preloader.load-70 .preloader__item-bottom-four svg path {
    animation: ch-bottom-text .5s forwards
}

.preloader.load-80 .preloader__bottom-smile svg path {
    animation: ch-bottom-smile .5s forwards
}

.preloader.load-80 .preloader__bottom-smile svg {
    animation: ch-bottom-smile-rotate .5s forwards
}

.preloader.load-100 {
    max-height: 0
}

@keyframes ch-color-a {
    from {
        fill: #4b4742
    }
    to {
        fill: #efcb8c
    }
}

@keyframes ch-color-a2 {
    from {
        fill: #4b4742
    }
    to {
        fill: #99b3c6
    }
}

@keyframes ch-bottom-text {
    from {
        fill: #fff
    }
    to {
        fill: #4b4742
    }
}

@keyframes ch-bottom-smile {
    from {
        fill: #fff
    }
    to {
        fill: #f18f9d
    }
}

@keyframes ch-bottom-smile-rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(-12deg)
    }
}

.header-bottom .mega {
    top: 110%
}

.mega {
    padding-left: 40px
}

.searched-grid {
    display: flex
}

.searched-grid .s-card__img {
    width: 100%;
    height: 100%
}

body {
    max-width: 100%;
    overflow-x: hidden
}

#accept-cookies {
    margin: 0
}

@media (max-width: 800px) {
    .preloader__text span {
        width: 60px;
        height: 60px
    }

    .preloader__text svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .preloader__bottom-text span {
        width: 20px;
        height: 20px
    }

    .preloader__bottom-text span svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .preloader__bottom-smile svg {
        width: 130px
    }

    .preloader_bottom {
        margin-top: 0
    }

    .preloader_bottom {
        padding-left: 10px
    }
}

.size-item.active span {
    border-color: #f4a261;
    background-color: #f4a261;
    color: #fff;
    transform: scale(1.1)
}

.gift-option .size-options {
    flex-direction: column
}

.gift-option .size-item {
    display: flex;
    align-items: center
}

.gift-option input[type=radio]:checked {
    border: 1px solid #f4a261
}

.gift-option input[type=radio] {
    display: block;
    position: initial;
    margin: 0;
    padding: 0;
    border: 1px solid #5f534c;
    width: 18px;
    height: 18px;
    opacity: 1;
    accent-color: #f4a261
}

.gift-option .size-item span {
    background: 0 0;
    border: none
}

.gift-option .size-item input[type=radio]:checked + span {
    background: 0 0;
    border: none;
    color: #f4a261
}

.gift #thumbs {
    display: none
}

.gift .rel-card__img img {
    -o-object-fit: contain;
    object-fit: contain
}

.gift-list {
    padding-left: 70px
}

.size-item-img {
    border: none;
    background: 0 0;
    width: 30px;
    display: block;
    box-sizing: border-box;
    height: 30px
}

.size-item-img input {
    display: none
}

.size-item-img span {
    width: 25px;
    height: 25px;
    border: none;
    background: 0 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    min-width: 0
}

.size-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.size-item-img input[type=radio]:checked + span {
    border: none;
    background: 0 0;
    color: #fff;
    width: 30px;
    height: 30px
}

.main-image-container {
    position: relative
}

.slider-gallery-next, .slider-gallery-prev {
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    z-index: 9;
    cursor: pointer;
    display: none
}

.slider-gallery-prev {
    left: 0
}

.slider-gallery-next {
    right: 0
}

#product-product {
    display: block
}

.acc-content {
    max-height: 0
}

.open .acc-content {
    max-height: 1000px;
    height: auto
}

.recommend-mosaic {
    display: flex;
    gap: 40px
}

.recommend-mosaic .rec-left {
    width: 550px
}

.recommend-mosaic .rec-right {
    width: calc(100% - 590px)
}

.recommend-mosaic .rec-right {
    display: flex;
    gap: 40px
}

.recommend-mosaic .rec-right a {
    width: calc(50% - 20px)
}

.recommend-mosaic .rec-left {
    display: flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap
}

.recommend-mosaic .rec-left a {
    width: calc(50% - 20px)
}

.recommend-mosaic .rec-card__img, .recommend-mosaic img {
    border-radius: 0
}

.grid-cols-2 .product-card {
    max-width: 770px
}

.sidebar .level-1 li a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5f534c;
    text-transform: uppercase
}

.sidebar .level-1 li {
    margin-bottom: 10px
}

.sidebar .level-2 {
    margin-top: 10px
}

.sidebar .level-2 li {
    margin-bottom: 10px
}

.sidebar .level-2 li a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4b4742;
    text-transform: initial
}

.sidebar-title {
    display: none
}

.category-top .breadcrumbs a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #c4c4c4
}

.category-top .sep {
    color: #c4c4c4
}

.cat-title {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5f534c;
    margin-top: 30px
}

.sort-controls .filter-item:first-child button {
    padding-left: 0
}

.barva-footer {
    margin-top: 40px
}

.searched-grid .s-card {
    display: flex;
    flex-direction: column;
    width: 30%
}

.searched-grid .s-card:nth-child(4) {
    display: none
}

.boys-products__grid .product-card {
    width: calc(16.6% - 16.6px) !important
}

.miniCart {
    position: relative
}

.mini-cart-close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.login-form {
    margin-top: 40px
}

.product-chart img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.chart-size {
    position: relative;
    display: inline-block
}

.chart-size-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.mega {
    bottom: 0
}

.header-bottom .has-mega a:hover .mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.mobile-menu__link {
    flex-direction: row;
    flex-wrap: wrap
}

.mobile-menu__item .mobile-submenu {
    display: none;
    max-height: initial;
    width: 100%
}

.mobile-menu__item.open .mobile-submenu {
    display: block;
    width: 100%
}

#account-login {
    max-width: 100vw !important;
    overflow-x: hidden
}

.sidebar .level-3 {
    margin-top: 10px
}

.simplecheckout-step {
    max-width: 1200px;
    margin: auto
}

.simplecheckout .panel-heading {
    background: 0 0;
    border: none
}

.simplecheckout .panel-heading span {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5f534c;
    text-transform: uppercase
}

.simplecheckout-left-column {
    background: #f9f6f2;
    padding: 40px
}

.checkout-heading {
    background: 0 0 !important;
    padding: 0 !important
}

.help-inline {
    margin-top: 20px
}

.checkout-heading-button {
    display: none !important
}

.you-will-be-registered {
    display: none !important
}

.simplecheckout .control-label {
    display: none !important
}

.simplecheckout select {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5f534c;
    background: 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 8px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding-left: 0
}

.simplecheckout select:active, .simplecheckout select:focus {
    outline: 0 !important;
    background: 0 0 !important;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 8px
}

.simplecheckout-block-content .col-sm-8 {
    width: 100% !important
}

.simplecheckout input[type=email], .simplecheckout input[type=password], .simplecheckout input[type=tel], .simplecheckout input[type=text] {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5f534c;
    background: 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 8px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding-left: 0
}

.simplecheckout input[type=email]::-moz-placeholder, .simplecheckout input[type=password]::-moz-placeholder, .simplecheckout input[type=tel]::-moz-placeholder, .simplecheckout input[type=text]::-moz-placeholder {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5f534c
}

.simplecheckout input[type=email]::placeholder, .simplecheckout input[type=password]::placeholder, .simplecheckout input[type=tel]::placeholder, .simplecheckout input[type=text]::placeholder {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5f534c
}

.row-customer_register label {
    display: block !important;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #5f534c
}

#customer_register {
    margin-top: 1px !important
}

#simplecheckout_shipping_address .panel-heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5f534c;
    text-transform: uppercase
}

#simplecheckout_shipping .panel-heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5f534c;
    margin-bottom: 20px
}

#simplecheckout_shipping {
    margin-bottom: 0 !important
}

#simplecheckout_payment .panel-heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #5f534c
}

.simplecheckout .radio label {
    display: flex !important;
    align-items: center;
    gap: 5px;
    flex-direction: row
}

.simplecheckout .radio input {
    border: 1px solid #f4a261;
    width: 24px;
    height: 24px;
    accent-color: #f4a261;
    position: initial
}

#simplecheckout_comment textarea {
    box-sizing: border-box;
    border: .5px solid #4b4742;
    min-height: 150px
}

#simplecheckout_comment .panel-heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5f534c;
    margin-bottom: 24px
}

.simple-container .breadcrumb {
    display: none !important
}

.simple-title {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #4b4742
}

#simplecheckout_cart table, #total_shipping, #total_sub_total, .simplecheckout-cart-total #simplecheckout_cart table {
    display: none !important
}

.simplecheckout-cart-total {
    display: none !important
}

#total_total {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    border: none;
    position: absolute;
    bottom: 50px
}

#total_total span {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #4b4742
}

.simplecheckout-step {
    display: flex;
    gap: 40px
}

.simplecheckout-right-column {
    position: relative
}

.simplecheckout-cart-total-remove {
    display: none !important
}

#simplecheckout_button_confirm {
    width: 430px;
    height: 48px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fbfcfb;
    background: #efcb8c !important;
    border-color: #efcb8c !important
}

.simplecheckout-button-block {
    display: flex;
    justify-content: center;
    margin-top: 50px !important
}

.product-info .product-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.product-info .product-cart .form-group {
    width: calc(50% - 10px)
}

@media (min-width: 1200px) {
    .boys-card {
        width: calc(33.3% - 13.3px) !important
    }

    .mega--gallery {
        min-height: 390px
    }
}

.size-options {
    max-width: 400px
}

.category__more {
    text-align: center;
    margin-top: 40px
}

.category__more a {
    width: 200px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #333;
    font-size: 16px
}

#thumbs img {
    flex-shrink: 0
}

@media (max-width: 991px) {
    .size-options {
        max-width: 100%
    }

    .product-info .product-cart {
        flex-direction: column;
        gap: 10px
    }

    .product-info .product-cart .form-group {
        width: 100%
    }

    .main-image-container {
        max-height: 700px !important
    }

    .main-image-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .simplecheckout-step {
        flex-direction: column
    }

    #total_total {
        position: initial !important
    }

    .simplecheckout-button-right {
        width: 100% !important
    }

    #simplecheckout_button_confirm {
        width: 100% !important
    }

    .simplecheckout-left-column {
        padding-left: 10px;
        padding-right: 10px
    }

    .brand-final__logo {
        max-width: 100%;
        height: auto;
        position: initial
    }

    #content {
        padding: 10px !important
    }

    .pp-layout {
        padding: 10px !important;
        margin: 10px !important
    }

    .login-item {
        flex: inherit !important
    }

    .login-form input {
        width: 100% !important
    }

    .login-form .form-group-row {
        display: flex;
        gap: 10px !important;
        align-items: center !important;
        flex-direction: column !important
    }

    .login-item_wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media (max-width: 1280px) {
    .boys-products__grid .product-card {
        width: calc(33.3% - 13.3px) !important
    }

    .recommend-mosaic {
        flex-direction: column
    }

    .recommend-mosaic .rec-left {
        width: 100%
    }

    .recommend-mosaic .rec-right {
        width: 100%
    }

    .recommend-mosaic .rec-left {
        gap: 20px
    }

    .recommend-mosaic .rec-right {
        gap: 20px
    }

    .recommend-mosaic .rec-right {
        flex-direction: row;
        flex-wrap: wrap
    }

    .recommend-mosaic .rec-right a {
        width: 100%
    }
}

@media (min-width: 1000px) {
    .gift-list {
        padding-left: 70px !important
    }
}

@media (max-width: 1000px) {
    #checkout-cart .item-price .remove-btn {
        bottom: 110px
    }

    #checkout-cart .item-price {
        position: initial
    }

    #checkout-cart .sidebar-row {
        flex-direction: column
    }

    #checkout-cart .titem-details {
        display: flex;
        flex-direction: column
    }

    #checkout-cart .quantity-selector {
        position: relative;
        margin-top: 10px;
        left: 0;
        top: 10px
    }

    .header-main .col-4 {
        gap: 10px !important
    }

    .cart-item {
        flex-direction: column
    }

    .item-price {
        text-align: left;
        margin-left: 0;
        flex-shrink: 0;
        align-self: flex-start
    }

    .cookie-description {
        font-size: 12px !important
    }

    .miniCart {
        overflow: inherit;
        width: 100%;
        position: fixed;
        z-index: 9999;
        left: 0;
        max-height: 100vh;
        overflow-y: auto;
        top: 0;
        overflow-x: hidden;
        max-width: 100% !important;
        min-width: 0 !important;
        max-height: 100vh;
        overflow-y: auto
    }

    .mini-cart {
        max-width: 100% !important;
        min-width: 0 !important
    }

    #cart {
        position: initial
    }

    body {
        position: relative
    }

    .view-switch {
        display: none !important
    }

    .main-image-container {
        align-items: baseline;
        max-height: 0
    }

    .product-gallery {
        height: auto;
        max-height: -moz-max-content;
        max-height: max-content;
        gap: 10px
    }

    .sort-controls {
        gap: 10px
    }

    .category-top .top-controls .filter-item button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 0
    }

    .category-top .top-controls .filter-item {
        width: 100%
    }

    .category-top .top-controls {
        flex-direction: column;
        margin-top: 20px
    }

    .view-switch {
        display: none
    }

    .sidebar {
        width: 100%
    }

    .container {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media (max-width: 900px) {
    .boys-products__grid .product-card {
        width: calc(50% - 10px) !important
    }

    .main-image-container img {
        width: 100%;
        max-width: 100%
    }

    .main-image-container {
        width: 100%;
        max-width: 100%
    }

    #product-product {
        padding-left: 10px;
        padding-right: 10px
    }

    .gift-list {
        padding-left: 10px
    }

    .slider-gallery-next, .slider-gallery-prev {
        display: block
    }

    .thumbnails-container {
        display: none
    }

    .product-header {
        flex-direction: column;
        gap: 25px
    }
}

@media (max-width: 500px) {
    .searched-grid {
        display: grid
    }
}

.product-accordion{
    margin: 0;
}

.product-size-wrap{
    display: flex;
    align-content: center;
    gap: 5px;
}

.product-size-wrap .size-item-img span img{
    border: 1px solid black;
    border-radius: 100%;
}
.pw-product-card__img img{
    width: 100%;
}
.pw-product-card__name-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.pw-product-card__name a{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #4B4742;
}

.pw-product-card__options{
    display: flex;
    align-items: center;
    gap: 5px;
}
.pw-product-card__options a img{
    width: 19px;
    height: 19px;
    border-radius: 100%;
    border: 1px solid #bb1f2e;
    object-fit: cover;
}
.pw-product-card__price{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #F6BC50;
}

.pw-product-card__price-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.related-products{
    padding-left: 70px;
    padding-right: 70px;
}

.related-title{
    text-align: left;
    font-family: 'Montserrat Alternates', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 54px;
    line-height: 65px;
    letter-spacing: 0.06em;
    color: #5F534C;
}


@media (max-width: 1000px) {
    .related-products{
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*# sourceMappingURL=main.min.css.map */
