h1 {
    font-size: 30px;
}
h3 {
    font-size: calc(1.0 * 2.4rem);
    text-transform: uppercase;
}
.product-description {
    color: rgba(18,18,18,.75);
    margin-bottom: 36px;
}
#product .price {
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    margin-bottom: 26px
}
#product .price-new {
    color: #c33;
    line-height: 100%;
}
#product .price-old {
    font-size: 24px;
    line-height: 100%;
    text-decoration: line-through;
    color: rgba(0,0,0,.32);
    margin-left: 16px
}
.product-info {
    font-size: 14px;
    margin-bottom: 26px
}
.product-info tr > td {
    line-height: 100%;
    padding-top: 4px;
    padding-bottom: 4px
}
.product-info tr>td:first-child {
    padding-right: 12px
}
.product-info tr>td:last-child {
    padding-left: 12px
}
.product-info .outstock {
    color: #c33;
}
.product-size-group {
    margin-bottom: 6px;
}
.product-size-group input {
    display: none
}
.product-size-group label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    min-width: 48px;
    width: auto;
    height: 48px;
    background: #fff;
    border: 1px solid #edebe9;
    border-radius: 48px;
    padding: 0 10px;
    margin-right: 8px;
    cursor: pointer
}
.product-size-group label.active,.product-size-group label:hover {
    border-color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-size-group label.disabled {
    color: rgba(46,46,46,.4);
    cursor: not-allowed;
}
.product-size-group label.disabled.active {
    color: #c33;
    border-color: #c33;
}
.product-size-group label.disabled:hover {
    color: #c33;
    border-color: #c33;
}
.product-size-error {
    color: #c33;
    font-size: 14px;
    line-height: 100%;
    height: 14px;
    margin-bottom: 16px;
}
.product-btn-group {
    margin-bottom: 60px
}
.product-btn-group>button:first-child {
    margin-right: 15px;
}
.product-btn-group .btn-default svg {
    fill: #8f583d;
    margin-right: 12px
}
.product-btn-group .btn-default:hover svg {
    fill: #fff;
}

.product-info-nav {
    position: relative;
    list-style: none;
    border-bottom: 1px solid rgba(18,18,18,.08);
    margin-bottom: 16px;
    padding: 0;
}
.product-info-nav > li {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: -1px;
}
.product-info-nav > li:hover {
    border-bottom: 1px solid #2e2e2e;
}
.product-info-nav > li > a {
    color: rgba(46,46,46,.4);
    font-weight: 700;
}
.product-info-nav > li:hover > a {
    color: #2e2e2e
}
.product-info-nav > li.active {
    border-bottom: 1px solid #8f583d;
}
.product-info-nav > li.active > a {
    color: #8f583d;
}
.tab-content {
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.tab-content .table>tbody>tr>td {
    line-height: 100%;
    border-color: rgba(18,18,18,.08);
}
.tab-content .table>tbody>tr:first-child>td {
    border-top: unset;
}
#product-info-size .table>tbody>tr>td {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#product-info-size .table>tbody>tr>td:first-child {
    white-space: normal;
}
.product-packaging {
    margin: 44px 0;
}
.product-packaging > div:first-child {
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: underline;
}
.product-packaging > div:last-child img {
    margin: auto;
}
.product-packaging > div:last-child video, .product-packaging > div:last-child img {
    max-width: 100%;
}
.product-advantages {
    font-size: 14px;
    font-weight: 400;
}
.product-advantages > div {
    line-height: 20px;
    margin-bottom: 15px;
}
.product-advantages svg {
    line-height: 20px;
    margin-right: 18px;
}
.product-advantages a {
    color: #8f583d;
    text-decoration: underline;
}
header .alert {
    position: absolute;
    top: 100%;
    right: 10px;
    max-width: 400px;
    border: 1px solid rgba(143, 88, 61, 1);
    border-radius: 24px;
    padding: 12px 44px 12px 24px;
    z-index: 3;
}
header .alert-success {
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    background: rgba(143, 88, 61, 1);
}

header .alert a {
    color: #fff;
    text-decoration: underline;
}
.alert-dismissible .btn {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.alert-dismissible .btn svg {
    stroke: #fff;
    transform: rotate(45deg);
}
.alert-dismissible .btn:hover svg {
    stroke: #c33;
}
@media (max-width: 767px) {
    h1 {
        font-size: 26px;
        margin: 0 0 26px;
    }
    h3 {
        font-size: calc(1.0 * 2rem);
        text-transform: uppercase;
        margin: 44px 0 24px;
    }

    #product-info-size .table>tbody>tr>td {
        font-size: 14px;
        height: 46px;
    }
    header .alert {
        top: 110px;
        right: 0px;
        left: 0;
        max-width: unset;
        width: 100%;
        padding: 8px 44px 8px 24px;
    }
}
.product-slider-col {
    position: sticky;
    top: 15px;
    z-index: 2;
}
.product-slider {
    color: #fff;
}
.product-slider .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.slider__col {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}
.swiper-wrapper {
    display: -webkit-flex;
    display: flex;
}
.swiper-slide{
    -webkit-flex-shrink: 0;
    flex-shrink:0;
}
.slider__prev,
.slider__next {
    position: relative;
    color: red;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 44px;
    height: 44px;
}
.slider__prev {
    transform: rotate(180deg);
}
.slider__prev:focus,
.slider__next:focus {
    outline: none;
}
.slider__prev svg,
.slider__next svg {
    fill: rgba(18,18,18,.75);
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
}

.slider__prev[aria-disabled="true"] svg,
.slider__next[aria-disabled="true"] svg {
    fill: rgba(46,46,46,.4);
    cursor: not-allowed;
}
.slider__prev[aria-disabled="false"] svg,
.slider__next[aria-disabled="false"] svg {
    fill: rgba(18,18,18,.75)
}
.slider__prev:hover svg,
.slider__next:hover svg {
    fill: rgba(18,18,18);
}
.slider__prev svg, .slider__next svg {

}
.slider__thumbs {
    height: 100%;
    width: calc(100% - 88px);
    margin: 0 15px;
}
.slider__thumbs .swiper-slide {
    cursor: pointer;
}
.slider__thumbs .slider__image {
    border: 1px solid #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}
.slider__thumbs .slider__image img, .slider__thumbs .slider__image video {
    width: 100%;
    max-width: 100px;
    height: 100%;
    object-fit: cover;
}
.slider__thumbs .slider__image video {

}
.slider__thumbs .slider__image:hover {
    border: 1px solid rgba(18,18,18);
    opacity: 0.7;
}
.slider__thumbs .slider__image img {
    margin: auto;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
    border: 1px solid rgba(18,18,18);
    opacity: 1;
}
.slider__images {
        width: 100%;
        height: auto;
}
.slider__images .slider__image img, .slider__images .slider__image video {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: zoom-in;
    max-width: 500px;
    height: auto;
    margin: auto;
}
.slider__images .slider__image video {
    width: 100%;
    max-width: 500px;
    height: 100%;
    object-fit: cover;
}
.slider__images .slider__image:hover img, .slider__images .slider__image:hover video {
    transform: scale(1.03);
}
.swiper-slide {
    overflow: auto;
}
.slider__image {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.magazine-li:hover {
    border-bottom: unset!important;
}
#modal-magazine-hood {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 46px;
    height: 44px;
    cursor: pointer;
    z-index: 1;
}
.textcontainer {
    text-align: center;
}
.particletext {
    text-align: center;
    font-size: 48px;
    position: relative;
}
.particletext.hearts > .particle {
    opacity: 0;
    position: absolute;
    background-color: #fff1e5;
    animation: hearts 3s ease-in infinite;
}
.particletext.hearts > .particle:before, body .particletext.hearts > .particle:after {
    position: absolute;
    content: '';
    border-radius: 100px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff1e5;
}
.particletext.hearts > .particle:before {
    transform: translateX(-50%);
}
.particletext.hearts > .particle:after {
    transform: translateY(-50%);
}
@keyframes hearts {
    0% {
        opacity: 0;
        transform: translate(0, 0%) rotate(45deg);
    }
    20% {
        opacity: 0.8;
        transform: translate(0, -20%) rotate(45deg);
    }
    100% {
        opacity: 0;
        transform: translate(0, -1000%) rotate(45deg);
    }
}


@media (max-width: 1199px) {
    .slider__flex {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .slider__col {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        margin-right: 0;
        margin-top: 15px;
        width: 100%;
    }
    .swiper-wrapper{
        display: -webkit-flex;
        display: flex;
    }
    .swiper-slide{
        -webkit-flex-shrink: 0;
        flex-shrink:0;
    }
    .slider__images {
        width: 100%;
        height: auto;
    }
    .slider__thumbs {
        height: 100%;
        width: calc(100% - 70px);
        margin: 0 15px;
    }
    .slider__prev,
    .slider__next {
        width: 35px;
        height: 100px;
    }
    .slider__prev svg, .slider__next svg {
        position: absolute;
        top: 0px;
        bottom: 0;
        margin: auto;
        transform: rotate(-90deg);
    }
}
@media (max-width: 991px) {
    .slider__thumbs {
        height: 115px;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .product-slider-col {
        position: relative;
        margin-bottom: 48px;
    }
    .product-related {
        margin-right: -8px;
        margin-left: -8px;
    }
    .product-related .product-layout {
        padding-right: 8px;
        padding-left: 8px;
    }
    .product-related .product-layout .image img {
        border-radius: 2rem;
    }
}
@media (max-width: 767px) {
    #product-product-gift #content .col-xs-12:last-child {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (max-width: 525px) {
    .product-slider-col {
        padding-right: 0;
        padding-left: 0;
    }
    .slider__col {
        padding-right: 0;
        padding-left: 0;
        margin-right: -15px;
        overflow: hidden;
    }
    .slider__thumbs {
        width: 100%;
        margin-right: -15px;
    }
    .slider__thumbs .slider__image {
        border-color: transparent;
        border-width: 2px;
        border-radius: 5px;
        position: relative;
        max-width: 100px;
        height: 114px;
    }
    .slider__thumbs .swiper-slide-thumb-active .slider__image {
        border-width: 2px;
        border-color: #8f583d;
    }
    .slider__thumbs .slider__image img {
        width: 100%;
        max-width: 100px;
    }
    .slider__prev, .slider__next {
        display: none;
    }
}
