@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
    background-color: rgb(252, 252, 252);
    font-family: "Roboto", sans-serif;
    font-size: 13.5px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    width: 100%;
}

img {
    pointer-events: none;
}

#upline {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    padding: 0 90px 3px;
    border-bottom: 1px solid black;
}

nav a {
    color: black;
    text-decoration: none;
    font-weight: 600;
    margin: 0 60px;
}

.row-block {
    display: flex;
}

.row-block p {
    margin-left: 25px;
}

#becksheader {
    padding: 25px 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.beckslogo {
    max-width: 140px;
}

#beckscart {
    background-color: rgb(238, 238, 238);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 12px 21px 12px 17px;
    font-weight: 600;
}

#beckscart img {
    max-height: 25px;
    text-align: center;
}

#beckscollection {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 50%), url("../imgbecks/content/contentphoto.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    color: white;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 50px;
    flex-direction: column;
}

#beckscollection h1 {
    font-size: 48px;
}

.becksbuttons{
    display: inline-block;
    padding: 10px 20px;
    background-color: #2db9ff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    font-weight: 500;
    padding: 17px 21px;
}

.becksbuttons img{
    max-height: 16px;
    margin-left: 5px;
}

#hitsbecks,
    #becksize {
        padding: 55px 90px;
    }

#hitsbecks h1,
    #becksize h1 {
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 1px;
    }

#hitsbecks p,
    #becksize p {
        font-size: 17px;
        margin-top: 10px;
    }

.hitsmargin {
    margin-bottom: 110px;
}

.becksflex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.viewbutton {
    padding: 13px 23px;
    border-radius: 4px;
    margin-bottom: 17px;
    color: black;
    text-decoration: none;
    border: 1px solid black;
}

.imghot {
    background-color: #F5F5F5;
    width: 300px;
    height: 305px;
    display: flex;
    align-items: center;
    justify-content: center
}

.becksguards img {
    max-height: 225px;
}

.becksguards-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.becksguards-text h1{
    font-size: 18px !important;
}

#hotitems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 484px;
}

.becksmore {
    padding: 8.87px 22.17px;
    border-radius: 5.54px;
    margin-bottom: 17px;
    color: white;
    text-decoration: none;
    background-color: black;
}

.becksmoreblue {
    padding: 12px 20px;
    border-radius: 5.54px;
    margin-bottom: 17px;
    margin-top: 17px;
    color: white;
    text-decoration: none;
    background-color: #00C4FF;
}

.becksmoreblue2 {
    padding: 12px 20px;
    border-radius: 5.54px;
    margin-bottom: 17px;
    margin-top: 50px;
    color: white;
    text-decoration: none;
    background-color: #00C4FF;
}

.minip {
    width: 415px;
}

.minih1 {
    margin-top: -5px;
}

#blackshape {
    background-color: black;
    border-radius: 50%;
    width: 28.818px;
    height: 28.818px;
}

#whiteshape {
    background-color: white;
    border: 0.1px solid black;
    box-sizing: border-box;
    border-radius: 50%;
    width: 28.818px;
    height: 28.818px;
    margin-left: 10px;
}

#cyanshape {
    background-color: #00C4FF;
    border-radius: 50%;
    width: 28.818px;
    height: 28.818px;
    margin-left: 10px;
}

#blueshape {
    background-color: #0187AF;
    border-radius: 50%;
    width: 28.818px;
    height: 28.818px;
    margin-left: 10px;
}

.shape-flex {
    display: flex;
}

#beckscatalog {
    padding: 55px 90px;
}

#beckscatalog h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 1px;
}

#beckscatalog p {
    font-size: 17px;
    margin-top: 10px;
}

.beckscatalog-items img{
    height: 420px;
    max-width: 320px;
}

.beckscatalog-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.beckscatalog-flex {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.beckscatalog-items h1 {
    font-size: 22px !important;
    margin-top: 20px;
}

.becksmorecatalog {
    font-size: 12px !important;
    margin-top: 20px;
    border-radius: 5px;
    color: white;
    background-color: black;
    text-decoration: none;
    padding: 12px 22.17px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}

.styleblock {
    color: white;
    padding: 55px 90px; 
}

.styleblock h1 {
    font-size: 50px;
    margin-top: 30px;
}

.style-border {
    background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
}

.style-flex {
    display: flex;
    align-items: center;
}

.style-flex img {
    max-height: 40px;
}

.style-flex h2 {
    margin-left: 22px;
    font-size: 22px;
}

.style-padding {
    padding: 37px 20px 63px 110px;
}

.style-padding2 {
    padding: 100px 150px 150px 110px;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    text-align: justify;
}

.style-padding2 p{
    margin-top: 0;
    line-height: 25px;
    text-align: justify;
}

.style-padding3 {
    padding: 60px 150px 100px 120px;
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    text-align: justify;
}

.style-padding3 p{
    margin-top: 0;
    line-height: 25px;
    text-align: justify;
}

.style-padding3 h1{
    font-size: 55px;
}



.style-001 {
    width: 400px;
    height: 175px;
    text-align: justify;
    margin-right: 70px;
}

.style-002 {
    width: 270px;
    text-align: justify;
}

.style-003 {
    width: 400px;
    text-align: justify;
}

#becksvideo {
    padding: 55px 90px;
}

#becksvideo video{
    max-width: 500px;
    max-height: 500px;
}

#becksimg {
    padding: 1px;
    margin-right: 150px;
}

#becksimg img{
    max-width: 720px;
    max-height: 720px;
}

#contactimg {
    padding: 1px;
    margin-right: 150px;
}

#contactimg img{
    max-width: 600px;
    max-height: 600px;
}



.beckslider {
    padding: 55px 90px;
}

.beckslider h1 {
    font-size: 48px;
    margin-bottom: 0;
}

.beckslider p {
    margin-top: 10px;
    font-size: 17px;
    text-align: justify;
}

.direction{
    top: 140px;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.direction a{
    font-weight: bold;
    background-color: #000000;
    border:none;
    width: 45px;
    height: 105px;
    border-radius: 10px;
    transition: 0.5s;
    margin: 0 30px;
    color: white;
}

.direction img{
    max-height: 28px;
    position: relative;
    top: 35%;
}

.direction button:hover{
    background-color: #141414;
}
.item{
    display: flex;
    border-radius: 15px;
    width:622px;
    height:300px;
    background-color: #000000;
    overflow: hidden;
    transition: 0.5s;
    margin: 10px;
    scroll-snap-align: start;
}
.item .avatar{
    display: block;
    margin-right: 10px;
    max-width: none;
    width: 240px !important;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.item .content{
    padding:30px;
}

.slideflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
}

.slideflex img {
    max-width: 40px;
    margin-right: 10px;
}

.slideflex h2 {
    color: white;
}

#stars img {
    max-width: 14px;
    margin-right: 3px;
}

.content {
    color: white;
}

.content p{
    font-size: 15px;
}

.item .content table td{
    padding:10px 0;
    border-bottom: 1px solid #AEC0CE;
}
.item .content table td:nth-child(2){
    text-align: right;
}
.item .nameGroup{
    text-align: center;
    border-bottom:none!important;
}
#list{
    display: flex;
    width:max-content;
}
#formList{
    width:1280px;
    max-width: 100%;
    overflow: auto;
    margin: -75px auto 50px;
    scroll-behavior: smooth;
    scroll-snap-type: both;
}
#formList::-webkit-scrollbar{
    display: none;
}
@media screen and (max-width: 1024px){
    .item{
        width: calc(33.3vw - 20px);
    }
    .direction{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .item{
        width: calc(50vw - 20px);
    }
    .direction{
        display: none;
    }
}




.marquee {
    width: 100%;
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    background-color: #F5F5F5;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.marquee-content {
    display: inline-flex;
    animation: marquee 100s linear infinite;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    margin-right: 150px; 
}

.marquee-item img{
    max-height: 24px;
    margin-right: 18px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

footer {
    background-color: #000000;
    padding: 200px 160px 100px;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer a{
    text-decoration: none;
    color: white;
    margin-top: 15px;
    font-size: 15px;
}

footer > * {
    align-self: flex-start;
  }

#footerlogo img{
    max-width: 300px;
}

#footerlogo p{
    font-size: 12px;
}

.footer-media {
    margin-top: 65px;
    display: flex;
    align-items: center;
}

.footer-media p{
    margin-bottom: 0;
}

.footer-media img{
    max-width: 25px;
    max-height: 25px;
    margin-left: 20px;
}

.footer-flex {
    display: flex;
    flex-direction: column;
}

.footer-flex h2{
    font-size: 21px;
    margin-top: 0;
}

#becksizeblocks {
    color: rgb(117, 49, 49);
    padding: 55px 90px;
    
}

#becksizeblock {
    background-color: #F5F5F5;
    border-radius: 18px;
    display: flex;
    align-items: center;
    padding: 60px 20px 60px 90px;
}

#becksimgsize {
    margin-right: 130px;
}

#becksimgsize img{
    max-width: 400px;
    max-height: 400px;
}

#buynow {
    text-decoration: none;
    background-color: #000000;
    color:#ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    margin-left: 25px;
}

#addtocart {
    border: 1px solid black;
    text-decoration: none;
    color:#000000;
    padding: 15px 30px;
    border-radius: 5px;
}

#smlsize {
    width: 600px;
}

#smlsize div{
    margin: 20px 90px 25px 1px;
    white-space: nowrap;
}

.navigation {
    margin: 0 30px;
    top: -60px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

#prev-button img{
    max-height: 15px !important;
}

#next-button img{
    max-height: 15px !important;
}


.tdblack {
    display: flex;
    align-items: center;
    background-color: #000000;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 12px 20px;
    flex-direction: row;
    justify-content: center;
    width: 100px;
}

.tdwhite {
    align-items: center;
    border: 1px solid black;
    border-radius: 5px;
    color: #000000;
    padding: 12px 20px;
    flex-direction: column;
}

.tdbasic {
    margin-left: 37px !important;
    margin-right: 129px !important;
    align-items: center;
    padding: 12px 0;
    flex-direction: column;
    color: #000000;
}

.table1 {
    display: flex;
    align-items: center;
}

.table2 {
    display: flex;
    align-items: center;
}

.table3 {
    display: flex;
    align-items: center;
}


#becksquest {
    padding: 55px 90px 10px;
}

#becksquest h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}

#becksquest p{
    font-size: 17px;
    margin-top: 12px;
    margin-bottom: 50px;
}

.accordion {
    display: flex;
    background-color: #F5F5F5;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    padding: 22px 55px;
    width: 675px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .accordion img {
    max-width: 30px;
  }
  
  .panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, opacity 0.3s ease-out;
    width: 675px;
    margin-bottom: 15px;
}

.panel.active {
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 70px;
}

#quest-flex {
    display: flex;
    justify-content: space-between;
}

.contact-flex {
    display: flex;
    align-items: center;
}

.contact-flex img{
    max-height: 20px;
}

.contact-flex p{
    margin-left: 15px;
}

#form-flex {
    display: flex;
    padding: 55px 90px;
    align-items: flex-start;
    margin-bottom: 200px;
    justify-content: space-between;
}

#form-flex h1 {
    font-size: 48px;
    margin-top: 0;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-row input{
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 600px;
    height: 45px;
}

#topic {
    width: 600px;
    height: 150px;
}

.form-row label{
    margin-bottom: 10px;
}

.form-footer button{
    font-family: "Roboto", sans-serif;
    background-color: #000000;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 12px 20px;
}

#agreebox {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

#agreebox label{
    font-family: "Roboto", sans-serif;
    margin-left: 8px;
}

#agreebox input{
    border: 1px solid black;
    margin: 0;
    height: 20px;
    width: 20px;
}

#becksgeneral {
    display: flex;
    padding: 60px 90px;
}

#becks-gallery1 {
    display: flex;
    flex-direction: column;
}

#becks-gallery1 img{
    max-height: 70px;
    background-color: #F5F5F5;
    padding: 7px 9px;
    border-radius: 7px;
}

#becks-gallery1 a {
    margin-bottom: 27px;
}

#becks-gallery2 {
    display: flex;
    flex-direction: column;
    padding-right: 51px;
    padding-left: 70px;
}

#becks-gallery2 img{
    max-height: 527px;
    background-color: #F5F5F5;
    padding: 7px 9px;
    border-radius: 9px;
}

#beckshop {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    justify-content: space-between;
    padding-bottom: 46px;
}

#beckshop h1 {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 3px;
}

#beckshop p {
    line-height: 1.5;
    font-size: 15px;
    margin-top: 0;
    text-align: justify;
}

#beckshopb1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#beckshopb1-flex {
    display: block;
    margin: 0px 73px 50px 0px;
}

#beckshopb1-size a{
    max-width: 35px;
    max-height: 35px;
    color: #000000;
    padding: 7px 8px;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid black;
    margin-right: 20px;
    box-sizing: border-box;
}

.active-beckshopb1 {
    max-width: 35px;
    max-height: 35px;
    color: white !important;
    padding: 7px 8px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #000000;
    margin-right: 20px;
    box-sizing: border-box;
}

#navmenubecks {
    display: none;
}

.footer-media-phone {
    display: none;
}

#footer-phone {
    display: none;
}

.phone-beckscart {
    display: none !important;
}

#becksgeneral-phone {
    display: none !important;
}

#primary.site-main {
    padding: 55px 90px;
}

@media (max-width: 382px){
    #upline {
        font-size: 11px;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        border-bottom: 1px solid black;
        align-items: center;
    }

    nav, #beckscart {
        display: none;
    }

    #becksheader {
        padding: 20px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid black;
        z-index: 1000; 
    }

    #primary.site-main {
        padding: 55px 20px;
    }

    .beckslogo {
        max-width: 91px;
    }

    #navmenubecks {
        display: block;
    }

    #navmenubecks img{
        max-height: 25px;
    }

    .active1 {
        display: block;
    }

    #navMenu.fullscreen {
        position: fixed;
        top: 109px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        display: flex;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 1;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 20% 0px;
    }

    #navMenu.fullscreen.active {
        opacity: 1;
        visibility: visible;
    }

    #navMenu.fullscreen a {
        white-space: nowrap;
        color: black;
        text-decoration: none;
        font-size: 16px;
        margin: 30px 0;
        transition: color 0.3s ease;
        margin-right: 35%;
        margin-left: 35%;
    }

    .phone-beckscart {
        display: flex !important;
        margin-top: 70px;
        width: 80%;
        background-color: rgb(238, 238, 238);
        border-radius: 10px;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        justify-content: center;
    }

    #beckscart img {
        max-height: 30px;
        text-align: center;
    }

    .phone-beckscart p {
        margin-left: 7px;
    }

    .rotate-90 {
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }


    .becksbuttons {
        display: inline-block;
        padding: 12px 20px;
        background-color: #2db9ff;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        margin-top: 10px;
        display: flex;
        font-weight: 500;
    }

    #beckscollection h1 {
        font-size: 35px;
    }

    #hitsbecks, #becksize {
        padding: 10px 22px;
    }

    #hitsbecks h1, #becksize h1 {
        white-space: nowrap;
        font-size: 30px ;
        font-weight: 800;
        margin-bottom: 1px;
    }

    .becksguards h1 {
        font-size: 9px !important;
    }

    #hitsbecks p, #becksize p {
        font-size: 12px;
        margin-top: 10px;
    }

    .viewbutton {
        font-size: 9px;
        font-weight: 600;
        white-space: nowrap;
        padding: 9px 12px;
        border-radius: 4px;
        margin-bottom: 17px;
        margin-left: 17px;
        color: black;
        text-decoration: none;
        border: 1px solid black;
    }

    footer {
        background-color: #000000;
        height: 373px;
        padding: 32px 32px;
        color: white;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    footer a {
        text-decoration: none;
        color: white;
        margin-top: 15px;
        font-size: 13px;
    }

    .beckshide {
        display: none !important;
    }

    #footerlogo {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #footerlogo img {
        max-width: 117px;
    }

    #footer-phone {
        display: block;
    }

    #footer-phoneblock {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 70px;
    }

    .footer-media {
        margin-top: 15px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-media img {
        max-width: 25px;
        max-height: 25px;
        margin: 10px 20px 0px 0px;
    }

    .footer-flex h2 {
        font-size: 20px;
        margin-top: 0;
    }

    #footerlogo p {
        font-size: 9px;
        margin-left: 37px;
    }

    .marquee {
        width: 100%;
        height: 55px;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        background-color: #F5F5F5;
        position: relative;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .marquee-item img {
        max-height: 18px;
        margin-right: 10px;
        padding-bottom: 1px;
    }

    .marquee-item {
        display: inline-flex;
        align-items: center;
        margin-right: 50px;
    }

    .styleblock {
        color: white;
        padding: 55px 20px;
    }

    .style-border {
        background: linear-gradient(to top, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    #becksvideo video {
        max-width: 300px;
        max-height: 300px;
    }

    .style-padding2 {
        padding: 10px 40px;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: justify;
    }

    .styleblock h1 {
        font-size: 30px;
        margin-top: 1px;
        text-align: center;
    }

    .style-padding2 p {
        margin-top: 0;
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .becksmoreblue {
        font-size: 16px;
        padding: 18px 27px;
        border-radius: 8px;
        margin-bottom: 30px;
        margin-top: 17px;
        color: white;
        text-decoration: none;
        background-color: #00C4FF;
    }

    .beckslider h1 {
        font-size: 36px;
        margin-bottom: 0;
    }

    .beckslider {
        padding: 55px 0px 0px 20px;
    }

    .item {
        display: flex;
        border-radius: 15px;
        width: calc(345px + 1vw);
        height: 600px;
        background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        overflow: hidden;
        transition: 0.5s;
        margin: 10px;
        scroll-snap-align: start;
        flex-direction: column;
    }

    .item .avatar {
        display: block;
        margin-right: 0px;
        max-width: none;
        width: auto !important;
        height: 300px;
        border-radius: 12px;
        object-fit: cover;
    }

    #formList {
        width: 1280px;
        max-width: 100%;
        overflow: auto;
        margin: 0;
        scroll-behavior: smooth;
        scroll-snap-type: both;
    }

    .beckslider p{
        font-size: 15px;
    }

    #hotitems {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    .becksguards img {
        max-height: 140px;
    }

    .imghot {
        background-color: #F5F5F5;
        width: 155px;
        height: 175px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #blackshape {
        background-color: black;
        border-radius: 50%;
        width: 15.818px;
        height: 15.818px;
    }
    
    #whiteshape {
        background-color: white;
        border: 0.05px solid #3b3b3b;
        box-sizing: border-box;
        border-radius: 50%;
        width: 15.818px;
        height: 15.818px;
        margin-left: 4px;
    }
    
    #cyanshape {
        background-color: #00C4FF;
        border-radius: 50%;
        width: 15.818px;
        height: 15.818px;
        margin-left: 4px;
    }
    
    #blueshape {
        background-color: #0187AF;
        border-radius: 50%;
        width: 15.818px;
        height: 15.818px;
        margin-left: 4px;
    }

    .becksmore {
        font-size: 10px;
        padding: 6px 7px;
        border-radius: 4px;
        margin-bottom: 17px;
        color: white;
        text-decoration: none;
        background-color: black;
    }

    .shape-flex {
        padding-top: 5px;
        display: flex;
        align-items: center;
    }

    #beckscatalog {
        padding: 55px 20px;
    }

    #beckscatalog h1 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 1px;
    }

    #beckscatalog p {
        font-size: 13px;
        margin-top: 7px;
        margin-bottom: 0px;
    }

    .beckscatalog-flex {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .beckscatalog-items img {
        height: 190px;
        max-width: 170px;
    }

    .beckscatalog-items h1 {
        white-space: nowrap;
        font-size: 15px !important;
    }

    .beckscatalog-items {
        margin: 0 25px 40px 0;
    }

    .becksguards {
        width: 155px;
        margin-right: 20px;
    }

    .style-flex {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .style-padding {
        padding: 20px 14% 55px;
    }

    .style-001 {
        width: 100%;
        text-align: justify;
        margin-right: 0;
    }

    .style-002 {
        width: 100%;
        margin-top: 55px;
        text-align: justify;
    }

    .style-003 {
        width: 100%;
        margin-top: 25px;
        text-align: justify;
    }

    .phone-style-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #becksvideo {
        padding: 55px 0px;
    }

    #contactimg img {
        max-width: 300px;
        max-height: 300px;
    }

    #contactimg {
        padding-top: 10px;
        margin-right: 0px;
    }

    .style-padding3 {
        padding: 0px;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: justify;
    }

    .minip {
        width: 250px;
        margin-bottom: 40px;
    }

    #form-flex {
        display: flex;
        padding: 55px 20px;
        align-items: flex-start;
        margin-bottom: 200px;
        justify-content: space-between;
        flex-direction: column;
    }

    .form-row input {
        border: 1px solid black;
        border-radius: 5px;
        margin-bottom: 20px;
        width: 333px;
        height: 45px;
    }

    #topic {
        width: 333px;
        height: 150px;
    }

    .form-footer button {
        font-family: "Roboto", sans-serif;
        background-color: #000000;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 12px 20px;
        width: 100%;
    }

    .form-block {
        margin-top: 50px;
    }

    .becksmoreblue2 {
        padding: 12px 20px;
        border-radius: 5.54px;
        margin-bottom: 30px;
        margin-top: 0px;
        color: white;
        text-decoration: none;
        background-color: #00C4FF;
    }

    #becksimg {
        padding: 1px;
        margin: 62px 0px 20px 0px !important;
    }

    #becksimg img {
        max-width: 300px;
        max-height: 300px;
    }

    #becksizeblocks {
        color: black;
        padding: 55px 20px;
    }

    #becksimgsize img {
        max-width: 300px;
        max-height: 300px;
    }

    #becksizeblock {
        background-color: #F5F5F5;
        border-radius: 18px;
        display: flex;
        align-items: center;
        padding: 10px;
        flex-direction: column;
    }

    #becksimgsize {
        margin-right: 0px;
    }    

    #smlsize div {
        margin: 20px 10px 1px 1px;
        white-space: nowrap;
    }

    .tdbasic {
        margin-left: 16px !important;
        margin-right: 20px !important;
        align-items: center;
        padding: 12px 0;
        flex-direction: column;
        color: #000000;
    }

    .tdblack {
        font-size: 10px;
        display: flex;
        align-items: center;
        background-color: #000000;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 9px 5px;
        flex-direction: row;
        justify-content: center;
        width: 60px;
    }

    .tdwhite {
        font-size: 10px;
        align-items: center;
        border: 1px solid black;
        border-radius: 5px;
        color: #000000;
        padding: 9px 5px;
        flex-direction: column;
    }

    #smlsize {
        width: 300px;
        margin-bottom: 20px;
    }

    #becksquest {
        padding: 55px 20px 10px;
    }

    #becksquest h1 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    #becksquest p {
        font-size: 12px;
        margin-top: 12px;
        margin-bottom: 50px;
    }

    #quest-flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .accordion {
        display: flex;
        background-color: #F5F5F5;
        color: #000000;
        font-weight: bold;
        cursor: pointer;
        padding: 20px 20px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 14px;
        transition: 0.4s;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        white-space: nowrap;
    }

    .panel {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out, opacity 0.3s ease-out;
        width: 100%;
        margin-bottom: 15px;
    }

    .panel p {
        padding: 1px;
    }

    .panel.active {
        max-height: 1000px;
        opacity: 1;
        margin-bottom: 0px;
    }

    #becks-gallery1 img {
        max-height: 30px;
        background-color: #F5F5F5;
        padding: 7px 6px;
        border-radius: 7px;
    }

    #becks-gallery2 img {
        max-height: 262px;
        background-color: #F5F5F5;
        padding: 7px 9px;
        border-radius: 9px;
    }

    #becks-gallery1 a {
        margin-bottom: 17px;
    }

    #becks-gallery2 {
        display: flex;
        flex-direction: column;
        padding-right: 0px;
        padding-left: 17px;
        justify-content: flex-start;
    }

    #navMenu.fullscreen.active {
        transform: translateZ(1px);
    }

    #beckshop {
        display: flex;
        width: 300px;
        flex-direction: column;
        box-sizing: border-box;
        overflow: hidden;
        justify-content: space-between;
        padding-bottom: 46px;
    }

    #becksgeneral-phone {
        display: flex !important;
        padding: 40px 20px;
        flex-direction: column;
    }

    #becksgeneral {
        display: none;
    }

    #gallery-phone1 {
        display: flex;
    }

    .navigation {
        margin: 0 11px;
        top: -44px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    #beckshopb1 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 30px;
    }

    #beckshop {
        display: flex;
        width: auto;
        flex-direction: column;
        box-sizing: border-box;
        overflow: hidden;
        justify-content: space-between;
        padding-bottom: 46px;
    }

    #beckshop h1 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 3px;
    }

    #beckshopb1-size a {
        margin-right: 28px;
    }

    #beckshopb1-size {
        display: flex;
        padding-top: 7px;
    }

    #addtocart {
        border: 1px solid black;
        text-decoration: none;
        color: #000000;
        padding: 10px 12px;
        border-radius: 5px;
    }

    #buynow {
        text-decoration: none;
        background-color: #000000;
        color: #ffffff;
        padding: 10px 27px;
        border-radius: 5px;
        margin-left: 25px;
    }

    #cart-phone-button {
        display: flex;
        justify-content: space-between;
    }

    .shape-phone {
        width: 28.818px !important;
        height: 28.818px !important;
        margin-right: 4px !important;
    }

    #beckshopb1-flex {
        display: block;
        margin: 0px 35px 50px 0px;
    }

    #prev-button img {
        max-height: 13px !important;
    }

    #next-button img {
        max-height: 13px !important;
    }

}

@media (min-width: 383px) and (max-width: 500px) {
    .beckscatalog-items img {
        height: 203px !important;
        max-width: 167px !important;
    }
}


@media (min-width: 383px) and (max-width: 500px), 
    (min-width: 501px) and (max-width: 1110px){
    #upline {
        font-size: 11px;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        border-bottom: 1px solid black;
        align-items: center;
    }

    nav, #beckscart {
        display: none;/
    }

    #becksheader {
        padding: 20px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid black;
        z-index: 1000; 
    }

    .beckslogo {
        max-width: 91px;
    }

    #navmenubecks {
        display: block;
    }

    #navmenubecks img{
        max-height: 25px;
    }

    .active1 {
        display: block;
    }

    #navMenu.fullscreen {
        position: fixed;
        top: 109px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        display: flex;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 1;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 20% 0px;
    }

    #navMenu.fullscreen.active {
        opacity: 1;
        visibility: visible;
    }

    #navMenu.fullscreen a {
        white-space: nowrap;
        color: black;
        text-decoration: none;
        font-size: 16px;
        margin: 30px 0;
        transition: color 0.3s ease;
        margin-right: 35%;
        margin-left: 35%;
    }

    .phone-beckscart {
        display: flex !important;
        margin-top: 50px;
        width: 80%;
        background-color: rgb(238, 238, 238);
        border-radius: 10px;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        justify-content: center;
    }

    #beckscart img {
        max-height: 30px;
        text-align: center;
    }

    .phone-beckscart p {
        margin-left: 7px;
    }

    .rotate-90 {
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }


    .becksbuttons {
        display: inline-block;
        padding: 12px 20px;
        background-color: #2db9ff;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        margin-top: 10px;
        display: flex;
        font-weight: 500;
    }

    #beckscollection h1 {
        font-size: 35px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #hitsbecks, #becksize {
        padding: 55px 20px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    #primary.site-main {
        padding: 55px 20px;
    }

    #hitsbecks h1, #becksize h1 {
        white-space: nowrap;
        font-size: 30px ;
        font-weight: 800;
        margin-bottom: 1px;
    }

    .becksguards h1 {
        font-size: 11px !important;
    }

    #hitsbecks p, #becksize p {
        font-size: 12px;
        margin-top: 10px;
    }

    .viewbutton {
        font-size: 9px;
        font-weight: 600;
        white-space: nowrap;
        padding: 9px 12px;
        border-radius: 4px;
        margin-bottom: 17px;
        margin-left: 17px;
        color: black;
        text-decoration: none;
        border: 1px solid black;
    }

    footer {
        background-color: #000000;
        height: 373px;
        padding: 32px 32px;
        color: white;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    footer a {
        text-decoration: none;
        color: white;
        margin-top: 15px;
        font-size: 13px;
    }

    .beckshide {
        display: none !important;
    }

    #footerlogo {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #footerlogo img {
        max-width: 117px;
    }

    #footer-phone {
        display: block;
    }

    #footer-phoneblock {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 70px;
    }

    .footer-media {
        margin-top: 15px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-media img {
        max-width: 25px;
        max-height: 25px;
        margin: 10px 20px 0px 0px;
    }

    .footer-flex h2 {
        font-size: 20px;
        margin-top: 0;
    }

    #footerlogo p {
        font-size: 9px;
        margin-left: 37px;
    }

    .marquee {
        width: 100%;
        height: 55px;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        background-color: #F5F5F5;
        position: relative;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .marquee-item img {
        max-height: 18px;
        margin-right: 10px;
        padding-bottom: 1px;
    }

    .marquee-item {
        display: inline-flex;
        align-items: center;
        margin-right: 50px;
    }

    .styleblock {
        color: white;
        padding: 55px 20px;
    }

    .style-border {
        background: linear-gradient(to top, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    #becksvideo video {
        max-width: 300px;
        max-height: 300px;
    }

    .style-padding2 {
        padding: 10px 40px;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: justify;
    }

    .styleblock h1 {
        font-size: 30px;
        margin-top: 1px;
        text-align: center;
    }

    .style-padding2 p {
        margin-top: 0;
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .becksmoreblue {
        font-size: 16px;
        padding: 18px 27px;
        border-radius: 8px;
        margin-bottom: 30px;
        margin-top: 17px;
        color: white;
        text-decoration: none;
        background-color: #00C4FF;
    }

    .beckslider h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .beckslider {
        padding: 55px 0px 0px 20px;
    }

    .item {
        display: flex;
        border-radius: 15px;
        width: calc(345px + 1vw);
        height: 600px;
        background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        overflow: hidden;
        transition: 0.5s;
        margin: 10px;
        scroll-snap-align: start;
        flex-direction: column;
    }

    .item .avatar {
        display: block;
        margin-right: 0px;
        max-width: none;
        width: auto !important;
        height: 300px;
        border-radius: 12px;
        object-fit: cover;
    }

    #formList {
        width: 1280px;
        max-width: 100%;
        overflow: auto;
        margin: 0;
        scroll-behavior: smooth;
        scroll-snap-type: both;
    }

    .beckslider p{
        font-size: 15px;
    }

    #hotitems {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    #hotitems:last-child {
        margin-left: auto;
        margin-right: auto;
    }

    .becksguards img {
        max-height: 150px;
    }

    .imghot {
        background-color: #F5F5F5;
        width: calc(90% + 18px);
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #blackshape {
        background-color: black;
        border-radius: 50%;
        width: 15.818px;
        height: 15.818px;
    }
    
    #whiteshape {
        background-color: white;
        border: 0.05px solid #3b3b3b;
        box-sizing: border-box;
        border-radius: 50%;
        width: 15.818px;
        height: 15.818px;
        margin-left: 5px;
    }
    
    #cyanshape {
        background-color: #00C4FF;
        border-radius: 50%;
        width: 15.818px;
        height: 15.818px;
        margin-left: 5px;
    }
    
    #blueshape {
        background-color: #0187AF;
        border-radius: 50%;
        width: 15.818px;
        height: 15.818px;
        margin-left: 5px;
    }

    .becksmore {
        font-size: 12px;
        padding: 8px 9px;
        border-radius: 4px;
        margin-bottom: 17px;
        margin-left: 1px;
        color: white;
        text-decoration: none;
        background-color: black;
    }

    .shape-flex {
        padding-top: 7px;
        display: flex;
        align-items: center;
    }

    #beckscatalog {
        padding: 55px 20px;
    }

    #beckscatalog h1 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 1px;
    }

    #beckscatalog p {
        font-size: 13px;
        margin-top: 7px;
        margin-bottom: 0px;
    }

    .beckscatalog-flex {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }

    .becksmorecatalog {
        white-space: pre-wrap;
        width: calc(90% + 18px);
    }

    .beckscatalog-items img {
        height: calc(90% + 18px);;
        max-width: calc(90% + 18px);
    }

    .beckscatalog-items h1 {
        white-space: nowrap;
        font-size: 16px !important;
    }

    .beckscatalog-items {
        margin: 0;
    }

    .becksguards {
        width: 180px;
        margin-right: 25px;
    }

    .style-flex {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .style-padding {
        padding: 20px 14% 55px;
    }

    .style-001 {
        width: 100%;
        text-align: justify;
        margin-right: 0;
    }

    .style-002 {
        width: 100%;
        margin-top: 50px;
        text-align: justify;
    }

    .style-003 {
        width: 100%;
        margin-top: 25px;
        text-align: justify;
    }

    .phone-style-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #becksvideo {
        padding: 55px 0px;
    }

    #contactimg img {
        max-width: 300px;
        max-height: 300px;
    }

    #contactimg {
        padding-top: 10px;
        margin-right: 0px;
    }

    .style-padding3 {
        padding: 0px;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: justify;
    }

    .minip {
        width: 250px;
        margin-bottom: 40px;
    }

    #form-flex {
        display: flex;
        padding: 55px 20px;
        align-items: flex-start;
        margin-bottom: 200px;
        justify-content: space-between;
        flex-direction: column;
    }

    .form-row input {
        border: 1px solid black;
        border-radius: 5px;
        margin-bottom: 20px;
        width: 333px;
        height: 45px;
    }

    #topic {
        width: 333px;
        height: 150px;
    }

    .form-footer button {
        font-family: "Roboto", sans-serif;
        background-color: #000000;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 12px 20px;
        width: 100%;
    }

    .becksmoreblue2 {
        padding: 12px 20px;
        border-radius: 5.54px;
        margin-bottom: 30px;
        margin-top: 0px;
        color: white;
        text-decoration: none;
        background-color: #00C4FF;
    }

    #becksimg {
        padding: 1px;
        margin: 62px 0px 20px 0px !important;
    }

    #becksimg img {
        max-width: 300px;
        max-height: 300px;
    }

    #becksizeblocks {
        color: black;
        padding: 0px 20px 55px 20px;
    }

    #becksimgsize img {
        width: 310px !important;
        max-height: 300px;
    }

    #becksizeblock {
        background-color: #F5F5F5;
        border-radius: 18px;
        display: flex;
        align-items: center;
        padding: 15px;
        flex-direction: column;
    }

    #becksimgsize {
        margin-right: 0px;
    }    

    #smlsize div {
        margin: 20px 10px 1px 1px;
        white-space: nowrap;
    }

    .tdbasic {
        margin-left: 16px !important;
        margin-right: 20px !important;
        align-items: center;
        padding: 12px 0;
        flex-direction: column;
        color: #000000;
    }

    .tdblack {
        font-size: 10px;
        font-weight: 300;
        display: flex;
        align-items: center;
        background-color: #000000;
        border-radius: 5px;
        color: #FFFFFF;
        padding: 10px;
        flex-direction: row;
        justify-content: center;
        width: 60px;
    }

    .tdwhite {
        font-size: 10px;
        align-items: center;
        border: 1px solid black;
        border-radius: 5px;
        color: #000000;
        padding: 10px 5px;
        flex-direction: column;
    }

    #smlsize {
        width: 300px;
        margin-bottom: 20px;
    }

    #becksquest {
        padding: 55px 20px 10px;
    }

    #becksquest h1 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    #becksquest p {
        font-size: 13px;
        margin-top: 12px;
        margin-bottom: 50px;
    }

    #quest-flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .accordion {
        display: flex;
        background-color: #F5F5F5;
        color: #000000;
        font-weight: bold;
        cursor: pointer;
        padding: 20px 20px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 14px;
        transition: 0.4s;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        white-space: nowrap;
    }

    .panel {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out, opacity 0.3s ease-out;
        width: 100%;
        margin-bottom: 15px;
    }

    .panel p {
        padding: 1px;
    }

    .panel.active {
        max-height: 1000px;
        opacity: 1;
        margin-bottom: 0px;
    }

    #becks-gallery1 img {
        max-height: 32px;
        background-color: #F5F5F5;
        padding: 7px 6px;
        border-radius: 7px;
    }

    #becks-gallery2 img {
        max-height: 270px;
        background-color: #F5F5F5;
        padding: 7px 9px;
        border-radius: 9px;
    }

    #becks-gallery1 a {
        margin-bottom: 17px;
    }

    #becks-gallery2 {
        display: flex;
        flex-direction: column;
        padding-right: 0px;
        padding-left: 17px;
        justify-content: flex-start;
    }

    #navMenu.fullscreen.active {
        transform: translateZ(1px);
    }

    #beckshop {
        display: flex;
        width: 300px;
        flex-direction: column;
        box-sizing: border-box;
        overflow: hidden;
        justify-content: space-between;
        padding-bottom: 46px;
    }

    #becksgeneral-phone {
        display: flex !important;
        padding: 40px 20px;
        flex-direction: column;
    }

    #becksgeneral {
        display: none;
    }

    #gallery-phone1 {
        display: flex;
    }

    .navigation {
        margin: 0 11px;
        top: -44px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    #beckshopb1 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 30px;
    }

    #beckshop {
        display: flex;
        width: auto;
        flex-direction: column;
        box-sizing: border-box;
        overflow: hidden;
        justify-content: space-between;
        padding-bottom: 46px;
    }

    #beckshop h1 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 3px;
    }

    #beckshopb1-size a {
        margin-right: 24px;
    }

    #beckshopb1-size {
        display: flex;
        padding-top: 7px;
    }

    #addtocart {
        border: 1px solid black;
        text-decoration: none;
        color: #000000;
        padding: 10px 12px;
        border-radius: 5px;
    }

    #buynow {
        text-decoration: none;
        background-color: #000000;
        color: #ffffff;
        padding: 10px 35px;
        border-radius: 5px;
        margin-left: 25px;
    }

    #cart-phone-button {
        display: flex;
        justify-content: space-between;
    }

    .shape-phone {
        width: 28.818px !important;
        height: 28.818px !important;
        margin-right: 4px !important;
    }

    #beckshopb1-flex {
        display: block;
        margin: 0px 0px 50px 0px;
    }

    #prev-button img {
        max-height: 13px !important;
    }

    #next-button img {
        max-height: 13px !important;
    }

    .becksguards {
        width: 90%;
        margin-right: 6vw;
        margin-top: 35px;
    }

    .becksguards img{
        max-height: 80%;
    }

    .imghot-phone img{
        max-height: 71% !important;
    }

    .form-block {
        width: 100%;
        margin-top: 50px;
    }

    .form-row input {
        width: 99%;
    }

    #topic {
        width: 99%;
        height: 150px;
    }

}

@media (min-width: 430px) and (max-width: 500px) {
    .becksguards {
        margin-right: 45px;
    }

    #gallery-phone1 {
        display: flex;
        justify-content: space-between;
    }

    #becks-gallery1 img {
        max-height: 39px;
    }

    #becks-gallery2 img {
        max-height: 299px;
    }

    #primary.site-main {
        padding: 55px 20px;
    }
    
}


@media (min-width: 501px) and (max-width: 1110px){
    #becksvideo video {
        max-width: 400px;
        max-height: 400px;
    }

    .style-flex h2 {
        margin-left: 22px;
        font-size: 25px;
    }

    .viewbutton {
        font-size: 11px;
    }

    #hitsbecks p, #becksize p {
        font-size: 13px;
        margin-top: 10px;
    }

    .becksguards h1 {
        font-size: 16px !important;
    }

    .imghot {
        width: calc(90% + 18px);
        height: calc(200px + 5vw);
    }

    .becksguards-text {
        width: 95% !important;
    }
    
    .becksguards img {
        max-height: 90%;
    }

    footer {
        padding: 45px 5%;
        display: grid;
        justify-items: center;
        justify-content: center;
    }

    .footer-flex h2 {
        font-size: 22px;
        margin-top: 0;
    }

    .ffs {
        position: relative;
        left: 15px;
    }

    #footerlogo p {
        font-size: 9px;
        margin-left: 100px;
    }

    .style-002 {
        margin-top: 25px;
    }

    .style-padding p{
        font-size: 15px;
    }

    .style-padding2 p {
        font-size: 15px;
        margin-top: 20px;
    }

    .style-padding2 {
        padding: 10px 17%;
    }

    .becksmorecatalog {
        font-size: 13px !important;
    }

    #becks-gallery1 a {
        margin-bottom: 20px;
    }

    #becks-gallery1 img {
        max-height: 47px;
    }

    #becks-gallery2 img {
        max-height: 350px;
    }

    #becks-gallery2 img {
        max-height: calc(270px + 20vw);
    }

    #becks-gallery1 img {
        max-height: calc(25px + 5vw);
    }

    #gallery-phone1 {
        display: flex;
        justify-content: space-between;
    }

    .accordion span {
        font-size: 16px;
    }

    #becksquest p {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 50px;
    }

    #smlsize {
        width: 400px;
        margin-bottom: 20px;
    }

    #becksizeblocks {
        color: black;
        padding: 0px 20px 55px;
    }

    #becksimgsize img {
        width: 400px !important;
        max-height: 370px;
    }

    #primary.site-main {
        padding: 55px 20px;
    }

    .tdblack {
        font-size: 14px;
    }

    .tdwhite {
        font-size: 14px;
    }

    .table1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tdbasic {
        margin-left: 30px !important;
        margin-right: 28px !important;
    }

}

@media (min-width: 730px) and (max-width: 1110px){
    .styleblock {
        padding: 55px 11%;
    }

    .beckslider {
        padding: 55px 20px 55px 40px;
    }

    #hitsbecks, #becksize {
        padding: 55px 10px 55px 50px;
    }

    #primary.site-main {
        padding: 55px 50px;
    }

    .viewbutton {
        margin-right: 7%;
        font-size: 12px;
    }

    #beckscatalog {
        padding: 55px 20px 55px 40px;
    }

    .becksmorecatalog {
        font-size: 15px !important;
    }

    .beckscatalog-items h1 {
        font-size: 22px !important;
    }

    #form-flex {
        padding: 55px 11%;
    }

    #becksgeneral-phone {
        display: flex !important;
        padding: 50px 11%;
        flex-direction: column;
    }

    #becksquest {
        padding: 55px 11% 10px;
    }

    #becksize {
        padding: 45px 11%;
    }

    #becksizeblocks {
        color: black;
        padding: 0px 11% 55px;
    }

    #becks-gallery2 img {
        max-height: calc(313px + 20vw);
    }

}

@media (min-width: 1000px) and (max-width: 1100px){
    #becks-gallery2 img {
        max-height: calc(370px + 20vw);
    }

    #becks-gallery1 img {
        max-height: calc(35px + 5vw);
    }

    #becksquest p {
        font-size: 16px;
    }

    .accordion span {
        font-size: 17px;
    }

    #hitsbecks p, #becksize p {
        font-size: 16px;
    }

    #hitsbecks h1, #becksize h1 {
        font-size: 33px;
    }

    #beckscatalog p {
        font-size: 16px;
    }

    #beckscatalog h1 {
        font-size: 33px;
    }

    .becksguards h1 {
        font-size: 22px !important;
    }

    .becksmore {
        font-size: 15px; 
    }
    
    #blackshape, #whiteshape, #cyanshape, #blueshape {
        width: 26px;
        height: 26px;
        margin-right: 5px;
    }

    #beckscatalog {
        padding: 55px 11%;
    }

    #hitsbecks, #becksize {
        padding: 55px 5px 55px 70px;
    }

}


@media (min-width: 1111px) and (max-width: 1654px){
    .becksguards img {
        max-height: 220px;
    }

    #beckshopb1 {
        width: 465px;
    }

    .accordion {
        width: 90%;
    }

    .panel {
        width: 90%;
    }

    #becksizeblocks {
        color: black;
        padding: 0 90px 55px;
    }

    #smlsize div {
        font-size: 15px;
        margin: 20px 50px 22px 1px;
        white-space: nowrap;
    }

    #becksimgsize {
        margin-right: 4vw;
    }

    .tdbasic {
        margin-left: 39px !important;
        margin-right: 72px !important;
    }

    #smlsize div {
        font-size: 15px;
        margin: 20px 30px 22px 1px;
        white-space: nowrap;
    }

    .styleblock h1 {
        font-size: 40px;
        margin-top: 30px;
    }

    #becksvideo video{
        max-width: 350px;
        max-height: 350px;
    }

    .style-001 {
        width: 250px;
        height: 175px;
        text-align: justify;
        margin-right: 50px;
        margin-bottom: 30px;

    }

    .style-002 {
        width: 250px;
        text-align: justify;
    }

    #contactimg img {
        max-width: 400px;
        max-height: 400px; 
    }

    .direction a {
        margin: 0 -70px;
    }

    .imghot {
        background-color: #F5F5F5;
        width: 260px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #blackshape, #whiteshape, #cyanshape, #blueshape {
        width: 24px;
        height: 24px;
        margin-top: 7px;
    }

    #whiteshape, #cyanshape, #blueshape {
        margin-left: 7px;
    }

    .style-padding2 p {
        font-size: 15px;
    }

    .becksmoreblue {
        font-size: 17px;
    }

    .beckscatalog-items img {
        height: 320px;
        max-width: 300px;
    }

}

@media (min-width: 1111px) and (max-width: 1320px){
    .beckscatalog-items img {
        height: 260px;
        width: 210px;
    }

    .becksguards img {
        max-height: 190px;
    }

    .imghot {
        background-color: #F5F5F5;
        width: 220px;
        height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #blackshape, #whiteshape, #cyanshape, #blueshape {
        width: 20px;
        height: 20px;
        margin-top: 8px;
    }

    #whiteshape, #cyanshape, #blueshape {
        margin-left: 7px;
    }

    #hitsbecks p, #becksize p {
        font-size: 15px;
        margin-top: 10px;
    }

    .becksguards-text h1 {
        font-size: 18px !important;
    }

    .becksmore {
        padding: 8.87px 15.17px;
    }

    .beckscatalog-items h1 {
        font-size: 20px !important;
        margin-top: 20px;
    }

    #beckscatalog {
        padding: 0px 90px 55px 90px;
    }

    .style-border {
        background: linear-gradient(to top, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .style-padding {
        padding: 20px 25% 55px;
    }

    .styleblock h1 {
        font-size: 30px;
        margin: 30px 0;
        text-align: center;
    }

    .style-flex h2 {
        margin-left: 22px;
        font-size: 25px;
    }

    .style-padding p {
        font-size: 17px;
    }

    .style-padding2 p {
        font-size: 17px;
        margin-top: 20px;
    }

    .style-flex {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .style-001 {
        width: 100%;
        text-align: justify;
        margin-right: 0;
    }

    .phone-style-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .style-002 {
        margin-top: 5px;
        width: 100%;
        text-align: justify;
    }

    .style-003 {
        width: 100%;
        margin-top: 25px;
        text-align: justify;
    }

    #becksvideo {
        padding: 55px 0px;
    }

    .style-padding2 {
        padding: 10px 40px;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: justify;
    }

    .style-padding2 {
        padding: 10px 25%;
    }

    .direction a {
        font-weight: bold;
        background-color: #000000;
        border: none;
        width: 45px;
        height: 105px;
        border-radius: 10px;
        transition: 0.5s;
        margin: 0 -65px;
        color: white;
    }

    .becksmoreblue {
        padding: 15px 23px;
        border-radius: 5.54px;
        margin-bottom: 17px;
        margin-top: 17px;
        color: white;
        text-decoration: none;
        background-color: #00C4FF;
        font-size: 17px;
    }
    
    #becksimg {
        padding: 1px;
        margin: 60px 0 0;
    }

    footer {
        background-color: #000000;
        padding: 200px 100px 100px;
        color: white;
        height: 300px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    nav a {
        color: black;
        text-decoration: none;
        font-weight: 600;
        margin: 0 35px;
    }

    .style-padding3-mt {
        padding: 60px 50px 100px 100px;
        width: 600px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
        text-align: justify;
    }

    .styleblock-mt h1 {
        font-size: 30px;
        margin: 30px 0;
        text-align: left;
    }

    .style-border-mt {
        background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    #contactimg img {
        max-width: 320px;
        max-height: 320px;
    }

    #becksizeblock {
        background-color: #F5F5F5;
        border-radius: 18px;
        display: flex;
        align-items: center;
        padding: 60px 20px 60px 90px;
        flex-direction: column;
    }

    #becksimgsize {
        margin: 1px 40px 0 0;
    }

    #smlsize {
        padding-left: 20px;
        width: 800px;
        font-size: 16px;
    }

    #smlsize div {
        margin: 20px 50px 0px 1px;
        white-space: nowrap;
    }

    .tdbasic {
        margin-left: 36px !important;
        margin-right: 100px !important;
    }

    #becksize {
        padding: 55px 90px 0px;
    }

    .accordion {
        width: 90%;
    }

    .panel {
        width: 90%;
    }

    #beckshopb1-flex {
        display: block;
        margin: 0px 36px 40px 0px;
    }

    #beckshopb1 {
        width: 395px;
    }

    #beckshopb1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #beckshop h1 {
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 3px;
    }

    #beckshop p {
        font-size: 13px;
    }

    #becks-gallery2 {
        display: flex;
        flex-direction: column;
        padding-right: 51px;
        padding-left: 30px;
    }

    #becks-gallery2 img {
        max-height: 425px;
        background-color: #F5F5F5;
        padding: 7px 9px;
        border-radius: 9px;
    }

    #becks-gallery1 img {
        max-height: 50px;
        background-color: #F5F5F5;
        padding: 7px 9px;
        border-radius: 7px;
    }

    #addtocart {
        padding: 14px 20px;
    }

    #buynow {
        padding: 14px 20px;
    }

    #primary.site-main {
        padding: 55px 90px;
    }
 
}


@media (min-width: 1655px) and (max-width: 1740px){

}

@media (min-width: 1741px) and (max-width: 1950px) {
    .style-border {
        background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1951px) and (max-width: 2081px) {
    #hitsbecks, #becksize {
        padding: 55px 200px;
    }

    #beckscatalog {
        padding: 55px 200px;
    }

    .styleblock {
        color: white;
        padding: 55px 200px;
    }

    .style-border {
        background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .beckslider {
        padding: 55px 200px;
    }

    #becksgeneral {
        padding: 55px 200px;
    }

    #form-flex {
        padding: 55px 200px;
    }

    #becksquest {
        padding: 55px 200px;
    }

    #becksizeblocks {
        padding: 55px 200px;
    }

    #primary.site-main {
        padding: 55px 200px;
    }
}

@media (min-width: 2081px) and (max-width: 2400px){
    #hitsbecks, #becksize {
        padding: 55px 300px;
    }

    #beckscatalog {
        padding: 55px 300px;
    }

    .styleblock {
        color: white;
        padding: 55px 300px;
    }

    .style-border {
        background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .beckslider {
        padding: 55px 300px;
    }

    #form-flex {
        padding: 55px 300px;
    }

    #becksgeneral {
        padding: 55px 300px;
    }

    #becksquest {
        padding: 55px 300px;
    }

    #becksizeblocks {
        padding: 55px 300px;
    }

    #primary.site-main {
        padding: 55px 300px;
    }
}

@media (min-width: 2401px) and (max-width: 3200px){

    nav {
        font-size: 15px;
    }

    #upline {
        font-size: 14px;
    }

    #hitsbecks, #becksize {
        padding: 55px calc(9% + 10vw);
    }

    #beckscatalog {
        padding: 55px calc(9% + 10vw);
    }

    .styleblock {
        color: white;
        padding: 55px calc(9% + 10vw);
    }

    .styleblock p{
        font-size: 15px;
    }

    .style-001 {
        position: relative;
        top: -17px;
    }

    .style-003 {
        position: relative;
        top: -20px;
    }

    .style-border {
        background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .beckslider {
        padding: 55px calc(9% + 10vw);
    }

    #form-flex {
        padding: 55px calc(9% + 10vw);
    }

    #becksgeneral {
        padding: 55px calc(9% + 10vw);
    }

    #becksquest {
        padding: 55px calc(9% + 10vw);
    }

    #becksizeblocks {
        padding: 55px calc(9% + 10vw);
    }

    #primary.site-main {
        padding: 55px calc(9% + 10vw);
    }
}




@media (min-width: 3201px) {

    nav {
        font-size: 16px;
    }

    #upline {
        font-size: 15px;
    }

    #hitsbecks, #becksize {
        padding: 55px calc(6% + 20vw);
    }

    #beckscatalog {
        padding: 55px calc(6% + 20vw);
    }

    .styleblock {
        color: white;
        padding: 55px calc(6% + 20vw);
    }

    .styleblock p{
        font-size: 16px;
    }

    .style-001 {
        position: relative;
        top: -17px;
    }

    .style-003 {
        position: relative;
        top: -20px;
    }

    .style-border {
        background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .beckslider {
        padding: 55px calc(6% + 20vw);
    }

    #form-flex {
        padding: 55px calc(6% + 20vw);
    }

    #becksgeneral {
        padding: 55px calc(6% + 20vw);
    }

    #becksquest {
        padding: 55px calc(6% + 20vw);
    }

    #becksizeblocks {
        padding: 55px calc(6% + 20vw);
    }

    #primary.site-main {
        padding: 55px calc(6% + 20vw);
    }
}

@media (min-width: 4000px) {

    nav {
        font-size: 16px;
    }

    #upline {
        font-size: 15px;
    }

    #hitsbecks, #becksize {
        padding: 55px calc(10% + 21vw);
    }

    #beckscatalog {
        padding: 55px calc(10% + 21vw);
    }

    .styleblock {
        color: white;
        padding: 55px calc(10% + 21vw);
    }

    .styleblock p{
        font-size: 16px;
    }

    .style-001 {
        position: relative;
        top: -17px;
    }

    .style-003 {
        position: relative;
        top: -20px;
    }

    .style-border {
        background: linear-gradient(to right, #1D1D1D 10%, #1D1D1D 15%, #000000 50%, #000000 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .beckslider {
        padding: 55px calc(10% + 21vw);
    }

    #form-flex {
        padding: 55px calc(10% + 21vw);
    }

    #becksgeneral {
        padding: 55px calc(10% + 21vw);
    }

    #becksquest {
        padding: 55px calc(6% + 21vw);
    }

    #becksizeblocks {
        padding: 55px calc(6% + 21vw);
    }

    #primary.site-main {
        padding: 55px calc(6% + 21vw);
    }
}

.wc-block-cart-item__wrap a {
    color: black !important;
    text-decoration: none !important;
}

/* Общие стили для блока "Итог заказа" */
#order_review.woocommerce-checkout-review-order {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
}

/* Стили для таблицы товаров */
#order_review table.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#order_review table th, 
#order_review table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

#order_review table th {
    font-weight: bold;
    background: #f5f5f5;
}

/* Стили для блока оплаты */
#order_review #payment {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
}

#order_review .payment_methods {
    list-style: none;
    padding-left: 0;
    margin: 0 0 15px 0;
}

#order_review .payment_methods li {
    margin-bottom: 10px;
}

/* Кнопка "Оформить заказ" */
#order_review #place_order {
    width: 100%;
    background: #4CAF50;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
}

#order_review #place_order:hover {
    background: #45a049;
}

/* ===== Основные стили корзины ===== */
.wp-block-woocommerce-cart {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  animation: fadeIn 0.3s ease-in-out;
}

/* Контейнер с товарами */
.wp-block-woocommerce-cart-items-block {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Скрытие указанных элементов */
.products.columns-4,
.woocommerce-ordering,
.woocommerce-result-count,
.woocommerce-notices-wrapper,
.woocommerce-breadcrumb {
  display: none !important;
}

/* Отступы для заголовка */
.woocommerce-products-header {
  padding: 20px 0;
}

/* Заголовки таблицы */
.wc-block-cart-items__header {
  display: none;
}

/* Строка товара */
.wc-block-cart-items__row {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

/* Изображение товара */
.wc-block-cart-item__image {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}
.wc-block-cart-item__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Название товара */
.wc-block-cart-item__name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.wc-block-cart__submit-container a{
    text-decoration: none;
}

/* Цена и количество */
.wc-block-cart-item__prices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wc-block-cart-item__quantity {
    display: block;
}
.wc-block-cart-item__quantity .quantity {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.wc-block-cart-item__quantity input {
  width: 40px;
  text-align: center;
  border: none;
  padding: 5px;
}
.wc-block-cart-item__quantity button {
  background: #f5f5f5;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.wc-block-cart-item__quantity button:active {
  transform: scale(0.95);
}

/* Удаление товара */
.wc-block-cart-item__remove-link {
  color: #ff0000;
  text-decoration: none;
  font-size: 12px;
}

/* Блок итогов */
.wp-block-woocommerce-cart-totals-block {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Купон */
.wc-block-components-totals-coupon {
  margin-bottom: 20px;
}
.wc-block-components-totals-coupon-form {
  display: flex;
  gap: 10px;
}
.wc-block-components-totals-coupon-form input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* Итоговые суммы */
.wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.wc-block-components-totals-item:last-child {
  border-bottom: none;
  font-weight: bold;
  font-size: 18px;
}

/* Кнопка оформления */
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
  width: 100%;
  background: #4CAF50;
  color: white;
  border: none;
  padding: 15px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover {
  background: #3e8e41;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:active {
  transform: translateY(1px);
}

.wp-block-woocommerce-cart-cross-sells-block {
  margin-top: 40px;
}
.wp-block-woocommerce-cart-cross-sells-block h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.wp-block-woocommerce-empty-cart-block {
  text-align: center;
  padding: 40px 20px;
}
.wp-block-woocommerce-empty-cart-block h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.wc-block-cart__empty-cart__title {
  position: relative;
  padding-top: 50px;
}
.wc-block-cart__empty-cart__title:before {
  content: "🛒";
  font-size: 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.is-loading .wp-block-woocommerce-cart * {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 768px) {
  .wp-block-woocommerce-cart {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  
  .wc-block-cart-items__row {
    grid-template-columns: 80px 1fr;
    grid-template-areas: 
      "image name"
      "image prices";
  }
  .wc-block-cart-item__image {
    grid-area: image;
  }
  .wc-block-cart-item__name {
    grid-area: name;
  }
  .wc-block-cart-item__prices {
    grid-area: prices;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .wc-block-components-totals-coupon-form {
    flex-direction: column;
  }
  
  .woocommerce-products-header {
    padding: 15px 0;
  }
}

@media (max-width: 480px) {
  .wc-block-cart-items__row {
    justify-items: center !important;
  }
  .wc-block-cart-item__image {
    width: 60px;
    height: 60px;
  }
  
  .wp-block-woocommerce-empty-cart-block {
    padding: 20px 10px;
  }
  .wp-block-woocommerce-empty-cart-block h2 {
    font-size: 20px;
  }
  
  .woocommerce-products-header {
    padding: 10px 0;
  }

  .wc-block-components-sidebar {
      padding: 0 15px !important;
  }
}

@media (min-width: 992px) {
  .woocommerce-products-header {
    padding: 30px 0;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.woocommerce-products-header__title.page-title {
    text-align: center;
  margin: 30px 0 20px 0;
  padding: 0;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .woocommerce-products-header__title.page-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .woocommerce-products-header__title.page-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: none !important;
  padding: 15px 10px;
  vertical-align: middle;
}

.is-large.wc-block-cart .wc-block-cart-items tr:first-child td {
  padding-top: 0;
}

.is-large.wc-block-cart .wc-block-cart-items tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .is-large.wc-block-cart .wc-block-cart-items td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    border: none !important;
    text-align: center;
  }
  
  .is-large.wc-block-cart .wc-block-cart-items td:before {
    content: attr(data-title);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #666;
  }
}

.is-large.wc-block-cart .wc-block-cart-items tr:hover td {
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.woocommerce-products-header {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
  .woocommerce-products-header {
    padding: 15px 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .woocommerce-products-header {
    padding: 10px 0;
    margin-bottom: 15px;
  }
}

.woocommerce-checkout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

/* Стили для строк формы */
.form-row.form-row-first.validate-required,
.form-row.form-row-last.validate-required {
    width: 100%;
    margin-bottom: 20px;
    float: none;
}

@media (min-width: 768px) {
    .form-row.form-row-first.validate-required {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .form-row.form-row-last.validate-required {
        width: 48%;
        float: right;
        margin-right: 0;
    }
}

/* Дополнительные поля */
.woocommerce-additional-fields {
    margin-top: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

/* Поле заметок */
.form-row.notes {
    margin-top: 15px;
}

.form-row.notes textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Стили для логотипа ЮКассы */
label[for="payment_method_yookassa_epl"] img {
    position: relative;
    top: 10px;
    left: 10px;
    max-height: 30px;
    width: auto;
    margin-left: 5px;
}

@media (max-width: 480px) {
    label[for="payment_method_yookassa_epl"] img {
        top: 5px;
        left: 5px;
        max-height: 25px;
    }
}

@media (max-width: 768px) {
    .woocommerce-checkout {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .form-row.form-row-first.validate-required,
    .form-row.form-row-last.validate-required {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .woocommerce-additional-fields {
        margin-top: 20px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .woocommerce-checkout {
        padding: 10px;
    }

    .form-row.notes textarea {
        min-height: 80px;
    }

    label[for="payment_method_yookassa_epl"] {
        display: flex;
        align-items: flex-end;
    }
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
    color: #333;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
    border-color: #ff0000;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
    border-color: #4CAF50;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.woocommerce-checkout {
    animation: fadeIn 0.3s ease-in-out;
}

.page-description {
    opacity: 1;
    transition: opacity 0.3s ease;
    display: block; 
}